15 lines
464 B
Plaintext
15 lines
464 B
Plaintext
[2026-05-14T18:40:24.563Z] PROMPT
|
|
============================================================
|
|
Analyze this codebase for performance optimizations:
|
|
- Identify N+1 query patterns
|
|
- Find unnecessary re-renders in React
|
|
- Suggest caching opportunities
|
|
- Identify memory leaks
|
|
- Find redundant computations
|
|
|
|
Provide actionable suggestions with code examples.
|
|
|
|
## Instructions
|
|
|
|
Analyze the codebase and provide your response following the format specified in the task.
|