[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"glossary-cdn::en":3,"gloss-cluster-cdn::en":20,"gloss-next-cdn::en":9},{"slug":4,"category":5,"name":6,"definition":7,"meta_desc":8,"faq":9,"schema_markup":9,"related":10},"cdn","saas","Content Delivery Network (CDN)","A Content Delivery Network (CDN) is a globally distributed network of edge servers (points of presence, or PoPs) that cache and serve content — static assets, images, videos, and increasingly full HTML pages or serverless function output — from a location physically close to the requesting user, rather than from a single origin server that might be thousands of miles away. The core benefit is latency: a user in Singapore requesting a page from an origin server in Virginia faces real speed-of-light delay plus network congestion; a CDN edge node in Singapore can serve a cached copy in single-digit milliseconds. CDNs matter enormously for SaaS and AI product builders for three reasons: Core Web Vitals and page-speed directly affect SEO rankings and conversion rates; static asset delivery (JS bundles, images, fonts) is the highest-leverage, easiest performance win available; and modern CDNs (Cloudflare, Vercel's Edge Network, Fastly, AWS CloudFront) now run compute at the edge too — meaning API routes, A\u002FB test logic, and even lightweight AI inference can execute close to the user instead of round-tripping to a central region. Concrete worked example: a Next.js SaaS app deploys to Vercel. A user in London requests `\u002Fdashboard`; Vercel's edge network in London serves the cached static shell instantly, while a dynamic API call to `\u002Fapi\u002Fuser-data` executes on an edge function physically colocated in London (rather than the app's primary us-east-1 region), cutting round-trip latency from ~150ms to ~15ms. Separately, all of the app's images are served through a CDN with automatic format conversion (WebP\u002FAVIF) and resizing, so a 2MB source image is served as a 40KB optimized file to mobile users. CDNs also provide a first line of defense against DDoS traffic and bot abuse, since malicious traffic gets absorbed and filtered at the edge before ever reaching origin infrastructure, and most modern CDN providers bundle a web application firewall (WAF) and bot-management rules directly into the edge layer, meaning security filtering happens before a single malicious request touches application servers. For SaaS builders, CDN configuration is rarely \"set and forget\" — cache invalidation strategy (how quickly does a content update propagate globally after a CMS edit fires a webhook?) and cache-key design (does the CDN correctly vary cached responses by locale, auth state, or A\u002FB test cohort?) are common sources of subtle, hard-to-debug bugs where users intermittently see stale or wrong content. CDNs are also foundational to modern rendering strategies beyond simple asset caching — Incremental Static Regeneration (ISR) and edge-side includes both rely on a CDN's caching layer to serve fast, mostly-static pages while still allowing periodic or on-demand content freshness, letting a SaaS marketing site or glossary page get near-static performance without sacrificing the ability to update content without a full rebuild.","A CDN is a geographically distributed network of servers that caches and serves content from the location physically closest to each user.",null,[11,14,17],{"slug":12,"name":13},"api-first","API-First",{"slug":15,"name":16},"headless-cms","Headless CMS",{"slug":18,"name":19},"uptime","Uptime",[21,25,29,32,33,36,39,43,46,49,52,55],{"slug":22,"category":5,"name":23,"updated_at":24},"activation","Activation","2026-08-24T02:46:36+00:00",{"slug":26,"category":5,"name":27,"updated_at":28},"aha-moment","Aha Moment","2026-08-24T02:46:37+00:00",{"slug":30,"category":5,"name":31,"updated_at":28},"annual-contract-value","Annual Contract Value (ACV)",{"slug":12,"category":5,"name":13,"updated_at":24},{"slug":34,"category":5,"name":35,"updated_at":24},"arpa","Average Revenue Per Account (ARPA)",{"slug":37,"category":5,"name":38,"updated_at":24},"arr","Annual Recurring Revenue (ARR)",{"slug":40,"category":5,"name":41,"updated_at":42},"auto-renewal-clause","Auto-Renewal Clause","2026-08-24T02:46:38+00:00",{"slug":44,"category":5,"name":45,"updated_at":42},"build-vs-buy","Build vs. Buy",{"slug":47,"category":5,"name":48,"updated_at":28},"burn-multiple","Burn Multiple",{"slug":50,"category":5,"name":51,"updated_at":42},"burn-rate","Burn Rate",{"slug":53,"category":5,"name":54,"updated_at":24},"cac","Customer Acquisition Cost (CAC)",{"slug":56,"category":5,"name":57,"updated_at":24},"churn","Churn"]