Enabling QUIC on the edge terminator changes the client leg and nothing else, which is worth being clear about before reading a benchmark. Thirty milliseconds on the p75…
The layer cache handles an unchanged lock file; a cache mount handles the case where the lock file changed and 90% of the packages did not. Measured over…
A filter input rendering 4,000 rows on every keystroke, where the typing lag was the rendering rather than the filtering. The input updates immediately and the list update…
A profiler showed 140 ms of work happening after the response had been flushed, which is invisible to the user and entirely visible in the worker’s throughput. Destructor-based…
A public REST endpoint serving the same payload to everybody, hit forty thousand times a day, and generated forty thousand times. WordPress sends no-cache on REST responses by…
Brotli compresses better and costs more CPU, and whether that is worth it depends on a number nobody measures. The high compression levels are for static assets compressed…
A per-request memoisation cache keyed by object was holding every entity loaded during a long-running command, and the command was using 900 MB by the end. This only…