| Issue 48: | select_related() isn't used, causing excess queries | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Most views aren't using select_related() appropriately (mainly due to using get_object_or_404) and as such there are too many queries. EG in a thread view, a separate 'user' query is done for each post to show the username.
Dec 4, 2008
Project Member
#1
rwpoul...@gmail.com
Status:
Fixed
|