LaravelPackages.net
Acme Inc.
Toggle sidebar
beyondcode/laravel-query-detector

Laravel N+1 Query Detector

7.284.049
2.054
2.3.0
About beyondcode/laravel-query-detector

beyondcode/laravel-query-detector is a Laravel package for laravel n+1 query detector. It currently has 2.054 GitHub stars and 7.284.049 downloads on Packagist (latest version 2.3.0). Install it with composer require beyondcode/laravel-query-detector. Discover more Laravel packages by beyondcode or browse all Laravel packages to compare alternatives.

Last updated

Laravel N+1 Query Detector

Latest Version on Packagist Total Downloads

The Laravel N+1 query detector helps you to increase your application's performance by reducing the number of queries it executes. This package monitors your queries in real-time, while you develop your application and notify you when you should add eager loading (N+1 queries).

Example alert

Installation

You can install the package via composer:

composer require beyondcode/laravel-query-detector --dev

The package will automatically register itself.

Documentation

You can find the documentation on our website.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Star History Chart