Hello. I have a site I'm building that relies heavily on flash remoting calling cold fusion components. Each of these components really just consists of a series of queries that I return the result of back to flash. Does anyone have any tips on improving the performance of this? Right now I'm just putting everything into one huge array and return that. Would a struct be any faster? Any ideas would be appreciated. Thanks!