Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinbeckwith/npmtrace
Measure the load time of npm modules and their dependencies.
https://github.com/justinbeckwith/npmtrace
node npm performance trace
Last synced: 2 months ago
JSON representation
Measure the load time of npm modules and their dependencies.
- Host: GitHub
- URL: https://github.com/justinbeckwith/npmtrace
- Owner: JustinBeckwith
- Created: 2018-12-27T14:57:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-22T04:12:08.000Z (about 3 years ago)
- Last Synced: 2024-10-18T20:25:44.356Z (3 months ago)
- Topics: node, npm, performance, trace
- Language: HTML
- Homepage: https://npmtrace.appspot.com
- Size: 1.74 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm.trace
> measure the load time of npm modules and their dependencies. Available at https://npmtrace.appspot.com.[npm.trace](https://npmtrace.appspot.com) is a tool that makes it easy to understand the impact your npm dependencies have on the load time of your application.
![npm.trace](https://user-images.githubusercontent.com/534619/50564748-8e39c580-0cdc-11e9-93c5-4ee23bd26f94.png)
## How it's made
This uses [require-so-slow](https://github.com/ofrobots/require-so-slow) to do the profiling. It runs on Google Cloud, and under the hood uses:
- [Google App Engine](https://cloud.google.com/appengine/) for the frontend website
- [Google Cloud Functions](https://cloud.google.com/functions/) for API endpoints
- [Cloud Firestore](https://cloud.google.com/firestore/) for caching and storing data## License
MIT## Questions?
Feel free to reach out [@justinbeckwith](https://twitter.com/JustinBeckwith) or [file an issue](https://github.com/JustinBeckwith/npmtrace/issues)!