Server rental store

Network latency

---

# Network Latency: A Server Engineer's Guide

This article provides a detailed overview of network latency as it pertains to MediaWiki server performance. Understanding and mitigating latency is crucial for delivering a responsive experience to our users. This guide is geared towards system administrators and server engineers maintaining our MediaWiki installation.

What is Network Latency?

Network latency refers to the delay in data transfer between two points in a network. In the context of a MediaWiki server, this means the time it takes for a user's request to reach the server, and for the server's response to reach the user’s browser. High latency results in slow page load times, unresponsive editing interfaces, and an overall degraded user experience. It's often measured in milliseconds (ms). Several factors contribute to latency, including physical distance, network congestion, routing inefficiency, and server processing time. While server processing time is a related concern, this article focuses specifically on network-related delays. See also Performance optimization and Database queries for related topics.

Sources of Network Latency

Latency isn't a single issue; it's the sum of several delays. Understanding these sources is the first step towards addressing them.

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