Investigate latency issues and slowness on Vercel

Learn how to use Observability to investigate latency issues and slowness on Vercel.

DX Team
1 min read
Last updated November 11, 2025

Problem: One of your functions is timing out, not serving responses quickly enough, or otherwise alerting.

You can use Observability to investigate and understand slow responses from your functions and its effects on function duration, error rates, and consumption. To do so:

  1. From your dashboard, select the project you want to investigate.
  2. Navigate from your dashboard to the Observability tab.
  3. Choose External APIs and set an appropriate time range filter (e.g. last 6 hours).
  4. From the list, sort by P75 duration to find hosts with the slowest response times, e.g. mycms.com: {' '}
    sort-by-p75-light.png
    Media
  5. Select the hostname with high duration or error rate: {' '}
    select-hostname-light.png
    Media
  6. You can see a distribution of requests over time, as well as their latency. When selecting Functions, you can see which of your function routes sent the requests to the slow external API and navigate to the appropriate view right away.

Was this helpful?

supported.