How long does Lighthouse to analyse a URL #14658
-
Hi, I'm using a standard configuration and I'm extracting only 7 metrics. A URL that takes to load around 2 seconds takes 8 to be analysed by Lighthouse. Is this time expected? Is there any way to reduce this time? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
connorjclark
Jan 10, 2023
Replies: 1 comment 1 reply
-
Yes, this is expected. You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SusanaSEO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this is expected. You can use
--only-audits
(using the CLI) or select just the Performance category (using devtools panel) to cut down on the time.