
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?
source
share