HTML Compression/GZIP
.
How to Fix
Your two options for file compression are Deflate and GZIP.
- Deflate is an option which comes automatically with the Apache server and which is simple to set up.
- GZIP on the other hand needs to be installed and requires a bit more work to install. However, GZIP does achieve a higher compression rate and therefore might be a better choice if your website uses pages which have a lot of images or large file sizes.
Setting up file compression for your website will depend on which type of server you're using for your website. Most likely, you'll be using Apache, which means you can enable compression by adding a few deflate codes to your .htaccess file.
For more advanced information regarding deflate you can check this Apache documentation.