How OutboundIQ Works

OutboundIQ intercepts HTTP calls at the framework/runtime level, tracks them, and sends metrics to our backend in a completely non-blocking way.

The Flow

  1. 1
    Your app makes an HTTP call

    Using fetch, axios, Guzzle, HttpClient, etc.

  2. 2
    OutboundIQ intercepts the request

    Captures timing, headers, body (before sending)

  3. 3
    The real HTTP call executes

    No delay - your request goes through normally

  4. 4
    Response captured

    Status, headers, body, total duration

  5. 5
    Metrics sent in background

    Fire-and-forget - never blocks your response

⚑Zero Performance Impact

OutboundIQ sends metrics asynchronously using background processes (PHP) or fire-and-forget calls (JavaScript). Your application never waits for OutboundIQ.

How OutboundIQ Works | OutboundIQ Docs