Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more. Run Google's lighthouse tests against a given website using the Docker container.
docker run --rm -itv /path/to/your/report:/home/chrome/reports pataimages/lighthouse [your_site_url] [optional_args]
You can specify CHROME_FLAGS environment variable (-e parameter in your docker command) to be used in chrome-flags parameter. (default: --headless --disable-gpu --no-sandbox)
Further reading on Google Lighthouse
Content type
Image
Digest
Size
296.2 MB
Last updated
over 5 years ago
docker pull pataimages/lighthouse