Automatic purge doesn’t cover OPcache and object cache
-
It has come to our attention that with the following settings, changes made to a page aren’t automatically reflected on our live site after updating the page.
Automatically purge the Cloudflare's cache when something changes on the websiteManually purging the cache, on the other hand, successfully purges it. Looking at the log, it appears the difference between the two actions boils down to whether OPcache and object cache also get purged:
[2024-05-27 16:58:23] [cache_controller::purge_cache_on_post_edit] Purge Cloudflare cache for only post id 2349 and related contents - Fired action: clean_post_cache [2024-05-27 16:58:23] [cache_controller::purge_cache_on_post_edit] Purge Cloudflare cache for only post id 2349 and related contents - Fired action: clean_post_cache [2024-05-27 16:58:30] [cache_controller::purge_opcache] Purge OPcache cache [2024-05-27 16:58:30] [cache_controller::purge_object_cache] Purge object cache [2024-05-27 16:58:30] [cache_controller::purge_urls] Purged specific URLs from Cloudflare cache [2024-05-27 16:58:30] [cache_controller::ajax_purge_single_post_cache] Purge Cloudflare cache for only post id 2349 and related contentsThe first two entries are from automatic purge, the latter four from the manual purge.
So would it be possible for automatic purge to cover OPcache and object cache as well?
The topic ‘Automatic purge doesn’t cover OPcache and object cache’ is closed to new replies.