Page Cache – White Screen – WP>5.2.3
-
Hello there,
A few times a day, some public pages return a white page, with 200 status code and others with 404. We use memcached for all our sites and made a test with Redis for one website. We use the page, object and browser cache.
This issue appears when we update our websites to the latest WP5.3.2 with all our plugins/themes updated to the latest version. We had W3TC 0.11.0 and we update it to 0.12.0. A Few weeks ago, a new update to 0.13.0. The issue still persists.
We tried to narrow down the problem by deactivating the object cache first, then the browser cache. Deactivating the object cache helps a lot and less issues happens. Then we made a new test on a single site, changing memcached for redis. The issue still exists.
For your information, the XMLRPC file is inaccessible and we remove all ping features that access this file, as much as the Header “X-Pingback” that the page cache send back.
I tried to verify the value registered in memcache, using the page debug fonctionnality, but it turns out the “Cache key” is not the key used by memcached. Can you provide some insight about the key used by memcache or redis?
My first guess were concurrent access, but the issue happens when there is only a few visits. So it seems that the page is caching an empty body, but i can’t figure out why.
Here is the header we receive when we reach a white page. Thank you for your time!
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 05 Feb 2020 05:01:38 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Link: <https://www.dummy-domain.ca/wp-json/>; rel=”https://api.w.org/”
Link: <https://www.dummy-domain.ca/fr/>; rel=shortlink
Last-Modified: Wed, 05 Feb 2020 04:04:23 GMT
ETag: “e1c06d85ae7b8b032bef47e42e4c08f9”
Strict-Transport-Security: max-age=15768000The page I need help with: [log in to see the link]
- The topic ‘Page Cache – White Screen – WP>5.2.3’ is closed to new replies.