Go back

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

  1. Load a dashboard page.
  2. Interact with UI actions that trigger API routes (dashboard load, notifications badge/page).
  3. Compare query/route totals and duplicate warnings between runs.