Skip to content

jgmize/perf.html

 
 

Repository files navigation

perf.html

slack-badge

perf.html visualizes performance data recorded from web browsers. It is a tool designed to consume performance profiles from the Gecko Profiler but can visualize data from any profiler able to output in JSON. The interface is a web application built using React and Redux and runs entirely client-side.

Mozilla develops this tool to help make Firefox silky smooth and fast for millions of its users, and to help make sites and apps faster across the the web.

This project was previously called Cleopatra.

Usage

Visit perf-html.io 🚀

This project is live on https://perf-html.io/. The website includes instructions on how to get going to start recording and viewing performance profiles.

Development

To quickly get going first make sure Yarn is installed, and then run:

git clone git@github.com:devtools-html/perf.html.git
cd perf.html
yarn install
yarn start

For more detailed information on getting started contributing. We have plenty of docs available to get you started.

Contributing Find out in detail how to get started and get your local development environment configured.
Code of Conduct We want to create an open and inclusive community, we have a few guidelines to help us out.
Documentation Want to know how this whole thing works? Get started here.
Roadmap Get more information about why we are building this tool, and what we have planned.
Source Files Dive into the inner workings of the code. Most folders have a README.md providing more information.
Gecko Profiler Addon perf.html can record profiles directly in the browser using an add-on, development takes place in another repo.

Discussion

Say hello on slack in the #perf channel.

License

MPL v2

Some permissive software licenses request but do not require an acknowledgement of the use of their software. We are very grateful to the following people and projects for their contributions to this product:

  • The zlib compression library (Jean-loup Gailly, Mark Adler and team)

About

Firefox Performance tools for the web, by the web 🛥

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • CSS 4.6%
  • Other 0.1%