Blog启用Gzip压缩

in 笔记本子

在defualt.html/catalog.html/tag.html等常用页面都启用了gzip压缩
可以查看default.html的http头信息

Date: Fri, 02 Feb 2007 06:22:35 GMTServer: Microsoft-IIS/6.0X-Powered-By: ASP.NETX-AspNet-Version: 2.0.50727Content-Encoding: gzipCache-Control: publicExpires: Fri, 02 Feb 2007 06:32:30 GMTContent-Type: text/html; charset=utf-8Content-Length: 11933

200 OK

gzip可以加快网页下载的速度,较大限度的对网页内容进行压缩,只要客户端的浏览器在IE5.5以上,都会自动对
gzip进行解压操作

0 Comments

Leave a Reply

Using Gravatars in the comments - get your own and be recognized!

XHTML: These are some of the tags you can use: <a href=""> <b> <blockquote> <code> <em> <i> <strike> <strong>