I've got an ECommerce site and every page but the home page loads reasonably fast however the home page takes an average of 24 seconds to process - when I debug and add up the process time of all the queries that are running, they only total 160 milliseconds... which makes no sense to me...
With debug on each query that's run shows the time like this: GetHomeProduct (Records=6, Time=10ms) Does this mean it tookk 10 milliseconds to run that query and get all six records, or 10 milliseconds for every record? How else can I determine the cause of the slowdown? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

