Django Performance in Practice: Kill N+1, Then Cache
Most slow Django apps are slow because of the database. Fix N+1 queries, add the right indexes, then layer Redis—scale hardware last.
Read MoreWriting
Posts tagged with PostgreSQL.
Most slow Django apps are slow because of the database. Fix N+1 queries, add the right indexes, then layer Redis—scale hardware last.
Read More