You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following metrics in the resource-timing specs are measured while obtaining a connection: connectStart, connectEnd, secureConnectStart, dnsLookupStart, dnsLookupEnd, nextHopProtocol.
To test them, there probably needs to be a mock web server that delays the different steps, to ensure that they're measured correctly.
The following metrics in the resource-timing specs are measured while obtaining a connection:
connectStart
,connectEnd
,secureConnectStart
,dnsLookupStart
,dnsLookupEnd
,nextHopProtocol
.To test them, there probably needs to be a mock web server that delays the different steps, to ensure that they're measured correctly.
See https://w3c.github.io/resource-timing/
The text was updated successfully, but these errors were encountered: