Skip to content

meetdave3/domstat

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

domstat

domstat is like httpstat but for dom events

Helps in measuring critical rendering path of a webpage & reports other browser timings & metrics

Example output

Install

npm install --global domstat

CLI

$ domstat --help

  Usage
	  $ domstat
	
	Options
		--url  String. Url to test. Default is www.example.com
		--headless  Boolean. Pass flag to run test in headless mode

	Examples
	  $ domstat --url=example.com --headless

	Check version
		$ domstat --version

About

Puppeteer based stat reporting CLI tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published