Skip to content
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

Why performance reported data is way to far from the reality? #45

Closed
emilienbidet opened this issue Jan 26, 2023 · 2 comments
Closed

Why performance reported data is way to far from the reality? #45

emilienbidet opened this issue Jan 26, 2023 · 2 comments

Comments

@emilienbidet
Copy link

emilienbidet commented Jan 26, 2023

Hello Harlan and the community unlighthouse !

I tested unlighthouse but it returned me performance score completly different from the Google Lighthouse and the chrome dev tool.

From 92/100 (unlighthouse) to 21/100 (Google Lighthouse)

See the result below :
image

I tested for many pages, in Guest mode, the result still the same.
image

I tested for this website : https://monsieurcocorico.com/
see the Google Lighthouse report

Is the problem is that unlighthouse download the page to make tests faster?
This website have many plugins, I wanted to test the slowlyness of it.

Thank you for this amazing tool and I hope it can works for performance score.
Emilien

@harlan-zw
Copy link
Owner

harlan-zw commented Jan 27, 2023

Hey @emilienbidet, thanks for the issue!

The throttling used when measuring the performance by Lighthouse / PageSpeed Insights is a bit more intense than what Unlighthouse uses, this is to speed up the scan times.

I wouldn't recommend trusting the score it produces though, in fact, if you hover over the performance tab it will tell you that. You should ignore the performance score and just try and fix the issues it tells you. Like fixing your Cumulative Layout Shift issues will help quite a bit.

I've ran a test myself and it seems like the scores are quite low, which matches closer to PageSpeed Insights. I feel like maybe this is a WordPress thing? Possibly it hit the cache when it gave you that good score.

image

Anyway, not too sure what I can do about this issue otherwise, so will need to close.

@harlan-zw harlan-zw closed this as not planned Won't fix, can't repro, duplicate, stale Jan 27, 2023
@emilienbidet
Copy link
Author

Thank you for answering. It was a wordpress extension yes !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants