ColdFusion 8 Slow Performance

Posted by JoeBob on Stack Overflow See other posts from Stack Overflow or by JoeBob
Published on 2010-04-17T18:44:30Z Indexed on 2010/04/17 18:53 UTC
Read the original article Hit count: 295

Filed under:
|
|

We have started a new CF8 app and it is running dog slow. A test where we go around ColdFusion (queries within a database utility) show normal speed (80ms). CF8 returns the same query in something like 60 to 80 seconds!

I have been looking online and seeing lots of posts about CF8 and performance problems, but don't get any overall sense of a solution; just lots of people trying things and saying that they didn't have the problem with CF7. We are also seeing instability on the server, and some errors relating to garbage collection and the memory heap.

We have a number of other applications running on CF8 and they perform adequately...our programmer is not an expert or a guru, he just plugs away. We have isolated this down to a single query that takes forever to return, so it is not a complicated test.

Are there any known CF8 problems or obvious tweaks that we should consider trying? If we have to start over and learn a new environment, I will never make deadline.

JoeBob

© Stack Overflow or respective owner

Related posts about coldfusion

Related posts about slow