GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.27k stars 9.35k forks source link

core: deprecate `overallSavingsMs` #15902

Closed adamraine closed 6 months ago

adamraine commented 6 months ago

Closes https://github.com/GoogleChrome/lighthouse/issues/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.