Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以解释一下 GZIP 输出压缩级别是什么以及它如何影响 OpenCart。我看到您可以在Admin->System-Settings->Server Tab. 我猜你可以设置为 0 到 9 之间的值。0 是什么意思,9 是什么意思?我怎样才能知道我的网站应该是什么最佳设置?
Admin->System-Settings->Server Tab
输出压缩是从服务器发送到客户浏览器的 gzip 压缩内容的压缩级别。基本上,如果您客户的浏览器允许压缩内容,它将被发送给他们。这样做的好处是下载量更小,因此数据传输速度更快,节省时间和带宽
至于数字差异,0是不压缩,9是最大压缩。请注意,数字越高,它对服务器性能的影响就越大。根据您的服务器,您可能会或可能不会注意到差异,但建议启用 gzip 输出。这也将提高您的谷歌页面速度分数