JavaScript performance
From MediaWiki.org
(Redirected from Optimization for jQuery)
| There used to be an essay here, it is still available in the old version of this page. |
Below is reference material about JavaScript that is recommended for learning about performance, good practices and advanced patterns.
| Title | Author | Date | Link |
|---|---|---|---|
| JavaScript in general and the DOM | |||
| JavaScript: The Good Parts (Google Tech Talk) | Douglas Crockford | 2009-02-27 | watch it |
| Speed Up Your JavaScript (Google Tech Talk) | Nicholas C. Zakas | 2009-06-04 | watch it |
| Crockford on JavaScript (8-part series at YUI Theater) | Douglas Crockford | 2011-09 | watch it |
| The JavaScript Trilogy (3-part series at YUI Theater) | Douglas Crockford | 2011-08 | watch it |
| jQuery | |||
| jQuery Anti-Patterns for Performance | Paul Irish | 2009-11-11 | watch it |
| 10 Advanced jQuery performance tuning tips | Jon Raasch | 2009-11-19 | read it |
| Learning to code like jQuery codes internally | Paul Irish | 2010-06-14 | watch it |
| More things to learn from jQuery's internals | Paul Irish | 2011-01-19 | watch it |