FusionReactor Observability & APM

Installation

Downloads

Quick Start for Java

Observability Agent

Ingesting Logs

System Requirements

Configure

On-Premise Quickstart

Cloud Quickstart

Application Naming

Tagging Metrics

Building Dashboards

Setting up Alerts

Troubleshoot

Performance Issues

Stability / Crashes

Debugging

Blog / Info

Customers

Video Reviews

Reviews

Success Stories

About Us

Company

Careers

Contact

Contact support

Why ColdFusion Monitoring, Licensing, and Consultancy Should Never Be Separate Services

Application Performance Monitoring

Configuration

Installation

Changing FusionReactor's "Slow Request Threshold", Why and How

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

What are the 5 things you should ALWAYS check before you release your application?

What are the 5 things you should ALWAYS check before your app’s next release? Releasing a new app or website can be stressful. Whilst most dev teams have a QA process, the team often needs to go a little deeper … Read More

Multithreading and Multiprocessing

Multithreading and Multiprocessing: Selecting the right approach for your development Why are multithreading and multiprocessing used? Simultaneously executing programming tasks before now had always been daunting. But today, many programming languages support Multithreading and Multiprocessing, which aids concurrent execution of … Read More

Debug-Production-Title-Image

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

Watermarking PDFs In Lucee Title Image

Watermarking PDFs In Lucee 5.3.7 Without Using CFPDF

Watermarking PDFs In Lucee 5.3.7 Without using CFPDF Recently, I’ve needed to add a watermark to PDFs but struggled with Lucee’s current implementation in 5.3.x..  Watermarking PDFs In Lucee 5.3.7 without using CFPDF is usually pretty straightforward, via <code> <cfpdf action=”addwatermark” … Read More

Load-Test-ColdFusion-Apps-Title-Image

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

Spring Framework Spring Boot Title Image

The Difference Between Spring Framework vs. Spring Boot

What is the difference between Spring Framework vs. Spring Boot? When it comes to building Java-based applications, the Spring Framework and Spring Boot are two popular options. Both frameworks are developed and maintained by the Spring community and provide a … Read More