Hi there,
I'm new of the comunity and I'm a junior coldfusion developer...I have a problem with my application, I post the debug information of two cases:
this is a normal result after I call the home page:
after some request, for the same page, I have to wait some minutes to have a response (see STARTUP, PARSING.... time) this is the debug information:
all the pagelet are cached and in the same server run 2 others coldfusion apps and these have no problems![]()
sorry for my bad english...thak's a lot!
Ale
edit: mod can close the thread, I have solved the problem
I'm new of the comunity and I'm a junior coldfusion developer...I have a problem with my application, I post the debug information of two cases:
this is a normal result after I call the home page:
quote:
Execution Time
(0ms) CFC[ /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc | onRequestEnd(/ancitel/ancitel.cfm) ] from /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc
(89ms) /storage2/webapps/webappcfusion/cfusion/ancitel/ancitel.cfm
· (4ms) CFC[ /storage2/webapps/webappcfusion/cfusion/ancitel/system/cfcomponents/com/mycompany/contenu ti/ContenutiUtility.cfc | getForHome(100, 1) ] from /storage2/webapps/webappcfusion/cfusion/ancitel/system/cfcomponents/com/mycompany/contenu ti/ContenutiUtility.cfc @ line 9
· (4ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 29
· (4ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 35
· (4ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 39
· (4ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 50
· (4ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 65
· (4ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 68
· (3ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 73
· (3ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 88
· (3ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 97
· (3ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 102
(0ms) CFC[ /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc | onRequestEnd(/ancitel/ancitel.cfm) ] from /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc
(5 ms) STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
(94 ms) TOTAL EXECUTION TIME
after some request, for the same page, I have to wait some minutes to have a response (see STARTUP, PARSING.... time) this is the debug information:
quote:
Execution Time
(1ms) CFC[ /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc | onRequestEnd(/ancitel/ancitel.cfm) ] from /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc
(2686ms) /storage2/webapps/webappcfusion/cfusion/ancitel/ancitel.cfm
· (14ms) CFC[ /storage2/webapps/webappcfusion/cfusion/ancitel/system/cfcomponents/com/mycompany/contenu ti/ContenutiUtility.cfc | getForHome(100, 1) ] from /storage2/webapps/webappcfusion/cfusion/ancitel/system/cfcomponents/com/mycompany/contenu ti/ContenutiUtility.cfc @ line 9
· (39ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 29
· (32ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 35
· (98ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 39
· (2394ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 50
· (9ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 65
· (21ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 68
· (8ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 73
· (9ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 88
· (8ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 97
· (8ms) /storage2/webapps/webappcfusion/cfusion/ancitel/system/cftags/layout/pagelet.cfm @ line 102
(1ms) CFC[ /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc | onRequestEnd(/ancitel/ancitel.cfm) ] from /storage2/webapps/webappcfusion/cfusion/ancitel/Application.cfc
(68975 ms) STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
(71662 ms) TOTAL EXECUTION TIME
all the pagelet are cached and in the same server run 2 others coldfusion apps and these have no problems

sorry for my bad english...thak's a lot!
Ale
edit: mod can close the thread, I have solved the problem