lighthouse

웹 애플리케이션과 웹 페이지를 분석하여 최신 성능 메트릭과 개발자 모범 사례에 대한 통찰을 수집합니다. 더 많은 정보: https://github.com/GoogleChrome/lighthouse.

lighthouse {{https://example.com}}

lighthouse --output {{json}} {{https://example.com}}

lighthouse --output {{json}} --output-path {{경로/대상/파일.json}} {{https://example.com}}

lighthouse --quiet --chrome-flags="{{--headless}}" {{https://example.com}}

lighthouse --extra-headers={{경로/대상/파일.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