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): extract main thread events w/o TraceProcessor #16049

Closed connorjclark closed 2 weeks ago

connorjclark commented 3 weeks ago

Lantern needs just the main thread events (regardless of navigations), so it used lib/trace-processor. Now Lantern does that itself in createGraphFromTrace.

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