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

[resource-timing] Add more fine-grained tests for connection timing #27935

Open
noamr opened this issue Mar 8, 2021 · 2 comments
Open

[resource-timing] Add more fine-grained tests for connection timing #27935

noamr opened this issue Mar 8, 2021 · 2 comments

Comments

@noamr
Copy link
Contributor

noamr commented Mar 8, 2021

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/

@noamr
Copy link
Contributor Author

noamr commented Mar 8, 2021

CC @yoavweiss

@noamr
Copy link
Contributor Author

noamr commented Apr 26, 2022

web-platform-tests/rfcs#112 should address this.

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

No branches or pull requests

2 participants