What is Connection Reuse Rate?
Connection reuse rate is the percentage of HTTP requests in a scraping pipeline that are dispatched over an already-established TCP/TLS connection rather than requiring a fresh handshake. In high-throughput extraction, negotiating TLS 1.3 and TCP for every single request burns CPU, exhausts proxy ports, and adds 50–150ms of pure latency per fetch. Maximising reuse is the difference between a crawler that scales linearly and one that chokes on its own socket exhaustion.