Caching Strategy
Implement caching strategy for performance improvement
Complexity: Complex | Duration: 30m+ | Category: Performance
Tags: performance caching optimization architecture
Workflow Diagram
Steps
Step 1: Cache analysis
Agent: senior
architect - Identify cacheable data and access patterns
Step 2: Strategy design
Agent: senior
architect - Choose caching layers (Redis, CDN, browser)
Step 3: Implementation
Agent: senior
architect - Implement caching with invalidation logic
Step 4: Cache warming
Agent: devops
engineer - Implement cache warming strategy
Step 5: Benchmarking
Agent: application
performance - Measure cache hit rates and performance
Step 6: Validation
Agent: component
qa-validator - Verify cache invalidation works correctly
Step 7: Review
Agent: component
qa-reviewer - Review caching strategy
Usage
To execute this workflow:
/workflow performance/caching-strategy.workflow
Related Workflows
See other workflows in this category for related automation patterns.