Understand how long ColdFusion requests are taking to execute

How to troubleshoot slow running requests in microservices
How to debug in production

Using FusionReactor Cloud Transactions to understand how long ColdFusion requests are taking to execute

In his recent blog, Ben Nadel explains how he is using the FusionReactor Cloud tracked transactions to understand how long ColdFusion requests were taking to execute.

Ben explains that by using the Tracing tab on the FR Cloud dashboard he can see how individually instrumented segments contribute to the overall request time. Ben points out that because his blog doesn’t really do much processing, setting this up was a good learning experience. However, these principles should be applicable to any application.

Thanks for the blog Ben.