>Just installed CF7 on our Win2003 server a couple of days ago. Since then >we've been having trouble with our site running slowly and certain large >threads on our (in-house developed) discussion board timing out completely. > >I checked the CPU usage and, after a little experimentation, realized that >accessing the large threads on our discussion board is what was killing the >CPU with 100% usage. In 6.1 we never had this problem. I have to conclude >that something on that page isn't working as efficiently in 7 as it was in >6.1. > >Is anyone aware of issues with 7 that would cause certain code that ran >just fine in 6.1 to suddenly come to a screeching halt? Or perhaps someone >might have an idea of something else it could be? Thanks!
We've been having an issue with Verity eating up CPU cycles since upgrading, so if you've got any code relating to Verity in your code, you may check that. I'd recommend downloading the trial of SeeFusion (http://www.seefusion.com/) SeeFusion has a trace() method that you can invoke to dump messages to a SeeFusion Debug window. This is a very handy way of debugging templates in production--since the trace statements do not show up in the generated output. It also puts the execution millisecond timestamp next to each statement, so you have an idea of where things are slowing down at. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234072 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

