resource-timing icon indicating copy to clipboard operation
resource-timing copied to clipboard

Why is there noticeable gap between requestStart and connectEnd?

Open xiaofud opened this issue 2 years ago • 2 comments

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) ?

xiaofud avatar Dec 15 '22 01:12 xiaofud

As described in the spec, you might encounter queuing by the network stack, browser or OS.

noamr avatar Jan 16 '23 15:01 noamr