Page Cache Disabled But WP_CACHE Still Defined
-
This is for a private site that requires a membership to be viewed, and it’s more about the backend anyway. Everything works fine, but another plugin is complaining because it sees that WP_CACHE is set to true in the wp-config and wants me to change one of it’s settings so that it works when pages are being cached.
However, I’m not using the page caching feature here (since it’s members only and we don’t want any pages to be cached in this case). I am using the other features of W3 Total Cache though and prefer it to the alternatives.
If the Page Caching feature of W3 Total Cache is disabled, should the WP_CACHE setting still be set to true? I’m guessing it’s added as long as the plugin is active, even though the caching feature is disabled.
I know I could remove the setting, but I assume it would just get added back eventually.
Is there a way I can tell W3 Total Cache not to add the WP_CACHE setting?
Is there a reason it’s needed even though the page caching feature is not enabled?
- The topic ‘Page Cache Disabled But WP_CACHE Still Defined’ is closed to new replies.