Google Chrome with Lighthouse on Debian.
521
docker run \
-v "${PWD}/storage":/sto \
anmsaiful/chrome-lighthouse \
--chrome-flags="--headless --no-sandbox" \
--only-audits=server-response-time \
--output=json \
--output-path=response-time.json \
https://google.com
docker run \
-v "${PWD}/scripts":/src/scripts \
-v "${PWD}/storage":/sto \
anmsaiful/chrome-lighthouse \
execute-script \
response-time # ./scripts/response-time.js
Content type
Image
Digest
Size
249.9 MB
Last updated
over 5 years ago
docker pull anmsaiful/chrome-lighthouse