log gpp/forums/feeds.py @ 423:3fe60148f75c

age author description
2011-03-25 Brian Neal Fixing grammar in a comment only.
2011-03-24 Brian Neal Another try at #191 after getting some good advice in a django-users thread.
2011-03-23 Brian Neal Another tweak to the forum feeds query; see #191.
2011-03-19 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.
2011-03-19 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.
2011-03-16 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.
2010-03-15 Brian Neal Fixing #59, again. Django ticket 13093 was fixed allowing cache_page to work in the URLconf.
2010-03-11 Brian Neal Implement ticket #59; update RSS feeds for Django 1.2.
2010-02-11 Brian Neal Implement #52 Forums RSS feeds.