There really isn't a way to tell how long it takes the page to download and display in the browser but you can tell how long the page takes to execute.
Here's an example:
<!--- At top of page --->
<cfset sTime = getTickCount()>
.... other code here....
<!--- At bottom of page --->
<cfoutput>#evaluate(getTickCount() - sTime)# milliseconds</cfoutput>
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.