Slow Execution of an ASP.NET Web Page
Posted
by Sweta Jha
on Stack Overflow
See other posts from Stack Overflow
or by Sweta Jha
Published on 2009-11-18T12:10:07Z
Indexed on
2010/03/20
3:21 UTC
Read the original article
Hit count: 490
I have a web page which brings 13K+ records in 20 seconds. There is a menu on the page, clicking on which navigates me to another page which is very lightweight. Displaying the data (13K+) took only 20 seconds whereas navigating from that page took much longer, more than 2 mins. Can you tell me why is the latter taking so much of time. I've stopped the page_load code execution on click of the menu.
I've disabled the viewstate for that page as well.
© Stack Overflow or respective owner