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

Differences between browser based Google Lighthouse performance & lighthouse-parade #135

Open
mgifford opened this issue Apr 26, 2023 · 4 comments

Comments

@mgifford
Copy link

I'm noticing a considerable difference between the score from Lighthouse Parade and from any of the pages in Google Lighthouse. I'm not sure why they would be different. It definitely decreases the credibility of the scan. I'm just using something like:

npx lighthouse-parade https://example.org/ ./lighthouse-parade-data --max-crawl-depth 3

@calebeby
Copy link
Member

@mgifford I am wondering if it might have to do with lighthouse-parade using a different browser version and/or lighthouse version than the lighthouse in your browser. I know that the lighthouse team changes how they record scores between versions.

[email protected] uses lighthouse 9.5.0
[email protected] uses lighthouse 9.6.2. The latest lighthouse version is 10.1.1, and I'll plan to update lighthouse before publishing the final version of lighthouse-parade@3.

I would guess that the version difference is probably a big factor in differences you might be seeing. If you're still seeing big differences after we get the lighthouse version in lighthouse-parade up to date, we can dig further into what might be causing differences.

@mgifford
Copy link
Author

Good point.. And I might well want to ensure I'm upgrading to provide the latest of both libraries. They may be out of sync.

@mgifford
Copy link
Author

mgifford commented May 1, 2023

I think I had installed this via NPM and was using the 2.x version of the code.

I also don't see the instructions to build from the next branch of the repo https://github.com/cloudfour/lighthouse-parade/tree/next

How do I install the script for the 3.x version of the code?

@mgifford
Copy link
Author

mgifford commented May 3, 2023

See #71 (comment)

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