profile_url
Profile a single web request by sending SPX cookies to a target URL, then parse the resulting SPX report into a structured JSON summary for performance analysis.
Instructions
Profile one web request by sending SPX cookies to the target URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| depth | No | ||
| method | No | ||
| spxKey | No | SPX HTTP key. Defaults to SPX_KEY. | |
| baseUrl | No | SPX-enabled application base URL. Defaults to SPX_BASE_URL. | |
| metrics | No | ||
| builtins | No | ||
| timeoutMs | No | ||
| samplingPeriod | No | ||
| allowCrossOrigin | No | Allow sending the SPX key cookie to a URL with a different origin than baseUrl/SPX_BASE_URL. Defaults to false. |