General
PromptBeginner5 minmarkdown
- [ ] Response time percentiles (p50
p95
0
Explore
117,759 skills indexed with the new KISS metadata standard.
p95
graceful degradation
retry behavior
bottlenecks
throughput
databases
internal paths
missing expiration
or retries without backoff causing retry storms
memory stable without unbounded growth
4xx errors <5% (excluding 401/403)
complex query <500ms (p95)
not swallowed or leaked as 500s
p95 latency > 500ms
data type correctness
memory
spike test (10x sudden increase)
capturing p50
database connection drops
identifying N+1 queries
gradually increasing load to find breaking points
not just what is present.
description
not generic advice.