Slide 18
Slide 18 text
© 2013 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential.
Valuable recommendations
§ Don’t touch the DOM
§ Cache DOM preferences in local vars
§ Cache the length when looping collections
§ Batch style changes (reflow)
§ Use fewer images, more CSS (bandwidth)
§ Worry about asset management (minification, gzipping, CDNs)
§ Be careful with Page Transitions and Page Refreshing (very expensive)
§ Design mobile first
§ Design single page apps whenever possible
§ Use animation frameworks such as GreenSock
§ Avoid locking the UI Thread (WebWorkers or Timers)
§ Test, test, test (JSPerf, BrowserScope, WebInspector)
18