用于 asp.net 的 HTML 压缩器
有人知道压缩发送到客户端的 HTML 的好方法或工具吗?
我正在考虑仅在生产服务器中压缩 .aspx 文件中的 HTML,因此也许用于执行此操作的工具是正确的选择。
Anyone knows a good way or tool to compress the HTML that is sent to the client?
I was thinking in compressing the HTML in the .aspx files in the production server only, so maybe a tool for doing this would be the right choice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
更好的方法是启用 GZIP,您可以在 IIS
iis6 | iis7
A better way is to enable GZIP, you can enable this in IIS
iis6 | iis7
Telerik 刚刚发布了一个压缩实用程序,作为其 RadControls for ASP.NET AJAX 套件的一部分。 如果您不是客户,您可以使用他们的控件的免费、无定时炸弹试用来查看。
查看这篇文章和这篇文章了解详细信息。
Telerik just released a compression utility as part of their RadControls for ASP.NET AJAX suite. If you aren't a customer you can check it out using the free, non-time-bombed trial of their controls.
Check out this post and this post for details.
这里有一篇关于 ASP.NET 空白的文章无需运行时成本即可进行清洁。
清除不必要的空白具有压缩数据的效果。
An article here about ASP.NET white space cleaning with no runtime cost.
Cleaning out the unnecessary whitespace has the effect of compressing the data.