Differences between revisions 2 and 3
Revision 2 as of 2017-06-25 01:11:48
Size: 359
Editor: SamatJain
Comment:
Revision 3 as of 2017-06-25 01:12:02
Size: 412
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from WebServerPerformanceTuning

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)