Tagged: Page Cache
- AuthorPosts
Charly
GuestHI,
I am a user of the W3 Total Cache plugin on a WordPress deployed with a clean Azure architecture (App Service with WordPress) + Local Redis Cache + Azure Front Door + Blob storage for CDN. More information here: https://github.com/Azure/wordpress-linux-appservice?tab=readme-ov-file
My issue is as follows: I have two deployment slots, so two distinct WebApps. On the staging environment, there is no problem. I have enabled Page Cache, Database Cache, and Object Cache in Redis. After enabling the debug log, I can clearly see the calls and the page cache hits.
However, on the production environment, which is configured exactly the same, the Object Cache and Database Cache work well (visible through the statistics and the log files). However, even though the Page Cache is enabled, I am facing performance issues when accessing pages. There are no entries in the Page Cache statistics, and the log file is empty.
Regards
Marko Vasiljevic
KeymasterHello,
Thank you for reaching out and I am happy to help!
Can you please share the website URL of the website you are having issues with the Page Cache?
In the W3 Total Cache settings which caching method is being used for Page Cache?
If you are using Disk: Enhanced, can you please check the wp-content/cache/ folder and see if the cache entries are created?Please make sure to check the configuration file and make sure the W3TC has added the rewrite rules for the Page Cache if the Disk: Enhanced option is used
Thanks!- AuthorPosts