In the forum_list.html tempalate 'forum.forum_latest_post' function is
called 4 times, thus you get 4 identical SQL queries instead of one. This
can be optimized using {% with... %} template funciton.
Also the same issue with thread_list.html. See the patch:
Original issue reported on code.google.com by kir...@gmail.com on 5 Jun 2008 at 9:20
Original issue reported on code.google.com by
kir...@gmail.com
on 5 Jun 2008 at 9:20Attachments: