[{"data":1,"prerenderedAt":230},["ShallowReactive",2],{"blog:what-is-latency":3},{"zh-CN":4,"en":124},{"blocks":5,"faq":108},[6,9,11,13,17,19,21,23,26,28,30,33,35,37,40,65,67,70,72,74,76,79,81,83,85,87,90,92,99,101,104,106],{"type":7,"html":8},"p","延迟、丢包、抖动这三个词，很多人是混着用的：网络一卡，统统叫&quot;延迟&quot;。但如果只知道卡，不知道卡在哪一段，换工具、换节点全靠运气，试了一圈可能还是同一个问题。",{"type":7,"html":10},"这三个词说的是完全不同的三件事：延迟是&quot;来回要多久&quot;，丢包是&quot;路上丢了多少&quot;，抖动是&quot;这个来回的时间稳不稳定&quot;。做游戏加速器这一行的人天天在处理这三样东西，但用户很少被认真讲清楚过它们到底是什么。",{"type":7,"html":12},"这篇按顺序把三个词分开讲，再说清楚游戏加速器和常规上网工具在这件事上各自能做什么、不能做什么。",{"type":14,"id":15,"html":16},"h2","bp-latency","延迟：发出去和收到之间的时间",{"type":7,"html":18},"延迟（常用毫秒表示）是一个数据包从你的设备出发、到服务器收到、再传回来，一共花掉的时间。这个时间主要取决于两件事：物理距离，和中间经过了多少个转发点。",{"type":7,"html":20},"服务器在本地，延迟通常很低；服务器在地球另一端，延迟天然就高，这是光速和线路本身决定的差距，不是换个工具就能清零的。游戏加速器和 VPN 能做的，是在到达服务器之前的这段路上，挑一条更直接、更少绕路的线路，而不是让数据跑得比光快。",{"type":7,"html":22},"延迟高不一定等于卡。打开一个网页时延迟高，只是让&quot;点开&quot;到&quot;出现&quot;之间多等了一会儿，大多数人根本不会注意到。真正让延迟变成问题的，是需要即时反馈的场景——这也是为什么&quot;游戏加速器&quot;这个词几乎总是和延迟绑在一起出现的原因。",{"type":14,"id":24,"html":25},"bp-packetloss","丢包：路上丢的不是时间，是数据本身",{"type":7,"html":27},"丢包是另一件事：发出去的数据包，有一部分根本没到，或者晚到之后被直接丢弃。它不是&quot;变慢了&quot;，是&quot;少了一块&quot;。",{"type":7,"html":29},"丢包的表现和延迟很不一样。打游戏时人物突然瞬移到几秒前的位置，语音通话里对方的话被切掉半个字，视频通话画面糊成一片——这些通常是丢包，不是纯粹的延迟。延迟高但稳定，人是能适应的；丢包哪怕只有百分之几，体验也会变得很难用，因为大脑没法预测下一个数据包到底还在不在。",{"type":14,"id":31,"html":32},"bp-jitter","抖动：延迟这件事本身不稳定",{"type":7,"html":34},"抖动说的不是延迟的高低，是延迟稳不稳。这次来回花了 40 毫秒，下次 45，下次又变成 90——数值一直跳，这就是抖动。",{"type":7,"html":36},"抖动麻烦的地方在于，大多数实时应用会假设延迟是一个可以预测的数字，并按这个数字去缓冲和排列数据。延迟稳定在 100 毫秒，系统可以提前适应；延迟在 40 到 200 之间来回跳，系统就很难判断该等多久才播放下一段——语音通话里的&quot;一顿一顿&quot;、竞技游戏里判定慢半拍，很多时候源头是抖动，而不是延迟本身有多高。",{"type":14,"id":38,"html":39},"bp-compare","三个词放在一起看",{"type":41,"align":42,"head":44,"rows":49},"table",[43,43,43,43],null,[45,46,47,48],"概念","感觉起来像什么","常见原因","对什么最敏感",[50,55,60],[51,52,53,54],"延迟","操作后要等一下才有反应","物理距离远、中转多","竞技类游戏、实时语音",[56,57,58,59],"丢包","画面跳帧、语音断字、人物瞬移","线路某一段拥堵或不稳","语音通话、直播连线、联机游戏",[61,62,63,64],"抖动","时快时慢，同样操作反应不一致","线路负载忽高忽低","语音通话、实时对战",{"type":7,"html":66},"三者可以同时出现，也可以只出现一种。数字看起来&quot;正常&quot;却依然觉得卡，通常是丢包或抖动在起作用，而不是延迟本身出了问题。",{"type":14,"id":68,"html":69},"bp-scenarios","什么场景最容易碰到这三件事",{"type":7,"html":71},"盯着屏幕看视频时，延迟、丢包、抖动都不算致命——播放器本身会缓冲几秒钟的内容，一次小波动被缓冲悄悄吞掉，人根本感觉不到。这也是为什么看视频卡顿的门槛，比打游戏或视频通话高得多。",{"type":7,"html":73},"需要即时反馈的场景才是重灾区：竞技类游戏的命中判定、语音通话（比如打游戏时常用的Discord这类工具）的对话节奏、直播连线的实时互动、多人视频会议里谁先说话谁被打断。这类场景没有缓冲的余地，一个数据包迟到，就是当场卡一下。这正是&quot;游戏加速器&quot;这个品类存在的原因——它面对的从来不是&quot;网页打开慢&quot;，而是这一类对时间极度敏感的场景。",{"type":7,"html":75},"不同类型的游戏，对这三个词的敏感程度也不一样。回合制或者节奏慢的游戏，延迟高一点通常还能忍；需要精确瞄准和即时判定的竞技类游戏，延迟和抖动哪怕只多出几十毫秒，都会直接影响命中和走位。这也是为什么同一条线路，有人觉得完全没问题，有人却觉得没法用——两人玩的游戏类型不一样，对这三个词的容忍度天差地别。",{"type":14,"id":77,"html":78},"bp-role","游戏加速器和 VPN 在这件事上做什么",{"type":7,"html":80},"游戏加速器和 VPN 的底层工作方式接近：都是在你和目标服务器之间选一条路由，而不是让数据凭空跑得更快。选路由能解决的，是&quot;某一段线路正好在绕远路或者正好拥堵&quot;这类问题；选路由解决不了的，是物理距离本身，也解决不了服务器那一端自己的问题。",{"type":7,"html":82},"所以一个诚实的说法是：换一条线路，可能会让延迟更低、更稳，丢包更少，但前提是问题确实出在&quot;到服务器之前&quot;这一段。如果服务器本身在排队，或者目标应用本身卡顿，换十个节点也不会有变化。",{"type":7,"html":84},"\u003Ca href=\"\u002Ffeatures\u002F\">快橙\u003C\u002Fa>在这件事上能做的是一键连接、遇到线路不好就换一个节点，不用手动折腾配置。注册后每天有免费试用时长，可以先测一下当前这条线路是不是真的适合你在玩的游戏或者常用的语音工具，再决定要不要长期用。",{"type":86},"downloads",{"type":14,"id":88,"html":89},"bp-diagnose","怎么初步判断是哪一种",{"type":7,"html":91},"不用专业工具，靠感觉也能大致分出是哪一种在起作用：",{"type":93,"items":94},"list",[95,96,97,98],"\u003Cstrong>反应慢半拍，但一直很慢\u003C\u002Fstrong>——大概率是延迟高但稳定。能接受就先别折腾，换节点未必有明显改善。","\u003Cstrong>数字看起来正常，却时不时卡一下\u003C\u002Fstrong>——大概率是丢包或抖动，而不是延迟数字本身出了问题。","\u003Cstrong>同样的操作，这次顺畅下次卡\u003C\u002Fstrong>——大概率是抖动，线路负载不稳定导致的。","\u003Cstrong>人物瞬移、语音断字、画面花掉\u003C\u002Fstrong>——大概率是丢包，数据包真的没到。",{"type":7,"html":100},"测速软件给出的单一数字往往只反映延迟，不反映丢包和抖动，这也是为什么有时候测速结果很好看，实际用起来却很卡——为什么测速数字好看，实际却很卡这篇专门拆过这个反差，和Valorant 排队慢、ping 高怎么办里的排查思路也能对照着看。",{"type":14,"id":102,"html":103},"bp-final","总结",{"type":7,"html":105},"延迟、丢包、抖动是三件不同的事，混在一起当成&quot;网不好&quot;来处理，只会越换工具越糊涂。先分清楚自己碰到的是哪一种，再决定要不要换节点、换加速器，效率会高很多。",{"type":7,"html":107},"游戏加速器和 VPN 能做的，是在到服务器之前的这段路上挑一条更稳的线路。\u003Ca href=\"\u002Forder\u002F\">快橙\u003C\u002Fa>每天给注册用户免费试用时长，遇到线路不好可以直接换节点测，不满意也有 30 天退款保证——先测清楚是不是线路问题，再决定要不要长期用。",[109,112,115,118,121],{"q":110,"a":111},"延迟低就等于流畅吗？","不等于。延迟只是「来回要多久」，画面顺不顺还要看丢包和抖动。延迟很低但丢包严重，照样卡。",{"q":113,"a":114},"游戏加速器和普通 VPN 是同一件事吗？","底层原理接近，都是在你和服务器之间挑一条线路，但关注的重点不完全一样。具体差在哪，游戏加速器和 VPN 有什么区别这篇讲得更细。",{"q":116,"a":117},"为什么看视频不卡，打游戏却很卡？","视频播放器会提前缓冲几秒内容，一次小波动被缓冲吞掉就过去了；游戏和语音通话没有这个缓冲空间，一卡就是当场卡。",{"q":119,"a":120},"换节点一定能解决丢包吗？","不一定。如果问题出在你到服务器之前的某一段线路，换节点通常有用；如果是服务器本身在排队或者目标应用本身卡顿，换多少个节点都不会有变化。",{"q":122,"a":123},"快橙怎么帮我判断该不该换节点？","\u003Ca href=\"\u002Forder\u002F\">快橙\u003C\u002Fa>一键连接，遇到线路不好可以直接切换节点重新测。注册后每天有免费试用时长，先测清楚再决定要不要长期用。",{"blocks":125,"faq":214},[126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,177,179,181,183,185,187,189,191,193,195,196,198,200,206,208,210,212],{"type":7,"html":127},"People use &quot;latency&quot; as a catch-all for anything that feels slow, but it stands for one specific thing among three that get confused constantly. Not knowing which of the three you are actually dealing with means switching tools and nodes on pure guesswork, and often landing back on the same problem.",{"type":7,"html":129},"The three words describe three different things: latency is how long a round trip takes, packet loss is how much of the data never arrives, and jitter is how consistent that round-trip time stays over time. People who build game accelerators deal with all three daily, but users rarely get a straight explanation of what each one actually is.",{"type":7,"html":131},"This guide takes them one at a time, then explains what a game accelerator and a regular connectivity tool can and cannot do about each.",{"type":14,"id":15,"html":133},"Latency: the time between sending and receiving",{"type":7,"html":135},"Latency, usually shown in milliseconds, is how long it takes for a packet to leave your device, reach the server, and have a response come back. It depends mainly on two things: physical distance, and how many hops the data passes through on the way.",{"type":7,"html":137},"A server close to you gives naturally low latency; a server on the other side of the planet gives naturally high latency — that gap is set by the speed of light and the physical route, not something a tool can erase. What a game accelerator or VPN can do is pick a more direct route with fewer detours before the data reaches the server, not make data travel faster than physics allows.",{"type":7,"html":139},"High latency does not automatically mean a broken experience. On a webpage, high latency just adds a beat between clicking and the page appearing, and most people never notice. It only becomes a real problem in situations that need an instant response — which is exactly why &quot;game accelerator&quot; is a term that keeps showing up attached to latency specifically.",{"type":14,"id":24,"html":141},"Packet loss: what goes missing is the data itself, not time",{"type":7,"html":143},"Packet loss is a different problem: some of the data you sent never arrives, or arrives too late and gets discarded. It is not &quot;slower&quot; — it is &quot;incomplete.&quot;",{"type":7,"html":145},"Packet loss looks nothing like latency from the outside. A character teleporting back a few seconds in a game, a voice call cutting off mid-word, a video call turning into a smear of blocks — these are usually packet loss, not pure latency. High but steady latency is something people adapt to; even a few percent of packet loss makes something feel unusable, because there is no way to predict whether the next packet will show up at all.",{"type":14,"id":31,"html":147},"Jitter: latency that will not sit still",{"type":7,"html":149},"Jitter is not about how high or low latency is — it is about how consistent it stays. One round trip takes 40 milliseconds, the next takes 45, the one after that jumps to 90. The number keeps moving, and that movement is jitter.",{"type":7,"html":151},"Jitter causes trouble because most real-time applications assume latency is a predictable number and buffer data based on that assumption. Latency steady at 100 milliseconds is something a system can plan around; latency swinging between 40 and 200 makes it hard for the system to know how long to wait before playing the next chunk. The stutter in a voice call, or a competitive game reacting a beat late, is very often jitter rather than latency itself being high.",{"type":14,"id":38,"html":153},"Looking at the three side by side",{"type":41,"align":155,"head":156,"rows":161},[43,43,43,43],[157,158,159,160],"Concept","What it feels like","Common cause","Most sensitive to it",[162,167,172],[163,164,165,166],"Latency","A beat of delay before anything reacts","Long physical distance, many hops","Competitive games, live voice",[168,169,170,171],"Packet loss","Dropped frames, clipped audio, teleporting characters","Congestion or instability on one leg of the route","Voice calls, live streams, co-op games",[173,174,175,176],"Jitter","Fast one moment, slow the next, inconsistent reaction","Load on the route swinging up and down","Voice calls, real-time competitive play",{"type":7,"html":178},"All three can happen together, or only one of them can show up. A connection that &quot;looks fine&quot; on paper but still feels choppy is usually packet loss or jitter at work, not latency by itself.",{"type":14,"id":68,"html":180},"Where these three actually show up",{"type":7,"html":182},"Watching a video is fairly forgiving of all three, because the player buffers a few seconds of content ahead of time — a small hiccup gets absorbed by that buffer and you never notice. That is why video has a much higher tolerance for stutter than gaming or a live call does.",{"type":7,"html":184},"The situations that actually suffer are the ones needing an instant response: hit detection in a competitive game, the back-and-forth rhythm of a voice call (in something like Discord, which people use heavily while gaming), the real-time exchange on a livestream, and multi-person video calls where it matters who spoke first. None of these have room to buffer — a late packet shows up as a stutter right then. This is exactly why &quot;game accelerator&quot; exists as a category: it is built for situations that are extremely sensitive to timing, not for &quot;a webpage opened slowly.&quot;",{"type":7,"html":186},"Different genres of games are sensitive to these three in different amounts. A slower-paced or turn-based game can tolerate a bit of extra latency; a competitive game that depends on precise aim and split-second calls will show the effect of an extra few dozen milliseconds of latency or jitter immediately, in missed hits and mistimed movement. That is also why the same route feels completely fine to one person and unusable to another — they are playing different kinds of games, with very different tolerance for these three numbers.",{"type":14,"id":77,"html":188},"What a game accelerator and a VPN actually do here",{"type":7,"html":190},"A game accelerator and a VPN work in a similar way underneath: both pick a route between you and the target server rather than making data travel faster than it physically can. Picking a route can fix &quot;this particular leg is taking a detour or is congested right now.&quot; It cannot fix physical distance, and it cannot fix a problem sitting on the server's own end.",{"type":7,"html":192},"So the honest version is: switching routes can lower latency, make it steadier, and cut packet loss — but only if the problem is actually on the leg between you and the server. If the server itself is backed up, or the app itself is the bottleneck, switching through ten different nodes will not change anything.",{"type":7,"html":194},"What \u003Ca href=\"\u002Fen\u002Ffeatures\u002F\">FastOrange\u003C\u002Fa> does here is straightforward: connect in one tap, and switch to a different node the moment a route feels wrong, without manual configuration. Every registered account gets free trial time each day, enough to test whether the current route actually suits the game or voice tool you use before deciding to rely on it long-term.",{"type":86},{"type":14,"id":88,"html":197},"How to get a first read on which one it is",{"type":7,"html":199},"No special tools needed — a rough read on which of the three is happening is usually possible just from how it feels:",{"type":93,"items":201},[202,203,204,205],"\u003Cstrong>Reactions lag a beat, consistently.\u003C\u002Fstrong> Probably high but steady latency. If it is tolerable, leave it alone — switching nodes may not change much.","\u003Cstrong>The numbers look fine, but it still stutters now and then.\u003C\u002Fstrong> Probably packet loss or jitter, not the latency figure itself.","\u003Cstrong>The same action feels smooth one moment and rough the next.\u003C\u002Fstrong> Probably jitter — the route's load is swinging up and down.","\u003Cstrong>Characters teleport, audio clips, video turns to blocks.\u003C\u002Fstrong> Probably packet loss — data really did not arrive.",{"type":7,"html":207},"A speed test's single number usually only reflects latency, not packet loss or jitter, which is exactly why a great-looking speed test result can still feel choppy in practice. Why a speed test can look fine while the game still lags goes deeper into that mismatch, and the troubleshooting approach in Valorant queue times and high ping lines up with the same logic.",{"type":14,"id":102,"html":209},"In summary",{"type":7,"html":211},"Latency, packet loss and jitter are three different problems. Treating them all as one generic &quot;bad connection&quot; just means switching tools with no real plan. Working out which one you are actually facing first, before deciding whether to switch nodes or accelerators, saves a lot of wasted effort.",{"type":7,"html":213},"What a game accelerator and a VPN can do is pick a steadier route on the leg before the server. \u003Ca href=\"\u002Fen\u002Forder\u002F\">FastOrange\u003C\u002Fa> gives every registered account free trial time daily, lets you switch nodes immediately to test a route, and carries a 30-day money-back guarantee — test first, then decide whether it is worth keeping.",[215,218,221,224,227],{"q":216,"a":217},"Does low latency mean a smooth connection?","Not on its own. Latency is only how long a round trip takes. Whether it feels smooth also depends on packet loss and jitter — latency can be low and the connection still stutter if packets are being dropped.",{"q":219,"a":220},"Is a game accelerator the same thing as a regular VPN?","The underlying mechanism is similar — both pick a route between you and a server — but they weight the details differently. What actually separates a game accelerator from a VPN goes into that difference.",{"q":222,"a":223},"Why does video not stutter but a game does?","A video player buffers a few seconds ahead, so a small hiccup gets absorbed before you notice it. Games and voice calls have no such buffer — a late packet shows up immediately.",{"q":225,"a":226},"Does switching nodes always fix packet loss?","Not always. If the problem sits on the leg of the route before the server, switching usually helps. If the server itself is overloaded or the app is the bottleneck, no number of node switches will change that.",{"q":228,"a":229},"How does FastOrange help me tell whether to switch?","\u003Ca href=\"\u002Fen\u002Forder\u002F\">FastOrange\u003C\u002Fa> connects in one tap and lets you switch nodes immediately when a route feels off. Every registered account gets free trial time each day, so you can test before deciding to keep it.",1790199275631]