Libraries tagged by laravel database query logger
akshitarora/dblog
3 Favers
3 Downloads
3 Downloads
Tool to log heavy database queries in the Laravel application
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.