Performance

Latency targets, caching guidance, and rate-limit strategy.

Latency targets

EndpointTarget p50Target p95
POST /v1/score120 ms250 ms
POST /v1/score/batch (100 items)450 ms900 ms
GET /v1/operator/:id/profile80 ms160 ms
GET /v1/organization/dashboard200 ms500 ms
GET /v1/compliance/report800 ms2000 ms
POST /v1/admin/key/rotate150 ms300 ms

Targets are edge-to-edge. All auth flows carry an 80 ms floor (uniform across success and failure).

Caching guidance

Rate-limit strategy

See rate limits. Key moves:

  1. Batch where you can.
  2. Stagger workers across minute boundaries so they do not collide.
  3. Honor Retry-After exactly, not some shorter value.

Status page

Live at status.cohesionauth.com. Subscribe for incident emails.

Next step