Observability
Plugin.Maui.Performance
Lightweight profiler for startup, pages, APIs, and memory
A lightweight MAUI profiler that times startup, page loads, API calls, image loading, SQLite, and memory so regressions are visible on device.
Install
dotnet add package Plugin.Maui.PerformancePackage ID: Plugin.Maui.Performance
Overview
Plugin.Maui.Performance is a lightweight on-device profiler for MAUI. It measures app startup, page timing, API latency, image loading, database operations, UI rendering, and memory so teams can see a scoreboard like 'App Startup 1.82 sec' without attaching a full IDE profiler in the field.
Capabilities
- Startup and page timing.
- API and image-load measurement.
- SQLite and memory snapshots.
- .NET MAUI
- Performance
- Profiling
- C#