Why my site is loading very slow?
-
Hi guys, Howz all doing!! My problem is my ASP.NET application is loading very slow. When i debuged it, i found its not because of the code it is running slow its after the Load_complete event(which is the last event for any page) it is taking hell lot of time. Can anyone tell me reason behind it or i am missing some attributes to set. Thanks in advance.. Sheel Gohe
-
Hi guys, Howz all doing!! My problem is my ASP.NET application is loading very slow. When i debuged it, i found its not because of the code it is running slow its after the Load_complete event(which is the last event for any page) it is taking hell lot of time. Can anyone tell me reason behind it or i am missing some attributes to set. Thanks in advance.. Sheel Gohe
For the record, LoadComplete is not the last event. Other events such as PreRender and Render occur after this. How big is your web page? How many child controls are on the page and what is the size of the HTML source once the page has displayed? Without knowing exactly what you're doing, it is rather difficult to diagnose your problem. Visit Riverside Internet[^]
-
Hi guys, Howz all doing!! My problem is my ASP.NET application is loading very slow. When i debuged it, i found its not because of the code it is running slow its after the Load_complete event(which is the last event for any page) it is taking hell lot of time. Can anyone tell me reason behind it or i am missing some attributes to set. Thanks in advance.. Sheel Gohe
Check that the site isn't compiling all pages every time - usually get a re-compile on a change, but have heard of people ending up with it compiling regardless all the time "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox