-
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
CLI, Node: Performance Score null if running headless #11131
Comments
Thanks for filing @adrian-cerdeira! I'm not able to reproduce this with your specified environment settings though. Are you 100% sure it's using Chrome 83? This is the sort of error message you would get if it were using an older Chromium version. |
That's the correct command 👍 I'm not sure what's going on, and I don't know how we can help if we can't reproduce it :/ Is it possible this page serves different content to your geo and my geo? (I'm based in the central US) |
It could be. My geo is based from switzerland. |
in my case. if i run the test in a dockerised environment, it works fine when checking for desktop but returns a score of However, the same command if i run from my terminal, works fine for both desktop and mobile. Not sure what's causing this Environment Information |
I'm also getting performance is null most of the time. The error message I'm getting is:
For detailed docker setup can see this post: |
I would also suggest folk running into this try |
Provide the steps to reproduce
What is the current behavior?
If parameter headless is used, the performance score is zero. This leads to an error with LCP.
But if headless parameter is not used, then the LCP error get ignored and the score is between 0.9 -1.
What is the expected behavior?
Performance score should be between 0 to 1.
Environment Information
The text was updated successfully, but these errors were encountered: