GoogleChrome / lighthouse

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

core(lantern): remove LR statistics #15946

Closed connorjclark closed 2 months ago

connorjclark commented 2 months ago

ref #15944

Lantern does not need to know about our lrStatistics object. Instead, we can set the timing object based on it in our LH NetworkRequest -> Lantern NetworkRequest adapter.