I would like to know how I can calculate the Sequence (clock) duration (in the statistics tab) with the Fiddler's timers ?
Thanks a lot !
2 Answers, 1 is accepted
0
Eric Lawrence
Telerik team
answered on 06 Oct 2015, 01:21 PM
Hi, Rob--
The calculation is simply latestResponse - earliestRequest where
earliestRequest = firstSession.Timers.ClientBeginRequest;
and
latestResponse = lastSession.Timers.ClientDoneResponse;
Regards,
Eric Lawrence
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items