Open DouglasUrner opened 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.
For now, try to do this (speed improvement) with caching and moving queries out of loops.
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.