Stop flushing whole object cache on post update.
-
We are using w3tc and we want to implement some caching of heavy custom queries using object cache but the whole object cache is flushed on EVERY post update.
Is there any reason to do it except this comment:
https://github.com/W3EDGE/w3-total-cache/blob/master/ObjectCache_Plugin.php#L339W3tc is using the hook in clean_post_cache() wp function which is supposed to clean post cache not the whole object cache.
Can you please fix it?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Stop flushing whole object cache on post update.’ is closed to new replies.