Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Matt Usher / Matt Usher (Matt Usher)
Created: 07/09/2012
Components: Performance
Versions: 10.0
Failure Type: Performance Issue
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 2
Duplicate ID:	CF-3198902
Problem Description:
In CF10, when debugging is enabled and custom tag paths configured in the CF administrator point to a significant number of custom tag templates, the page rendering times become very slow.
Steps to Reproduce:
Using a trivially simple CF template:
helloWorld.cfm
 
<html>
    <head>
        <title>Test page</title>
    </head>
    <body>
         <h1>Hello World</h1>
    </body>
</html>
And a custom tags path configured pointing to ~100s of custom tags templates..
 
Actual Result:
With execution times setting enabled. Debugging Time: 26131ms
With execution times setting disabled. Debugging Time: 31ms
 
The behaviour is the same whether the classic or dockable debug outputs are used.
 
If I remove the custom tag paths...
With execution times setting enabled. Debugging Time: 46ms
With execution times setting disabled. Debugging Time: 31ms
 
Expected Result:
Debug rendering times should be 10s of milliseconds
Any Workarounds:
Remove custom tag path mappings
Disable reporting of execution times in debug output
See forum thread
http://forums.adobe.com/message/4546835#4546835
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID:	3279677
External Customer Info:
External Company:  
External Customer Name: Matt Usher
External Customer Email:  
External Test Config: My Hardware and Environment details:
CF10
Windows 2008 64-bit VM with 4 GB memory
  Attachments:
- August 15, 2012 00:00:00: 1_StringIndexOutOfBoundsException.txt
 
Comments: