Re: page load times on a shared server

2005-09-27 Thread Raymund Champagne
That would be nice, didn't even know it existed. This is CFMX 6.1 though. Kevin's seemed to work just fine, nice and clean. If you are using CFMX 7, you can also use CFTIMER tag. HTH On 9/23/05, Raymund Champagne [EMAIL PROTECTED] wrote:

page load times on a shared server

2005-09-23 Thread Ray Champagne
is there a way to see page load times when one doesn't have the ability to turn on debugging or any access to the cfadmin? some kind of tag or maybe some java? Ray ~| Logware (www.logware.us): a new and convenient web-based

Re: page load times on a shared server

2005-09-23 Thread Matt Robertson
cfsetting showdebugoutput=Yes enablecfoutputonly=NO but I doubt it will work on a shared box. This isn't much but its what I use for a quick/dirty idea: On line 1 of application.cfm: cfset request.starttime=gettickcount() and maybe on the end of OnRequestEnd.cfm if appropriate: cfoutput p

RE: page load times on a shared server

2005-09-23 Thread Kevin Aebig
-Talk Subject: page load times on a shared server is there a way to see page load times when one doesn't have the ability to turn on debugging or any access to the cfadmin? some kind of tag or maybe some java? Ray ~| Logware

Re: page load times on a shared server

2005-09-23 Thread Raymund Champagne
: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: September 23, 2005 9:46 AM To: CF-Talk Subject: page load times on a shared server is there a way to see page load times when one doesn't have the ability to turn on debugging or any access to the cfadmin? some kind of tag or maybe some java

Re: page load times on a shared server

2005-09-23 Thread Qasim Rasheed
... -- cfset tcPostLoad = gettickcount()/ cfoutput#tcPostLoad-tcPreLoad#/cfoutputms Cheers, Kevin -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: September 23, 2005 9:46 AM To: CF-Talk Subject: page load times on a shared server is there a way to see page load