View Single Post
  #5  
Old Nov 12, 2011, 04:10 PM
Secret Squirrel's Avatar
Secret Squirrel Secret Squirrel is offline
VGMdb Administrator
 
Join Date: May 2007
Location: Cleveland, OH
Posts: 8,300
Default

I started working on things, but then I found a major SQL slow-down in listing the albums on the Franchise pages. The slowdown was caused by an OR clause that was there to display all the reprint albums. I figured out a way to rewrite the query so that it is more efficient. So, the Final Fantasy page used to take 6.5 seconds to load, but now it takes 0.11 seconds.
Reply With Quote