FALCONSEYE
Programmer
Does anybody know of a method to check for page load time?
I have the following code
<cftry>
<cfhttp url=" method="post" timeout="5" throwonerror="yes">
<cfhttpparam name="refresh" type="url" value="1">
</cfhttp>
<cfcatch type="any">
<cfmail from="error@mysite.com" to="me@mysite.com" subject="Page Load Exceeds 60 secs">
WARNING: page load exceeded 60 seconds!
<cfdump var="#cfhttp#">
</cfmail>
</cfcatch>
</cftry>
However, this doesn't seem to work. Thanks in advance
I have the following code
<cftry>
<cfhttp url=" method="post" timeout="5" throwonerror="yes">
<cfhttpparam name="refresh" type="url" value="1">
</cfhttp>
<cfcatch type="any">
<cfmail from="error@mysite.com" to="me@mysite.com" subject="Page Load Exceeds 60 secs">
WARNING: page load exceeded 60 seconds!
<cfdump var="#cfhttp#">
</cfmail>
</cfcatch>
</cftry>
However, this doesn't seem to work. Thanks in advance