Web performance optimization
cheat sheet
ebook


TODO: tutorial
course - knowing the 'critical rendering path'
key metrics
front end
increases
- visitor retention
- loyalty
- user satisfaction
- users with slow internet connections
- mobile users
back end
lowers
- power consumption
- environmental impact
topics
- browser/server cache
- image optimization
- encryption (SSL) : can affect render time
- asynchronous communication with server side
- CDN (content distribution network)
- proxy servers around the globe for efficient delivery
- code minification
links