> this site doesn't use a DB engine but instead is pulling and rending content from an XML DB over a REST API
Just a random suggestion, but might it be easier (and less taxing) to have a background job pull the XML into a TMPFS (ramdisk) then update it every 5 minutes or so?
Just a random suggestion, but might it be easier (and less taxing) to have a background job pull the XML into a TMPFS (ramdisk) then update it every 5 minutes or so?