laravel-query-detector
laravel-query-detector copied to clipboard
Laravel N+1 Query Detector
Laravel 11 is out, can you add support for it? Thanks in advance!
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
The configuration key is `sample_rate`, where "0" equals disabled and "1" equals enabled.
Hello, i think i found a issue, I have this model with 3 relations with Person Model. and when i filter to show some record without relations with persons the...
I am using the following code to count a user's open tasks: ```php $tasks_count = Auth::user()->tasks()->whereCompleted(false)->count(); ``` The plugin tells me: ``` Model: App\Models\User => Relation: App|Models\Task - You should...
Hi! First of all for your hard work. When I try to use this package, I get suggestions to fix N+1 problems as expected, but I get results like this:...
Can't install the package in Laravel 10
Now, we have a unit test that contains multiple same requests, because we want to test the rate limit. There is no N+1 problem in a single request, but if...
Hi there im receiving this error after installation. If i remove the package the error goes away.  Im using laravel 8 and php 8.0.2 Thanks...