• Resolved madslundholm

    (@madslundholm)


    Hi guys,

    I have bought the premium version to my site: https://casinochecking.com/.

    However, it does not allow me to leverage browser caching according to Google Insight Speed. That’s quite frustrating.. Can you please help? I’m working on a droplet from Digital Ocean.

    Thanks in advance.

    Best regards
    Mads

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • put this in your .htaccess

    # BEGIN Expire headers
    <ifModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault “access plus 5 seconds”
    ExpiresByType image/x-icon “access plus 604800 seconds”
    ExpiresByType image/jpeg “access plus 604800 seconds”
    ExpiresByType image/png “access plus 604800 seconds”
    ExpiresByType image/gif “access plus 604800 seconds”
    ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
    ExpiresByType text/css “access plus 604800 seconds”
    ExpiresByType text/javascript “access plus 604800 seconds”
    ExpiresByType application/javascript “access plus 604800 seconds”
    ExpiresByType application/x-javascript “access plus 604800 seconds”
    #ExpiresByType text/html “access plus 600 seconds”
    #ExpiresByType application/xhtml+xml “access plus 600 seconds”
    </ifModule>
    # END Expire headers

    Plugin Author Emre Vona

    (@emrevona)

    mod_expires.c must be installed in the server.

    Thread Starter madslundholm

    (@madslundholm)

    Thanks for your help.

    • This reply was modified 6 years, 11 months ago by madslundholm.
    Plugin Author Emre Vona

    (@emrevona)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Leverage Cache Browsing’ is closed to new replies.