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

is it normal to see "WARN Lighthouse failed to run performance audits for "/business", adding back to queue." #203

Open
Dale-777 opened this issue Apr 10, 2024 · 3 comments

Comments

@Dale-777
Copy link

Details

I have set a fixed list of urls in my config, and I often get this warning, for all the urls provided

WARN Lighthouse failed to run performance audits for "/business", adding back to queue.

I was using Puppeteer to authenticate the app, and just a single worker, and often I see the LH fail and then requeue, about 3/4 times before a result is available, it takes quite some time. I thought this was odd, so I tried the same against some bbc.com pages and found I got the same (without the Puppeteer hook).

Is this normal?

@harlan-zw
Copy link
Owner

Hi @Dale-777, thanks for the issue.

The logic for a route to be requeued relates to the Lighthouse report not having any performance data. I noticed when updating Lighthouse to the latest version that the results were a lot more flaky.

I don't really have a solution besides the requeuing as it seems to be an upstream issue with Lighthouse, I can only hope they will fix it on their end in an upcoming release.

@Dale-777
Copy link
Author

@harlan-zw might you know the last stable version of lighthouse that worked for you without flake? I will roll back to that and retry (this is my first try with unlighthouse, thanks for the awesome work).

@harlan-zw
Copy link
Owner

Before 0.11.0 should be more stable

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