Make WordPress Core

Opened 9 months ago

#57349 new enhancement

Page cache is not detected but the server response time is OK

Reported by: djav1985's profile djav1985 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.0.1
Component: Site Health Keywords: changes-requested
Focuses: Cc:

Description

New site health feature that reports on page cache says "Page cache is not detected but the server response time is OK"

Later expresses that"Page cache is detected by looking for an active page cache plugin as well as making three requests to the homepage and looking for one or more of the following HTTP client caching response headers:

cache-control, expires, age, last-modified, etag, x-cache-enabled, x-cache-disabled, x-srcache-store-status, x-srcache-fetch-status."

I do happen to have cache control expires age less modified and e-tags. But these are applied by nginx reverse proxy. Wondering why they're not detected.. When it checks the page is it running it by using localhost? Or does it try from the domain name? I think it should be set up to make a request to the actual domain name if it does not say that it would get a more accurate view of the headers.

Change History (0)

Note: See TracTickets for help on using tickets.