Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

testdouble/web-perf-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Perf Tools

A simple wrapper around lighthouse to generate web perf profiles, using Desktop and No Network Throttling as defaults.

  1. Edit urls.js to add / customize the list of urls you want
// urls.js
module.exports = [
  {
    title,
    url,
    protocol
  }
]

Usage: node profiler.js

Releases

No releases published

Packages

No packages published