question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lighthouse-ci results differs from lighthouse itself

See original GitHub issue

Hi everyone, it seems that are some issue with lighthouse-ci results in comparison with lighthouse itself. When I ran lhci autorun it gives me an error related to NO_FCP, but if I use the same lighthouse that is installed through lhci (that one stored on node_modules folder), it works properly: image image

If I ran using lhci autorun it gives me the NO_FCP error. I also tried to use the --no-sandbox flag but got no luck. image

Do you have any idea? Am I missing something? Thanks.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:7

github_iconTop GitHub Comments

2reactions
thiagosanchescommented, Aug 6, 2020

Hey @patrickhulce it might be something related to my node version, I was using node 12, I switched to node 10 and it’s working: image

nvm use 10.21.0
Now using node v10.21.0 (npm v6.14.4)
google-chrome --version
Google Chrome 84.0.4147.105 

I think that we can close this ticket, thank you for your help 😃 Regards.

0reactions
thiagosanchescommented, Aug 6, 2020

Closing this ticket since the node 10 version fixed the issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Performance monitoring with Lighthouse CI - web.dev
Lighthouse CI is a suite of free tools that facilitate using Lighthouse for performance monitoring. A single Lighthouse report provides a ...
Read more >
Why is my Lighthouse score different from PageSpeed Insights?
When running Lighthouse on your computer or on DebugBear the Performance score may be different from what you see on PageSpeed Insights.
Read more >
You're probably using Lighthouse wrong | Vue Storefront
The Lighthouse score is calculated from a bunch of other metrics' scores. Each of them has its own weight - some of them...
Read more >
Lighthouse meets GitHub Actions: How to use Lighthouse in CI
If a pull request impacts usability or performance, seeing those details in the context of our pull request is exactly where we'd like...
Read more >
Lighthouse - DEV Community ‍ ‍
Lighthouse Score for Pages behind Authentication with Selenium ... Continuous performance checks in Nuxt.js with Lighthouse CI and Github Actions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found