Under active development - API, UI and features are not fully completed yet
Extensible waterfall-viewer that works with HAR and other formats (in the future).
Live exampe at: https://micmro.github.io/PerfCascade/
- Start live-reload server and Typescript compiler with watch:
npm run watch
- Create uglified version:
npm run build
(not tracked ITM) - Build and publish assets to Github Page
npm run ghPages
(pushes togh-pages
branch)