# Vercel Edge Functions are now generally available

> Clean Markdown view of GeekNews topic #8052. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8052](https://news.hada.io/topic?id=8052)
- GeekNews Markdown: [https://news.hada.io/topic/8052.md](https://news.hada.io/topic/8052.md)
- Type: news
- Author: [ragingwind](https://news.hada.io/@ragingwind)
- Published: 2022-12-17T09:13:01+09:00
- Updated: 2022-12-17T09:13:01+09:00
- Original source: [vercel.com](https://vercel.com/blog/edge-functions-generally-available)
- Points: 7
- Comments: 0

## Topic Body

- @vercel 의 Edge function Public Beta 에서는 베타동안에는 300억 이상이 실행 됨  
- 이제  GA 버전은 더 빨라지고 많은 옵션(flexible)을 제공하고 더 많은 코드를 실행 할 수 있음  
- Javascript, Typescript, WebAssembly 를 지원하며  
- 사용자에 가장 가까운 지역에서 실행 되어서 최소의 레이턴시를 보장  
- 기존 Edge Middleware 와 달리 cache first and return response  
- Next.js, Nuxt, Astro 그리고 이번에 출시 된 SvelteKit 에서 지원  
- 크롬 V8 Isolate [1] 에서 동작 기존 VM 보다 빨리 시작하고 실행 되고 비용이 절감 됨.   
  - 자사의 OG Image Generation 은 기존 Serverless function 보다 적은 비용으로 약 40% 정도 빨라짐  
- 상황에 따라 지역을 고정할 수 있는 Regional Edge Functions 지원  
- WebAssembly 를 지원하며 OG image Generation 경우 대부분의 **Time to First Byte (TTFB) 응답이 5배 빨라짐 (P99 TTFB)** [2]  
- 실행 가능한 코드 크기 제약이 2배에서 4배 까지 늘어남  
- 이후 지속적으로 Edge Function 중심으로 재편 될 것  
  
  
[1]: [https://speakerdeck.com/ragingwind/edge-computing-for-webapp?slide=15](https://speakerdeck.com/ragingwind/edge-computing-for-webapp?slide=15)  
[2]: https://web.dev/ttfb/

## Comments



_No public comments on this page._
