-1

我有一个由 1000 个客户端组成的 LAN,速度为 1 GBPS。

在 IIS 7.5 中托管的一个应用程序。

事实:在服务器和客户端之间传输一个兆字节的响应不超过 30 毫秒。连接速度非常快。

事实:有些客户的 PC 较旧(windows xp、ie7、pentium4)。

我认为在这种情况下不需要动态压缩,因为问题不在于带宽,而在于客户端的计算机性能。

您是否建议禁用压缩?

我的网页有太多的 javascript。在每篇文章中,我都会使用 javascript、ajax 和 json 刷新页面。在某些情况下,当 HTML 太大时,浏览器会变得有点不负责任。我认为压缩导致了这个问题。

任何意见?

4

2 回答 2

1

A useful scenario for compression is when you have to pay for the bandwith and would like to speed up the download of large pages, but this creates a bit of work for the client having to uncompress the data before serving it.

Turn it off.
You don't need it for serving pages over a high-speed LAN.

于 2011-04-12T21:43:41.207 回答
0

绝对不认为你需要压缩。但是你在这里是在黑暗中拍摄——给自己一个 http 调试器,比如 google chrome 中包含的那个,看看页面的哪些部分很慢。

于 2011-04-12T21:50:11.583 回答