Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2017-06-25 01:11:48
Size: 359
Editor: SamatJain
Comment:
Revision 4 as of 2017-06-25 01:29:28
Size: 577
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from WebServerPerformanceTuning
Line 4: Line 5:

== Tools ==

[[https://developers.google.com/web/tools/lighthouse|Lighthouse]]: Web performance tool from Google that gives you a report card with action items

Articles

10 things I learned making the fastest site in the world

Tools

Lighthouse: Web performance tool from Google that gives you a report card with action items

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)