Skip to content

artingei/lighthouse-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lighthouse – first meaningful paint time script

this script helps to test n url's at once to check the "first meaningful paint time" of specific websites.

how to?

node v6+ is required to run lighthouse. install via homebrew or your package manager.

  • install lighthouse via npm or yarn npm install -g lighthouse | yarn global add lighthouse

  • clone this repo locally

  • run script with n url's as parameters: ./lighthouse_script.sh url_1 url_2 … e.g. ./lighthouse_script.sh https://www.google.de https://github.com

  • you will be informed when everything is finished and can check the "results.txt" for the results

mobile tests @android

  • follow instructions and set up your device
  • run the script as instructed above

About

collect user centered performance data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages