도구 가이드
developer 무료 회원가입 불필요

네트워크 지연 시간 테스터

실제 HTTP 요청을 사용하여 네트워크 지연 시간과 기본 다운로드 속도를 측정하세요.

도구를 불러오는 중…

이 도구에 대해

공용 CDN에 5번의 핑 스타일 요청을 실행하고 왕복 시간을 측정하여 최소, 최대, 평균 지연 시간을 제공합니다. 또한 더 큰 파일을 가져와 다운로드 속도를 추정하고 사용 가능한 경우 브라우저가 보고한 연결 정보를 표시합니다. 참고: 이것은 ISP의 정격 속도가 아닌 외부 서버까지의 지연 시간을 측정합니다.

사용 방법

  1. 1 1단계: '테스트 시작'을 클릭하여 지연 시간 측정을 시작하세요.
  2. 2 2단계: 5번의 핑 요청이 완료될 때까지 기다리고 최소/최대/평균 결과를 확인하세요.
  3. 3 3단계: '다운로드 속도 테스트'를 클릭하여 다운로드 처리량을 추정하세요.
  4. 4 4단계: 연결 품질 등급과 브라우저 연결 정보를 검토하세요.

What this tool actually measures

Despite the name "speed test," the most reliable number this tool gives you is latency — how long a tiny request takes to travel to a server and come back. It works by sending five real HTTP requests to a public CDN (specifically a small file hosted on unpkg.com) and timing each round trip with the browser's high-resolution performance.now() clock. Because these are genuine network requests to an external server, this tool does not run offline — disconnect your internet and every ping returns an error. That is the honest trade-off: to measure a network you have to use the network.

It is important to understand what the result is and isn't. The latency you see is the time to reach a particular CDN endpoint over the public internet, not a controlled measurement of your ISP's rated line speed. A dedicated service like a full broadband speed test spins up multiple parallel streams to a nearby server it controls; this tool makes single sequential requests to a shared third-party host. Treat the output as a quick, directional health check, not a contractual benchmark.

How the latency test works, step by step

When you click Start Latency Test, the tool runs five requests in sequence, pausing about 300 ms between them so they don't pile up. Each request carries a unique cache-busting query string (?_=timestamp_index) and is sent with cache: 'no-store', which forces the browser to actually hit the network instead of returning a cached copy that would report a misleadingly fast "0 ms." The requests use mode: 'no-cors', so the browser doesn't need permission from the server to complete the round trip — the tool only needs to know when the response arrived, not what it contained.

After all five complete, it reports three figures: the minimum (your best-case latency), the average, and the maximum. The spread between min and max is often more revealing than any single number — a tight cluster means a stable connection, while a wide gap signals jitter.

A worked example: reading your numbers

Suppose your five pings come back as 18, 22, 19, 64, and 21 milliseconds. The tool shows Min 18, Average 29, Max 64, and labels the quality based on the average. Its thresholds are concrete:

Average latencyRatingWhat it feels like
Under 20 msExcellentCompetitive gaming, video calls feel instant
20–49 msGoodSmooth for almost everything
50–99 msFairNoticeable lag in fast-paced games
100 ms and upPoorCalls stutter, web pages feel sluggish

In the example above the average is "Good," but that single 64 ms spike is the real story: it's jitter, the inconsistency that makes voice calls warble and game characters teleport. Run the test a few times — if the spike reappears, something on your path is intermittently congested.

The download estimate and browser connection info

The Test Download Speed button fetches the same CDN file once, measures how many bytes arrived and how long it took, and converts that to megabits per second with the formula bytes × 8 ÷ seconds ÷ 1,000,000. Because the file is small and it's a single stream over a shared host, this is explicitly a rough estimate — it will usually understate a fast connection, since a small download finishes before your link reaches full speed. For a true throughput figure, use a multi-stream broadband tester.

If your browser supports the Network Information API, the tool also displays its built-in connection hints: effectiveType (such as 4g), an estimated downlink in Mbps, the browser's own round-trip-time guess, and whether data-saver mode is on. These come straight from the browser's own estimates and appear only where the API is available — notably absent in Safari and Firefox.

Practical tips and common mistakes

  • Test on Wi-Fi and cable separately. High latency on Wi-Fi but low on Ethernet points at your local wireless, not your ISP. Move closer to the router and retest.
  • Close bandwidth-hungry tabs first. A running video stream or large upload inflates your latency reading. Quiet the network before measuring.
  • Run it more than once. A single bad ping can be a fluke. Three runs reveal whether a high number is the norm or an outlier.
  • Don't compare this to your plan's advertised speed. The download figure here is a single-stream estimate to a public CDN; mismatches with your "1 Gbps" plan are expected and not a sign something is broken.
  • Geography matters. Latency partly reflects physical distance to the CDN's nearest edge server. Someone far from a data centre will see higher baselines no matter how good their connection is.

Used the right way — as a fast, in-browser pulse check on responsiveness and stability — this tool answers the question that actually matters day to day: not "how big is my pipe," but "is my connection quick and consistent right now?"

자주 묻는 질문

{# Alpine.js — self-hosted. (The previous jsdelivr CDN tag had a stale SRI integrity hash, so the browser refused to run it and window.Alpine was never defined — silently breaking every FAQ accordion and Alpine tool.) #}