fxmonster/laravel-query-detector

Laravel N+1 Query Detector
6,732
Install
composer require fxmonster/laravel-query-detector
Latest Version:1.4.0
PHP:^7.1 || ^8.0
License:MIT
Last Updated:Dec 10, 2020
Links: GitHub  ·  Packagist
Maintainer: fxmonster

Laravel N+1 Query Detector

Latest Version on Packagist Build Status Quality Score 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 marcel@beyondco.de instead of using the issue tracker.

Credits

License

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

Related Packages

beyondcode/laravel-query-detector

Laravel N+1 Query Detector

8,042,444 2,056
beyondcode/laravel-er-diagram-generator

Generate ER diagrams from your Laravel models.

1,639,193 2,021
beyondcode/laravel-dump-server

Symfony Var-Dump Server for Laravel

45,121,824 1,557
beyondcode/laravel-self-diagnosis

Perform various self diagnosis tests on your Laravel application.

1,212,521 1,451
beyondcode/laravel-confirm-email

Add email verification to your Laravel projects.

57,589 553