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

Priority hints API #4461

Open
Malvoz opened this issue Aug 25, 2018 · 3 comments
Open

Priority hints API #4461

Malvoz opened this issue Aug 25, 2018 · 3 comments

Comments

@Malvoz
Copy link
Contributor

Malvoz commented Aug 25, 2018

Priority Hints introduces the importance attribute, providing developers with the control to indicate a resource's relative importance to the browser.

Google developers blog intro:
https://developers.google.com/web/updates/2018/08/web-performance-made-easy#experimental_priority_hints

Chrome status:
https://www.chromestatus.com/feature/5273474901737472

@vineettalwar
Copy link

I will vouch for this one also.
I was looking for it as well.
https://developers.google.com/web/updates/2019/02/priority-hints

@jrbasso
Copy link

jrbasso commented Jan 5, 2022

Web.dev page about it: https://web.dev/priority-hints/

@Schweinepriester
Copy link
Contributor

Schweinepriester commented May 11, 2022

Via #6214 (comment)

importance was renamed to fetchpriority as part of the standards process.

I think every part is covered via MDN by now:

fetchpriority (#6213 (comment))
=> https://caniuse.com/?search=fetchpriority

"the priority attribute on the RequestInfo of fetch"
=> https://caniuse.com/mdn-api_request_priority

The data specifically refers that:
https://github.com/mdn/browser-compat-data/blob/49d96ed28c8ab1184be01328c3d7c596b1ef365a/api/Request.json#L1107-L1109

Not saying this isn't useful as a combined feature on caniuse, just for the record.

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

Successfully merging a pull request may close this issue.

5 participants