Mendix Application Performance Diagnostics

Content Type: Module
Categories: Tracing

Overview

This tool is a paid-for, add-on service to the Mendix Platform to help control performance from the early stages before an app becomes too complex to easily find the root cause of performance issues.

Documentation

Please see APD in the Mendix documentation for details.

Releases

Version: 3.74.91
Framework Version: 10.0.0
Release Notes: Fixes: - Fixed empty Mendix cloud logfiles when using APD and environment is on Kubernetes.
Version: 3.73.91
Framework Version: 9.0.5
Release Notes: Fixes: - Fixed empty Mendix cloud logfiles when using APD and environment is on Kubernetes.
Version: 3.72.91
Framework Version: 8.0.0
Release Notes: Fixes: - Fixed empty Mendix cloud logfiles when using APD and environment is on Kubernetes.
Version: 3.71.90
Framework Version: 10.0.0
Release Notes: Fixes: - Mx 10.18 compatibility Database profiler is deprecated in Mx 10.18 and is now disabled in the APD Agent. The profiler is used by the APD Agent to capture the SQL queries during a performance recording. Use AdvancedSettings "useprofiler=true" to re-enable this feature. Changes: - Removed Browser agent Browser agent has been discontinued. Please remove the widget 'Mansystems.APDBrowserAgent.mpk' from the project 'widgets' folder.
Version: 3.70.90
Framework Version: 9.0.5
Release Notes: - Removed Browser agent Browser agent has been discontinued. Please remove the widget 'Mansystems.APDBrowserAgent.mpk' from the project 'widgets' folder.
Version: 3.69.90
Framework Version: 8.0.0
Release Notes: - Removed Browser agent Browser agent has been discontinued. Please remove the widget 'Mansystems.APDBrowserAgent.mpk' from the project 'widgets' folder.
Version: 3.68.89
Framework Version: 10.0.0
Release Notes: Fixes: - Fixed excessive memory usage by the agent in case a microflow performs tens of thousands loop iterations. - Fixed Client API requests init-request and send-response duration times. Changes - Agent now logs running microflows, when memory protection lock is initially set.
Version: 3.67.89
Framework Version: 9.0.5
Release Notes: Fixes: - Fixed excessive memory usage by the agent in case a microflow performs tens of thousands loop iterations. - Fixed Client API requests init-request and send-response duration times. Changes - Agent now logs running microflows, when memory protection lock is initially set.
Version: 3.66.89
Framework Version: 8.0.0
Release Notes: Fixes: - Fixed excessive memory usage by the agent in case a microflow performs tens of thousands loop iterations. - Fixed Client API requests init-request and send-response duration times. Changes - Agent now logs running microflows, when memory protection lock is initially set.
Version: 3.65.88
Framework Version: null
Release Notes: Fixes: - Fixed NullPointerException and incorrect duration when user closed/refreshed the browser before an async microflow call was finished. - Fixed MalformedJsonException in case of requests larger than 4kb