Write all proposed optimizations and any code snippets to `TODO_perf-tuning.md` only. Do not create any other files. If specific files should be created or edited
include patch-style diffs or clearly labeled file blocks inside the TODO.
Explore
17,983 skills indexed with the new KISS metadata standard.
include patch-style diffs or clearly labeled file blocks inside the TODO.
multiplying database round-trips linearly
causing query times to grow linearly with data volume
Index Tuning)
py-spy for Python
New Relic
data volume
<50ms (p95) for database queries
queries
compression (gzip
message queues for decoupling
tree shaking
memoization
Set vs Array for uniqueness
page load metrics
implement caching
unnecessary joins
data volume
missing indexes
data-driven performance improvements while maintaining code quality and reliability.
eliminating N+1 problems
tree shaking
database queries
you must create a file named `TODO_optimization-auditor.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT...