
How to compress your web content using gzip compression
What is GZIP ? Gzip stands for GNU zip Compression algorithm which is actually a combination of LZ77 and Huffman Codes. Most of the modern web browsers including mobile web browsers support gzip encoded compressed files. The web servers like…