Leverage browser caching (in WP SuperCache?)

Posted in: Newspaper
Post count: 18

http://prntscr.com/iqm7pm any tip on this maybe ?

Post count: 60

Hi,

I recently fixed this on my site using this guide

You just need to paste this into the .htaccess file:

# 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

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.