Page Cache White Screen
-
In reference to this post
https://www.ads-software.com/support/topic/page-cache-white-screen-wp5-2-3/page/2/I am experiencing the same thing on my homepage which is constantly flooded with requests (presumably HEAD requests). It seems when the cache is invalidated (using Redis for Page Cache…and pretty much every cache) and a “HEAD” request is the first one after the invalidation the cached page shows a portion of our header and thats it.
This triggers one of my uptime monitors since text it is looking for is not present. To which I rush in and purge the Redis Cache and (unknowingly) was the first hit to the page which caches the page correctly until the next invalidation.
I am unsure if this issue was eventually resolved or how? My next step is to goto w3tc-config/master.php and change the value of
pgcache.reject.request_head": false
, to true. As the author noted…will this change be overwritten at some point?For example:
- When the plugin is updated
- When a setting on the Page Cache is changed (noting that this field is not in view for Redis cache and is disabled when using Disk Cache Enhanced)
Please Advise
Thanks!
- The topic ‘Page Cache White Screen’ is closed to new replies.