Size: 145
Comment: Disable TCP slow start after idle
|
← Revision 5 as of 2020-07-07 00:50:21 ⇥
Size: 897
Comment: Loading Performance
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from WebServerPerformanceTuning == 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]] == Tools == [[https://developers.google.com/web/tools/lighthouse|Lighthouse]]: Web performance tool from Google that gives you a report card with action items == Web server performance tuning == |
|
Line 7: | Line 18: |
== Libraries == === Loading performance === * [[https://github.com/turbolinks/turbolinks|turbolinks]]: Make conventional Web pages act as an SPA; links fetch another page and replace current page's <body> * [[https://instant.page/|instant.page]]: Start preloading a page as soon as a user hovers over a link |
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
Libraries
Loading performance
turbolinks: Make conventional Web pages act as an SPA; links fetch another page and replace current page's <body>
instant.page: Start preloading a page as soon as a user hovers over a link