On Oct 31, 3:11 am, "Tomek Kott" <[EMAIL PROTECTED]> wrote: > If I issue a <cfsetting showDebugOutput="false"> vs "true", does that change > how fast a page would load? From your statement, I would assume that what > happens is that if the admin settings are debug-on, then the page / sql will > take longer to load anyway, since it is running the checks, just not > displaying them. Or is this flawed logic?
My understanding is that directive *showdebugoutput* only affects whether or not debugging output is sent to the page and not whether debugging has been performed. If you turn on debugging in the administrator it definitely has an impact on performance whether you see the detail or not. If you render certain types of debug, for example the tree view of component execution, you can significantly impact the browsers performance as it tries to render the debugging view. Interestingly on CF7 displaying treeview debug in the webtop can bring the server to its knees as it attempts to record every function call made to wind through the xml and build the webtop menu structure. I believe this is corrected in cf8. Anyway the upshot is debugging is for debugging and not for production boxes. All the best, geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---