caching-strategy
When the same expensive query runs hundreds of times — implements caching patterns with proper invalidation.
6 skills tagged performance · capability axis.
When the same expensive query runs hundreds of times — implements caching patterns with proper invalidation.
When queries are the bottleneck — index analysis, query plan optimization, connection pooling.
When the app is slow but you don't know where — bottleneck identification, complexity analysis, caching review.
When something is slow and you need proof of where — analyzes logs/traces to find bottlenecks and hotspots.
Fast approximate results (Phase 1) then slow enriched results (Phase 2).
Monitor constraints (memory, CPU, time, rate limits), adapt behavior gracefully.