--- --------------------------------------------------------------------------------------- ----
Blog Entry:
Finding Template Execution Stack in ColdFusion
Author:
Ben Nadel / Kinky Solutions
Link:
http://www.bennadel.com/index.cfm?dax=blog:116.view
Date Posted:
Jul 5, 2006 at 2:39 PM
---- --------------------------------------------------------------------------------------- --->
SELECT
line,
parent,
template,
endtime,
starttime
FROM
qEvents
WHERE
type = 'Template'
ORDER BY
template ASC