Completed
Simple vs complex DOM
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
JS Performance in Mobile Web and Hybrid Apps - Because Science
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is Cordova
- 3 Performance
- 4 Methodology
- 5 Differences
- 6 WebView Tax
- 7 Memory Footprint
- 8 Browser
- 9 Cordova
- 10 Memory
- 11 iOS
- 12 Data transfer time
- 13 Simple vs complex DOM
- 14 thrashing
- 15 infinite scroll
- 16 memory consumption
- 17 CSS gradients
- 18 Performance vs maintainability
- 19 Garbage collector
- 20 Garbage collector in action
- 21 Single event handler
- 22 Single event handler demo
- 23 Switch statement demo
- 24 Memory leaks
- 25 Heap snapshot
- 26 Destroy all unused objects
- 27 Outro