Can I Flush the Buffer Early Using ASP.NET?

前端 未结 2 1712
粉色の甜心
粉色の甜心 2021-02-14 03:02

Best Practices for Speeing Up Your Web Site from Yahoo includes the following recommendation:

When users request a page, it can take anywhere from 200 to 500

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-14 03:30

    You might want to explicitly set Buffer=true in the @Page tag at the top of the page as well to avoid Response.Flush() throwing errors.

提交回复
热议问题