• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Tracing cfinclude's without seeing the actual .cfm page.. Possible?

New Here ,
Jul 05, 2006 Jul 05, 2006

Copy link to clipboard

Copied

What i am actually looking for is a overview of pages included into a .cfm page with the <cfinclude> tag. I want to be able to know which pages are included without having to look in my .cfm file. I think, that if this is possible, it should be viewable in the "Debugging Panel".. But i cant find any option like that in there.

Please let me know if this is possible....
TOPICS
Advanced techniques

Views

306

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 05, 2006 Jul 05, 2006

Copy link to clipboard

Copied

If you have de-bugging turned on, you get to see not only the names of the files, but what line in the cfm file called the included file. You have to do some detective work to separate the cfincludes from the custom tags, cfc's etc. Here is a sample:

Execution Time

(31ms) D:\DW\dwtest\Queries\Application.cfm
(172ms) D:\DW\dwtest\Queries\OR\AnaesDemographics\results.cfm
· (93ms) D:\DW\CF_stuff\CustomTags\system\TestDW.cfm @ line 8
· · (93ms) D:\DW\CF_stuff\CustomTags\system\TestDB.cfm @ line 10
· (0ms) D:\DW\CF_stuff\CustomTags\Dates\StartAndEndDate.cfm @ line 10
· (0ms) D:\DW\CF_stuff\CustomTags\QueryTags\QueryResults\CheckRecordCount.cfm @ line 67
· (16ms) D:\DW\CF_stuff\CustomTags\Templates\HSCreportpage.cfm @ line 77
· · (16ms) D:\DW\CF_stuff\CustomTags\Mail\dwmail.cfm @ line 160
· · (0ms) D:\DW\CF_stuff\CustomTags\CF_HierMenus\HierMenus.cfm @ line 174
· · (0ms) D:\DW\CF_stuff\CustomTags\CF_HierMenus\HierMenus.cfm @ line 224
· (0ms) D:\DW\dwtest\Queries\OR\AnaesDemographics\display.cfm @ line 81


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 06, 2006 Jul 06, 2006

Copy link to clipboard

Copied

LATEST
Thanks. I'll take a look at it

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation