laravel-review-rateable icon indicating copy to clipboard operation
laravel-review-rateable copied to clipboard

N+1 queries founded.

Open hellohasan opened this issue 2 years ago • 3 comments

image

I am using beyondcode/laravel-query-detector it warns me of the upper image. how I can prevent the egger loading.

Please help.

hellohasan avatar Jun 27 '22 12:06 hellohasan

@hellohasan What method are you calling that causes this?

codebyray avatar Aug 17 '22 23:08 codebyray

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

image

hellohasan avatar Nov 01 '22 09:11 hellohasan

Thank you for the reply. I will have a look at it and geta fix in the next release.

codebyray avatar Nov 02 '22 03:11 codebyray