Back to prompts
Find code that assumes caching exists but does not enforce it. Examples: - Fetches without cache headers - In-memory caches in serverless contexts - Redis usage without TTLs Output: - Identify false cache assumptions - Recommend enforceable caching strategies
Related Prompts
View alluseEffect Best Practices Refactor
You are a senior React engineer. Refactor the provided React/Next.js codebase to follow strict useEf...
ReactuseEffect
Tree-Shaking & Bundle Size Optimization
You are a senior frontend performance engineer. Objective: Identify and fix tree-shaking and bundle...
PerformanceBundle Size
Accidental Re-render Detection
Find props and state patterns that cause unnecessary re-renders. Detect: - Inline object/array prop...
ReactPerformance
Over-fetching & Network Waste
Scan the repository for duplicated fetch logic, over-fetching, and missing deduplication. Refactor:...
NetworkPerformance