키보드 지연 테스트

시스템 입력 지연

이 페이지는 전용 키보드 테스트 사이트의 지연 페이지 구성을 따르지만, 브라우저 측 이벤트 / 페인트 타이밍과 실험실급 하드웨어 지연을 구분합니다.

통계 데이터

데이터 대기 중...

평균 지연

-- ms

변동 폭

-- ms

최소 지연

0.0 ms

최대 지연

0.0 ms

P95 지연

0.0 ms

샘플 수

0

평균 큐 지연-- ms

아무 키나 누르세요

권장 테스트 키: Space / Enter / Shift

아무 키나 누르세요

권장 테스트 키 Space Enter Shift

최근 샘플

각 샘플에는 키 정보, 이벤트 큐 지연, 다음 프레임까지의 대략적인 반응 지연이 저장됩니다.

0
아직 샘플이 없습니다. 페이지에 포커스를 두고 실제 키보드 키를 눌러 시작하세요.

실시간 변동 그래프

차트는 최근 100개의 샘플을 보여주며, 수치가 낮고 평평할수록 브라우저 측 응답이 더 일정하다는 뜻입니다.

최근 100개 샘플
페이지에 포커스를 준 뒤 아무 키나 누르면 최근 샘플 곡선이 표시됩니다.

What this latency page is actually measuring

Input latency usually means the time from a physical key press to a visible or usable response on screen. True end-to-end keyboard latency is normally measured with high-speed cameras, oscilloscopes, dedicated trigger rigs, or other physical test equipment. This page does not read the raw USB hardware path. Instead, it observes the system-and-browser side of the input chain after the event reaches the web page.

01

It measures browser-side system processing latency

The core signal here is the gap between the keyboard event timestamp, browser-side event handling, and the next rendered frame. That makes it useful for checking whether the current system and browser environment is responding smoothly.

02

It is not a lab-grade hardware latency benchmark

A normal web page cannot directly inspect switch closure timing, MCU scanning, USB transfer timing, or the monitor’s real physical pixel transition. Because of that, these numbers should not be treated as the absolute hardware latency advertised in device marketing.

03

Jitter often matters more than one low reading

A low average can still feel bad if the latency keeps jumping around. For fast games and rhythm-heavy input, steadiness is often more valuable than a single impressive minimum sample.

Input chain breakdown

Keyboard latency is the result of several layers stacked together. This page mainly observes the later system / browser / rendering part, so it is better for environment checks than for proving the physical limit of a switch or controller.

01

Physical switch and trigger stage

Switch closure speed, Hall effect trigger settings, return behavior, and debounce all affect the earliest part of the input path, but the browser cannot read those raw physical timings directly.

02

Keyboard MCU and transport layer

Scan rate, firmware filtering, and wired or wireless transport quality all influence how quickly the event reaches the operating system.

03

System scheduling, browser events, and rendering

This is the part the page mainly sees. Once the OS hands the event to the browser, main-thread load, tab state, frame cadence, and render timing start shaping the result.

How to reduce browser-side input latency

If you want cleaner and steadier results on this page, start with system load, display behavior, and connection quality before chasing tiny number differences.

01

Step 1: Reduce background load first

Heavy tabs, downloads, streaming, overlays, or recording tools can raise both the average and the spike rate. A lighter environment usually produces much cleaner samples.

02

Step 2: Optimize for consistency, not only the minimum

Once the average looks decent, jitter is usually the next thing worth improving. Stable power settings, fewer context switches, and less interference often matter more than forcing one lucky low reading.

03

Step 3: Check connection mode

Wired mode or a stable 2.4G receiver setup usually behaves more consistently than a noisy Bluetooth environment. Comparing modes can reveal whether the environment is part of the problem.

04

Step 4: Use proper hardware tools for true full-chain testing

If you need real end-to-end keyboard latency, advertised-spec validation, or hardware-level timing, you still need dedicated physical equipment. A browser page is best used for daily checks and relative comparisons.

Keyboard latency FAQ

These answers help separate browser-visible input response from true hardware-side latency, so different layers of the input path do not get mixed together.

Q.

Is this measuring absolute keyboard hardware latency?

Not exactly. A web page cannot directly read the full physical chain from switch actuation through USB transfer to real pixel response. This page is better understood as a browser-side processing and responsiveness reference.

Q.

What values are usually considered normal?

On a modern desktop browser with a reasonably light workload, an average around 5 ms to 15 ms is often already quite good. If the page keeps living above 30 ms, or spikes are frequent, the input path is more likely to feel sluggish.

Q.

Why is jitter more important than the minimum sample?

Because feel depends on consistency. One very low reading does not help much if the next few samples swing wildly. For muscle memory and timing-sensitive play, steadiness usually matters more than a single best-case number.

Q.

How can I lower the result further?

Try reducing background CPU load, avoiding aggressive power saving, preferring wired or stable 2.4G mode, and removing parts of the display chain that add extra waiting or frame pacing overhead.

Q.

What if I need true end-to-end latency numbers?

Then you need physical measurement tools such as a high-speed camera, oscilloscope, external trigger rig, or a dedicated commercial input latency setup. A browser page cannot replace that kind of hardware test bench.

Q.

Can this page tell me my keyboard polling rate?

Only in a very rough, high-level sense. It cannot accurately identify the real hardware polling rate because the result also includes transport mode, OS scheduling, browser main-thread load, and refresh behavior. Theoretical intervals like 125Hz ≈ 8ms, 250Hz ≈ 4ms, 500Hz ≈ 2ms, and 1000Hz ≈ 1ms are easy to blur once browser-side noise is mixed in.