A tool to help build a website's PerfLint performance budget.
npm install -g budgie
Run the following in your terminal;
budgie
-h, --help Displays available options.
-v, --version Displays version.
-o, --output Output path of the generated PerfLint config. Defaults to stdout.
-t, --timeout Define the timeout of WebPageTest requests.
The categories for metrics are based on Tim Kadlec's brilliant article on performance budgets.
The generated configurations are only rough guides, to add your own metrics see the PerfLint Rules documentation for available metrics. For further configuration options see the Configuring PerfLint documentation.