How do I show the page generation time in asp.net? -


What is the easiest way to monitor how much time is taking to present my asp.net pages (I Still using webform if this is the case)?

I know that the life cycle of the page is very busy, but I am basically just looking for a number that tells me how long my code lasted and displayed it For that down (or wherever) page

Edit

Many people have mentioned asp.net trace config, which is awesome and I'm not sure how to forget it . The one thing I'm still searching for is how to produce the final render time: i.e.

  answer But I can not figure out how to inspect the contents of the trace element.   

you want to enable

[m] indexes the trace element in web.config as follows:

& lt; Trace enabled = "true" ... />


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -