How to enable GZIP compression in IIS (1/2)

Source: Internet
Author: User

Http compression is a method for transmitting compressed text content between web servers and browsers. Http compression uses common compression algorithms such as gzip to compress html, webpage effects, or css tutorial files. The biggest advantage of compression is that it reduces the amount of data transmitted over the network and increases the access speed of the client browser. Of course, it also adds a little load on the server. Gzip is a common http compression algorithm. Gzip compression is configured on the deployed iis 6.0. The detailed test results are as follows.
Before gzip compression is enabled, visit the website homepage for packet capture analysis.

After gzip is enabled, clear the local ie cache and access the packet capture analysis again.

Before and After enabling, the page size is reduced by 89213 bytes, and the original size is reduced by 87%.
After gzip compression is enabled for css, js, and other files, the original 21100bytes files are compressed with a compression ratio of 80%.

The test result is shown in the tutorial http://www.port80software.com/tools/compresscheck.asp.
1 2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.