Gzip壓縮我很早已經(jīng)就啟用了,不過從未在網(wǎng)站建設(shè)中與大家分享過。近期由于備案問題,臨時(shí)更換服務(wù)器,結(jié)果忘了啟用Gzip壓縮,周末利用空余時(shí)間啟用了Gzip壓縮,并把全部過程記錄下來,與大家分享。
啟用Gzip壓縮的好處
它的好處顯而易見,提高網(wǎng)頁瀏覽速度,無論是之前說的精簡代碼、壓縮圖片都不如啟用Gzip來的實(shí)在。下圖為啟用Gzip后的效果。
Gzip壓縮效率非常高,通常可以達(dá)到70%的壓縮率,也就是說,如果你的網(wǎng)頁有30K,壓縮之后就變成了9K左右。
一步:打開IIS,啟用HTTP壓縮服務(wù)
第二步:啟用web服務(wù)
第三步:修改MetaBase.xml
開始 > 運(yùn)行中輸入 c:windowssystem32inetsrv,找到 MeteBase.xml,先備份,在修改。(有的服務(wù)器不需要修改此文件便可以使用)
搜索 Location ="/LM/W3SVC/Filters/Compression/gzip"
仔細(xì)核對下代碼:
HcCompressionDll="%windir%system32inetsrvgzip.dll"
HcCreateFlags="0"
HcDoDynamicCompression="TRUE"
HcDoOnDemandCompression="TRUE"
HcDoStaticCompression="FALSE"
HcDynamicCompressionLevel="0"
HcFileExtensions="htm
html
txt"
HcOnDemandCompLevel="10"
HcPriority="1"
HcScriptFileExtensions="asp
dll
exe"
>
HcCompressionDll="%windir%system32inetsrvgzip.dll"
HcCreateFlags="1"
HcDoDynamicCompression="TRUE"
HcDoOnDemandCompression="TRUE"
HcDoStaticCompression="TRUE"
HcDynamicCompressionLevel="0"
HcFileExtensions="htm
html
txt"
HcOnDemandCompLevel="10"
HcPriority="1"
HcScriptFileExtensions="asp
dll
exe"
>
替換成:
HcCompressionDll="%windir%system32inetsrvgzip.dll"
HcCreateFlags="1"
HcDoDynamicCompression="TRUE"
HcDoOnDemandCompression="TRUE"
HcDoStaticCompression="TRUE"
HcDynamicCompressionLevel="10"
HcFileExtensions="html
css
js
htm
xml
txt"
HcOnDemandCompLevel="10"
HcPriority="1"
HcScriptFileExtensions="php
dll"
>
HcCompressionDll="%windir%system32inetsrvgzip.dll"
HcCreateFlags="2"
HcDoDynamicCompression="TRUE"
HcDoOnDemandCompression="TRUE"
HcDoStaticCompression="TRUE"
HcDynamicCompressionLevel="10"
HcFileExtensions="html
css
js
htm
xml
txt"
HcOnDemandCompLevel="10"
HcPriority="1"
HcScriptFileExtensions="php
dll"
>
修改好后,在服務(wù)中停止IIS Admin Service 服務(wù)。
然后在保存MeteBase.xml,保存好后再啟動(dòng)IIS。這樣Gzip壓縮就啟用成功了。
測試Gzip壓縮是否成功,可以到站長工具h(yuǎn)ttp://tool.chinaz.com/Gzips/進(jìn)行檢測。
提示:
本文僅針對windows的IIS服務(wù)器上演示的,VPS主機(jī)、獨(dú)立服務(wù)器均可以實(shí)現(xiàn),虛擬主機(jī)用戶需要咨詢空間商(一般虛擬主機(jī)都啟用了Gzip)如果你的站在啟用Gzip壓縮時(shí)遇到了困難,可在此跟帖評論與交流,我會(huì)竭盡全力為大家解答。
更多精彩內(nèi)容,請關(guān)注溫州網(wǎng)站建設(shè):http://hsmdata.com/
上一篇新聞:溫州seo優(yōu)化:網(wǎng)站被降權(quán)后,應(yīng)該如何分析和應(yīng)對?
下一篇新聞:提高網(wǎng)站權(quán)重的幾大的技巧
專屬營銷顧問為您提供免費(fèi)方案及報(bào)價(jià)!
24小時(shí)免費(fèi)咨詢
請輸入您的聯(lián)系電話,座機(jī)請加區(qū)號(hào)