PDA

View Full Version : Consider preload results and rankings



Sythion
05-10-2011, 06:21 PM
I'm guessing by the reaction time when searching through results and rankings that a new database query is ran everytime a client views any results or rankings. Since these values only change twice a day, it might make more sense to run every possible query only once, store the data, and use that whenever people view a page/do an async postback or whatever.

It will probably reduce server load too, which is a good thing!

Sythion
05-10-2011, 06:42 PM
My Fights and Watch List would still have to be dynamically pulled, but those are comparatively fast.