resource-timing
resource-timing copied to clipboard
Why is there noticeable gap between requestStart and connectEnd?
Hello, we find that there is up to 200ms delay between requestStart and connectEnd and we are using HTTP2 already. Why browser seems to "block" some time after the connection establishment (or reuse) ?
As described in the spec, you might encounter queuing by the network stack, browser or OS.