Skip to content

Slow Calls

The Slow Calls tab ranks individual tool invocations by latency — heaviest first. Use it to find specific outliers and understand why they were slow.

Slow calls table ranked by latency

Each row is a single tool call, showing:

ColumnDescription
#Rank by latency
TimeWhen the call happened (date + time)
ToolWhich tool was called
LatencyTotal end-to-end time (highlighted in red)
UpstreamTime spent waiting for your MCP server
ClientWhich AI client made the call
SessionSession ID (click to copy)
ErrorError message if the call failed
SizeResponse payload size

If Upstream is close to Latency, the bottleneck is your MCP server. If there’s a large gap, the proxy or network added overhead.

A slow call with a large response (e.g., 14 KB) might be slow because of data transfer, not processing time. A slow call with a tiny response (549 B) that takes 500ms is likely a server-side bottleneck.

Slow calls that also have errors often indicate timeouts or retries. Check the error column for “timeout”, “connection refused”, or retry-related messages.

  • Show — toggle between 10, 20, 50, or 100 results
  • Time range — adjust the window (1h to 30d)

Found a slow tool? Go to Logs and search tool:slow_tool_name to see all recent calls, not just the outliers.