You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
@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).
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?
The text was updated successfully, but these errors were encountered: