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.
任何人都知道压缩发送到客户端的 HTML 的好方法或工具吗?
我正在考虑仅在生产服务器中压缩 .aspx 文件中的 HTML,所以也许一个这样做的工具是正确的选择。
更好的方法是启用 GZIP,您可以在 IIS 中启用它
iis6 | iis7
Telerik 刚刚发布了一个压缩实用程序,作为 RadControls for ASP.NET AJAX 套件的一部分。如果您不是客户,您可以使用他们控件的免费、非定时炸弹试用版来查看它。
查看这篇文章和这篇文章了解详情。
此处有一篇关于无运行时成本的 ASP.NET 空白清理的文章。
清除不必要的空白具有压缩数据的效果。