LocalData / localdata-api

API/server for LocalData
http://localdata.com/
BSD 3-Clause "New" or "Revised" License
20 stars 14 forks source link

Cache stats calculations #278

Closed prashtx closed 9 years ago

prashtx commented 9 years ago

Use a mongo strategy. The main stats route is currently our most time-consuming by far.

Next steps: implement a redis strategy, cache other expensive calculations.

/cc @hampelm

prashtx commented 9 years ago

@hampelm: Split the test up and added a couple more.