-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Lighthouse stalls when testing bfcache in old headless mode #14957
Comments
I am unable to reproduce this on Linux with your exact Node, Chrome, and Lighthouse versions. Are you using a node script to run Lighthouse, and if so would you be able to provide the script? |
@adamraine sure, please run the below snippet multiple times, it might pass intermittently but check for the response time of each iteration. For me few iterations are not responding before 10 minutes. For me, it was recently stuck at "Running 3 scan for ..."
|
again to clarify - thousands of domains are working fine, but a few are having this no-response issue. |
Thanks, I can reproduce with your script! It looks like Lighthouse is hanging when it attempts to test bfcache in the old headless mode. There are two workarounds to this issue:
Regardless, we should still investigate why the old headless Chrome is stalling on the page you provided. |
@adamraine ah yes, thanks, using |
FAQ
URL
http://www.lumme.info/
What happened?
Such domain is not responding with a scan report in Lighthouse 10.0.1 (with Chrome latest stable version 112) even after waiting for like 10+ minutes - using node module programmatic way. Whereas this works fine with Lighthouse 9.6.8 with Chrome 110.
I am afraid there is some major bug in Lighthouse 10 which is affecting this for many other domains as well.
What did you expect?
Such domain is working fine with Lighthouse 9.6.8 with Chrome 110 but not able to provide any response with Lighthouse 10.
What have you tried?
No response
How were you running Lighthouse?
node
Lighthouse Version
10.0.1
Chrome Version
112.0.5615.49-1
Node Version
18.2
OS
Linux
Relevant log output
No response
The text was updated successfully, but these errors were encountered: