cyrusstoller / RevTilt

Find Autism Friendly Places
http://revtilt.com
MIT License
135 stars 9 forks source link

Cache ratings for organizations to prevent expensive organizations#index #4

Closed cyrusstoller closed 11 years ago

cyrusstoller commented 11 years ago

Should probably make it so that there is a separate cache model for each condition. So average_rating and num_ratings for condition = 0 and then one for condition = 1

That way those averages don't need to always be computed on the fly.