/bhr.html

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

hangs.html

hangs.html visualizes performance data collected via Firefox telemetry. It is a tool designed to visualize browser hang information collected from many different Firefox instances. The interface was adapted from perf.html, the profiler Mozilla uses in developing Firefox. hangs.html is a web application built using React and Redux and runs entirely client-side.

Mozilla develops this tool for examining the performance of Firefox as well as examining web page performance in the Firefox Developer Tools.

Usage

TODO

Development

git clone git@github.com:squarewave/hangs.html.git

cd hangs.html
npm install

npm start

To run a faster production version use npm run start-prod instead of npm start

License

MPL v2