@Page Directives: Buffer

01 March 2012 at 00:12

True by default. This allows ASP.NET to send IIS larger chunks of data meaning less computation and network activity. If turned off the size of data in each chunk is a few characters compared to 31kb with it on.

References

Improving .NET Application Performance and Scalability - Chapter 6

ASP.NET Performance Tips