Replies: 1 comment 1 reply
-
I think you aren't defining your throttling method properly. The flag is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
I order to fine-tune our performance strategy I identified the setting that will better emulate our users, after doing that proceeding to execute the lighthouse report I found interesting the fact that none of my changes are shown on the report,
even when using lighthouse CLI. I found this inconvenient and even found a post on StackOverflow talking about it.I have set up my CPU and Network conditions



However, after running LightHouse.
Is there any way to achieve custom execution of the Lighthouse report?
lighthouse "www.google.com" --throttling-method=devtools --throttling.cpuSlowdownMultiplier=4 --throttling.requestLatencyMs=150 --throttling.downloadThroughputKbps=10000 --throttling.uploadThroughputKbps=9750 --throttling.rttMs=150 --output=json --output=html --output-path=./report
Using CLI, it works.
Beta Was this translation helpful? Give feedback.
All reactions