-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Bug report: for v3.0.3 launched from DTs in Chrome v70 all main audit metrics are identical #5833
Comments
When there are no long tasks beyond first paint and the page reaches a steady state quickly, this is the expected (and greatly desired!) behavior. The definition of all those metrics is such that FCP is the earliest point they can occur, so all of them being equal to FCP just means that the page isn't doing anything else that's bad to delay the other metrics 🎉 The jumping around of the performance score for the same page is most likely a separate issue though. The best thing to do to diagnose what's going on here is to collect traces of your runs (you can open the trace from DevTools via the "View Trace" button or with the CLI using the |
@patrickhulce, thanks for the quick answer but I guess I didn't express my concern clearly enough:
[ As for the sudden drop in the FCP/FMP results from ~2,5k to ~900... all I care about are the proportions... ;) I will simply need to find a way to bring the F-CPU-I and TtI closer to it :) ] |
oooh, ok! Cool, thanks! 😸 Looking forward to seeing it solved 😸 |
Provide the steps to reproduce
What is the current behavior?
All the main Performance audit metrics display the same time (First Contentful Paint, First Meaningful Paint, First CPU Idle, Time to Interactive)
What is the expected behavior?
Snapshot from audit run on www.wlw.de around the same time in Chrome 68 DevTools with LH version 3.0.0-beta (those are slightly different from 2.9.1 but still matched our expectations - we've read the documentation... ;) )
Audit run 2hours later in Chrome 68 as well but with an extension (LH 3.0.3)
Environment Information
Related issues
The text was updated successfully, but these errors were encountered: