Automattic / wp-memcached

Memcached Object Cache for WordPress.
https://wordpress.org/plugins/memcached/
GNU General Public License v2.0
157 stars 55 forks source link

Is this compatible with WP Super Cache ? #154

Closed mbautista closed 9 months ago

mbautista commented 10 months ago

Hello, Our company currently use page caching with WP Super Cache which is really great :)

Since WordPress 6.1 there is a "object cache" health warning in WordPress.

Besides, some of our customers use heavy (bought) themes/templates with N+1 queries, many loops, etc. making some pages load slowly when not cached (sometimes more than 2 seconds with repeated SQL queries).

Could we just install wp-memcached to improve this ? Will it work with WP Super Cache ? Or is it better to use a single plugin (maybe BatCache or W3 Total Cache) ?

Moreover, we use nginx_mod_pagespeed to optimize JS/CSS/HTML, but this module has been abandoned by the Apache foundation so we will soon have to remove it. Maybe W3 Total Cache would cover it all ? Or is there a better solution ?

Thank you for your great plugins and for your help :) Mathieu.

mbautista commented 9 months ago

Hello, If anyone is wondering, wp-memcached seems to work without problem with wp super cache.