为什么 IIS 默认不打开压缩
i am reading articles like this one and this one to walk through the (tedius) steps to turn on gzip compression on IIS (6.0 in this case). I don't understand why IIS would turn this all on by default. Who would not want to compress files going down to the browser ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
任何了解压缩并不总能改善事情的人都不会希望默认情况下打开它。
它需要 CPU 时间,并且实际上可能不会显着减少发送的字节数。
Anyone who understands that compression doesn't always improve things wouldn't want it turned on by default.
It takes CPU time, and may not actually reduce the number of bytes sent significantly.