# Edge Functions are now 2x smaller and boot 3x faster

DevFeed: [Edge Functions are now 2x smaller and boot 3x faster](<https://devfeed.tech/articles/edge-functions-are-now-2x-smaller-and-boot-3x-faster-362.md>)

Original publisher: [Read original article](<https://supabase.com/blog/edge-functions-faster-smaller>)

Author: Nyannyacha

Published: 2024-09-12T07:00:00Z

Content type: article

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Supabase](<https://devfeed.tech/topics/supabase.md>), [Deno](<https://devfeed.tech/topics/deno.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [npm packages](<https://devfeed.tech/topics/npm-packages.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [boot](<https://devfeed.tech/tags/boot.md>), [cli](<https://devfeed.tech/tags/cli.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [npm](<https://devfeed.tech/tags/npm.md>), [npm-packages](<https://devfeed.tech/tags/npm-packages.md>), [time](<https://devfeed.tech/tags/time.md>)

## AI overview

Supabase reports that Edge Functions are now significantly smaller and faster to boot, especially when they use npm modules. Users can access the improvements by redeploying with Supabase CLI v1.192.5 or later. The article explains that lazy dependency evaluation and deferred integrity checks reduce startup work when functions are bundled with eszip.

## Source excerpt

Redeploy your Edge Functions with the CLI v1.192.5 for a peformance boost