Optimizing NGINX TLS Time To First Byte (TTTFB)

Adam Zell zellster at gmail.com
Tue Dec 17 05:05:18 UTC 2013


FYI:
http://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte/

We started with a ~1800ms overhead for our TLS connection (nearly 5 extra
RTTs); eliminated the extra certificate roundtrip after a nginx upgrade;
cut another RTT by forcing a smaller record size; dropped an extra RTT from
the TLS handshake thanks to TLS False Start. With all said and done, *our
TTTFB is down to ~1560ms, which is exactly one roundtrip higher than a
regular HTTP connection.* Now we're talking!

-- 
Adam
zellster at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20131216/5d5fe07c/attachment.html>


More information about the nginx mailing list