Enter a URL
The GZIP compression enables the website page to decrease the size of its pages before they go online to the server for a user in browser online. This mechanism will reduce the usage of bandwidth and the page will be served more quickly and efficiently. The user’s browser will decompress that page before serving it.
The process takes a slight part of the seconds, but the page size reduced in an incredible way. This compression is also known as "Brotli Compression" but this is a new open source data compression method to GZIP.
The “GZIP compression Test” tool is to find if the GZIP compression is enabled or disabled on any website. You can try this tool for your own website. After inserting your website URL, simply press “submit” button and the tool will bring the whole result in few seconds.
The tool will also display compressed size and uncompressed size of this whole process. The graphical display feature of this tool will display the percentage of page size save for serving regarding GZIP compression tool.
The main feature of this Gzipped compression is to reduce the page size that is going to be load. When the user requests a page to load, the compression version is sent to the user’s browser. Check your page size before and after doing any task. Before displaying the website to the users, the page is decompressed one in front of the user. But it will take a fraction of the seconds, that unable to observe. And the user looks the whole page with all features after decompression.
The whole process is to reduce the size before serving, and uncompress the zip file in the browser before display. Check what is your browser.
Simply copy this code in the .htaccess file and save.
<IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts 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 # Remove browser bugs (only needed for really old browsers) 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 </IfModule>
As discussed above, Gzip Compression is very useful to load page quick and secure. And the main reason for using this feature it that if you have a large number of visitors daily, then the bandwidth usage of your websites will be decreased. By increasing your page speed; you will notice that your site ranking is also affected. Test your website page speed with a free tool.
You can test your website speed before after enabling Gzip Compression. You will see a big difference in your page load speed. Google loves to rank websites that have good speed time, so make enable your Gzip Compression to get its useful features.
Like other tools of SEO TOOL CHECKERS, this GZIP compression test tool is also very simple. You have to copy and paste your site URL and press submit. The rest of the process will be done by this tool itself. In a few seconds, you will see the results of GZIP compression analysis.
This will show you the Compressed size, Uncompressed size in bytes and KB’s. You will also see how much percent date is saved by compressing this page with GZIP. Moreover, you will see Header Information of your websites with complete detail like Server, Location, Content-Type, X-Pingback, Content-Encoding, Content-Length, and many other details.