nx-size-limit
Size checker
Checks JavaScript bundle size and throws an error if it exceeds a performance budget
size-limit plugin for nx (Size Limit is a performance budget tool for JavaScript.)
12 stars
1 watching
1 forks
Language: TypeScript
last commit: 8 months ago Related projects:
Repository | Description | Stars |
---|---|---|
un-ts/size-limit | Tools and plugins to optimize the size of Node.js applications | 3 |
andresz1/size-limit-action | Automates performance budgeting for JavaScript applications | 454 |
ai/size-limit | Analyzes JavaScript bundle size and execution time to enforce performance budgets | 6,582 |
carlesnunez/check-my-bundlephobia | Automated tool to check package sizes in JavaScript projects | 51 |
koajs/maxrequests | Limits the number of requests on each persistent HTTP connection to prevent abuse or denial-of-service attacks. | 3 |
sindresorhus/p-limit | Limits concurrent execution of promise-returning and async functions. | 2,083 |
liveforeverx/ratx | Provides an Erlang application to limit task concurrency and protect against overload | 20 |
amilajack/eslint-plugin-dom | Tools to help detect and prevent forced DOM layout recalculations in JavaScript | 9 |
fastify/fastify-rate-limit | A rate limiter plugin for Fastify that enforces limits on client requests based on their IP address and time window. | 508 |
halfnelson/svelte-it-will-scale | Analyzing the relationship between Svelte component source code and generated bundle size to identify an inflection point where compilation advantages vanish. | 174 |
edcharbeneau/blazorsize | A JavaScript interop library that allows Razor Components to detect browser size changes and test media queries at runtime. | 341 |
egoist/package-size | Tools to measure and analyze the bundle size of npm packages during the development process. | 423 |
tj/node-ratelimiter | A rate limiter for Node.js applications using Redis as the backing store. | 719 |
ritz078/rollup-plugin-filesize | Displays file size information in the command line after compiling a bundle | 128 |
sindresorhus/p-throttle | Controls function calls to limit their frequency within a specified time interval | 447 |