topic
orm
1 post
-
The slow page wasn't the database
A dashboard page was slow to load, so everyone reached for the database. The real cost was the code drawing one dropdown 400 times. A story about N+1 queries and the fix that took them from 400 to 4.
3 min