Skip to content
Dashboard

Life of a Vercel request: Navigating the Edge Network

Product

Unpacking the core usage metrics of Edge Requests and Fast Data Transfer

Catch up: Read Part I

Life of a Vercel request: What happens when a user presses enter

Read now

Link to headingPoints of Presence (PoPs) and a local first-contact with Vercel's network

Vercel's Edge Network routes requests from the nearest PoP to the closest compute-capable Edge Region, and when necessary to a developer-designated region closer to your backend.Vercel's Edge Network routes requests from the nearest PoP to the closest compute-capable Edge Region, and when necessary to a developer-designated region closer to your backend.
Vercel's Edge Network routes requests from the nearest PoP to the closest compute-capable Edge Region, and when necessary to a developer-designated region closer to your backend.

Link to headingWhen does a request become an Edge Request?

A request that passes system firewall rules and existing Web Application Firewall (WAF) persistent actions becomes an Edge Request and proceeds to the WAF for evaluation.A request that passes system firewall rules and existing Web Application Firewall (WAF) persistent actions becomes an Edge Request and proceeds to the WAF for evaluation.
A request that passes system firewall rules and existing Web Application Firewall (WAF) persistent actions becomes an Edge Request and proceeds to the WAF for evaluation.

Link to headingFast Data Transfer (FDT): Powering rapid data movement to and from Vercel

Fast Data Transfer consists of two parts: incoming requests and outgoing responses, first recognized at the same point as Edge Requests.Fast Data Transfer consists of two parts: incoming requests and outgoing responses, first recognized at the same point as Edge Requests.
Fast Data Transfer consists of two parts: incoming requests and outgoing responses, first recognized at the same point as Edge Requests.

Vercel will automatically compress assets such as images, JavaScript, and CSS, optimizing them for faster delivery. This reduces the overall data size, minimizing Fast Data Transfer, which in turn improves page load times and performance.

Link to headingInspecting requests: A behind the scenes look

Link to headingPractical Example

Every Vercel request has a unique ID that shows which Edge Regions processed it.Every Vercel request has a unique ID that shows which Edge Regions processed it.
Every Vercel request has a unique ID that shows which Edge Regions processed it.

Points of Presence (PoPs) are not included in the x-vercel-id header.

Link to headingOptimizing Vercel Edge Network usage