database-query-profiler

performance v1.0.0 by Jeremy Longshore

Profile and optimize database queries for performance

MIT License
Free Pricing

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

Ready to use database-query-profiler?