GoogleChrome / lighthouse

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

core(lantern): use LCP instead of FMP for TTI simulation bounds #16046

Closed connorjclark closed 3 weeks ago

connorjclark commented 3 weeks ago

ref https://github.com/GoogleChrome/lighthouse/issues/15841

FMP is old, and we don't want to add it to trace engine or RPP. So let's replace its usage in Lantern with LCP.

Things happen to improve with our test database. whatever.

image