View Single Post
  #10  
Old Sep 29, 2008, 07:59 AM
Eriol's Avatar
Eriol Eriol is offline
VGMdb Advisor
 
Join Date: May 2007
Location: U.S.A.
Posts: 223
Default

Quote:
Originally Posted by Gigablah View Post
Yeah, it's an AJAX call to a php file that grabs a list of names for populating the dropdown select. I don't think it'll place excessive load on the server (since it makes use of the AJAX queue plugin), but if it does we could always switch to an XML file cache.
Thanks for the explanation. I was using jQuery for an Ajax call (to a non-XML output PHP file), so I was curious about your basic implementation.

From my past experience, the ajax call should not really cause an excessive load. It would take a massive amount of returned data for that. I actually would be more worried about the browser's memory usage from loading a large XML file than I would about the server load.
Reply With Quote