Showing posts with label web optimization. Show all posts
Showing posts with label web optimization. Show all posts

Thursday, 4 August 2016

Fix For Leverage Browser Cache

1. Create a New File Website Root Directory with name '.htaccess' 2. Put below Code in Top of '.htaccess' File 3. Code :- # Enable Compression <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font ...