Service Worker redirect latency across all query types
| Query Type | Median | Mean | p95 | p99 | Min | Max |
|---|
Each query type is benchmarked independently using fetch('/?q=...', { redirect: 'manual' }) which stops at the Service Worker’s 302 redirect response without following it. This measures the actual SW processing time with no network overhead.
Run with DevTools closed — Chrome adds huge instrumentation overhead to Service Worker timing.