Skip to main content

πŸ“ Performance SLOs

Quick reference for SLOs and performance targets across the platform. These are the benchmarks each service is held to β€” use them for expectation-setting during launch and escalation triage.


Platform Performance Targets​

Domain / ServiceMetricTarget
Identity β€” Auth endpointsAvailability99.95% monthly
Localisation β€” Context fetchLatency p95≀150ms
Menu β€” Product Listing Page (PLP)Latency p95≀200ms
CMS content renderLatency p95≀150ms (CDN-cached)
Offers feedLatency p95≀200ms
Order listLatency p95≀200ms
Checkout submitSuccess p99β‰₯99.5%
Payment auth captureSuccess rateβ‰₯99.5%
Loyalty reward redemptionSuccess p99β‰₯99.8%
Order trackingAvailability99.9%
In-app message feed freshnessStaleness max≀60 seconds
Byte Portal user/role queriesLatency p95≀500ms

Notes​

Checkout submit (β‰₯99.5% p99 success) β€” Idempotency keys ensure that retried submissions don't create duplicate orders. A 409 on resubmit returns the original orderRef.

Loyalty reward redemption (β‰₯99.8% p99 success) β€” This is the tightest success SLO in the platform, reflecting the revenue and trust sensitivity of failed reward redemptions.

In-app message freshness (≀60s) β€” Feed is considered stale after 60 seconds. A pull-to-refresh is triggered on TTL expiry.

CMS render (≀150ms CDN-cached) β€” On CDN cache miss, the fallback is the cached version rather than a live fetch failure.


Related