What is Keep-Alive Efficiency?
Keep-alive efficiency measures the ratio of HTTP requests successfully routed over reused TCP/TLS connections versus those requiring a cold handshake. In high-throughput scraping pipelines, establishing a new connection for every request wastes CPU cycles, burns proxy bandwidth, and adds 100-300ms of latency per fetch. Optimising this ratio is the single highest-leverage infrastructure tweak for scaling requests per second without increasing hardware spend.