filmov
tv
Django and HTMX #9 - Database Query Optimization with django-debug-toolbar

Показать описание
In this video, we will use the django-debug-toolbar extension to fix some database performance issues in our application. We will demonstrate how to install and use django-debug-toolbar, and will use this package to help prevent the N+1 problem, and discover where our database queries can be improved.
We will see how to use Django's ORM to help remedy these problems, including:
- Prefetching related models with the prefetch_related() function
- Using the bulk_update() function to update multiple changed models in a single query.
Cutting down on database I/O is a vital practice for achieving optimal application performance!
Code will be available on the "Video #9" directory in the Github repository linked below.
▶️ Full Playlist:
📌 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
00:00 intro
00:12 setting up django-debug-toolbar
01:35 preventing n+1 problem using prefetch_related()
03:57 optimizing sort queries
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:
𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:
📚 𝗙𝘂𝗿𝘁𝗵𝗲𝗿 𝗿𝗲𝗮𝗱𝗶𝗻𝗴 𝗮𝗻𝗱 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:
#django #htmx #python
We will see how to use Django's ORM to help remedy these problems, including:
- Prefetching related models with the prefetch_related() function
- Using the bulk_update() function to update multiple changed models in a single query.
Cutting down on database I/O is a vital practice for achieving optimal application performance!
Code will be available on the "Video #9" directory in the Github repository linked below.
▶️ Full Playlist:
📌 𝗖𝗵𝗮𝗽𝘁𝗲𝗿𝘀:
00:00 intro
00:12 setting up django-debug-toolbar
01:35 preventing n+1 problem using prefetch_related()
03:57 optimizing sort queries
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel and encourage new videos, please consider buying me a coffee here:
𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:
📚 𝗙𝘂𝗿𝘁𝗵𝗲𝗿 𝗿𝗲𝗮𝗱𝗶𝗻𝗴 𝗮𝗻𝗱 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:
#django #htmx #python
Django and HTMX #9 - Database Query Optimization with django-debug-toolbar
How to Create an Instant Search Bar With Django and HTMX
Django Ecommerce Website | Sign up/Log in HTML | Htmx and Tailwind | Part 9
Django Dynamic Forms Tutorial with Htmx
Django and HTMX #10 - Chained Dropdowns with Django and HTMX
Django and Htmx Todo Application | Tailwind CSS
Django & HTMX App - Charts with Plotly!
Django and HTMX #5 - Building a Dynamic Search Component
Create a Dependent Select Field in Django With HTMX
Easily Add Dynamic Content Loading to Django App with HTMX (Asynchronous Page Loading ) Tutorial
Django, HTMX and DaisyUI Components - Building a To-Do List App
Modal Forms with Django, HTMX, and Tailwind CSS
Django and HTMX #21 - WebSocket Notifications with the HTMX WebSocket Extension and django-channels
Django and HTMX #8 - Infinite Scroll and the hx-push-url attribute
Django and HTMX #6 (part 1) - Building a Sortable Drag and Drop Interface
😍🔥😍🔥 Django HTMX Create a Real-Time Currency App | Django HTMX Tutorial | Django Real Time Project...
django-crispy-forms and HTMX integration #2 - User Registration and Login/Logout
#2 Django+HTMX CRM: Подключаем HTMX в Django, Делаем навигацию страниц без перезагрузки....
Python Django Tutorial: Full-Featured Web App Part 9 - Update User Profile
Building a streaming ChatGPT clone, with Django, Channels, and HTMX
Django and HTMX #6 (part 2) - Building a Sortable Drag and Drop Interface
Build a Content Engine with Django, Kubernetes, TailwindCSS, Twingate, AWS S3, & HTMX FULL TUTO...
Create A Search Bar - Django Wednesdays #9
Streamlit VS. WSGI (Bottle / Flask / Django) + HTMX
Комментарии