Quote:
Originally Posted by Boofo
Why don't you use the datastore and save all of those queries? 
|
How would you suggest that I do that? I already use two techniques to minimize queries to the minimum possible. Currently, I use a results cache to insure that activity is only ever computed once per user per page view; I also only compute activity once per day per user, and that only if the information needs to be displayed.