https://github.com/jadjoubran/webdash-performance-budget
Monitor the total size of your production JavaScript files to maintain fast performance.
https://github.com/jadjoubran/webdash-performance-budget
node performance performance-budget webdash webdash-plugin
Last synced: 3 months ago
JSON representation
Monitor the total size of your production JavaScript files to maintain fast performance.
- Host: GitHub
- URL: https://github.com/jadjoubran/webdash-performance-budget
- Owner: jadjoubran
- Created: 2018-02-04T15:30:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T14:52:30.000Z (about 7 years ago)
- Last Synced: 2025-03-02T02:03:12.627Z (4 months ago)
- Topics: node, performance, performance-budget, webdash, webdash-plugin
- Language: HTML
- Homepage: https://webdash.xyz/
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webdash Performance Budget
Monitor the total size of your production JavaScript files to maintain fast performance.
```bash
npm install --save-dev webdash-performance-budget
```
## Features
* Keep track of your performance budget
* Customize your budget
* Get warned when you exceed the limit## Configuration
This plugin looks for `jsBudgetPath` in your `webdash.json` configuration file, and defaults to `./dist/*.js` if it's not set.
You may need to fix your `jsBudgetPath` for this plugin to work.
The default budget limit is set to 200kb, which is defined in `webdash.json` as `jsBudgetLimit`.
## Enjoying webdash?
Say Hi on Twitter: [@JoubranJad](https://twitter.com/JoubranJad)