花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊 退出 找回密碼

網(wǎng)頁啟用Gzip壓縮 提高瀏覽速度

時間: 2018-12-14 09:09 閱讀: 作者:素材無憂網(wǎng)

Gzip壓縮我很早已經就啟用了,不過從未與大家分享過。近期由于備案問題,臨時更換服務器,結果忘了啟用Gzip壓縮,周末利用空余時間啟用了Gzip壓縮,并把全部過程記錄下來,與大家分享。

啟用Gzip壓縮的好處

它的好處顯而易見,提高網(wǎng)頁瀏覽速度,無論是之前說的精簡代碼、壓縮圖片都不如啟用Gzip來的實在。下圖為啟用Gzip后的效果。

網(wǎng)頁啟用Gzip壓縮 提高瀏覽速度

Gzip壓縮效率非常高,通??梢赃_到70%的壓縮率,也就是說,如果你的網(wǎng)頁有30K,壓縮之后就變成了9K左右。

第一步:打開IIS,啟用HTTP壓縮服務

網(wǎng)頁啟用Gzip壓縮 提高瀏覽速度

右擊“網(wǎng)站”->“屬性”,選擇“服務”。在“HTTP壓縮”框中選中“壓縮應用程序文件”和“ 壓縮靜態(tài)文件”,按需要設置“臨時目錄”和“臨時目錄的最大限制”;

第二步:啟用web服務

第三步:修改MetaBase.xml

開始 > 運行中輸入 c:\windows\system32\inetsrv,找到 MeteBase.xml,先備份,在修改。(有的服務器不需要修改此文件便可以使用)

搜索 Location ="/LM/W3SVC/Filters/Compression/gzip"

仔細核對下代碼:

<IIsCompressionScheme Location ="/LM/W3SVC/Filters/Compression/deflate" 
HcCompressionDll="%windir%\system32\inetsrv\gzip.dll" 
HcCreateFlags="0" 
HcDoDynamicCompression="TRUE" 
HcDoOnDemandCompression="TRUE" 
HcDoStaticCompression="FALSE" 
HcDynamicCompressionLevel="0" 
HcFileExtensions="htm 
html 
txt" 
HcOnDemandCompLevel="10" 
HcPriority="1" 
HcScriptFileExtensions="asp 
dll 
exe" 

</IIsCompressionScheme> 
<IIsCompressionScheme Location ="/LM/W3SVC/Filters/Compression/gzip" 
HcCompressionDll="%windir%\system32\inetsrv\gzip.dll" 
HcCreateFlags="1" 
HcDoDynamicCompression="TRUE" 
HcDoOnDemandCompression="TRUE" 
HcDoStaticCompression="TRUE" 
HcDynamicCompressionLevel="0" 
HcFileExtensions="htm 
html 
txt" 
HcOnDemandCompLevel="10" 
HcPriority="1" 
HcScriptFileExtensions="asp 
dll 
exe" 

</IIsCompressionScheme>

替換成:

<IIsCompressionScheme Location ="/LM/W3SVC/Filters/Compression/gzip" 
HcCompressionDll="%windir%\system32\inetsrv\gzip.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" 

</IIsCompressionScheme> 
<IIsCompressionScheme Location ="/LM/W3SVC/Filters/Compression/deflate" 
HcCompressionDll="%windir%\system32\inetsrv\gzip.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" 

</IIsCompressionScheme>

修改好后,在服務中停止IIS Admin Service 服務。

網(wǎng)頁啟用Gzip壓縮 提高瀏覽速度

然后在保存MeteBase.xml,保存好后再啟動IIS。這樣Gzip壓縮就啟用成功了。

最后,測試Gzip壓縮是否成功,可以到站長工具進行檢測。

提示:

本文僅針對windows的IIS服務器上演示的,VPS主機、獨立服務器均可以實現(xiàn),虛擬主機用戶需要咨詢空間商(一般虛擬主機都啟用了Gzip)如果你的站在啟用Gzip壓縮時遇到了困難,可在此跟帖評論與交流,我會竭盡全力為大家解答。

版權聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權益請與我們聯(lián)系,我們將在24小時內刪除!謝謝!

轉載請注明: 網(wǎng)頁啟用Gzip壓縮 提高瀏覽速度

標簽:  
相關文章
模板推薦