Guides8 min read
Minecraft server performance tuning that actually helps
Most "optimisation" advice for Minecraft servers is cargo cult. Here is what genuinely moves the needle on tick time, in the order worth trying.

Guides
Latency is mostly physics. This is how to pick a hosting region when your community is spread out, and why "central" is usually the wrong answer.
Region choice is the highest-impact decision you make when you deploy a game server, and it is also the one people spend the least time on. No hardware upgrade compensates for a long network path, because the limiting factor is not your server — it is the speed of light in glass.
Light travels through fibre at roughly two thirds of its speed in a vacuum. That gives you an unavoidable floor of about 1 ms of round-trip latency per 100 km of cable, before any router, switch or peering hop adds its own delay. Real-world paths are not straight lines, so the practical number is worse.
The consequence is simple: a player 6,000 km from your server cannot have a good connection to it, no matter what CPU it has. This is not something a host can fix for you.
The instinct with a split community is to find somewhere in the middle. This is almost always wrong. Putting a server between two player groups gives everybody a mediocre connection instead of giving most people a good one.
Tolerance varies enormously by game, and it is worth being realistic about which category you are in.
Ask a few players in each part of your community to run a trace to a candidate region before you commit. What you are looking for is not just the average number but the consistency: a stable 90 ms is a much better experience than a 60 ms average that spikes to 250 ms.
Jitter is more noticeable than latency. Players adapt to a consistent delay quickly; they never adapt to an unpredictable one.
Before you move a server, make sure you are actually solving a network problem. Server-side lag from a plugin, low tick rate from entity overload, or a player's own Wi-Fi will all look like "the server feels bad" and none of them improve by changing region.
The distinction is easy to test: if the server's own tick rate is healthy and only distant players complain, it is a network path issue. If everyone complains equally, it is the server.
Keep reading

Guides8 min read
Most "optimisation" advice for Minecraft servers is cargo cult. Here is what genuinely moves the needle on tick time, in the order worth trying.

Guides7 min read
Memory tiers make VPS sizing look simple and then people buy twice what they need. A practical way to work out which tier fits.
Guides7 min read
Dedicated hardware solves some problems very well and others not at all. An honest decision guide, including the cases where you should not buy one.