Browser Cache TTL Not being applied
-
Multiple GTMetrix tests and many assets are not getting the Breeze Browser Cache TTL headers applied. They are all set to 1-day and I am not sure why/how. Cloudflare is set to honor existing headers but nothing I can find leads to why the CSS/JS/image assets are not being re-written.
Permissions issue of some kind? CLoudWays seems to cross master and app permissions a bit when plugins are installed, but .htaccess has the rewrites listed.
#Expires headers configuration added by BREEZE WP CACHE plugin
SetEnv BREEZE_BROWSER_CACHE_ON 1
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif “access 1 year”
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType image/x-icon “access 1 year”
ExpiresByType text/html “access plus 0 seconds”
ExpiresByType text/xml “access plus 0 seconds”
ExpiresByType text/css “access 1 month”
ExpiresByType text/javascript “access 1 month”
ExpiresByType application/xml “access plus 0 seconds”
ExpiresByType application/json “access plus 0 seconds”
ExpiresByType application/javascript “access 1 month”
ExpiresByType application/x-javascript “access 1 month”
ExpiresByType application/xhtml-xml “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresDefault “access 1 month”
</IfModule>
#End of expires headers configurationThe page I need help with: [log in to see the link]
The topic ‘Browser Cache TTL Not being applied’ is closed to new replies.