Request Trace Debug Panel
Last Updated: 2026-03-18
Where it shows up
- The dashboard shell renders
RequestDebugPanel on all dashboard routes.
- The panel becomes visible after at least one traced API response arrives (via response headers).
What it shows
The panel aggregates per-navigation traces delivered from traced API calls. It highlights:
- Total traced Prisma query count and total DB time
- Total traced route calls
- Duplicate warnings when query/route labels repeat
How to use
- Load a dashboard page.
- Interact with UI actions that trigger API routes (dashboard load, notifications badge/page).
- Compare query/route totals and duplicate warnings between runs.