-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
core(preload): temporarily disable all preload advice #12661
Conversation
can you summarize AIs needed for v9 in the tracker? #12614 |
Done 👍 |
friendly ping @adamraine :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM
{ | ||
"startTime": 0, | ||
"name": "lh:computed:LanternLargestContentfulPaint", | ||
"duration": 100, | ||
"entryType": "measure" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were we making an extra call to this that we didn't need to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it was necessary. The preload LCP image audit makes an explicit lantern LCP request in order to get the LCP graph but our sample results here uses observed metrics for LCP itself which never requests the lantern computed artifact.
Summary
Temporarily moves all our preload audits to always return
notApplicable
while the preload fix is being evaluated. See #11960 for long-term plan and more discussion.Related Issues/PRs
ref #11960
FYI @khempenius @addyosmani @spanicker