WP Super cache not always serving
-
Sometimes I see this header:
HTTP/1.1 200 OK
X-Powered-By: PHP/7.0.20
Content-Type: text/html; charset=UTF-8
Vary: Accept-Encoding, Cookie
Cache-Control: max-age=3, must-revalidate
WP-Super-Cache: Served supercache file from PHP
Last-Modified: Fri, 30 Jun 2017 01:39:30 GMT
Content-Length: 13090
Date: Fri, 30 Jun 2017 01:41:27 GMT
Accept-Ranges: bytes
Server: LiteSpeed
Connection: closeSometimes it switches to this one:
HTTP/1.1 200 OK
X-Powered-By: PHP/7.0.20
Vary: Cookie
Content-Type: text/html; charset=UTF-8
Link: <http://oneoffmakery.net.au/wp-json/>; rel=”https://api.w.org/”
Link: <http://oneoffmakery.net.au/>; rel=shortlink
Date: Fri, 30 Jun 2017 01:38:08 GMT
Accept-Ranges: bytes
Server: LiteSpeed
Connection: closeIt seems to switch back to the first (correct, WP Cache is working, right?) one when I log in to the admin panel and use the Test Cache feature. It seems to switch to the second (wrong) one after some time.
Any ideas what could be happening?
The topic ‘WP Super cache not always serving’ is closed to new replies.