This is a Laravel package that detects and reports unoptimized database queries by leveraging the database's EXPLAIN feature.
samasend/laravel-query-diagnosis is a Laravel package for this is a laravel package that detects and reports unoptimized database queries by leveraging the database's explain feature..
It currently has 2 GitHub stars and 8 downloads on Packagist (latest version v0.1.0).
Install it with composer require samasend/laravel-query-diagnosis.
Discover more Laravel packages by samasend
or browse all Laravel packages to compare alternatives.
Last updated
This is a Laravel package that detects and reports unoptimized database queries by leveraging the database's EXPLAIN feature. This valuable tool helps developers identify performance bottlenecks, optimize database interactions, and enhance the overall efficiency of their applications. By integrating seamlessly into Laravel projects, this package serves as a crucial resource for maintaining optimal database performance and delivering smooth, responsive user experiences.
This package is heavily inspired by beyondcode/laravel-query-detector.
You can install the package via composer:
composer require samasend/laravel-query-diagnosis --dev
The package will automatically register itself.
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.