Menu
« Back to Glossary Index

A Content Delivery Network (CDN) uses a global network of hosting servers that you can use to load your site from locations closer to each user. This improves your loading times for worldwide visitors, which is important if you are marketing to international audiences.

What is a CDN or Content Delivery Network?

A CDN spreads copies of your site’s static resources (images, stylesheets, scripts, videos) across many servers around the world. When a user visits your site, the CDN serves those resources from the server geographically nearest to them. This reduces latency, speed up page loads, and lightens the burden on your main server.

Without a CDN, every request would have to travel to your web server’s physical location, potentially thousands of miles away, slowing performance for distant visitors. With a CDN in place, a visitor in Manila could load site assets from a server in Manila or Southeast Asia, rather than the site’s origin server in the US.

Faster load times lead to better user experience, lower bounce rates, and increased site reliability, especially under high traffic. For businesses targeting international audiences, a CDN is often essential to ensure speed remains acceptable globally.

CDNs also offer additional features: caching rules, SSL termination, DDoS protection, and edge optimization. They can serve stale cached content during server outages, helping maintain uptime.

Costs depend on traffic, data transfer, and provider. Many CDNs offer tiered pricing; small sites often pay modest fees or start with free tiers.

Yes, but the biggest benefit is for users far from your origin server. Local users see some improvement, but the difference is more noticeable globally.

Typically yes for static assets (images, CSS, JS). Some sites also use CDNs for dynamic content, but that requires more complex configuration.

« Back to Glossary Index