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): separate TraceEngine specific code #16051

Closed connorjclark closed 2 weeks ago

connorjclark commented 3 weeks ago

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

PageDependencyGraph was becoming too large and had too much stuff that was specific to converting trace/TraceEngine to Lantern computation data. so I moved all that to a separate module.