Imagine this: you’re in the middle of a packed workday when your server suddenly crashes. Everything grinds to a halt. You’re now racing against the clock to find out what happened—and get your systems back online as quickly as possible. … Read More
ColdFusion

The Hidden Performance Killers in Legacy ColdFusion
Every ColdFusion developer has inherited “that” application. You know the one – it was built in 2008, has grown organically over the years, and now takes 30 seconds to load a simple report. The original developer left years ago, and … Read More

New JVM Flags in ColdFusion 2025 Update 2: What They Do and When to Use Them
Adobe’s ColdFusion 2025 Update 2 introduces not only security fixes and bug resolutions, but also two new JVM flags that provide developers with more control over remote method behavior and system probe execution. In this post, we’ll explain what these … Read More

Catch Performance Issues Early – FusionReactor Developer Edition
As developers, we’ve all been there – that sinking feeling when a performance issue that wasn’t caught in testing brings down production. What if you could have the same powerful monitoring capabilities in your development environment that you rely on … Read More

What ColdFusion’s Remote Method Parameter Validation Means for Your Code
With the release of ColdFusion Update 2, Adobe has introduced a subtle but significant change to how remote CFC methods handle parameters. If you’re not ready for it, this change could break your API integrations or client calls. If you’re … Read More

How to debug in production
How to debug in production Debugging in production has always been something that we try our best to avoid, with multiple QA phases, staging environments, and automation to stop production bugs. Despite this, occasionally a bug will find its way … Read More

Beware Ransomware Attacks on Very Old ColdFusion Servers (CF9 and 8)
Beware Ransomware Attacks on Very Old ColdFusion Servers (CF9 and 8) It’s always risky to run old versions of software, of course, and that problem is hitting home for those who may still be running very old versions of Adobe … Read More

Changing FusionReactor’s “Slow Request Threshold”, Why and How
You may have noticed in the FusionReactor UI that requests which are “slow” have their duration show up in red in the FusionReactor UI. The default is 8 seconds, but what if you would prefer to lower that duration to … Read More

How to debug in production
How to debug in production Debugging in production has always been something that we try our best to avoid, with multiple QA phases, staging environments, and automation to stop production bugs. Despite this, occasionally a bug will find its way … Read More

Why Load Test ColdFusion Apps (4 Reasons)
By Michaela Light, CEO of TeraTech Let’s make sure that your new ColdFusion app doesn’t crash immediately after launch – by effective load testing. In this article, we will look at 4 reasons why load test ColdFusion Apps. You will … Read More