timps_api_perf_profiler
Profile API performance from access logs and traces, calculating p50/p95/p99 latencies per endpoint, detecting slow queries and N+1 issues, then providing concrete optimizations.
Instructions
Profile an API from access logs / traces — p50/p95/p99 by endpoint, slow query, N+1 detection, and concrete optimisations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | No | Plain-English task or context for the agent. | |
| language | No | Primary programming language (default: python). | python |