projects/al-perf-bc
active al-perf-bc order 09

AL Perf for Business Central

A Business Central extension that adds AI-powered performance analysis directly into the Performance Profiler page with one-click profile analysis

Stack
AL
Status
Active
Released
2026
License
MIT

Overview

A Business Central extension that adds an “Analyze with AL Perf” button to the Performance Profiler page. Record a profile, click the button, and get results in 20-30 seconds.

Detects single method dominance, N+1 patterns, event subscriber hotspots, and deep call stacks. The extension reads profile data from BC’s Sampling Performance Profiler codeunit, sends it to the analyzer service, and displays the HTML results in a WebPageViewer control.

Data handling is the same as AL Perf: HTTPS transmission, in-memory analysis, immediate discard. No data is stored server-side.

Highlights

One-click analyze from Performance Profiler page
Results in 20-30 seconds, inline HTML view
Detects N+1, hotspots, deep call stacks
Hosted or self-hosted analyzer endpoint
Stateless: no server-side profile storage

Related writing

01