Talks about Web Performance Optimization
- 🇬🇧 CSS Performance Tooling by Addy Osmani ~ video
You've learned the concepts, now meet the tools. High-performance sites need to feel instant and deliver the goods in less than 1000ms. In this talk, learn about the bleeding edge tools that can automate keeping your CSS on the fast path. Automate generating critical-path CSS, removing unused CSS, discovering duplicate selectors, colors and more.
- Performance em JQuery apps by Davidson Fellipe ~ slides
- 🇺🇸 Performance Tooling by Paul Irish ~ video
- 🇺🇸 Turbo-charging your WordPress website by Jono Alderson ~ slides
- 🇺🇸 A developer's guide to rendering performance by Paul Lewis ~ video / slides
- 🇺🇸 Jank Free: Chrome Rendering Performance by Nat Duca, Tom Wiltzius ~ video
- 🇺🇸 Full Stack Web Performance by Nik Molnar ~ video
- 🇪🇸 Curso WPO - Web Performance Optimization 2013 by Pablo Martinez ~ slides
- 🇪🇸 Web Performance Optimization by Pedro Martínez ~ slides
- Critical Rendering Path by João Lucas P Santana ~ slides
- 🇩🇪 Web Performance Optimization by Fabian Lange ~ slides
- 🇺🇸 Discover DevTools by CodeSchool ~ course
Learn how Chrome DevTools can sharpen your dev process and discover the tools that can optimize your workflow and make life easier. - 🇺🇸 Website Performance Optimization - The Critical Rendering Path by Udacity ~ course
Learn how to optimize any website for speed by diving into the details of how mobile and desktop browsers render pages. - 🇬🇧 Browser Rendering Optimization by Udacity ~ course
This course will demystify the browser's rendering pipeline and make it easy for you to build high performance web apps. - 🇺🇸 Delivering the goods by Paul Irish ~ video / slides
Great talk by Paul Irish addressing lots of performance issues since http requests to critical rendering path.
For contributing, open an issue and/or a pull request.