Open jamischarles opened 9 years ago
Csstriggers.com
http://youtube.com/watch?v=RCFQu0hK6bU Render timing etc
Render perf course https://www.udacity.com/course/browser-rendering-optimization--ud860
Jank free.org
How painting etc works http://youtube.com/watch?v=YyQYhhy1dZI
I've got some good ones together on this micro-badge page: https://github.com/fs-webdev/skill-building-program/blob/master/badges-active/performance/_micro_rendering-performance.md
Great vid links you got. I hadn't seen one of them!
justice.js may be a helpful tool for rendering perf as well, as it has an fps meter embedded in it: https://github.com/okor/justice
@spacerockzero Thanks. I watched most yesterday while W@H. Especially the first one was really great at explaining things that are generally very confusing in the tools but extremely useful.
https://www.youtube.com/watch?v=QU1JAW5LRKU Paul Lewis profiles the JSConf.eu site in 8 min and fixes jank. Great demo and FPS quick intro.
Chrome dev tools docs and vids are sometimes out of date, but this page is decent on the topic: https://developer.chrome.com/devtools/docs/demos/too-much-layout/index
Sweet. That last one was shown on perf-tooling.today and perf.rocks recently.
http://www.phpied.com/rendering-repaint-reflowrelayout-restyle/
Google I/O 2013 - True Grit: Debugging CSS & Render Performance https://www.youtube.com/watch?v=gqc88qWuiI4
Somewhat related: Lara Hogan's "Designing for Performance" book is now available free online: http://designingforperformance.com/
Great great explanation of de tools rendering events etc http://youtube.com/watch?v=9xjpmpX4NJE
How Browsers work: https://github.com/jamischarles/hydra/issues/40