Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is there noticeable gap between requestStart and connectEnd? #365

Open
xiaofud opened this issue Dec 15, 2022 · 2 comments
Open

Why is there noticeable gap between requestStart and connectEnd? #365

xiaofud opened this issue Dec 15, 2022 · 2 comments

Comments

@xiaofud
Copy link

xiaofud commented Dec 15, 2022

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

@noamr
Copy link
Contributor

noamr commented Jan 16, 2023

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

@HduSy
Copy link

HduSy commented Sep 5, 2024

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

are you sure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants