https://github.com/firefox-devtools/performance-dashboard
Dashboard to track performance of Firefox DevTools
https://github.com/firefox-devtools/performance-dashboard
Last synced: 8 months ago
JSON representation
Dashboard to track performance of Firefox DevTools
- Host: GitHub
- URL: https://github.com/firefox-devtools/performance-dashboard
- Owner: firefox-devtools
- License: mpl-2.0
- Created: 2017-11-21T14:46:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T16:43:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T11:11:15.979Z (9 months ago)
- Language: JavaScript
- Homepage: http://firefox-dev.tools/performance-dashboard/
- Size: 972 KB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# performance-dashboard
This is the Dashboard used to track performance of Firefox DevTools.
This website is pure client and do not need any server side component.
So you can use it with any local webserver.
An easy way to spawn one is running:
```
nohup python -m SimpleHTTPServer &
```
An then access it via `http://localhost:8000/`.