• Hi,

    Does using Super Cache interfere with trying to sort what’s in the server headers for my site, some apparently which is not meant to be a good thing (?)

    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    (thats on one of my hosts)
    &
    Cache-Control: max-age=3, must-revalidate
    on another host.

    PLUS

    Getting this working in the htaccess to leverage browser caching:

    ExpiresActive On
    ExpiresByType image/gif A2592000
    ExpiresByType image/jpg A2592000
    ExpiresByType image/jpeg A2592000
    ExpiresByType image/png A2592000
    ExpiresByType text/js M604800
    ExpiresByType application/javascript M604800
    ExpiresByType application/x-javascript M604800
    ExpiresByType text/css M604800

    Do I need to lose sleep over this lol

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Leveraging Browser Caching..’ is closed to new replies.