laravel-query-detector icon indicating copy to clipboard operation
laravel-query-detector copied to clipboard

Laravel N+1 Query Detector

Results 23 laravel-query-detector issues
Sort by recently updated
recently updated
newest added

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...

good first issue

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...

good first issue

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. ![Captura de ecrã 2021-03-11 211739](https://user-images.githubusercontent.com/4996638/110862734-3da45680-82af-11eb-92de-106f08809d0a.png) Im using laravel 8 and php 8.0.2 Thanks...