Completed
Using the profiler
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Angular Performance
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What does slow mean?
- 3 Directives: compile, link, and constructor
- 4 Directives: Transclusion
- 5 Putting it together
- 6 ng-if vs ng-show
- 7 Not really a Best Practice: $$postDigest
- 8 Avoiding dirty checking altogether
- 9 Diagnosing performance problems: Tools
- 10 Using AngularJS Batarang
- 11 Using the profiler
- 12 Interpreting profiler output: My function
- 13 Interpreting profiler output: angular. copy & angular.equals
- 14 An incomplete list of recent improvements to AngularJS
- 15 Future improvements AngularJS