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
As per my conversation with @AlexRothwell , when running Lighthouse on big websites, it shows PROTOCOL_TIMEOUT error.
This is actually a known issue with Lighthouse CLI library. The error refers to the situation when Lighthouse has been waiting for Chrome to respond to a single command for more than 30 second
See GoogleChrome/lighthouse#6512
How we could resolve this
As per my conversation @amankumarrr , we should use PageSpeed Insights API to run Lighthouse instead which is proven to be much faster and more reliable than using Lighthouse CLI library.
Tasks
Use PageSpeed Insight to run Lighthouse audit
Thanks!
The text was updated successfully, but these errors were encountered:
Cc: @adamcogan @william-liebenberg @AlexRothwell @amankumarrr
Describe the Bug
As per my conversation with @AlexRothwell , when running Lighthouse on big websites, it shows
PROTOCOL_TIMEOUT
error.This is actually a known issue with Lighthouse CLI library. The error refers to the situation when Lighthouse has been waiting for Chrome to respond to a single command for more than 30 second
See GoogleChrome/lighthouse#6512
How we could resolve this
As per my conversation @amankumarrr , we should use PageSpeed Insights API to run Lighthouse instead which is proven to be much faster and more reliable than using Lighthouse CLI library.
Tasks
Thanks!
The text was updated successfully, but these errors were encountered: