This is a migrated thread and some comments may be shown as answers.

OVerall Elapsed time does not add up?

1 Answer 211 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Thai
Top achievements
Rank 1
Thai asked on 05 Jun 2020, 02:07 AM

Where is the time spent?  If waiting for server to respond, I would not expect the ClientDoneResponse to be close to overall time?  Can you help interpret this and determine where that time is spect?

 

== TIMING INFO ============
ClientConnected:18:39:20.550
ClientBeginRequest:18:45:58.582
GotRequestHeaders:18:45:58.582
ClientDoneRequest:18:45:58.582
Determine Gateway:0ms
DNS Lookup: 0ms
TCP/IP Connect:0ms
HTTPS Handshake:0ms
ServerConnected:18:45:56.064
FiddlerBeginRequest:18:45:58.582
ServerGotRequest:18:45:58.582
ServerBeginResponse:18:46:32.664
GotResponseHeaders:18:46:32.664
ServerDoneResponse:18:46:32.664
ClientBeginResponse:18:46:32.664
ClientDoneResponse:18:46:32.664

Overall Elapsed:0:00:34.082

1 Answer, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 09 Jun 2020, 10:04 AM

Hello Thai,

 

As explained here, the overall time is the difference between CliendDoneResponse and ClientBeginRequest. In your case, the slowest operation seems to be on the server-side as there are approximately 34 seconds between ServerGotRequest (at 18:45:58.582) and ServerBeginResponse (at 18:46:32.664)

 

Regards,
Nick Iliev
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Fiddler Classic
Asked by
Thai
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Share this question
or