database-query-profiler
Profile and optimize database queries for performance
Installation
Open Claude Code and run this command:
/plugin install database-query-profiler@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Profile and optimize database queries for maximum performance.
Features
- N+1 query detection
- Index recommendation
- Full table scan identification
- Join optimization
- Query complexity analysis
- Connection pooling guidance
- Before/after optimization examples
How It Works
/profile-queries