Results 1 to 2 of 2
  1. #1
    Stable Servant
    Join Date
    Apr 2011
    Posts
    40

    Consider preload results and rankings

    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!

  2. #2
    Stable Servant
    Join Date
    Apr 2011
    Posts
    40
    My Fights and Watch List would still have to be dynamically pulled, but those are comparatively fast.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •