{"id":13851828,"url":"https://github.com/firefox-devtools/profiler","last_synced_at":"2025-10-08T11:08:08.407Z","repository":{"id":2622585,"uuid":"3607308","full_name":"firefox-devtools/profiler","owner":"firefox-devtools","description":"Firefox Profiler — Web app for Firefox performance analysis","archived":false,"fork":false,"pushed_at":"2025-05-12T15:23:20.000Z","size":60292,"stargazers_count":1317,"open_issues_count":829,"forks_count":421,"subscribers_count":38,"default_branch":"main","last_synced_at":"2025-05-12T15:47:41.888Z","etag":null,"topics":["devtools","firefox","gecko-profiler","javascript","performance","profiler","react","redux"],"latest_commit_sha":null,"homepage":"https://profiler.firefox.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firefox-devtools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-03-02T23:55:22.000Z","updated_at":"2025-05-12T15:23:25.000Z","dependencies_parsed_at":"2024-02-09T09:23:45.729Z","dependency_job_id":"1d774298-ae6e-4f6e-a7ed-57a089723bbd","html_url":"https://github.com/firefox-devtools/profiler","commit_stats":{"total_commits":6296,"total_committers":273,"mean_commits":"23.062271062271062","dds":0.7722363405336722,"last_synced_commit":"f894531be77dee00bb641f49a657b072183ec1fa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefox-devtools%2Fprofiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefox-devtools%2Fprofiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefox-devtools%2Fprofiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefox-devtools%2Fprofiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firefox-devtools","download_url":"https://codeload.github.com/firefox-devtools/profiler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101588,"owners_count":22014907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devtools","firefox","gecko-profiler","javascript","performance","profiler","react","redux"],"created_at":"2024-08-04T22:00:42.878Z","updated_at":"2025-10-08T11:08:08.390Z","avatar_url":"https://github.com/firefox-devtools.png","language":"JavaScript","funding_links":[],"categories":["TypeScript","JavaScript"],"sub_categories":[],"readme":"# Firefox Profiler\n\n[![Matrix][matrix-badge]][matrix]\n\nThe [Firefox Profiler] 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.\n\n[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 web.\n\n![Screenshot of the Firefox Profiler](./docs-user/images/screenshot-2022-04-25.png?raw=true)\n\n### Usage\n\n\u003e Visit [profiler.firefox.com](https://profiler.firefox.com/) :rocket:\n\nThis project is live on [https://profiler.firefox.com/](https://profiler.firefox.com/). The website includes instructions on how to get going to start recording and viewing performance profiles.\n\n### Accessibility: Assistive technology support\n\nThe Profiler was tested with recent versions of the following assistive technology:\n\n[NVDA](https://www.nvaccess.org/) (Windows) on Firefox and Chrome browsers \u003c/br\u003e\n[VoiceOver](https://www.apple.com/accessibility/mac/vision/) (Mac OS X) on Chrome\u003c/br\u003e\n[Orca](https://wiki.gnome.org/action/show/Projects/Orca?action=show\u0026redirect=Orca) (Linux) on Firefox\n\nIf you experience problems using any of the above technologies, please file a bug.\n\nIf you would like to help us test on other assistive technologies or improve the existing code, we would love your contributions!\n\n### Development\n\nYou will need a recent enough version of [Yarn 1 (Classic)](https://classic.yarnpkg.com/),\nversion 1.10 is known to work correctly.\nYou can install it using `npm install -g yarn`. Please refer to [its documentation](https://classic.yarnpkg.com/en/docs/install) for other possible install procedures.\n\nTo download and build the Firefox Profiler web app run:\n\n```bash\ngit clone git@github.com:firefox-devtools/profiler.git\ncd profiler\nyarn install\nyarn start\n```\n\nThis project uses [TypeScript](https://www.typescriptlang.org/).\n\nYou can also develop the Firefox Profiler online in a pre-configured development environment.\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/firefox-devtools/profiler)\n\nPlease look at our [gitpod documentation](./docs-user/gitpod.md) for more information.\n\nFor more detailed information on getting started contributing. We have plenty of docs available to get you started.\n\n|                                                                |                                                                                                       |\n| -------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |\n| [Contributing](./CONTRIBUTING.md)                              | Find out in detail how to get started and get your local development environment configured.          |\n| [Code of Conduct](./CODE_OF_CONDUCT.md)                        | We want to create an open and inclusive community, we have a few guidelines to help us out.           |\n| [Developer Documentation](./docs-developer)                    | Want to know how this whole thing works? Get started here.                                            |\n| [Source Files](./src)                                          | Dive into the inner workings of the code. Most folders have a `README.md` providing more information. |\n| [End-User Documentation](https://profiler.firefox.com/docs/#/) | These docs are customized for actual users of the profiler, not just folks contributing.              |\n| [Gitpod documentatation](./docs-user/gitpod.md)                | Start here if you want to set up a work space on gitpod.                                              |\n\n### Discussion\n\nSay hello on Matrix in the [_Firefox Profiler_ channel (_#profiler:mozilla.org_)][matrix].\n\n### License\n\n[MPL v2](./LICENSE) is designed to encourage contributors to share modifications they make to the code, while still allowing them to combine the code with code under other licenses (open or proprietary) with minimal restrictions.\n\nWe are very grateful to the the **zlib compression library (Jean-loup Gailly, Mark Adler and team)** for their contribution to the project.\n\n[matrix]: https://chat.mozilla.org/#/room/#profiler:mozilla.org\n\n\u003c!-- chat.mozilla.org's \"real\" server is mozilla.modular.im. --\u003e\n\n[matrix-badge]: https://img.shields.io/matrix/profiler:mozilla.org?server_fqdn=mozilla.modular.im\u0026label=matrix\n[Firefox Profiler]: https://profiler.firefox.com/\n[React]: https://facebook.github.io/react/\n[Redux]: http://redux.js.org/\n[Mozilla]: https://www.mozilla.org/\n[Firefox]: https://www.mozilla.org/firefox/\n[zlib]: http://www.zlib.net/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefox-devtools%2Fprofiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirefox-devtools%2Fprofiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefox-devtools%2Fprofiler/lists"}