Add server-side gzip compression for images, CSS and JS files
One of the easiest ways to improve performance on a site is to gzip all static files, including images, CSS and JavaScript files. Most servers have the ability to gzip the files as they are served, preventing the developer from having to manually ...