Libraries tagged by n plus one
martinkup/symfony-profiler-optimization-advisor-bundle
3564 Downloads
Symfony Profiler bundle that analyzes per-request signals and produces scored, actionable optimization opportunities with ready-made AI agent prompts.
ahmed-bhs/doctrine-doctor
13737 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.
saasscaleup/laravel-n-plus-one-detector
1334 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
zappzarapp/devtoolbar
1105 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).
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.
milpa/command
3097 Downloads
The Command-as-atom core: the surface-agnostic Operation value object plus the CommandProvider and SurfaceProjector contracts. One operation, N surfaces.
romdh4ne/laravel-querycraft
31 Downloads
Find and fix Laravel performance issues automatically
farikd/mongodb-profiler-bundle
166 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
156 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
thamibn/laravel-periscope
26 Downloads
Laravel adapter for php-periscope — wires Telescope-tier observability events into the periscope C extension's trace. Time-travel debugging, SQL/log/cache/job inspection, and an AI-native MCP server in one package.
mjgapp/larascan
13 Downloads
Dependency-free Laravel static analysis scanner with auto-fix, baseline, and SARIF output. Composer + Claude Code skill.
maxis/laravel-eloquent-guard
11 Downloads
Runtime Eloquent performance monitor
danydev/n-plus-one-detector
5 Downloads
Utility that detects n+1 queries triggered by doctrine orm
snype/nplusone
13 Downloads
This package helps you detect and log N+1 queries in a Laravel application to help optimize database performance. By listening to all database queries executed during the request lifecycle, the package identifies queries that may lead to N+1 query problems, which can severely impact the performance of your application.