October 12, 2023
Coldfusion Very Slow
Comments
(2)
October 12, 2023
Coldfusion Very Slow
Explorer 1 posts
Followers: 0 people
(2)

Hi,

I have Coldfusion 2021 and it is taking a long time to load any page in the site that previously used to load quite fast.  Even when the new page is visible it continues to load for a while after.  I cannot pinpoint exactly when this started but I think it was after updating to core server 10.  I work in IT but I don’t know Coldfusion well at all (this site was developed by someone else).  How can I find the cause of this issue?  I have spent 2 days trying to find information (and tried a couple of minor setting changes) but so far not able to fix this.  Any help/tips would be really appreciated.

2 Comments
2023-10-13 23:59:49
2023-10-13 23:59:49

Adding to Mike’s helpful suggestion, by “core server 10”, do you mean cf2021’s, update 10, released in August? You may have had an error in that update. I have a post here with help on that:

https://coldfusion.adobe.com/2019/03/problems-applying-cf-update-check-first/

If that’s not it, and Mike’s debugging suggestion doesn’t get you to resolution, I can offer remote consulting to help (as may Mike, still)., even this weekend if needed.  We might solve this in as little as 15 mins. More at carehart.org/consulting.

Or we can all try to sort things out here, of course.

Like
2023-10-13 19:38:40
2023-10-13 19:38:40

Richard,

First, support questions belong over in forums or on CF Facebook group.  Blogs are for more Knowledgebase, tech articles.  Odds are it is a database call or some other external call that CF is waiting on.  First step would be to go into the CFAdmin go to Debugging and logging and check

Enable Request Debugging Output

You will then get a breakdown of your page performance at the end of each page.  You should be able to see where the time is getting used with the debug output.  That would be my first step.

Another important tab is “Debugging IP Addresses” – this controls who sees the debug output.

Like
Add Comment