Libraries tagged by missing-indexes
ahmed-bhs/doctrine-doctor
124 Favers
13595 Downloads
13595 Downloads
Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.
benjdiasaad/laravel-db-monitor
6 Favers
770 Downloads
770 Downloads
Real-time database health monitoring for Laravel applications. Detects slow queries, N+1 issues, missing indexes, and suggests performance optimizations.
sagar-s-bhedodkar/laravel-index-advisor
0 Favers
11 Downloads
11 Downloads
Monitor Eloquent/DB queries in your Laravel application and suggest scaffold migrations for missing indexes.
qdenka/laravel-query-doctor
0 Favers
7 Downloads
7 Downloads
Detect N+1 queries, missing indexes, and slow queries in your Laravel app before they reach production.