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.
--- old+++ new@@ -1 +1 @@-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 pat isn't indexed.+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.
status: in-progress --> code-review
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
db/7186
Anonymous user caching was erroneously included in the commit.
Removed extraneous change per discussion and merged.