toys/lag: Jerk Monitoron 2025-07-06Since upgrading to 240 Hz monitors, I feel a lot better when interacting with my computer, finding I am quite sensitive to latency.Switching USB ports for my wireless mouse dongle introduced delays of around 10 ms every few seconds. I knew it. I had to prove it.Unfortunately I couldn't find online tools to study those finer delays. So I made one, found.as/l.It shows the delay between individual frames rendered by the browser, and between individual pointer movements reported to the webpage. Also reports about the batching of pointer events and their offsets.To get access to high precision timers, I needed to add to my xmit.toml:[[headers]] name = "Cross-Origin-Opener-Policy" value = "same-origin" on = "^/toys/" [[headers]] name = "Cross-Origin-Embedder-Policy" value = "credentialless" on = "^/toys/"My observation is confirmed. I'll avoid the port.
First seen: 2025-07-06 15:24
Last seen: 2025-07-06 20:24