General
PromptBeginner5 minmarkdown
- [ ] Response time percentiles (p50
p95
0
Explore
120,891 skills indexed with the new KISS metadata standard.
p95
bottlenecks
verify:
peak
throughput
retry behavior
internal paths
missing expiration
or retries without backoff causing retry storms
4xx errors <5% (excluding 401/403)
write-heavy APIs >100 RPS per instance
memory stable without unbounded growth
p95 latency > 500ms
complex query <500ms (p95)
error rate
not swallowed or leaked as 500s
structured error bodies
memory
spike test (10x sudden increase)
capturing p50
performance dashboards
gradually increasing load to find breaking points
identifying N+1 queries
testing backward compatibility