OptionalblockedTime spent in a queue waiting for a network connection. Can be -1 if the timing does not apply to the current request.
OptionalconnectTime required to create TCP connection. Can be -1 if the timing does not apply to the current request.
OptionaldnsThe time required to resolve a host name. Can be -1 if the timing does not apply to the current request.
OptionalreceiveTime required to read entire response from the server.
OptionalsendTime required to send HTTP request to the server.
OptionalsslTime required for SSL/TLS negotiation. This time is also included in the RequestTimings.connect field. Can be -1 if the timing does not apply to the current request.
OptionalwaitTime waiting for a response from the server.
Details about the time spent for each phase of a request-response round trip. All times are specified in milliseconds.