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

Surface chunk network timing details #123

Open
jtedesco opened this issue Mar 6, 2020 · 1 comment
Open

Surface chunk network timing details #123

jtedesco opened this issue Mar 6, 2020 · 1 comment
Projects
Milestone

Comments

@jtedesco
Copy link

jtedesco commented Mar 6, 2020

For sites using HTTP chunking for the main page, it can be useful to disambiguate between the time an element is displayed (e.g. from the element timing API) and when it arrives on the client at the network level but is not yet processed.

For instance, if the navigation timing API surfaced the time and size of each HTTP chunk received on the client, it would be possible to map this data back to the time specific elements were received from the network, and to use this to determine the delay between receiving and displaying a particular element.

@nhelfman
Copy link

nhelfman commented Mar 7, 2020

For instance, if the navigation timing API surfaced the time and size of each HTTP chunk received on the client

This would be a great and very useful addition to navigation timing!

@yoavweiss yoavweiss added this to the Level 3 milestone Mar 12, 2020
@yoavweiss yoavweiss added this to New in Triage Mar 24, 2022
@yoavweiss yoavweiss moved this from New to Feature work in Triage Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Triage
Feature requests
Development

No branches or pull requests

3 participants