Quotidien Shaarli

Tous les liens d'un jour sur une page.

March 17, 2025

Django Query Optimization - Defer, Only, and Exclude | TestDriven.io

Database queries are usually the bottlenecks of most web apps. Understanding how to write efficient queries can help you significantly speed up your apps. When working with databases, the rule of thumb is that fetching less data is generally faster.