Reuse TLS sessions with fetch

We use Fauna with Cloudflare Workers and noticed that our queries take a minimum of 150ms, which is quite slow. We found that the culprit is the TLS handshake (100+ms). It is possible to setup Cloudflare to reuse TLS sessions?
1 Reply
Yacine Hmito
Yacine HmitoOP16mo ago
It turns out that the TLS session is indeed reused. It's just that the handshake is super expensive (~100ms)

Did you find this page helpful?