Contains detailed values about how long each phase of the request took
Struct RequestTimings
Fields8
asp::time::DurationqueueWait;
How long the request had to wait in queue, until it was picked up by the web worker
asp::time::DurationnameLookup;
How long the DNS lookup took
asp::time::Durationconnect;
How long the connection to the server took
asp::time::DurationtlsHandshake;
How long the TLS handshake took
asp::time::DurationrequestSend;
How long it took to fully send the request body
asp::time::DurationfirstByte;
How long it took to receive the first byte of the response
asp::time::Durationdownload;
How long it took to fully receive the response body after receiving the first byte
asp::time::Durationtotal;
Total duration of the request, from the moment it was sent until it was fully completed