sitespeedio / plugin-lighthouse

Lighthouse plugin for sitespeed.io
MIT License
28 stars 18 forks source link

Different performance scores on the same machine #102

Closed pedrolgon closed 2 years ago

pedrolgon commented 2 years ago

Hi all I executed sitespeed.io with the plugin lighthouse and I obtained different scores. When I execute directly with node or I use docker, the score is much lower than I execute the lighthouse analyses with the Browser.

Chrome Browser scores

image

Node or Docker

image

I need a higher one for node and docker

This is the node execution

node node_modules/sitespeed.io/bin/sitespeed.js https://www.amazon.es/ --n 1 --browser chrome --plugins.add ../../../@sitespeed.io/plugin-lighthouse

Regards,

soulgalore commented 2 years ago

Hi @pedrolgon checkout https://github.com/GoogleChrome/lighthouse/issues/10657 for help. I think this is an issue with Lighthouse itself and gonna close the issue!

Best Peter

pedrolgon commented 2 years ago

Hi Peter, Thanks so much I read the issue but my problem is not the same The score between different executions in node or docker is the same but when I execute the lighthouse in the browser the score is always higher and this is a problem for us. is this an usual behavior? Regards, Pedro