Mercurial > public > sg101
log gpp/forums/feeds.py @ 388:c3231af55778
age | author | description |
---|---|---|
Sat, 19 Mar 2011 05:03:51 +0000 | Brian Neal | For #191; r410 is wrong: it is returning the wrong posts. Rework. MySQL is not using an index on our query, and it is taking 10+ seconds. Replace this slow query with a loop that loops over the public forums, then sorts and returns the posts. |
Sat, 19 Mar 2011 01:52:41 +0000 | Brian Neal | Fixing #191; terrible performance on the combined forums RSS feed query. Use an .extra() clause to force the WHERE on a query to use the primary key. |
Wed, 16 Mar 2011 02:13:38 +0000 | Brian Neal | For #187; tune forums RSS settings. Set TTL to 1 hour; return 30 forum posts instead of 10; cache feed for 15 minutes instead of an hour. |