laravel-review-rateable
laravel-review-rateable copied to clipboard
N+1 queries founded.
I am using beyondcode/laravel-query-detector it warns me of the upper image. how I can prevent the egger loading.
Please help.
@hellohasan What method are you calling that causes this?
$ratings = $course->getAllRatings($course->id, 'desc');
In the getAllRatings method, I retrieve all ratings and try to show the rating with author's name, this time the N+1 warning occurs.
Thank you for the reply. I will have a look at it and geta fix in the next release.