Performance Optimization

Measure-first performance work for application code and data access, covering profiling, N+1 queries, fetch and index discipline, caching with an invalidation rule, streaming, and concurrent IO. Use when you say "this endpoint is slow", "the page takes four seconds to load", "profile this before I change anything", "did my change regress latency", or "this query runs inside a loop". Not for schema and index design on Postgres itself, use `postgres-patterns`.

Lukk17 58d27f8 8.3 KB Updated

File contents

Lukk17/agent-standards/tree/main/.agents/skills/performance-optimization commit 58d27f8cf9

Frequently asked questions

npx skillmds@latest add lukk17/performance-optimization