Thanks to visit codestin.com
Credit goes to github.com

Skip to content

krabbe16/sandbox-lighthouse-v6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

host

docker-compose build
docker-compose up -d
docker-compose exec lighthouse bash

guest

PC

lighthouse --only-categories=performance --output=html --output-path=report.html --emulated-form-factor=none --throttling-method=provided --chrome-flags="--headless --no-sandbox" https://www.google.co.jp/

SP

userAgent="Mozilla/5.0 (iPhone; CPU iPhone OS 13_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/85.0.4183.92 Mobile/15E148 Safari/604.1"
lighthouse --only-categories=performance --output=html --output-path=report.html --emulated-form-factor=none --throttling-method=provided --chrome-flags="--headless --no-sandbox --user-agent=\"${userAgent}\"" https://www.google.co.jp/

Latest Safari on iOS User Agents

Options

  • lighthouse <url> --emulated-form-factor=none --throttling-method=provided
    • Disable device emulation and all throttling.

https://github.com/GoogleChrome/lighthouse/tree/v6.3.0#cli-options

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published