Engineering Notes
github
Entries tagged :: performance
  • 2026-05-26

    Three Shapes of the N+1 Problem in Django

    A code review flagged one Django function with three N+1 patterns. Here's how to fix them and what Django Debug Toolbar shows before and after.
    Read more ⟶