Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
This conference talk from DjangoCon US 2024 explores how to optimize Django web applications using django-debug-toolbar, select_related(), and prefetch_related(). Learn how to identify and fix inefficient database queries through Christopher Adams' practical demonstration of query optimization techniques. Discover the anatomy of a QuerySet, including its immutability and lazy evaluation properties, while gaining insights into implementing django-debug-toolbar to inspect HTTP request-response cycles. The presentation covers essential optimization strategies including proper indexing, select_related, prefetching, and other performance-enhancing techniques, illustrated through real-world examples. Ideal for Django beginners with basic model and database knowledge who want to improve application performance and user experience. The 26-minute talk provides actionable methods to identify pathological queries and implement solutions that significantly enhance web application speed and efficiency.
Syllabus
DjangoCon US 2024: A Related Matter: Optimizing your webapp by using ... with Christopher Adams
Taught by
Confreaks