w3tc_flush_all does not immediately clear the cache
-
I’ve had to implement a manual call to w3tc_flush_all whenever I update wp_options relating to my theme.
However, for non-logged in users that are served a cached version of the site, it takes around 30 seconds for the changes to appear.
This is with just page caching enabled.
I assume that w3tc_flush_all is just queuing up a cron?
How can I make it more immediate so the very next request is served a non-cached version of the site?Also, might it not be a good idea to add a setting so updated options trigger a cache clear?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘w3tc_flush_all does not immediately clear the cache’ is closed to new replies.