{"id":18412474,"url":"https://github.com/boyney123/performance-budgets","last_synced_at":"2025-04-07T11:31:57.912Z","repository":{"id":83602271,"uuid":"186690000","full_name":"boyney123/performance-budgets","owner":"boyney123","description":"performance-budgets gives you a simple way to check and stay on top of performance","archived":false,"fork":false,"pushed_at":"2019-05-16T12:59:20.000Z","size":502,"stargazers_count":60,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T17:11:25.338Z","etag":null,"topics":["lighthouse","lighthouse-audits","performance","performance-budget","web-performance"],"latest_commit_sha":null,"homepage":"https://performance-budgets.netlify.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boyney123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-14T19:50:06.000Z","updated_at":"2024-10-11T10:14:31.000Z","dependencies_parsed_at":"2023-07-07T22:30:59.207Z","dependency_job_id":null,"html_url":"https://github.com/boyney123/performance-budgets","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boyney123%2Fperformance-budgets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boyney123%2Fperformance-budgets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boyney123%2Fperformance-budgets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boyney123%2Fperformance-budgets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boyney123","download_url":"https://codeload.github.com/boyney123/performance-budgets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247644346,"owners_count":20972268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lighthouse","lighthouse-audits","performance","performance-budget","web-performance"],"created_at":"2024-11-06T03:42:13.073Z","updated_at":"2025-04-07T11:31:57.906Z","avatar_url":"https://github.com/boyney123.png","language":"JavaScript","funding_links":["https://www.paypal.me/boyney123/5"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch2\u003eperformance-budgets: Keep your apps ⚡ with budgets\u003c/h1\u003e\n\n\u003cp\u003eNo more excuses not to set performance budgets. performance-budgets gives you a simple way to check and stay on top of performance. Easy to run and configure with your custom budgets.\u003c/p\u003e\n\n  \u003chr /\u003e\n\n[![Travis](https://img.shields.io/travis/boyney123/performance-budgets/master.svg)](https://travis-ci.org/boyney123/performance-budgets)\n[![CodeCov](https://codecov.io/gh/boyney123/performance-budgets/branch/master/graph/badge.svg?token=AoXW3EFgMP)](https://codecov.io/gh/boyney123/performance-budgets)\n[![MIT License][license-badge]][license]\n[![PRs Welcome][prs-badge]][prs]\n\n[![Watch on GitHub][github-watch-badge]][github-watch]\n[![Star on GitHub][github-star-badge]][github-star]\n[![Tweet][twitter-badge]][twitter]\n\n[Donate ☕](https://www.paypal.me/boyney123/5)\n\n\u003chr/\u003e\n\n### _Check budgets with one command..._\n\n```sh\ndocker run --rm boyney123/performance-budgets https://example.com\n```\n\n\u003cimg alt=\"header\" src=\"./example.gif\" /\u003e\n\n  \u003ch3\u003eFeatures: Set performance budgets, override lighthouse configuration, easily run on CI, and more... \u003c/h3\u003e\n  \n  [Read the Docs](https://performance-budgets.netlify.com/) | [Edit the Docs](https://github.com/boyney123/performance-budgets)\n\n\u003c/div\u003e\n\n\u003chr/\u003e\n\n## The problem\n\nEvery feature we add has an impact on the performance of our applications and can effect the end user experience. Performance budgets are a great way to keep your applications fast.\n\nThere is currently a lot of work going on around web performance and some new awesome features coming out.\n\n- https://web.dev/performance-budgets-101/\n- https://addyosmani.com/blog/performance-budgets/\n- https://web.dev/your-first-performance-budget/\n- https://web.dev/incorporate-performance-budgets-into-your-build-tools/\n\n[Addy Osmani has written a great article on performance budgets](https://addyosmani.com/blog/performance-budgets/), and he says...\n\n\u003e Performance budgets usher a culture of accountability that enable stakeholders to weigh the impact to user-centric metrics of each change to a site. Talk to your organization and see if you can get by in to adopt performance budgets for your projects. If it's worth getting fast, it's worth staying fast. ❤️\n\n[Lighthouse](https://developers.google.com/web/tools/lighthouse/) has recently come out with a [great feature](https://developers.google.com/web/tools/lighthouse/audits/budgets) that allows you to capture and set budgets on a given website.\n\n## This solution\n\n`performance-budgets` was built from inspiration from these articles and built to give developers an easy way to get started with performance budgets.\n\n`performance-budgets` was built with continuous-integration in mind, allowing developers to run one command to check budgets against any given url.\n\n_In the future we hope to add more features to the project and start to monitor other stats._\n\n## Documentation\n\n- [Getting Started](https://performance-budgets.netlify.com/docs/getting-started/installation)\n- [Setting up Custom Budgets](https://performance-budgets.netlify.com/docs/getting-started/config)\n- [Understanding Budgets](https://performance-budgets.netlify.com/docs/getting-started/config#understanding-budgets)\n- [Contributing](https://performance-budgets.netlify.com/docs/contributing/contributing)\n\n## Tools\n\n- [lighthouse](https://github.com/GoogleChrome/lighthouse)\n- [chrome-launcher](https://github.com/GoogleChrome/chrome-launcher)\n\n### Testing\n\n- [jest](https://jestjs.io/)\n\n## Contributing\n\nIf you have any questions, features or issues please raise any issue or pull requests you like.\n\n[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg\n[spectrum]: https://spectrum.chat/explore-tech\n[license-badge]: https://img.shields.io/github/license/boyney123/performance-budgets.svg\n[license]: https://github.com/boyney123/performance-budgets/blob/master/LICENSE\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[prs]: http://makeapullrequest.com\n[github-watch-badge]: https://img.shields.io/github/watchers/boyney123/performance-budgets.svg?style=social\n[github-watch]: https://github.com/boyney123/performance-budgets/watchers\n[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20performance-budgets%20by%20%40boyney123%20https%3A%2F%2Fgithub.com%2Fboyney123%2Fperformance-budgets%20%F0%9F%91%8D\n[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/boyney123/performance-budgets.svg?style=social\n[github-star-badge]: https://img.shields.io/github/stars/boyney123/performance-budgets.svg?style=social\n[github-star]: https://github.com/boyney123/performance-budgets/stargazers\n\n# Donating\n\nIf you find this tool useful, feel free to buy me a ☕ 👍\n\n[Buy a drink](https://www.paypal.me/boyney123/5)\n\n# License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboyney123%2Fperformance-budgets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboyney123%2Fperformance-budgets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboyney123%2Fperformance-budgets/lists"}