[00:14] mhall119, nigelb cjohnston no reviews :/ [16:15] woo 101queries to display l.u.c/events/ [16:51] just filed bug 830592 [17:18] daker: \o/ thanks [17:18] I was talking to mhall about that the other day [17:18] ah, right you were around :) [17:22] :) [17:25] nigelb: which one is that? [17:25] nigelb: 101 queries? sounds like a job for .select_related [17:27] mhall119: the one where I said we need some caching for l.u.c [17:29] daker, mhall119: reducing queries can also been done with: http://code.google.com/p/django-selectreverse/ and http://pypi.python.org/pypi/django-batch-select but also watch the query execution time. Sometimes 2 queries can be quicker than one, containing the same information [17:34] good to know [17:36] I still think a simple select_related will go a long way towards cutting down the number of queryies [18:48] cjohnston, mhall119: how far is the blog functionality in l.u.c