On Thursday, Aug 14, 2003, at 12:08 US/Pacific, Dave Carabetta wrote:
> Not just you. It's *extremely* sluggish for a "Hello World"-type
> application.

ContactManager runs about 50ms per request for me (even with "dynamic" 
config mode).

If you are trying to get execution times from the debugging output, you 
won't get sensible times. Try simply replacing the index.cfm file with 
this:

<cfset startTime = getTickCount()>
<cfinclude template="mach-ii.cfm" />
<cfset endTime = getTickCount()>
<cfoutput>Page took #endTime - startTime#ms.</cfoutput>

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to