• Resolved conservativeread

    (@conservativeread)


    i am using cloudflare basic, wp super cache and autoptimize(for html Compression only) where should i have this code in .htaccess super cache wants to be on top?

    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg “access 1 year”
    ExpiresByType image/jpeg “access 1 year”
    ExpiresByType image/gif “access 1 year”
    ExpiresByType image/png “access 1 year”
    ExpiresByType text/css “access 1 month”
    ExpiresByType application/pdf “access 1 month”
    ExpiresByType text/x-javascript “access 1 month”
    ExpiresByType application/x-shockwave-flash “access 1 month”
    ExpiresByType image/x-icon “access 1 year”
    ExpiresDefault “access 2 days”
    </IfModule>
    ## EXPIRES CACHING ##

    https://wordpress.org/plugins/leverage-browser-caching-ninjas/

Viewing 1 replies (of 1 total)
  • Plugin Author customwpninjas

    (@customwpninjas)

    haha, I just saw this. That’s hilarious – you just signed up for our hosting account 🙂 I will mark this resolved as you are now a happy customer, lol – yes, the code is Good.

Viewing 1 replies (of 1 total)
  • The topic ‘is this code below any good ?’ is closed to new replies.