This chart breaks down the time the inbrowser.link Service Worker Gateway spends in its internal subcomponents while resolving and retrieving content. The data is collected by our Tiros measurement suite, which records the Server-Timing metrics emitted by verified-fetch.
The stacked bars show the mean duration of each component per day. Means are used (instead of medians) because component means are mathematically additive (E[a + b] = E[a] + E[b]) which makes the stack visually meaningful. Note that the components are not strictly sequential: find providers and the connect/block phases of multiple block brokers (Bitswap and trustless gateway) run partly in parallel. The chart therefore reports per-component time spent rather than the strict end-to-end response time. The overlaid line shows the median of the actual per-request total time-to-first-byte (TTFB) for reference.
E[a + b] = E[a] + E[b]
window.fetch
The "Fastest 90%" mode excludes each component's slowest 10% of samples per day before averaging. Cutoffs are computed per component, per day, so a probe excluded from the block mean may still contribute to the connect mean. This trims tail-latency outliers without dropping whole probes.
block
connect
Only successful probes (HTTP 200, no error) are included. The data is segmented by region and CID source.
200
We have deployed our Tiros measurement suite in different AWS regions:
eu-central-1
us-east-2
us-west-1
ap-southeast-2
Daily mean time spent per service worker subcomponent on the inbrowser.link Service Worker Gateway.