« See all FAQs for WordPress Speed Optimization Plugin
Why Browser Cache is not working for me?
I have tested the browser cache and other .htaccess related features in this plugin on multiple different installations ( All apache installations were tested on Google Cloud VPS, Bluehost and some random free host ).
When browser cache was not working, even single time it was the fault of the server. In order to make browser cache work, your server need to have a2enmod headers enabled.
If you are on free hosting or shared hosting like bluehost, justhost, hostgator or other, then please ask your hosting provide to enable “a2enmod headers” for your wordpress installation.
If you are using VPS with Apache2 installed then you just need to login to your terminal and enter the following commands.
sudo a2enmod headers sudo apache2 restart
This plugin doesn’t currently supports nginx servers and you actually don’t need to configure anything if you are on nginx server. Browser cache and gzip are usually enabled by default.
- If you have nginx server please don’t enable the “RED Circled features in this plugin” as the modifications will be ignored by your server. *