Libraries tagged by n plus 1
saasscaleup/laravel-n-plus-one-detector
1417 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
mateffy/laraperf
3052 Downloads
Performance analysis toolkit for AI coding agents — SQL query profiling, N+1 detection, EXPLAIN ANALYZE, via Artisan commands outputting structured JSON.
jegjessing/laravel-nplusone-autofix
71 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
377 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.
benjdiasaad/laravel-db-monitor
799 Downloads
Real-time database health monitoring for Laravel applications. Detects slow queries, N+1 issues, missing indexes, and suggests performance optimizations.
ahmedmashhour/laravel-query-debugger
330 Downloads
Automatic query tracking, analysis, and debugging for Laravel applications with N+1 detection, slow query monitoring, and performance insights
rgalstyan/symfony-aggregated-queries
1 Downloads
Reduce multi-relation Doctrine queries to a single SQL statement using JSON aggregation. Solves Doctrine's N+1 problem.
joskfg/graphql-bulk-resolver
1314 Downloads
GraphQL Bulk Resolver
clcbws/laravel-eloquent-insight
4 Downloads
Premium Eloquent performance suite with N+1 resolution, ghost relation detection, hydration profiling, and AST auto-fixing.
alex-frolov/query-guard
6 Downloads
Detects N+1, duplicate and otherwise problematic SQL queries during a regular PHPUnit run
laramint/queryguard
29 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.
danydev/n-plus-one-detector
5 Downloads
Utility that detects n+1 queries triggered by doctrine orm
tokkerbaz/phpsql-lint
5 Downloads
A rule-based SQL linter, EXPLAIN-aware analyzer, and query log collector for PHP. A diagnostic and detection toolkit.
mashiur-softzino/laravel-query-debugger
3 Downloads
Auto-detect N+1 queries, slow queries and suggest optimizations for Laravel Eloquent
mage2kishan/module-performance-debugger
20 Downloads
Production-grade Magento 2 frontend performance debugger and profiler. Tracks block render time, observers, plugins, layout XML, DI resolution, DB queries (slow + duplicate + N+1), memory, and full page timeline. Surfaces a floating storefront toolbar with bottleneck detection, severity scoring, suggested fixes and estimated savings. Supports XLS + PDF report export and per-collector toggles.