Skip to main content
Known Participant
May 21, 2008
Question

finding pages that take a long time to load

  • May 21, 2008
  • 2 replies
  • 269 views
We suspect that certain pages on our site take a long time to load when more than one user is hitting the page at the same time. Is there a few lines of Coldfusion code we can throw into application.cfc that would write to a log file how long it takes every page to load?
This topic has been closed for replies.

2 replies

Inspiring
May 22, 2008
jqcf wrote:
> Coldfusion code we can throw into application.cfc that would write to a log
> file how long it takes every page to load?

sorry no, nothing like that kind of shortcut. best bet is to log "slow" running
pages via cfadmin then use cftimer (or getTickCount()) covering chunks of
suspect code.


Inspiring
May 21, 2008
You could switch debugging on...

--
Adam