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.