Reaction Time Test

About Our Cognitive Reflex Laboratory

Democratizing millisecond-accurate neuro-motor reflex testing. Built on classical cognitive psychology paradigms and native high-resolution web standards.

Precision Cognitive Reflex Benchmarking for Everyone

The Cognitive Reflex Laboratory was developed to provide accessible, laboratory-grade reaction time benchmarks without requiring proprietary hardware or laboratory dynamometers. Historically, measuring reaction times with sub-millisecond reliability required dedicated tachistoscopes or university neurophysiology rigs costing thousands of dollars.

By harnessing modern browser execution pipelines, specifically the High Resolution Time API, hardware-accelerated Canvas/DOM rendering, and Web Audio synthesis, our platform enables athletes, competitive esports players, researchers, and everyday individuals to measure their neuro-motor processing speed with peer-reviewed precision.

The Timing Engine: How We Achieve Sub-Millisecond Precision

Accurate reaction time testing demands rigorous isolation of measurement timestamps from operating system clock drift and browser garbage collection cycles. Our engine employs three core web engineering standards to maintain microsecond accuracy:

1. DOM High Resolution Time API (performance.now()): Unlike standard Date.now(), which is susceptible to system clock synchronizations (NTP adjustments) and provides only 1ms resolution, performance.now() delivers a strictly monotonic timestamp with sub-millisecond precision.

2. Hardware Render Synchronization: Stimulus delivery is timed using window.requestAnimationFrame(), anchoring visual transitions to the display's exact vertical blanking interval (VBLANK). This eliminates tear-induced stimulus delays.

3. Web Audio Oscillator Generation: For auditory benchmarks, acoustic tones are synthesized in real-time via the Web Audio API AudioContext, initiating sound playback within 1–3ms of trigger execution, bypassing compressed audio file decoding delays.

Separating Biological Neural Speed from Hardware Latency

A common misconception in digital reflex testing is that the resulting millisecond score reflects only human biology. In reality, any digital reaction benchmark records the composite sum of biological latency and peripheral hardware delay.

Biological Latency: Comprises retinal phototransduction (~35ms), optic radiation to visual cortex (~45ms), parietal/premotor decision integration (~60ms), corticospinal axonal conduction (~30ms), and neuromuscular junction actuation (~25ms). This establishes a hard physiological floor near 140–150ms for visual stimuli.

Hardware Latency: Comprises display frame interval (16.67ms at 60Hz vs 4.16ms at 240Hz), display pixel response time (1–10ms GtG), USB polling interval (1ms for 1000Hz mice vs 8ms for standard 125Hz mice), and operating system event queuing (2–6ms). We disclose these hardware offsets so users can calibrate their scores against true biological baselines.

Foundational Neuropsychological Paradigms & Research Citations

Every benchmark on this site is grounded in over a century of peer-reviewed experimental psychology and neurophysiology research:

• Franciscus Donders (1868): Pioneer of mental chronometry and the 'subtraction method', demonstrating that choice reaction time equals simple reaction time plus decision discrimination time.

• William Edmund Hick (1952) & Ray Hyman (1953): Formulated Hick's Law, proving that cognitive latency increases as a logarithmic function of the number of stimulus-response alternatives: RT = a + b · log2(n).

• J. Ridley Stroop (1935): Discovered semantic interference in color-word naming tasks, isolating the executive conflict resolution workload of the anterior cingulate cortex.

• Herbert Simon (1969): Documented spatial stimulus-response compatibility (the Simon Effect), demonstrating that task-irrelevant spatial locations interfere with motor selection.

• George Sperling (1960): Proved the existence and rapid millisecond decay of iconic sensory memory buffers in the human visual system.

• Anne Treisman & Garry Gelade (1980): Developed Feature Integration Theory, differentiating preattentive visual feature pop-out from serial spatial visual search.

• Harold Pashler (1994): Documented the psychological refractory period (PRP) and central cognitive bottleneck, establishing human multi-tasking limitations.

100% Client-Side Processing & Data Sovereignty

Cognitive data and reflex speeds represent sensitive personal biometric telemetry. Our platform is architected with a strict privacy-first posture:

All reaction timing loops, trial calculations, consistency scores, and historical charts are computed 100% locally in your device's browser memory via Alpine.js and native JavaScript.

We do not store, harvest, or transmit your individual reaction times, IP-linked performance metrics, or test scores to remote tracking servers. If you choose to export your test records, the JSON/CSV files are compiled entirely on-device and saved directly to your local file system.