-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Measure the execution time of each task more accurately #2304
Comments
Since v2.0.0, performance measures are baffling, like here: First meaningful paint 851.9ms And somehow the "850ms" ~ "1+ sec" I get as results don't really match what I see: LH v1 was measuring those at about 250ms in the last tests. Are those new values due to the same issue? |
I'm seeing this too on plenty of runs |
@kscm that sounds unrelated to the original post. This is talking about the wall clock time to compute an audit, not the time an audit measures. Would you mind filing a separate issue? |
@paulirish's awesome idea: put the timing of each audit and gatherer into the LHR's |
Right now some audits that request computed artifacts are before the audit that most clearly identifies what's being computed (loadfast4pwa uses first interactive and looks like it takes a very long time while first interactive later appears to be very fast since it's using the now cached result.
The text was updated successfully, but these errors were encountered: