Web & CMS
CDN (Content Delivery Network)
A CDN is a network of distributed servers that delivers website content from a location near each user, speeding up load times and reducing strain on the origin server.
It improves performance for global audiences and helps absorb traffic spikes. For example, a visitor in Bangkok is served files from a nearby node rather than a distant server. Faster delivery benefits both user experience and SEO.
A CDN buys geography, closer bytes for every visitor, and absorbs both traffic spikes and a layer of attack traffic before it reaches the origin. The craft is in cache policy: static assets should live at the edge with long lifetimes and versioned filenames, HTML usually needs shorter rules, and cache-invalidation discipline is what prevents the classic deploy-then-stale-page confusion. Modern platforms bundle CDN into hosting, so many sites have one without configuring it. The observability note: CDN logs, not origin logs, hold the true picture of crawler activity once caching is on.
Example
A Bangkok visitor requests a page hosted in Frankfurt: 280ms before the first byte. Behind a CDN, the same request hits a Singapore edge node: 40ms. Images, CSS and scripts, 90% of the page's bytes, are served from the edge cache without touching the origin. During a TV mention, 40x normal traffic lands on the edge; the origin sees almost none of it and stays up.
Frequently asked questions
- Does a CDN improve SEO?
- Indirectly and reliably: faster delivery lifts Core Web Vitals, absorbs spikes that would otherwise error during crawls, and shortens distance for every visitor and bot. For international audiences the geography alone justifies it.
- Do I need a CDN for a site hosted in Thailand serving Thai users?
- The latency win shrinks when origin and audience share a city, but caching still cuts origin load, absorbs traffic spikes, and adds a security layer. Most modern hosting bundles one anyway, configuration, not adoption, is the real question.
Related terms
Working on CDN? See how our WordPress hosting can help.
Explore WordPress hosting