Skip to content

Networking Insights

Analyze historical network traffic patterns, spot duplicate API calls, identify slow endpoints, and debug failures across sessions with Networking Insights.

While Network Traffic Monitoring shows you requests in real time, Networking Insights gives you a historical view. Open it from the Welcome view via Network Insights in the sidebar. You can analyze past requests, spot patterns, and copy request data or cURL into your AI coding assistant to debug API issues.

How it differs from Network Traffic Monitoring

Section titled “How it differs from Network Traffic Monitoring”

Network Traffic Monitoring captures requests as they happen. Networking Insights stores and analyzes that data over time, making it easier to find recurring issues or compare request patterns across sessions.

Use the toolbar to filter by app and time range (All Time, Last 7 Days, Last 30 Days, Last Hour). Insights are grouped into:

  • Failure Spikes — Catch error spikes before they reach users.
  • Duplicate Calls — Reduce duplicate calls and improve performance.
  • Caching Opportunities — Find endpoints that may benefit from cache headers.
  • Slowest Endpoints — Target slow requests to improve perceived performance.
  • Most Requested — Understand your highest traffic endpoints.

Network Insights overview with failure spikes, duplicate calls, and slowest endpoints

From the detail view (double-click a request or use the toolbar), you can copy the request, response, headers, or cURL. Paste that into your preferred AI tool to get help debugging failing requests or understanding API behavior.

Networking Insights requires RocketSim Connect to be set up.