Server rental store

Load Balancing

# Load Balancing for MediaWiki

This article details load balancing configurations for a MediaWiki 1.40 installation. Load balancing distributes network and application traffic across multiple servers, enhancing performance, reliability, and availability. It's a crucial component for any high-traffic MediaWiki site. This guide is intended for newcomers to server administration and assumes a basic understanding of web servers and databases.

What is Load Balancing?

Imagine a single doorway to a popular concert. Everyone has to go through that one door, causing a bottleneck. Load balancing is like adding multiple doorways, allowing more people to enter simultaneously. In the context of MediaWiki, multiple web servers deliver web pages to users, and a load balancer distributes the requests among them. If one server fails, the load balancer automatically redirects traffic to the remaining healthy servers, ensuring continuous service.

Why Use Load Balancing with MediaWiki?

Several benefits drive the need for load balancing in a MediaWiki environment:

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