An open API service indexing awesome lists of open source software.

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.

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
```

![Performance budget preview](https://i.imgur.com/vkkVUdl.png)

## 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)