-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Preloaded scripts warning #6517
Comments
Just confirming from the Chrome side here - the way Next is preloading is totally fine. We're hoping to turn off these warnings for resources preloaded with As a comparison point, if these resources were preloaded via a Service Worker, we wouldn't show any warnings even though the same amount of networking is being done. |
I just noticed all of our prefetched links are being downloaded with High priority. While As is, prefetched bundles are being downloaded with High priority instead of Low, unnecessarily. Or am I missing something (e.g. Safari support)? |
Why is this closed? According to this google article we should use |
Firsit time I saw the warning, I thought I've must done something wrong. I tried to figure it out what caused this warning, and I ended up finding that messages also can be seen even nextjs.org site. |
It's the same like #2022
I am not doing anything weird. Just Link prefetch. It seems it's probably ok, but it can be confusing so maybe docs can be updated.
GoogleChromeLabs/preload-webpack-plugin#8 (comment)
The text was updated successfully, but these errors were encountered: