Measuring TTFB and TTLB with HTTP in C# -


i looking ways measure ttfb (time first byte) , ttlb (time last byte) while making http web request specific web page.

how can measurement in c#.

i writing monitoring tool measure ttfb , ttlb accessing web page.

the code answered far give ttlb, ttfb, though not accurate 100% have listen event downloadprogresschanged of webclient class, , on first call record time recorded stopwatch far, without stopping it.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -