RE: Debug output order

2003-11-07 Thread Mark A. Kruger - CFG
Jeff,

There's not a way in CF 5 - in CFMX there is an open template - and they actually ARE in order by default.What version
of ACB are you using?

-Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 2:22 PM
To: CF-Talk
Subject: Debug output order

Hi folks,

I am running CF5 on Win2k and I am trying to debug something in AbleCommerce
(hold your groans).

I have set all debug info to be dumped to the screen in cf administrator.I
would like to see the order that templates are getting processed.However, the
template execution list is in alphabetical order.Is there a way to change this
so that it will list them in the order that they are processed?

Thanks in advance for any suggestions.

--Jeff
_
Jeff LangevinAppalachian Mountain Club
MIS Department5 Joy Street, Boston,
Massachusetts 02108

Don't judge each day by the harvest you reap, but by the seeds you plant.
--Robert Louis Stevenson

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Debug output order

2003-11-07 Thread DURETTE, STEVEN J (AIT)
Mark,

 
I beg to differ.

 
I'm using CFMX 6.1

 
For a page I am viewing they are in this order:
1) Application.cfm
2) global.cfm
3) varload.cfm
4) CategoryDefine.cfm

 
but the order in the debug output is:
1) Application.cfm
2) CategoryDefine.cfm
3) global.cfm
4) varload.cfm

 
Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:16 PM
To: CF-Talk
Subject: RE: Debug output order

Jeff,

There's not a way in CF 5 - in CFMX there is an open template - and they
actually ARE in order by default.What version
of ACB are you using?

-Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 2:22 PM
To: CF-Talk
Subject: Debug output order

Hi folks,

I am running CF5 on Win2k and I am trying to debug something in
AbleCommerce
(hold your groans).

I have set all debug info to be dumped to the screen in cf administrator.
I
would like to see the order that templates are getting processed.
However, the
template execution list is in alphabetical order.Is there a way to
change this
so that it will list them in the order that they are processed?

Thanks in advance for any suggestions.

--Jeff
_
Jeff Langevin
Appalachian Mountain Club
MIS Department5 Joy Street, Boston,
Massachusetts 02108

Don't judge each day by the harvest you reap, but by the seeds you plant.
--Robert Louis Stevenson

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Debug output order

2003-11-07 Thread Mark A. Kruger - CFG
Steve,

What debug template are you using - and did you make any changes to it?

-mark

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 3:18 PM
To: CF-Talk
Subject: RE: Debug output order

Mark,

I beg to differ.

I'm using CFMX 6.1

For a page I am viewing they are in this order:
1) Application.cfm
2) global.cfm
3) varload.cfm
4) CategoryDefine.cfm

but the order in the debug output is:
1) Application.cfm
2) CategoryDefine.cfm
3) global.cfm
4) varload.cfm

Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:16 PM
To: CF-Talk
Subject: RE: Debug output order

Jeff,

There's not a way in CF 5 - in CFMX there is an open template - and they
actually ARE in order by default.What version
of ACB are you using?

-Mark

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 07, 2003 2:22 PM
 To: CF-Talk
 Subject: Debug output order

 Hi folks,

 I am running CF5 on Win2k and I am trying to debug something in
AbleCommerce
 (hold your groans).

 I have set all debug info to be dumped to the screen in cf administrator.
I
 would like to see the order that templates are getting processed.
However, the
 template execution list is in alphabetical order.Is there a way to
change this
 so that it will list them in the order that they are processed?

 Thanks in advance for any suggestions.

 --Jeff
 _
 Jeff Langevin
Appalachian Mountain Club
 MIS Department5 Joy Street, Boston,
 Massachusetts 02108

 Don't judge each day by the harvest you reap, but by the seeds you plant.
 --Robert Louis Stevenson

 _


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Debug output order

2003-11-07 Thread DURETTE, STEVEN J (AIT)
The default one that installed.No changes.It just alphabetizes the list.

 
Here is an example:

 
Total Time	 Avg Time	 Count	 Template	
60 ms	 60 ms	 1	 C:\Inetpub\wwwroot\BAU\Application.cfm	
60 ms	 60 ms	 1
C:\Inetpub\wwwroot\BAU\ForceLoadTool\Application.cfm	
10 ms	 10 ms	 1	top level
http://ewst70/CFIDE/debug/images/topdoc.gif
C:\Inetpub\wwwroot\BAU\ForceLoadTool\CategoryDefine.cfm	
10 ms	 10 ms	 1	 C:\Inetpub\wwwroot\BAU\includes\VarLoad.cfm	
0 ms	 0 ms	 1	 C:\Inetpub\wwwroot\BAU\ForceLoadTool\global.cfm

0 ms	 0 ms	 1	 C:\Inetpub\wwwroot\BAU\global.cfm	
30 ms		 STARTUP, PARSING, COMPILING, LOADING,  SHUTDOWN	
100 ms		 TOTAL EXECUTION TIME	

 
Before anyone says anything about using c:\inetpub\wwwroot, this is a
development server!

 
The actual full order is:
1) C:\Inetpub\wwwroot\BAU\ForceLoadTool\Application.cfm
2) C:\Inetpub\wwwroot\BAU\Application.cfm
3) C:\Inetpub\wwwroot\BAU\global.cfm
4) C:\Inetpub\wwwroot\BAU\includes\VarLoad.cfm
5) C:\Inetpub\wwwroot\BAU\ForceLoadTool\global.cfm
6) C:\Inetpub\wwwroot\BAU\ForceLoadTool\CategoryDefine.cfm

 
Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:34 PM
To: CF-Talk
Subject: RE: Debug output order

Steve,

What debug template are you using - and did you make any changes to it?

-mark

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 3:18 PM
To: CF-Talk
Subject: RE: Debug output order

Mark,

I beg to differ.

I'm using CFMX 6.1

For a page I am viewing they are in this order:
1) Application.cfm
2) global.cfm
3) varload.cfm
4) CategoryDefine.cfm

but the order in the debug output is:
1) Application.cfm
2) CategoryDefine.cfm
3) global.cfm
4) varload.cfm

Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:16 PM
To: CF-Talk
Subject: RE: Debug output order

Jeff,

There's not a way in CF 5 - in CFMX there is an open template - and they
actually ARE in order by default.What version
of ACB are you using?

-Mark

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 07, 2003 2:22 PM
 To: CF-Talk
 Subject: Debug output order

 Hi folks,

 I am running CF5 on Win2k and I am trying to debug something in
AbleCommerce
 (hold your groans).

 I have set all debug info to be dumped to the screen in cf
administrator.
I
 would like to see the order that templates are getting processed.
However, the
 template execution list is in alphabetical order.Is there a way to
change this
 so that it will list them in the order that they are processed?

 Thanks in advance for any suggestions.

 --Jeff
 _
 Jeff Langevin
Appalachian Mountain Club
 MIS Department5 Joy Street, Boston,
 Massachusetts 02108

 Don't judge each day by the harvest you reap, but by the seeds you
plant.
 --Robert Louis Stevenson

 _

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Debug output order

2003-11-07 Thread Debbie Dickerson
Switch the output mode from 'summary' to 'tree', and it should show in the
order it's processed.

 
Debbie

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 07, 2003 4:38 PM
To: CF-Talk
Subject: RE: Debug output order

The default one that installed.No changes.It just alphabetizes the list.

Here is an example:

Total Time Avg Time Count Template 
60 ms 60 ms 1 C:\Inetpub\wwwroot\BAU\Application.cfm 
60 ms 60 ms 1
C:\Inetpub\wwwroot\BAU\ForceLoadTool\Application.cfm 
10 ms 10 ms 1top level
http://ewst70/CFIDE/debug/images/topdoc.gif
C:\Inetpub\wwwroot\BAU\ForceLoadTool\CategoryDefine.cfm 
10 ms 10 ms 1 C:\Inetpub\wwwroot\BAU\includes\VarLoad.cfm 
0 ms 0 ms 1 C:\Inetpub\wwwroot\BAU\ForceLoadTool\global.cfm

0 ms 0 ms 1 C:\Inetpub\wwwroot\BAU\global.cfm 
30 ms STARTUP, PARSING, COMPILING, LOADING,  SHUTDOWN 
100 ms TOTAL EXECUTION TIME 

Before anyone says anything about using c:\inetpub\wwwroot, this is a
development server!

The actual full order is:
1) C:\Inetpub\wwwroot\BAU\ForceLoadTool\Application.cfm
2) C:\Inetpub\wwwroot\BAU\Application.cfm
3) C:\Inetpub\wwwroot\BAU\global.cfm
4) C:\Inetpub\wwwroot\BAU\includes\VarLoad.cfm
5) C:\Inetpub\wwwroot\BAU\ForceLoadTool\global.cfm
6) C:\Inetpub\wwwroot\BAU\ForceLoadTool\CategoryDefine.cfm

Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:34 PM
To: CF-Talk
Subject: RE: Debug output order

Steve,

What debug template are you using - and did you make any changes to it?

-mark

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 3:18 PM
To: CF-Talk
Subject: RE: Debug output order

Mark,

I beg to differ.

I'm using CFMX 6.1

For a page I am viewing they are in this order:
1) Application.cfm
2) global.cfm
3) varload.cfm
4) CategoryDefine.cfm

but the order in the debug output is:
1) Application.cfm
2) CategoryDefine.cfm
3) global.cfm
4) varload.cfm

Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:16 PM
To: CF-Talk
Subject: RE: Debug output order

Jeff,

There's not a way in CF 5 - in CFMX there is an open template - and they
actually ARE in order by default.What version
of ACB are you using?

-Mark

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 07, 2003 2:22 PM
 To: CF-Talk
 Subject: Debug output order

 Hi folks,

 I am running CF5 on Win2k and I am trying to debug something in
AbleCommerce
 (hold your groans).

 I have set all debug info to be dumped to the screen in cf
administrator.
I
 would like to see the order that templates are getting processed.
However, the
 template execution list is in alphabetical order.Is there a way to
change this
 so that it will list them in the order that they are processed?

 Thanks in advance for any suggestions.

 --Jeff
 _
 Jeff Langevin
Appalachian Mountain Club
 MIS Department5 Joy Street, Boston,
 Massachusetts 02108

 Don't judge each day by the harvest you reap, but by the seeds you
plant.
 --Robert Louis Stevenson

 _

_

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Debug output order

2003-11-07 Thread Debbie Dickerson
Forget I said that. Didn't notice you said CF5.

-Original Message-
From: Debbie Dickerson [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 07, 2003 4:44 PM
To: CF-Talk
Subject: RE: Debug output order

Switch the output mode from 'summary' to 'tree', and it should show in the
order it's processed.

Debbie

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 07, 2003 4:38 PM
To: CF-Talk
Subject: RE: Debug output order

The default one that installed.No changes.It just alphabetizes the list.

Here is an example:

Total Time Avg Time Count Template 
60 ms 60 ms 1 C:\Inetpub\wwwroot\BAU\Application.cfm 
60 ms 60 ms 1
C:\Inetpub\wwwroot\BAU\ForceLoadTool\Application.cfm 
10 ms 10 ms 1top level
http://ewst70/CFIDE/debug/images/topdoc.gif
C:\Inetpub\wwwroot\BAU\ForceLoadTool\CategoryDefine.cfm 
10 ms 10 ms 1 C:\Inetpub\wwwroot\BAU\includes\VarLoad.cfm 
0 ms 0 ms 1 C:\Inetpub\wwwroot\BAU\ForceLoadTool\global.cfm

0 ms 0 ms 1 C:\Inetpub\wwwroot\BAU\global.cfm 
30 ms STARTUP, PARSING, COMPILING, LOADING,  SHUTDOWN 
100 ms TOTAL EXECUTION TIME 

Before anyone says anything about using c:\inetpub\wwwroot, this is a
development server!

The actual full order is:
1) C:\Inetpub\wwwroot\BAU\ForceLoadTool\Application.cfm
2) C:\Inetpub\wwwroot\BAU\Application.cfm
3) C:\Inetpub\wwwroot\BAU\global.cfm
4) C:\Inetpub\wwwroot\BAU\includes\VarLoad.cfm
5) C:\Inetpub\wwwroot\BAU\ForceLoadTool\global.cfm
6) C:\Inetpub\wwwroot\BAU\ForceLoadTool\CategoryDefine.cfm

Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:34 PM
To: CF-Talk
Subject: RE: Debug output order

Steve,

What debug template are you using - and did you make any changes to it?

-mark

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 3:18 PM
To: CF-Talk
Subject: RE: Debug output order

Mark,

I beg to differ.

I'm using CFMX 6.1

For a page I am viewing they are in this order:
1) Application.cfm
2) global.cfm
3) varload.cfm
4) CategoryDefine.cfm

but the order in the debug output is:
1) Application.cfm
2) CategoryDefine.cfm
3) global.cfm
4) varload.cfm

Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:16 PM
To: CF-Talk
Subject: RE: Debug output order

Jeff,

There's not a way in CF 5 - in CFMX there is an open template - and they
actually ARE in order by default.What version
of ACB are you using?

-Mark

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 07, 2003 2:22 PM
 To: CF-Talk
 Subject: Debug output order

 Hi folks,

 I am running CF5 on Win2k and I am trying to debug something in
AbleCommerce
 (hold your groans).

 I have set all debug info to be dumped to the screen in cf
administrator.
I
 would like to see the order that templates are getting processed.
However, the
 template execution list is in alphabetical order.Is there a way to
change this
 so that it will list them in the order that they are processed?

 Thanks in advance for any suggestions.

 --Jeff
 _
 Jeff Langevin
Appalachian Mountain Club
 MIS Department5 Joy Street, Boston,
 Massachusetts 02108

 Don't judge each day by the harvest you reap, but by the seeds you
plant.
 --Robert Louis Stevenson

 _

_

_

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: RE: Debug output order

2003-11-07 Thread Mark A. Kruger - CFG
I hate to say this but 3.04 is easier than 4.x.If you see 4.x for CFMX run.And whatever you do - don't upgrade!

-Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 3:55 PM
To: CF-Talk
Subject: Re:RE: Debug output order

That's what I was afraid of.Thanks for the info.

We're running version 3.04.Every time I have to troubleshoot anything in this
version I want to quit web development!

--Jeff
_
Jeff LangevinAppalachian Mountain Club
MIS Department5 Joy Street, Boston,
Massachusetts 02108

Don't judge each day by the harvest you reap, but by the seeds you plant.
--Robert Louis Stevenson

Reply Separator
Subject: RE: Debug output order
Author: [EMAIL PROTECTED]
Date: 11/7/2003 4:29 PM

Jeff,

There's not a way in CF 5 - in CFMX there is an open template - and they actually ARE in order by default.What
version
of ACB are you using?

-Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 2:22 PM
To: CF-Talk
Subject: Debug output order

Hi folks,

I am running CF5 on Win2k and I am trying to debug something in AbleCommerce
(hold your groans).

I have set all debug info to be dumped to the screen in cf administrator.I
would like to see the order that templates are getting processed.However, the
template execution list is in alphabetical order.Is there a way to change this
so that it will list them in the order that they are processed?

Thanks in advance for any suggestions.

--Jeff
_
Jeff LangevinAppalachian Mountain Club
MIS Department5 Joy Street, Boston,
Massachusetts 02108

Don't judge each day by the harvest you reap, but by the seeds you plant.
--Robert Louis Stevenson


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Debug output order

2003-11-07 Thread Mark A. Kruger - CFG
Steve,

Here's one from my CFMX server.

 (0ms) E:\inetpub\wwwdocs\Clients\Application.cfm
 (94ms) E:\inetpub\wwwdocs\Clients\Client_Documents.cfm
·(0ms) E:\inetpub\wwwdocs\Clients\includes\control.cfm @ line 17
·(47ms) E:\inetpub\wwwdocs\Clients\queries\qry_ClientDocs.cfm @ line 20
·(0ms) E:\inetpub\wwwdocs\Clients\display\standard_header.cfm @ line 27
··(0ms) E:\inetpub\wwwdocs\Clients\includes\control.cfm @ line 14
··(0ms) E:\inetpub\wwwdocs\Clients\display\Index_stylesheet.cfm @ line 15
··(0ms) E:\inetpub\wwwdocs\Clients\display\admin_horiz_Menu.cfm @ line 19
·(47ms) E:\inetpub\wwwdocs\Clients\display\doc_NewDocLinks.cfm @ line 44
··(32ms) E:\inetpub\wwwdocs\Clients\display\Doc_links.cfm @ line 73
·(0ms) E:\inetpub\wwwdocs\Clients\display\standard_footer.cfm @ line 50

As you can see they are NOT in order.One thing to note, I have the output mode set to TREE, not SUMMARY (in the cf
admin debug settings page.

-Mark

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 3:38 PM
To: CF-Talk
Subject: RE: Debug output order

The default one that installed.No changes.It just alphabetizes the list.

Here is an example:

Total Time Avg Time Count Template
60 ms 60 ms 1 C:\Inetpub\wwwroot\BAU\Application.cfm
60 ms 60 ms 1
C:\Inetpub\wwwroot\BAU\ForceLoadTool\Application.cfm
10 ms 10 ms 1top level
http://ewst70/CFIDE/debug/images/topdoc.gif
C:\Inetpub\wwwroot\BAU\ForceLoadTool\CategoryDefine.cfm
10 ms 10 ms 1 C:\Inetpub\wwwroot\BAU\includes\VarLoad.cfm
0 ms 0 ms 1 C:\Inetpub\wwwroot\BAU\ForceLoadTool\global.cfm

0 ms 0 ms 1 C:\Inetpub\wwwroot\BAU\global.cfm
30 ms STARTUP, PARSING, COMPILING, LOADING,  SHUTDOWN
100 ms TOTAL EXECUTION TIME

Before anyone says anything about using c:\inetpub\wwwroot, this is a
development server!

The actual full order is:
1) C:\Inetpub\wwwroot\BAU\ForceLoadTool\Application.cfm
2) C:\Inetpub\wwwroot\BAU\Application.cfm
3) C:\Inetpub\wwwroot\BAU\global.cfm
4) C:\Inetpub\wwwroot\BAU\includes\VarLoad.cfm
5) C:\Inetpub\wwwroot\BAU\ForceLoadTool\global.cfm
6) C:\Inetpub\wwwroot\BAU\ForceLoadTool\CategoryDefine.cfm

Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:34 PM
To: CF-Talk
Subject: RE: Debug output order

Steve,

What debug template are you using - and did you make any changes to it?

-mark

 -Original Message-
 From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 07, 2003 3:18 PM
 To: CF-Talk
 Subject: RE: Debug output order

 Mark,

 I beg to differ.

 I'm using CFMX 6.1

 For a page I am viewing they are in this order:
 1) Application.cfm
 2) global.cfm
 3) varload.cfm
 4) CategoryDefine.cfm

 but the order in the debug output is:
 1) Application.cfm
 2) CategoryDefine.cfm
 3) global.cfm
 4) varload.cfm

 Steve

 -Original Message-
 From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 07, 2003 4:16 PM
 To: CF-Talk
 Subject: RE: Debug output order

 Jeff,

 There's not a way in CF 5 - in CFMX there is an open template - and they
 actually ARE in order by default.What version
 of ACB are you using?

 -Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 2:22 PM
To: CF-Talk
Subject: Debug output order

Hi folks,

I am running CF5 on Win2k and I am trying to debug something in
 AbleCommerce
(hold your groans).

I have set all debug info to be dumped to the screen in cf
administrator.
 I
would like to see the order that templates are getting processed.
 However, the
template execution list is in alphabetical order.Is there a way to
 change this
so that it will list them in the order that they are processed?

Thanks in advance for any suggestions.

--Jeff
_
Jeff Langevin
 Appalachian Mountain Club
MIS Department5 Joy Street, Boston,
Massachusetts 02108

Don't judge each day by the harvest you reap, but by the seeds you
plant.
--Robert Louis Stevenson

_

 _


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Debug output order

2003-11-07 Thread DURETTE, STEVEN J (AIT)
Mark,

 
I'm assuming that you mean Dockable when you say tree.

 
I did this and they are no longer alphabetical.Now they are sorted by
Total Execution Time.Longest running file first. Then alphabetical if
times match.

 
Strange.

 
Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 5:35 PM
To: CF-Talk
Subject: RE: Debug output order

Steve,

Here's one from my CFMX server.

(0ms) E:\inetpub\wwwdocs\Clients\Application.cfm
(94ms) E:\inetpub\wwwdocs\Clients\Client_Documents.cfm
·(0ms) E:\inetpub\wwwdocs\Clients\includes\control.cfm @ line 17
·(47ms) E:\inetpub\wwwdocs\Clients\queries\qry_ClientDocs.cfm @ line 20
·(0ms) E:\inetpub\wwwdocs\Clients\display\standard_header.cfm @ line 27
··(0ms) E:\inetpub\wwwdocs\Clients\includes\control.cfm @ line 14
··(0ms) E:\inetpub\wwwdocs\Clients\display\Index_stylesheet.cfm @ line
15
··(0ms) E:\inetpub\wwwdocs\Clients\display\admin_horiz_Menu.cfm @ line
19
·(47ms) E:\inetpub\wwwdocs\Clients\display\doc_NewDocLinks.cfm @ line 44
··(32ms) E:\inetpub\wwwdocs\Clients\display\Doc_links.cfm @ line 73
·(0ms) E:\inetpub\wwwdocs\Clients\display\standard_footer.cfm @ line 50

As you can see they are NOT in order.One thing to note, I have the output
mode set to TREE, not SUMMARY (in the cf
admin debug settings page.

-Mark

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 3:38 PM
To: CF-Talk
Subject: RE: Debug output order

The default one that installed.No changes.It just alphabetizes the
list.

Here is an example:

Total Time Avg Time Count Template
60 ms 60 ms 1 C:\Inetpub\wwwroot\BAU\Application.cfm
60 ms 60 ms 1
C:\Inetpub\wwwroot\BAU\ForceLoadTool\Application.cfm
10 ms 10 ms 1top level
http://ewst70/CFIDE/debug/images/topdoc.gif
C:\Inetpub\wwwroot\BAU\ForceLoadTool\CategoryDefine.cfm
10 ms 10 ms 1 C:\Inetpub\wwwroot\BAU\includes\VarLoad.cfm
0 ms 0 ms 1 C:\Inetpub\wwwroot\BAU\ForceLoadTool\global.cfm

0 ms 0 ms 1 C:\Inetpub\wwwroot\BAU\global.cfm
30 ms STARTUP, PARSING, COMPILING, LOADING,  SHUTDOWN
100 ms TOTAL EXECUTION TIME

Before anyone says anything about using c:\inetpub\wwwroot, this is a
development server!

The actual full order is:
1) C:\Inetpub\wwwroot\BAU\ForceLoadTool\Application.cfm
2) C:\Inetpub\wwwroot\BAU\Application.cfm
3) C:\Inetpub\wwwroot\BAU\global.cfm
4) C:\Inetpub\wwwroot\BAU\includes\VarLoad.cfm
5) C:\Inetpub\wwwroot\BAU\ForceLoadTool\global.cfm
6) C:\Inetpub\wwwroot\BAU\ForceLoadTool\CategoryDefine.cfm

Steve

-Original Message-
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 4:34 PM
To: CF-Talk
Subject: RE: Debug output order

Steve,

What debug template are you using - and did you make any changes to it?

-mark

 -Original Message-
 From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 07, 2003 3:18 PM
 To: CF-Talk
 Subject: RE: Debug output order

 Mark,

 I beg to differ.

 I'm using CFMX 6.1

 For a page I am viewing they are in this order:
 1) Application.cfm
 2) global.cfm
 3) varload.cfm
 4) CategoryDefine.cfm

 but the order in the debug output is:
 1) Application.cfm
 2) CategoryDefine.cfm
 3) global.cfm
 4) varload.cfm

 Steve

 -Original Message-
 From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 07, 2003 4:16 PM
 To: CF-Talk
 Subject: RE: Debug output order

 Jeff,

 There's not a way in CF 5 - in CFMX there is an open template - and they
 actually ARE in order by default.What version
 of ACB are you using?

 -Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, November 07, 2003 2:22 PM
To: CF-Talk
Subject: Debug output order

Hi folks,

I am running CF5 on Win2k and I am trying to debug something in
 AbleCommerce
(hold your groans).

I have set all debug info to be dumped to the screen in cf
administrator.
 I
would like to see the order that templates are getting processed.
 However, the
template execution list is in alphabetical order.Is there a way to
 change this
so that it will list them in the order that they are processed?

Thanks in advance for any suggestions.

--Jeff
_
Jeff Langevin
 Appalachian Mountain Club
MIS Department5 Joy Street, Boston,
Massachusetts 02108

Don't judge each day by the harvest you reap, but by the seeds you
plant.
--Robert Louis Stevenson

_

 _

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]