Gzip compression is a service that takes chunks of data from your website, compresses it, and then delivers it in this manner to your visitors’ browser at a much faster pace. This data is typically static content, such as HTML, CSS, JavaScript files, and images as these types of files benefit a lot more from compression than the other file types. If you are hosting your projects with HostArmada, however, you are absolutely covered in regards to Gzip compression, as ALL our hosting solutions have it enabled by default!
A standard server will usually not have the Gzip compression enabled by default as it requires the apache mod_deflate, along with a specific code insertion in the .htaccess file:
# Compress static content! AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml # Help old browsers out! BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html Header append Vary User-Agent
If you are not a part of our Hosting Armada, then we recommend that you get in touch with our sales team and find out all the benefits of having your projects hosted with us! They are reachable 24/7 through the live chat on our website.