laravel-query-detector
laravel-query-detector copied to clipboard
Laravel N+1 Query Detector
Hi guys, I have just installed the package and have already resolved some issues. Unfortunately, I don't know how to solve that: ``` Found the following N+1 queries in this...
Hello, I discover that while my object is empty, and with the N+1 report for JsonResponse, my empty object will be converted to empty array. In my production with debug...
Maybe I'm doing something wrong, not sure, but I don't think I've got a N+1 query issue in my case. I still have the alert though. I have a ```Section```...
Integration with ajax requests to show the alert when an N+1 is detected
Hi. I got this error when I installed the package. Laravel version 6.2 , PHP version 7.2 
Hello @mpociot Thanks for this package, Smart and neat! .. Used it in one project where it allowed me to fix N+1 issues in bulk throughout the code base, a...
Hii there, I have created a simple get all details API as a State model. It looks fine in individual API but when I call the same request in batch...
Is there a special reason why the `debug_backtrace()` `limit` was set to `50`? https://github.com/beyondcode/laravel-query-detector/blob/c39994e813aa50c3f4168dc872546d7318bfebc5/src/QueryDetector.php#L25 I am in a situation where I am implementing recursive relationships and at a certain depth...
Hi@all Is that possible to test route for a N+1 problem?