Description
FAQ
- Yes, my issue is not about variability or throttling.
- Yes, my issue is not about a specific accessibility audit (file with axe-core instead).
URL
https://www.gucci.com/us/en/cart
What happened?
On pages that produce errors with a large call stack, the errors-in-console audit can inflate the Lighthouse JSON report size - this example URL should generate a report between 150-250 MB in size. This is due to the stack trace of one particular error being over 1.5 MB.
What did you expect?
I didn't expect the report size to be inflated so much by console errors. Perhaps the stack trace should be truncated, or duplicate errors could be ignored.
What have you tried?
No response
How were you running Lighthouse?
CLI
Lighthouse Version
9.5.0
Chrome Version
100.0.4896.75
Node Version
17.5.0
OS
Ubuntu 21.10 on Linux 5.13
Relevant log output
No response