Posts Tagged ‘Leverage browser cache’

How to Leverage browser caching

July 5, 2011

We can set the browser caching expiration using .htaccess file. Copy the code below and paste it in your .htaccess file. ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType...