Changes between Version 10 and Version 11 of Projects/Advanced/Optimisation
- Timestamp:
- 05/09/12 13:19:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/Advanced/Optimisation
v10 v11 31 31 * Google JS is excluded as they use document.write 32 32 * Can be extended to work with Modernizr 33 * Author doesn't recommendusing this for complicated sites! (instead suggests RequireJS)33 * Author [http://www.quora.com/What-are-the-use-cases-for-RequireJS-vs-Yepnope-vs-LABjs doesn't recommend] using this for complicated sites! (instead suggests RequireJS) 34 34 * Alternatives: 35 35 * [http://headjs.com HeadJS] - includes CSS polyfills for older browsers, includes a head.ready(), has scope issues 36 36 * [http://labjs.com LabJS] - supposed to be the fastest, has scope issues 37 37 * [http://requirejs.org RequireJS] - handles dependencies well, more complex setup, order! is a plugin, has scope issues 38 * Comparions: 39 * http://webification.com/12-javascript-loaders-to-speed-up-your-web-applications 40 * https://spreadsheets.google.com/spreadsheet/lv?key=0Aqln2akPWiMIdERkY3J2OXdOUVJDTkNSQ2ZsV3hoWVE&f=true&noheader=true&gid=2 38 41 39 42 ''See Also:''