Libraries tagged by n-plus-one
ahmed-bhs/doctrine-doctor
15545 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.
martinkup/symfony-profiler-optimization-advisor-bundle
4520 Downloads
Symfony Profiler bundle that analyzes per-request signals and produces scored, actionable optimization opportunities with ready-made AI agent prompts.
saasscaleup/laravel-n-plus-one-detector
1381 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
zappzarapp/devtoolbar
1172 Downloads
In-app developer toolbar for PHP applications: timeline, query analyzer, HTTP/cache collectors, exception tracking, request history. Ships the JS UI as a bundled asset (symfony/web-profiler-bundle pattern).
quillstack/orm
467 Downloads
An ORM which cannot be asked one query per row: touching one entity's relation loads it for every entity beside it.
benjdiasaad/laravel-db-monitor
776 Downloads
Real-time database health monitoring for Laravel applications. Detects slow queries, N+1 issues, missing indexes, and suggests performance optimizations.
romdh4ne/laravel-querycraft
33 Downloads
Find and fix Laravel performance issues automatically
jegjessing/laravel-nplusone-autofix
62 Downloads
Reads N+1 query warnings recorded by a runtime detector, asks Claude for a minimal Eloquent fix, applies the patch, and clears the row. Ships an artisan command for Laravel 11/12/13.
farikd/mongodb-profiler-bundle
196 Downloads
Dev-only MongoDB query profiler for Symfony: web-profiler panel, on-demand explain, N+1 detection and a CLI summary — for the raw mongodb/mongodb driver.
ahmedmashhour/laravel-query-debugger
248 Downloads
Automatic query tracking, analysis, and debugging for Laravel applications with N+1 detection, slow query monitoring, and performance insights
zeeshantariq/laravel-api-profiler
17 Downloads
Production-grade performance observability for Laravel APIs - track database queries, external API calls, memory usage, and execution time with interactive dashboard
maxis/laravel-eloquent-guard
11 Downloads
Runtime Eloquent performance monitor
laramint/queryguard
28 Downloads
Zero-config CI gate for Laravel: auto-instruments your test suite, baselines query counts, and fails PRs that introduce N+1s or query regressions.
alex-frolov/query-guard
4 Downloads
Detects N+1, duplicate and otherwise problematic SQL queries during a regular PHPUnit run
danydev/n-plus-one-detector
5 Downloads
Utility that detects n+1 queries triggered by doctrine orm