在defualt.html/catalog.html/tag.html等常用页面都启用了gzip压缩
可以查看default.html的http头信息
Date: Fri, 02 Feb 2007 06:22:35 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Content-Encoding: gzip
Cache-Control: public
Expires: Fri, 02 Feb 2007 06:32:30 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 11933
200 OK
gzip可以加快网页下载的速度,较大限度的对网页内容进行压缩,只要客户端的浏览器在IE5.5以上,都会自动对
gzip进行解压操作