One thing I do at times is use GetTickCount() and <cfflush> combo.

Top of the page, set a variable (let's call it "StartTick") as GetTickCount().

Then at strategic parts of your code, set a variable "NowTick" as
GetTickCount() - StartTick. Output it, and do a <cfflush>. This will be the
no. of milliseconds since the page started.

Stick some other text in there as well, so you know what's going on.

It could be you've got an unending loop going on somewhere... this will
probably help find it.


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to