Feature Request P2
Status Update
Comments
aj...@google.com <aj...@google.com> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
pe...@google.com <pe...@google.com> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
pe...@google.com <pe...@google.com> #4
me as well....
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
Description
Steps to reproduce the problem
<link rel="preload">
directive to theRoboto-Regular.woff2
font. The page downloads this font as expected.Problem Description
Expected: The browser should show a warning message informing the user that the preload was unused, similarly to the one shown when a font file is not referenced. Font files are only downloaded when needed, so it would be beneficial to inform the user that the preload should be removed, reducing bandwidth contention and improving page load times.
Baseline: The pagehttps://vine-solstice-prose.glitch.me/ includes the same preload but the CSS file does not reference the font file. After a few seconds, the DevTools console correctly shows the warning:
Additional Comments
Attached a screencast that reproduces the error
Summary
Feature Request: Chrome DevTools console should show a warning when a font preload is unused
Additional Data
Category: Developer Tools
Chrome Channel: Stable
Regression: No