Lightweight and sustainable Websites: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
* [https://guide.elm-lang.org/optimization/ Optimization in Elm] – an interesting look at compiler tool chain driven web performance. | * [https://guide.elm-lang.org/optimization/ Optimization in Elm] – an interesting look at compiler tool chain driven web performance. | ||
** [https://elm-lang.org/blog/small-assets-without-the-headache Small Assets without the Headache] by Evan Czaplicki. | ** [https://elm-lang.org/blog/small-assets-without-the-headache Small Assets without the Headache] by Evan Czaplicki. | ||
[[Category: HBSC]] |
Revision as of 10:33, 21 January 2019
Client-side Optimizations
Server-side Optimizations
Links
Need to be processed/summarized?
- Awesome Static Web Site Generators
- Brutalist Web Design by David Bryant Copeland
- How to Build a Low-tech Website? by Low-Tech Magazine
- The Ethics of Web Performance by Tim Kadlec
- Securing Sites Made Them Less Accessible by Eric A. Meyer
- Susty WP, Delivering WordPress in 7 KB by Jack Lenox
- Performance Budget, "I want my site to load in X seconds on a Y connection" by @jonthanfielding
- Front-end performance checklist 2019 by Vitaly Friedman.
- World bandwith map from @mattleibow.
- Get Started With Analyzing Runtime Performance by Kayce Basques.
- Optimize Website Speed With Chrome DevTools by Kayce Basques.
- Optimization in Elm – an interesting look at compiler tool chain driven web performance.
- Small Assets without the Headache by Evan Czaplicki.