WPFC Caching Is Not Working Properly
-
Hi, I’m using WPFC for a long time and I always got wonderful results with this great plugin. But recently I found a problem in caching especially with Chrome Browser.
When I checked my blog post in FIREFOX, EDGE browsers, caching was done properly as this message displays:
<!--WP Fastest Cache file was created in 0.44303917884827 seconds, on 27-09-24 18:19:10 -->
But when I tested page in google no such message was displayed. When I checked in ‘SITE HEALTH’ section in WordPress it shows this message:
“Unable to detect the presence of page cache”
Unable to detect page cache due to possible loopback request problem. Please verify that the loopback request test is passing. Error: Forbidden (Code: http_403)
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.”
Also the results are very poor in PAGE SPEED INSIGHTS. When I checked my site with PINGDOM with and without WPFC plugin there was no improvement in site performance. With Plugin the score was 78 and without plugin it was 77. Also page load time and requests were same also. It means WPFC is not working properly.
What I have done so far are as follows:
- These are the settings I have done so far. In Preload settings I checked all options except Tags and attachments. After making all the settings I cleared Plugin Cache.
2. To control PRELOAD I used CRON JOBS with this function:
wget -O – “https://yourwebsite.com/?action=wpfastestcache&type=preload” >/dev/null 2>&1I’m using 2 minute interval. When I checked if PRELOAD is working or not using “yourwebsite.com?action=wpfastestcache&type=preload” again there was an error. This message displayed:
It means PRELOAD feature is not working that’s why this warning “Unable to detect the presence of page cache” displayed in SITE HEALTH.
- I even cleared Browser cache in Chrome but no help.
NOTE: I checked .htaccess file and rules are clearly written here. My server is LITESPEED SERVER (Apache Version:2.4.62). Earlier LITESPEED Plugin was installed by default which I removed entirely.
I do not have much traffic on my site even then my site performance is so poor in every test. CORE WEB VITALS are failed entirely. I’m not using any CDN or any other Optimization plugin.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.