How is duration computed for long main thread tasks? #13779
-
Hi there, I'm using Lighthouse in Chrome DevTools and I focus on the Performance report that signals long main thread tasks. For example, Lighthouse will report a task that is running for more than 70ms. Could someone clarify how the report should be interpreted and if there is an issue with the results? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
short answer: Lighthouse does a simulation by default, that trace is not expected to match (that's why it's called Original Trace) |
Beta Was this translation helpful? Give feedback.
see https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md#devtools-lighthouse-panel-throttling
short answer: Lighthouse does a simulation by default, that trace is not expected to match (that's why it's called Original Trace)