Differences between revisions 3 and 4
Revision 3 as of 2017-06-25 01:12:02
Size: 412
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 5: 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)