用于 asp.net 的 HTML 压缩器

发布于 2024-07-14 15:11:48 字数 99 浏览 5 评论 0原文

有人知道压缩发送到客户端的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

对不⑦ 2024-07-21 15:11:48

更好的方法是启用 GZIP,您可以在 IIS

iis6 | iis7

A better way is to enable GZIP, you can enable this in IIS

iis6 | iis7

肩上的翅膀 2024-07-21 15:11:48

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.

默嘫て 2024-07-21 15:11:48

这里有一篇关于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文