Games, Programming, Web
HTML5 DOM and CSS3 performance
I ran across an awesome presentation by Paul Irish discussing DOM and CSS3 performance issues:
The video: http://www.youtube.com/watch?v=q_O9_C2ZjoA
The slides: http://dl.dropbox.com/u/39519/talks/gperf/index.html
The blog post: http://paulirish.com/2011/dom-html5-css3-performance/
The top tips that were new to me:
- how to not trigger unnecessary layout/reflow
- iOS Safari: get massive compositing performance improvement by using CSS3′s translate3d(0,0,0) instead of translate(0,0)
- jsperf.com to conduct JavaScript profiling experiments: example
| Print article | This entry was posted by chrisdanford on July 16, 2011 at 4:39 pm, and is filed under Web. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |