Anonymous user caching was erroneously included in the commit.
--- ** [tickets:#7186] Need index on artifact_feed (project_id, pubdate) NEEDS ENSURE_INDEX** **Status:** code-review **Labels:** performance **Created:** Tue Feb 18, 2014 09:41 PM UTC by Dave Brondsema **Last Updated:** Wed Feb 19, 2014 06:08 PM UTC **Owner:** Dave Brondsema While we may want to redirect /p/test/feed.rss to /p/test/activity/feed.rss, at the current point it does a query on artifact_feed by project_id and sorts by pubdate. The sort part isn't indexed. --- Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
