I have Compressed & Gzipped my style and js files using this site Now I have files with name style.min.css and jquery.min.js respectively. Let me know how can I link these files to reduce the page load?
I have Compressed & Gzipped my style and js files using this site Now
Share
You’ll have to set the content encoding for those files to gzip for the browser to read it correctly, try this in your .htaccess file