What is Edge functions?
Also called: Edge computing, Edge
The short answer
Edge functions are small pieces of server code that run in data centres close to each visitor, so dynamic responses arrive with minimal delay.
Edge functions, explained
They suit redirects, personalisation and auth checks that must run on every request without a trip to a distant origin server.
Questions people ask about Edge functions
What is Edge functions?
Edge functions are small pieces of server code that run in data centres close to each visitor, so dynamic responses arrive with minimal delay.
Related terms
Serverless means running back-end code as small functions that the host starts on demand, so you pay for use and never manage a server.
CDNA CDN is a network of servers around the world that keeps copies of a site's files and serves each visitor from the location nearest to them.
Time to First ByteTime to First Byte is how long the browser waits after requesting a page before the first byte of the response arrives; it reflects server and network speed.
Next.jsNext.js is a React framework for building websites and web apps, adding routing, server rendering, static generation and API routes on top of React.
Part of the Web Encyclopedia by Apex Flow Digital. Definitions are general knowledge, kept current, with no invented statistics.