@hunterhod/beagle
v1.0.4
Published
Programmatically read performance metrics using Puppeteer
Downloads
2
Maintainers
Readme
Beagle
Getting started
npm install
- Change
URL
inindex.js
to the URL of the website to be profiled node index.js
Trace event format
Beagle gathers paint timings by filtering trace events in a performance profile that is generated by Puppeteer. View the format of the trace events here