在 IIS7 中启用动态压缩是否值得?
我正在尝试寻找所有可能的方法来提高我的网站性能。 我正在考虑在服务器级别启用动态压缩,但担心性能下降(没有缓存压缩页面 - 文件损坏 - 服务器上的开销)。 我应该放弃 IIS 7 的动态压缩吗? 有没有比内置压缩模块做得更好的模块?
I am trying to find all possible ways I could improve my website performance. I was considering enabling dynamic compression at the server level but was concerned by performance hits (no caching of compressed pages - corruption of files - overhead on the server).
Should I just give up on the dynamic compression with IIS 7? are there modules out there that do a better job than the built-in compression module?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您几乎应该始终启用动态压缩(默认情况下启用静态压缩)。 动态压缩==过度的处理压力是一个有害的神话。 这是 MSDN:
此外,您还可以在 IIS7 中指定压缩的 CPU 限制。
You should almost always enable dynamic compression (static is on by default). Dynamic compression == undue processing stress is a pernicious myth. Here's MSDN:
Also, you can specify a CPU throttle for compression in IIS7.
您绝对应该启用动态压缩。 请参阅这篇关于 IIS 7 中十大性能改进的文章。
引用自文章:
You should absolutely enable dynamic compression. See this article on the top 10 Performance improvements in IIS 7.
Quoting from the article: