Initial commit

This commit is contained in:
Haapy
2026-05-14 21:08:13 +00:00
commit 259959d713
2763 changed files with 1015351 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[2026-05-14T17:17:51.704Z] 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.