Browser Caching not working
-
I started using WP Cloudflare Super Page Cache today and went through all advanced settings.
However, I am facing two issues:- Browser Cache not working
- I enabled the option “Add browser caching rules for static assets” in the settings.
- I am using Apache as the web server.
- Nothing is being added inside the
.htaccessfile, tried it also on a separate wordpress installation. Old cache plugin which i used wrote into htaccess with no problem - Google PageSpeed still reports: “Use efficient cache retention time”.
Could you please explain why the browser caching rules are not applied automatically, and if there is something else I need to configure manually?
wp-config.phppermissions- The plugin adds
define('WP_CACHE', true);intowp-config.phpwithout an error when the file permission is set to 644. - But as soon as I change
wp-config.phpback to 444, the plugin shows an error: The file wp-config.php is not writable. Please add write permission to activate the fallback cache. - Why does the plugin always require
wp-config.phpto be writable, instead of only once during the initial setup?
- The plugin adds
I would really appreciate your guidance on both issues:
- How to properly enable browser cache rules for static assets.
- Why the plugin keeps requiring write permission for
wp-config.php.
Thank you in advance for your help!
- Browser Cache not working
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Browser Caching not working’ is closed to new replies.