Performance Audit

Laravel performance sweep of the current codebase, writing ranked findings to tasks/performance_audit.md. Hunts N+1 queries, missing indexes, cache opportunities, sync work that belongs on queues, and oversized payloads. Use whenever the user says "performance audit", "why is it slow", "find N+1", "optimize queries", or before a release. Standalone — no pipeline docs needed.

digitaldreams b93e5fc 2.8 KB Updated

File contents

digitaldreams/tuhin/tree/main/skills/performance-audit commit b93e5fc9eb

Frequently asked questions

npx skillmds@latest add digitaldreams/performance-audit