Server rental store

Content Delivery Network (CDN)

# Content Delivery Network (CDN) Configuration

This article details the configuration of a Content Delivery Network (CDN) for a MediaWiki 1.40 installation. A CDN significantly improves website performance and user experience by caching static content closer to users geographically. This guide assumes you have a functioning MediaWiki installation and administrative access. We will cover concepts, provider selection, configuration steps, and verification.

What is a CDN?

A Content Delivery Network (CDN) is a geographically distributed network of proxy servers and their data centers. The goal is to serve content to users with high availability and high performance. CDNs cache static assets like images, JavaScript, and CSS files. When a user requests this content, the CDN server closest to them delivers it, reducing latency and improving load times. Without a CDN, all requests would go directly to the origin server (your MediaWiki instance), potentially causing bottlenecks during peak traffic. This is especially important for wikis with a global audience. See Performance optimization for further details on related techniques.

CDN Provider Selection

Choosing the right CDN provider is crucial. Factors to consider include:

⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️