What if u turn off debug and use getTickCount to measure speed on cfmx?
-----Original Message----- From: Steve Budan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 11:28 PM To: CF-Talk Subject: RE: CFMX: Debugging times or page processing times I'd settle for an explanation. I keep looking at the total time and the avg time and the count and they just dont seem to make any sense to me. Example; Total Avg Count 1362 ms 1362 ms 1 E:\http\html\user_pages.cfm 881 ms 88 ms 10 E:\http\html\content.cfm 790 ms 79 ms 10 E:\http\html\baseContent.cfm 451 ms 451 ms 1 E:\http\html\query.cfm 1362 is line 1 if Total is a running total then shouldn't line 3 total be 790 + 451 instead of just 790? if each line is the total for that one file, where is the grand total? MM can't possibly expect me to add up the times. The very last line on the page says Debug Rendering Time: 110 ms is this included in the total or is this on top of the 1362 ms? Any insight would be great. And for what its worth, the app I'm porting to CFMX runs faster on CF5, not much faster, but faster. For example the above on CF5 returned a total time of 1001 ms -steve -----Original Message----- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 11:11 PM To: CF-Talk Subject: CFMX: Debugging times or page processing times Is it just me or is it hard to get an accurate page execution time using MX and the built in debugging. I've heard people on this list mention that having debugging on increases the page execution time. But, does it actually increase the time on each template?? Are the template execution times no longer accurate with debugging turned on? I have some simple pages that "appear" to be taking far to long. Brook ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

