Viewing 1 replies (of 1 total)
  • Agreed latest version writes this:

    
    #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>
    

    Seems very odd this is not configurable.

    • This reply was modified 4 years, 5 months ago by ccolotti.
Viewing 1 replies (of 1 total)
  • The topic ‘30 Day Browser Cache Length on homepage is not good’ is closed to new replies.