Help, my asp.net application is very slow

  • Thread starter Thread starter Markus Klein
  • Start date Start date
M

Markus Klein

Hello,

my application is really slow.
how can i find out what part of my application is the fault?

somethin is really slowing down anythink. a simple selection in a
calender-object takes more than 5 seconds.


maybe i can put some timers in the application and show it in a textbox
or something? how?
i would like to know when the the master and content page_load is done,
and all my methods and functions....
 
Hi,

ok i found a way to time it:

aspx.page Begin Load 0,0392019045982443 0,000031
aspx.page End Load 10,6110823151609 10,570982


but i still have no clue what part is the fault :(
 
with trace.write i found the fault.


it is a custom class in my Masterpage! .... well this class steals the
10 seconds to request alot of information and sort it.

maybe it should stor all information after the first request ;)
 
Back
Top