citizensandtech / CivilServant

CivilServant supports communities on reddit to conduct your own A/B tests on the effects of moderation practices, and share those results to an open repository of moderation experiments.
http://civilservant.io
MIT License
23 stars 5 forks source link

Reduce the number of queries to reddit for the subreddit front page queries #20

Open natematias opened 8 years ago

natematias commented 8 years ago

At present, app.controllers.subreddit_controller. makes a query to reddit just to get the name of the subreddit, which it already has. This can be easily refactored to reduce the number of API calls by a factor of 2.