Real Cloudflare deployment (§2.2 of the report) — p50 unless noted, from one host over one ISP uplink to a Cloudflare-assigned DO region. Each card: the measured number, and what it lets you build.
12.5msRPC round-trip · p50≈980 routed calls/s under concurrencyReal-time, interactive calls — agents and UIs feel instant, not request-response slow.
605/sLog appends per DOsustained, one Log DO, concurrentHigh-throughput chat & event streams — with gap-free replay-on-reconnect, so a client that drops loses no message.
≥200Concurrent WS per DO0 failures — ceiling not reachedMany clients on a single object — one room, doc, or device fleet per Durable Object.
386/sAtomic counter commits16 writers, one key · 0% conflicts · final exactCheap counters & ledgers that stay exact under contention — cost scales with useful work, not retries.
43msPresence propagation · p50register → 3 subscribersLive, authoritative presence — "who's online" updates in ≈one round-trip, no polling.
~0Standing cost at restidle objects hibernateCheap to operate — you pay for active work, not for objects sitting idle.
~35msDurable write · p50Log append 36 ms · Doc CAS 35 msPersist authoritative state in one round-trip — durable storage co-located with the object.
~730msCold DO first touchone-time wake tax; warm hop ~71 msFirst hit on a sleeping object pays a one-time wake; every call after is warm — mask it with a "waking…" affordance.
∞Horizontal scaleDO-per-object · no global busCapacity ≈ per-object × objects — adding tenants adds shards, scaling ~linearly with no shared bottleneck.