Flush Cache & Ignored Groups Questions
-
Greetings and thank you for the great plugin…
1. I have the plugin running with the following config values:
define(‘WP_REDIS_CLIENT’, ‘pecl’);
define(‘WP_CACHE_KEY_SALT’, ‘whatever.com’);
define(‘WP_REDIS_SELECTIVE_FLUSH’, true);Everything is running ok, but when I click the Flush Cache button, there are many entries from different groups that remain in the Redis database. I don’t see a pattern except that they all have TTL = 0… Any insights here?
2. I’m wondering if there is a list of recommended ignored groups for various typical WordPress installations. For example, for an installation running WooCommerce are there any groups that should be ignored. W3TC lists these groups by default as ones that should be ignored:
-comment
-counts
-plugins
Are these groups ignored by default by the plugin or should we list them or does it not matter? Any thoughts?
The topic ‘Flush Cache & Ignored Groups Questions’ is closed to new replies.