Commit Graph

3 Commits

Author SHA1 Message Date
Dan McGee
dc94eade03 Incomplete-only todolists optimization
We can push this down to the database if we know in advance we only need
the incomplete lists. This helps our call on the developer dashboard
quite a bit; the time of the single query in question drops from >1300ms
to around 40ms.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-04-27 09:12:26 -05:00
Dan McGee
9684e7c095 Prevent selection of many useless fields when getting todolists
This is a bit of a hack, but makes the resulting resultset returned from
the database a lot smaller and kills off all the columns we don't care
about and would never look at.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-04-07 14:55:07 -05:00
Dan McGee
064813560c Show more info about todolists on developer dashboard
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-04-09 16:34:10 -05:00