-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Query metrics: Chapter 19. Resource Hints #100
Comments
@khempenius @yoavweiss @andydavies @addyosmani I'm putting together a sheet with the results of these queries. See here. As it comes together, feel free to let me know if anything is unintuitive or if my understanding of the metric is incorrect. |
@khempenius @yoavweiss a couple of resource hint metrics reference priorities:
My understanding of resource hints is that these are elements that take the form Priority hints, on the other hand, have an One other question, I don't see cc @igrigorik in case you're interested, I see you wrote the spec 😛 |
I believe we're talking about priority indirectly here, as defined based on provided |
What @igrigorik said - the reference to priorities is implicit...
The priority tracking here should be for
It does make sense to track
Priority Hints haven't shipped yet, so I hope people are not relying on them... |
@yoavweiss yes that'd be helpful!
Updated the queries and the results sheet.
According to metric 19_07...
😁 |
Reopening until 19.06 is resolved. @yoavweiss do you have that relative priority table handy? |
Here's a table for Chrome's priorities at the moment:
(Thanks to @domfarolino for his help compiling the list) |
Is this at the network or the rendering layer - there were subtle
differences but not sure if that still applies
…On Mon, 2 Sep 2019 at 12:09, Yoav Weiss ***@***.***> wrote:
Here's a table for Chrome's priorities at the moment:
File type Characteristic Priority
HTML Top-level navigation Highest
HTML Iframe Highest
CSS Blocking High
CSS Late in document Medium
CSS Optional Lowest
Script Blocking High
Script Blocking - late in document Medium
Script Defer Low
Script Async Low
Script module ??
Font Preload High
Font Highest
Image InViewport High
Image outside of viewport Low
Prefetch Very Low
Beacon Very Low
Fetch High
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#100?email_source=notifications&email_token=AADIILHXF2X44F3MKNW64I3QHTX5XA5CNFSM4IGIC7P2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5VQN5Y#issuecomment-527107831>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADIILBFIOCCLT2S3TRKFY3QHTX5XANCNFSM4IGIC7PQ>
.
|
These are Blink's priorities, not the net stack ones |
Thanks @yoavweiss. I'm not actually sure if this one is doable. I can tell whether one resource type was loaded before another, but I don't necessarily know whether it was defer/async, in/out of the viewport, blocking/optional, etc. These characteristics affect the priority for resource types significantly, so without them the results wouldn't be accurate. If you know of a more straightforward way to measure this I can give it a shot. Meanwhile, the rest of the results are available in this sheet, so I'll unblock you to start writing the chapter contents. |
READ ME!
All of the metrics in the table below have been marked as
Able To Query
during the metrics triage. The analyst assigned to each metric is expected to write the corresponding query and submit a PR to have it reviewed and added to the repo.In order to stay on schedule and have the data ready for authors, please have all metrics reviewed and merged by August 5.
Assignments
Checklist of metrics to be merged
The text was updated successfully, but these errors were encountered: