Libraries tagged by n-plus-one
ahmed-bhs/doctrine-doctor
10685 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
1205 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
martinkup/symfony-profiler-optimization-advisor-bundle
428 Downloads
Symfony Profiler bundle that analyzes per-request signals and produces scored, actionable optimization opportunities with ready-made AI agent prompts.
benjdiasaad/laravel-db-monitor
494 Downloads
Real-time database health monitoring for Laravel applications. Detects slow queries, N+1 issues, missing indexes, and suggests performance optimizations.
romdh4ne/laravel-querycraft
27 Downloads
Find and fix Laravel performance issues automatically
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
23 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.
ahmedmashhour/laravel-query-debugger
117 Downloads
Automatic query tracking, analysis, and debugging for Laravel applications with N+1 detection, slow query monitoring, and performance insights
danydev/n-plus-one-detector
5 Downloads
Utility that detects n+1 queries triggered by doctrine orm
zufarmarwah/laravel-performance-guard
4 Downloads
Production-safe performance monitoring for Laravel - detect N+1 queries, slow queries, and memory issues
thamibn/laravel-periscope
16 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.
qdenka/laravel-query-doctor
7 Downloads
Detect N+1 queries, missing indexes, and slow queries in your Laravel app before they reach production.
mjgapp/larascan
5 Downloads
Dependency-free Laravel static analysis scanner with auto-fix, baseline, and SARIF output. Composer + Claude Code skill.
marwen-brini/smart-query-analyzer
0 Downloads
A comprehensive query performance monitoring and optimization package for Laravel