Caching & Performance Optimization
CommunityBoost performance with smart caching.
AuthorDoanNgocCuong
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the critical need to improve application speed and reduce resource load by implementing effective caching strategies across various layers of a system.
Core Features & Use Cases
- Cache Strategy Selection: Guides on choosing between Cache-Aside, Write-Through, Write-Behind, and Read-Through.
- Cache Invalidation: Demonstrates time-based, event-based, and dependency-based invalidation techniques.
- Distributed Caching: Best practices for using Redis, including cluster mode and eviction policies.
- CDN & HTTP Caching: Configuration for static assets and proper HTTP cache headers.
- Application & Database Caching: In-process caching, function-level caching, and query result caching.
- Performance Profiling: Tools and techniques for identifying bottlenecks.
- Use Case: A high-traffic e-commerce website experiencing slow load times can implement Redis caching for product catalogs and user sessions, significantly reducing database load and improving user experience.
Quick Start
Implement the cache-aside pattern to store and retrieve user profile data from Redis with a one-hour TTL.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Caching & Performance Optimization Download link: https://github.com/DoanNgocCuong/working/archive/main.zip#caching-performance-optimization Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.