Hi, I'm writing an image gallery app, and I have a simple many to many relationship for image to gallery. My app creates the gallery record then calls getImageArray(). In production mode, on a dual 3ghz xeon, which is not under any other load it takes 1500-1900ms to generate the page even when returning an empty array. Does this sound right? If so, that's one hell of a performance hit over a neatly joined cfquery that would execute in a few milliseconds.
Cheers, Chris

