If you you *must* leave debugging on, make sure your template stack format isn't the tree format, because that takes FOREVER, especially with lots of recursive calls.
--- Barney Boisvert, Senior Development Engineer AudienceCentral (formerly PIER System, Inc.) [EMAIL PROTECTED] voice : 360.756.8080 x12 fax : 360.647.5351 www.audiencecentral.com > -----Original Message----- > From: Stacy Young [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 9:52 AM > To: CF-Talk > Subject: RE: Improve FB3 website performance > > > Have u *tried* it with debug off? Because on CFMX with FB sites the > response time is unusually high. Sometimes upwards of 500-600ms for the > core file...but this disappears once debug is off. > > -Stace > > -----Original Message----- > From: Python Python [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 28, 2003 12:35 PM > To: CF-Talk > Subject: Improve FB3 website performance > > a) Yes, they are. I guess the improvement will not make it go down > 4500ms =( > b) Yes, your right on this, the cfmodule itself does not consume much > cpu load, there must be something in the logic our queries. > > Thank you Stacy. > > > >a) Are these page times being recorded while CFMX has debug on? If so, > >response should be improved once it's off. > >b) If all your module calls were as simple as setting a variable you > >wouldn't have this speed issue...meaning, I don't believe the module > >calls are the root cause of ur problem...while they do add overhead, > not > >sure it's 6 secs worth. You've got logic somewhere eating cpu cycles. > > > >-Stace > > > >-----Original Message----- > >From: Python Python [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, May 28, 2003 11:27 AM > >To: CF-Talk > >Subject: Improve FB3 website performance > > > >I will try do to some query caching but i doubt the actual 6000+ms > >execution time will drop to below 1000, witch is that i'm used. > > > >Thanks for your reply. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

