Libraries tagged by oneplusone
oneplusone/cmwquery
635 Downloads
Sent easy request to your comindwork
saasscaleup/laravel-n-plus-one-detector
1452 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
jegjessing/laravel-nplusone-autofix
82 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.
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.
kirkill823/laravel-nplusone-detector
3 Downloads
bigenergy/laravel-nplusone-baseline
1 Downloads
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.