Question
Debugging without enterprise
I have multiple very active websites and am having a problem
with timeouts and am seeing a lot of errors with cfquery exceeding
time limits. This was never a problem before and the code hasn't
changed. I am thinking that i am getting hit by a lot of bot
requests and that they are hitting a page that is causing the
system to get tied up. The problem is most of my code is in CFCs,
so when I look at the server log and see the timed out pages, all I
see is the same CFC page with no url parameters or other info
listed to help me figure out which page may be the issue. I have
professional not enterprise so there is no server monitor. What is
the best way to figure out where the bottleneck is in
professional??? I guess I must be lucky so far I've never had an
issue like this that couldn't be tracked down 🙂
