Completed
Profiling
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Efficient Django
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Abstract
- 3 LEAD RATINGS
- 4 Basic concepts
- 5 Prioritize and focus
- 6 Basic scalability
- 7 Database performance
- 8 Templat
- 9 Bottlenecks
- 10 Measuring
- 11 Can't improve what you don't measure
- 12 Monitoring
- 13 Profiling
- 14 timeit
- 15 ipdb
- 16 django-debug-toolbar-line-profiler
- 17 Tips and tricks
- 18 Add db indexes
- 19 Do bulk operations
- 20 Get related objects
- 21 Slow admin?
- 22 Cachalot
- 23 Queues and workers
- 24 Cached sessions
- 25 Persistent connections
- 26 UUIDs
- 27 Slow tests?
- 28 Conclusions
- 29 Good resources