diff --git a/folder/es/src/content/docs/troubleshooting/latency.mdx.mdx b/folder/es/src/content/docs/troubleshooting/latency.mdx.mdx new file mode 100644 index 0000000000..bca79237a8 --- /dev/null +++ b/folder/es/src/content/docs/troubleshooting/latency.mdx.mdx @@ -0,0 +1,54 @@ +--- +description: Understand latency and how it can play a part in the user experience of your Minecraft server. +slug: ts/latency +title: Latency +--- + +If you've ever run a server, played on a server or you're Australian then the phrase "IT'S LAAAAAAAAAAAAAAAGING" probably sounds familiar. + + + +Unfortunately this isn't always something that's easily correctable, providing you've ensured the issue isn't related to your hardware the server runs on then you should consider the network and primarily latency. + +Latency related issues can normally be identified by one of these factors being true. + + + +Technically speaking the total duration of the request being sent from your machine, processed by the recipient and then sent back is measured in milliseconds 'ping' (latency). The longer it takes to process a request the more noticable and degraded your user experience becomes. + +:::note +If you've previously been able to join a Minecraft server without issues but you login the next day and it's unplayable then the latency should resolve with time due to global maintenance in a datacentre somewhere on the planet that your requests utilise. + +
+Your ISP is unable to do anything about latency +::: + +### Tools to Help + +Unfortunately there is no single tool to fix your problem however if you're looking at hosting a Minecraft server for friends split across the globe we've got some advice and test locations you can use to estimate your ping. + +#### Latency Locations + +Vultr offeres a free looking glass service across all of their locations, all of our nodes support IPv4 and IPv6 and respond to ICMP (ping), MTR and traceroute requests. You can use this service to estimate what your ping will be like for those across the globe. + + + +#### Ideal Ping + +Generally you can tollerate higher than normal ping within Minecraft compared to FPS titles due to the fact it's played at a slower pace. + +| Ping (ms) | Summary | +| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| 0-10 | You're either hosting the server locally or the server is hosted within your city / country (providing you're an FTTP customer). | +| 11-50 | This is where most of your connections will reside, most often will also account for servers hosted in neighbouring countries / states. | +| 51-150 | This is where you _could_ start to see the occasional block break delay or quick movements might not work as expected. The avg Hypixel ping is roughly in this ball park. | +| 151 + | Most lag related complaints will occur from players in this category (mostly from Asia / Aus). If you have a large audience in this region it would be worth considering a second server here. |