Full Stack Web Performance
Here’s the links and resources for my Full Stack Web Performance session. You can find out more about web performance on my blog or on Twitter.
- Watch the session again on
Vimeo:
- If you enjoyed this course, be sure to check out the follow up course:
Tracking Real World Web Performance on Pluralsight
- The demo code and slides are available on
GitHub
- Why #PerfMatters
- Network Performance
- Server Performance
- Rendering Performance
- CSS Triggers
- CSS Will Change Specification
- High Performance Animations
- Position with
transform: translate();
- Scale with
transform: scale();
- Rotate with
transform: rotate();
- Opacity with
opacity: [value];
- Position with
- Resources
- High Performance Websites (book)
- Even Faster Websites (book)
- High Performance Browser Networking (free book)
- Practical Performance Profiling (free book)
- JankFree.org (website)
- HTML5Rocks (website)
Advertisements