Nuxt DevTools Observatoryv0.1.29
  • Docs
  • Feature Guides
  • API
  • Releases
    • Getting Started
    • Configuration
    • Installation
    • Feature Guides
    • Composable Tracker
    • provide/inject Graph
    • Render Heatmap
    • Transition Tracker
    • useFetch Dashboard
    • API Reference
    • Module Options
    • RPC Contracts
    • Troubleshooting
    • Common Issues

useFetch Dashboard

What it tracks

  • Request key and URL
  • SSR or CSR origin
  • Status and duration
  • Payload size
  • Waterfall timeline position

What to watch for

  • Duplicate fetches across navigation
  • Slow outliers in duration
  • Payloads near your maxPayloadBytes cap

Quick workflow

  1. Load a page with multiple async requests.
  2. Sort by duration and inspect the slowest calls.
  3. Correlate cache keys with your composables/pages.
Edit this page GitHub
← Transition TrackerAPI Reference →
Get StartedFeature GuidesGitHub
Nuxt DevTools Observatory • © 2026