HTTP Gzip Compression Test of a Website
Tool Details and User Instructions
HTTP Compression, also known as Content-Encoding, is a technique in which content on a server is compressed before delivering the content to the browsers. This Gzip compression test tool will help you out to determine whether a web page is compressed or not.
HTTP compression increases the site performance and decreases the bandwidth without any configuration on a client side. There is a limited size of the bandwidth on internet connection, and to speed up the process administrator can do anything. So there is one simple way to do this via HTTP Compression. HTTP compression is supported by both the browsers and the server to reduce the time for transferring data between server and clients that can improve the performance of a website. Most common algorithms or tokens are: deflate and gzip.
Tokens
LZMA2 – The algorithm is better than deflate or gzip, but the algorithm does compress very slowly than others.
sdch – sdch algorithm is based on VCDIFF, created by Google and supported in Android, Chromium, Google websites and Google Chrome.
bzip2 – bzip2 uses a block-sorting compression test (Burrows-Wheeler transform) algorithm. Still better than older Deflate and LZW.
Brotli – Brotli is based on the LZ77 algorithm. It allows getting over 20% better compression ratios over Zopfli.
Pack200 – Compresses Java bytecode (instruction set) portion of JAR files. Best for high-performance Java application development. It is developed by Sun.
gzip – It is based on the Deflate algorithm, created by Mark Adler and Jean-Loup Gailly and used for file gzip compression & decompression.
deflate – Based on Huffman coding and LZ77 algorithm and defined by Phill Katz for PKZIP archive tool.
EXI – It encodes XML documents in a binary data format.
The tool shows:
– The URL.
– Original web page size in KBs.
– Compressed or Gzipped size in KBs.
– Percentage of compression.
– Status code
– Time to request a web page.
– The time it takes to compress a page.
– Content type and charset.
Instructions To Use HTTP Compression Checker:
1. You must enter a website URL in the text field.
2. Click Submit to process your URL. After processing result are shown in table.
Online Quote