Tinkerwell 3 is available now! 🎉 Autocompletion, magic-comments, and more! Tinkerwell 3 is available now! 🎉 Autocompletion, magic-comments, and more! Get your license now
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).
You can install the package via composer:
composer require beyondcode/laravel-query-detector --dev
The package will automatically register itself.
Kickstart your Laravel Websockets project with this in-depth video course – sign up to our newsletter and get a notification when it launches.