Measuring Loading time of a web page (C#)
Posted
by j-t-s
on Stack Overflow
See other posts from Stack Overflow
or by j-t-s
Published on 2010-05-12T10:38:57Z
Indexed on
2010/05/12
10:44 UTC
Read the original article
Hit count: 786
Hi All
I would like to know if there is a simple way of measuring the time it takes from when you hit Enter, to the time where a web page is fully displayed/loaded. Would I need to use a Timer for this, or are there existing features built into the Web Browser control (or .net framework) that I have missed out on?
Thank you
© Stack Overflow or respective owner