Monday, December 19, 2005

Ting-hao Yang's ASP.NET blog : Cross page navigation techniques in ASP.NET 1.x and 2.0

Ting-hao Yang's ASP.NET blog : Cross page navigation techniques in ASP.NET 1.x and 2.0

If you found the loading speed of your pages is slow, you would probably need to do some performance tuning on those pages. You may most likely think that the database query is slow, the page computation is too complicated, or the page size is too large. However, it may also be the case for long client-server round trip time (propagation delay). Here is a blog post from Yang on the details of page navigation scenerio. It may give you ideas on how to fine tune the loading time of your pages.

No comments: