Strange issue with random slow pages

2012-04-01 Thread Michael Christensen
At the company where I work, we are having some strange performance issues which are leaving us perplexed and at our wits ends. We have 2 CF8 servers running the backend of our CMS. Most of the time, things run well, but sometimes (seems random) we get strange hangups, where pages that

Re: Strange issue with random slow pages

2012-04-01 Thread Russ Michaels
did you use the stack trace feature on FusionReactor, as this will show you what the request is doing when it is going slow. the most common cause I find is database transactions which are taking longer than usual, you can us ethe FusionReactor JDBC wrapper to help you track this. If the CFML

Re: Strange issue with random slow pages

2012-04-01 Thread Dave Watts
I've been trying to use FusionReactor in combination with a very simple tracking script, where I use tickcount to time our how it takes to render a page on the server. What's really leaving me stumped, is the fact that sometimes there's a huge difference in how long FusionReactor says a