laravel-nplusone-autofix
by jegjessing
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.
laravel-nplusone-baseline
by bigenergy
Catch N+1 regressions in CI. Collects lazy-loading violations across your whole test suite, compares them against a committed baseline, and fails the build only on new ones.
laravel-n1-detector
Detect N+1 queries in your Laravel tests via SQL fingerprinting, and fail CI when they appear.
laravel-query-budget
by ericklabs
Detect SQL query regressions in Laravel tests using configurable query budgets.
laravel-periscope
by thamibn
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.
laravel-slow-query-detector
Detect slow queries and N+1 problems in your Laravel app. Logs warnings with query details, execution time, and origin.
laravel-performance-guard
by zufarmarwah
Production-safe performance monitoring for Laravel - detect N+1 queries, slow queries, and memory issues
laravel-api-profiler
by zeeshantariq
Production-grade performance observability for Laravel APIs - track database queries, external API calls, memory usage, and execution time with interactive dashboard
laravel-n-plus-one-detector
by saasscaleup
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11