Gaelan / mrhs-blog

0 stars 0 forks source link

"Event Driven" Overviews #168

Open DouglasUrner opened 8 years ago

DouglasUrner commented 8 years ago

Rather than calculating an overview every time one is displayed, cache the data (an Overview model?) and identify the events that change the data and calculate on those events. This should be much faster.

DouglasUrner commented 8 years ago

For now, try to do this (speed improvement) with caching and moving queries out of loops.