Libraries tagged by n plus one
saasscaleup/laravel-n-plus-one-detector
48 Favers
234 Downloads
234 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
2a/symfony-performance-analyzer
0 Favers
13 Downloads
13 Downloads
Bundle to monitor and analyze performance of Symfony applications
danydev/n-plus-one-detector
1 Favers
5 Downloads
5 Downloads
Utility that detects n+1 queries triggered by doctrine orm
snype/nplusone
0 Favers
11 Downloads
11 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.