⇤ ← Revision 1 as of 2015-02-23 10:03:35
Size: 145
Comment: Disable TCP slow start after idle
|
Size: 359
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
Toggle line numbers
1 # Disable TCP slow start after idle
2 echo 'net.ipv4.tcp_slow_start_after_idle = 0' >> /etc/sysctl.d/web-server.conf