Understanding Time Values ​​from Charles Debugging Proxy

enter image description here

This image from Charles shows some pretty interesting information:

  • Duration
  • Request duration
  • Response Duration
  • Delay

I would like to better understand what these terms really mean.

That is, how does Charles measure the duration of the request? (During the HTTP transaction, is this from time to time by then?) Similarly for the response.

In addition, request + response != Duration. Is there any server-side processing time left?

What is latency here?

+5
source share
1 answer

From the documentation :

  • Request - time spent on sending (loading) the request (dark blue)
  • - ( )
  • - , () (-)
+1

All Articles