• When I view the admin screen around 15 SQL queries get generated and the page takes about 0.2 seconds to load. After enabling this plugin, this shoots up to about 300 queries and 15 seconds to load. I’m using the plugin with a locally running version of memcache and have turned off all other plugins. What could be causing this problem?

    150 of the queries are:
    “SELECT option_name, option_value FROM wp_options WHERE autoload = ‘yes'”
    which results in 188 rows returned.

    Also, how do I use this plugin to cache generated HTML pages? Can I tell it to not cache database queries and only cache pages?

    https://wordpress.org/plugins/memcached-cloud/

  • The topic ‘Plugin causes huge number of database queries’ is closed to new replies.