This rule is triggered when PageSpeed Insights detects that a compressed resource on a Web page is not provided with HTTP compression.
Many network servers can compress files into a file by calling a third-party module or using a built-in programgzip
Format, and then send the compressed file for download. This can save you some time when downloading the resources needed to render the website.
您應在自己的網絡服務器上啟用壓縮功能。以下這些參考展示了某些熱門網絡服務器上所啟用的壓縮功能:
?
Via
、Forwarded
或Proxy-Connection
Indicates that the proxy server has provided the resource.Except as other written, the content of this page is licensed under theCreative Commons Attribution 3.0 License, and code samples are licensed under the?Apache 2.0 License. For details, see our?Site Policies.