arcjet-js icon indicating copy to clipboard operation
arcjet-js copied to clipboard

Track SDK bundle size

Open davidmytton opened this issue 1 year ago • 1 comments

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 avatar Nov 10 '23 16:11 davidmytton

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

davidmytton avatar Apr 22 '24 13:04 davidmytton