[wp-hackers] SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'

Jeremi Bergman jeremib at gmail.com
Mon Oct 26 21:15:01 UTC 2009


Every page load my mysql log fills up and zips by with the same query:
SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'


I have disabled every plugin, reloaded the page, and I still see this.  I
believe this query over and over is reaking havoc on my server, eventually
bringing it down.

Is this normal?


More information about the wp-hackers mailing list