输出缓冲对性能有帮助吗?

发布于 2024-08-03 20:20:23 字数 212 浏览 5 评论 0原文

我听说一次性写出整个 ASP.NET 页面有助于提高性能。就像将以下内容作为 Page_Load 上的第一行:

Response.BufferOutput = true;

并在所有处理结束时使用 Response.Flush

这有帮助吗?如果是的话,使用它有什么缺点吗?

I've heard that writing out the entire ASP.NET page in one go helps performance. Like having the following as the first line on Page_Load:

Response.BufferOutput = true;

And using Response.Flush at the end of all processing.

Does this help? If yes, are there any the disadvantages in using it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

紫南 2024-08-10 20:20:23

仅当它是瓶颈时才有帮助。你是怎么测量的?

It only helps if it is the bottleneck. How did you measure?

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