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

core(preload): temporarily disable all preload advice #12661

Merged
merged 6 commits into from
Jun 22, 2021

Conversation

patrickhulce
Copy link
Collaborator

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

@patrickhulce patrickhulce requested a review from a team as a code owner June 14, 2021 19:44
@patrickhulce patrickhulce requested review from adamraine and removed request for a team June 14, 2021 19:44
@google-cla google-cla bot added the cla: yes label Jun 14, 2021
@connorjclark
Copy link
Collaborator

can you summarize AIs needed for v9 in the tracker? #12614

@patrickhulce
Copy link
Collaborator Author

can you summarize AIs needed for v9 in the tracker? #12614

Done 👍

@patrickhulce
Copy link
Collaborator Author

friendly ping @adamraine :)

Copy link
Member

@adamraine adamraine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM

Comment on lines -6417 to -6422
{
"startTime": 0,
"name": "lh:computed:LanternLargestContentfulPaint",
"duration": 100,
"entryType": "measure"
},
Copy link
Member

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?

Copy link
Collaborator Author

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.

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

Successfully merging this pull request may close these issues.

None yet

4 participants