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

Low-level Debugging

Blog / Media

Blog

Videos / Webinars

Customers

Video Reviews

Reviews

Success Stories

About Us

Company

Careers

Contact

Contact support

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 / Media

Blog

Videos / Webinars

Customers

Video Reviews

Reviews

Success Stories

About Us

Company

Careers

Contact

Contact support

Author Archives: Tom King

VueJS 101 for CFML Devs

VueJS 101 for CFML Devs

VueJS 101 for CFML Devs I’ve been stumbling across a fair few developers recently who like the idea of using VueJS, but are not sure how to get started. VueJS can be used to build whole applications, but sometimes the … Read More

Testing and Improving Database Performance Using FRAPI Title Image

Testing and Improving Database Performance Using FRAPI

Testing and Improving Database Performance Using FRAPI So the other day, I spotted a MySQL query (InnoDB, 5.27 if you’re interested) which was feeling non-performant. I should also point out, that SQL and testing and improving database performance are really … Read More

Revisiting CFML Operators In Lucee Title Image

Revisiting CFML Operators In Lucee

Revisiting CFML Operators In Lucee Operators are ubiquitous. As developers, we use them every day, and maybe even in every line of code. Why is it then, I never seem to find the time to revisit these language essentials? Perhaps … 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

Basic Load Testing With Locust

Basic load testing with Locust No-one likes to get caught out with scaling issues. Your app or site goes viral, or you simply get a tonne of unexpected traffic through a favourable blog post, and without some preparation, all hell … Read More

ColdFusion Microservices Title Image

ColdFusion and Microservices

The all-new Adobe ColdFusion 2021 has just been released with dozens of features introduced to boost efficiency, security, scalability, language improvement, in addition to much newer instruments for performance monitoring and profiling. A substantial focus of CF2021 is support of … Read More

Adobe ColdFusion 2018 Vs Lucee Logos

Adobe ColdFusion 2018 Versus Lucee

Adobe ColdFusion and Lucee are two leading web application development tools based on CFML (ColdFusion Markup Language) code. Adobe ColdFusion was initially developed to connect HTML and the database easily. With the release of Adobe ColdFusion 2018, a full-blown scripting language … Read More

Performance Issue With Redis Session Management On Adobe ColdFusion Servers With FusionReactor Or Adobe Performance Monitoring Toolset (PMT) Title Page

Performance Issue With Redis Session Management On Adobe ColdFusion Servers With FusionReactor Or Adobe Performance Monitoring Toolset (PMT)

Introduction We recently had a performance issue with Redis session management in FusionReactor where a user saw a high CPU when running FusionReactor reported to our technical support team. Upon investigating the issue, we found this was due to both … Read More

FusionReactor Logs Title Image

How To Retain FusionReactor Logs In Docker Environment

When running in a docker based environment it can be difficult to retain the logs for your application and for the monitoring tools that you use. To overcome this there are several options that you can use: An external platform … Read More

FusionReactor And JSP Applications Banner Image

How To Secure FusionReactor And JSP Applications In Tomcat Using LDAP

Overview FusionReactor provides different types of user accounts (Administrators/Manager/Observer), however, if you would like to restrict access to FusionReactor for individual users, you can do this via LDAP authentication. This blog post will guide you through configuring tomcat to use … Read More