Caching error
-
My site health report is giving the following message:
‘Unable to detect page cache due to possible loopback request problem. Please verify that the loopback request test is passing. Error: Not Found (Code: http_404)
Page cache enhances the speed and performance of your site by saving and serving static pages instead of calling for a page every time a user visits.
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.
‘This is still showing after our hosting provider added the following to the wp-config file to enable caching rather than using a plugin as we were experiencing problems with plugins.
#WessexIT – Added from support ticket T20230606.0186
define( ‘ ENABLE_CACHE’ , TRUE);
define( ‘ WP_MEMORY_LIMIT’ , ‘256M’);
/
As this has not worked I’d like to go back to trying to use a caching plugin instead but if I enable one and set it up for pache caching then the message still shows as no page cache detected.
What do I need to do to get it working please?
The page I need help with: [log in to see the link]
- The topic ‘Caching error’ is closed to new replies.