{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is edge caching?", "acceptedAnswer": { "@type": "Answer", "text": "Storing copies of website assets at CDN edge nodes so they serve from cache rather than origin." } }, { "@type": "Question", "name": "Do I need a CDN if my hosting is fast?", "acceptedAnswer": { "@type": "Answer", "text": "For global audiences, yes — a CDN significantly reduces latency regardless of origin server speed." } }, { "@type": "Question", "name": "How does a CDN affect Core Web Vitals?", "acceptedAnswer": { "@type": "Answer", "text": "It reduces TTFB and LCP by serving assets from geographically closer servers." } } ] }
Definition

What Is a CDN (Content Delivery Network)?

A geographically distributed network of servers that delivers website content (images, scripts, HTML) from the location closest to the user, reducing latency and improving load speed.

Related Terms

Example

Webflow uses a global CDN so a user in Singapore loads the same page as a user in London at similarly fast speeds.

Synonyms:

Content Delivery Network, Edge network

Acronyms:

CDN