> -----Original Message----- > From: Jeffry Houser [mailto:[EMAIL PROTECTED] > Sent: Friday, January 14, 2005 9:17 AM > To: CF-Community > Subject: Re: Sites Under Load > > On a different note, CF Debugging is turned on, but limited via IP. Is > the debugging info still generated on every request? I remember that > being > the case in CF5, but I'm not sure if that changed in CFMX or not.
Yes it definitely IS still active even if it's prevented from being shown by an IP restriction. This can REALLY affect performance with CFCs (especially when you use setters/getters). All those method calls get logged and collected and this can sometimes send otherwise decent code completely into the dumper. I've had templates run 10 times slower with debugging on than with off. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:142534 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
