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
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