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: deprecate overallSavingsMs #15902

Merged
merged 4 commits into from
Apr 1, 2024
Merged

core: deprecate overallSavingsMs #15902

merged 4 commits into from
Apr 1, 2024

Conversation

adamraine
Copy link
Member

Closes #15522

This PR also updates several audits that were still using the TTI graph or entire PDG to compute overallSavingsMs. Now those audits will just use their LCP savings to fill out overallSavingsMs instead.

Also, turns out we were still using overallSavingsMs in the flow report to sort audits in the summary page tooltip. Would be nice to use the same sort order as the performance category but that isn't a super high priority. This PR just does a simple sort by score then sort by LCP savings.

@adamraine adamraine requested a review from a team as a code owner March 28, 2024 22:51
@adamraine adamraine requested review from connorjclark and removed request for a team March 28, 2024 22:51
@adamraine adamraine merged commit 79b8907 into main Apr 1, 2024
29 checks passed
@adamraine adamraine deleted the deprecate-overall-savings branch April 1, 2024 18:44
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.

Performance Audit Prioritization Cleanup
3 participants