Public BetaVitalSentinel is now live! Read the announcement
Infrastructure

What is Content Delivery Network (CDN)?

A geographically distributed network of servers that work together to provide fast delivery of internet content by serving it from locations closer to users.

A Content Delivery Network (CDN) stores copies of your content on servers around the world. When users request content, it's served from the nearest location, reducing latency.

How CDNs work

  1. Your origin server hosts the original content
  2. CDN edge servers are deployed globally
  3. Content is cached on edge servers
  4. Users receive content from the nearest edge location

CDN benefits

  • Faster load times: Content served from nearby servers
  • Reduced server load: Origin handles fewer requests
  • Better availability: Content survives if origin goes down
  • DDoS protection: Traffic distributed across network
  • Lower bandwidth costs: Caching reduces origin bandwidth

What to serve via CDN

  • Static assets (images, CSS, JavaScript)
  • Video and audio files
  • Software downloads
  • Entire websites (static sites)

CDN and Core Web Vitals

CDNs directly impact:

  • TTFB: Faster initial response from edge servers
  • LCP: Faster delivery of hero images
  • FCP: Quicker delivery of initial resources

Monitor your website performance

VitalSentinel tracks Core Web Vitals and performance metrics to help you stay ahead of issues.