-
Notifications
You must be signed in to change notification settings - Fork 24
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
Latest garie/lighthouse docker images drops performance score #12
Comments
I stumbled across https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md |
Hey @gschoenberger , Yeah, this looks interesting, I updated to 4.0.0 to I bet something changed, I know we added some configuration to lighthouse now, you might be able to use that to configure it back to what it was? Any idea's on how you would fix it? |
Currently I think it is not a problem with Garie, but lighthouse is just reporting lower scores. ATM it seems the values are correct but just differ in terms of lighthouse version. My previous lighthouse container used lighthouse 3.0.3 with Chrome 69. The updated Garie now uses lighthouse 4.1.0 with Chrome 71, but I didn't expect the scores to drop from > 25 to < 5. I compared two runtime settings and one with the chrome lighthouse extension: Current Garie lighthouse: Score 4
Current Chrome lighthouse extension: Score 7
Previuos Garie lighthouse: Score 28
|
I am using the latest garie/lighthouse image to get the fix with dumb init to get rid of the chrome zombie processes:
garie/lighthouse latest c135a34430bc 25 hours ago 606MB
Problem description:
Fetched performance scores differ dramatically from the previous version.
Question:
Did the default setting for emulated device change?
Previous:
Score: 28
Emulated Nexus 5X, Simulated Fast 3G network
Current:
Score: 3
Emulated Nexus 5X, Simulated Slow 4G network
Grafana is showing the drops after changing to the new image:
The text was updated successfully, but these errors were encountered: