Differences between revisions 1 and 2
Revision 1 as of 2015-02-23 10:03:35
Size: 145
Editor: SamatJain
Comment: Disable TCP slow start after idle
Revision 2 as of 2017-06-25 01:11:48
Size: 359
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Articles ==

[[https://hackernoon.com/10-things-i-learned-making-the-fastest-site-in-the-world-18a0e1cdf4a7|10 things I learned making the fastest site in the world]]

== Web server performance tuning ==

Articles

10 things I learned making the fastest site in the world

Web server performance tuning

   1 # Disable TCP slow start after idle
   2 echo 'net.ipv4.tcp_slow_start_after_idle = 0' >> /etc/sysctl.d/web-server.conf

SamatsWiki: WebPerformance (last edited 2020-07-07 00:50:21 by SamatJain)