i have been using
startTime = getTickCount();
in my Application.cfm or in the
onRequestStart method in Application.cfc
and close it with
endTime = getTickCount();
in your OnRequestEnd.cfm or
the onRequestEnd method in Application.cfc
then you can code
totalTime = endTime - StartTime then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.