arcjet / arcjet-js

Arcjet JS SDKs. Rate limiting, bot protection, email verification & attack defense for Node.js, Next.js, Bun & SvelteKit.
https://arcjet.com
Apache License 2.0
252 stars 5 forks source link

Track SDK bundle size #48

Open davidmytton opened 10 months ago

davidmytton commented 10 months ago

Vercel edge functions have a maximum bundle size depending on the plan you're on (Hobby: 1 MB, Pro: 2 MB, Ent: 4 MB) so we need to keep track of our size.

davidmytton commented 5 months ago

Vercel is pivoting away from edge functions so this may become less of a concern. The Node.js runtime limit is 250 MB. That said, we should still track this because smaller is better for load times and middleware is still edge only (for now).