💾 Archived View for freeshell.de › tldr › lighthouse.gmi captured on 2024-05-10 at 12:13:56. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Analyzes web applications and web pages, collecting modern performance metrics and insights on developer best practices.
lighthouse {https://example.com}
lighthouse --output {json} {https://example.com}
lighthouse --output {json} --output-path {path/to/file.json} {https://example.com}
lighthouse --quiet --chrome-flags="{--headless}" {https://example.com}
lighthouse --extra-headers={path/to/file.json} {https://example.com}
lighthouse --only-categories={performance,accessibility,best-practices,seo,pwa} {https://example.com}
lighthouse --screenEmulation.disabled --throttling-method={provided} --no-emulatedUserAgent {https://example.com}
lighthouse --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).