Laravel-Challenge-Movie-Table-Eloquent icon indicating copy to clipboard operation
Laravel-Challenge-Movie-Table-Eloquent copied to clipboard

Challenge Accepted

Open tkadahal opened this issue 3 years ago • 3 comments

Screenshot from 2021-08-09 12-07-22

tkadahal avatar Aug 09 '21 06:08 tkadahal

It still load 1054 models.You can try something with withAvg(). https://laravel.com/docs/8.x/eloquent-relationships#other-aggregate-functions

nipunTharuksha avatar Aug 09 '21 06:08 nipunTharuksha

It still load 1054 models.You can try something with withAvg(). https://laravel.com/docs/8.x/eloquent-relationships#other-aggregate-functions

thank you @nipunTharuksha . Made changes

tkadahal avatar Aug 09 '21 07:08 tkadahal

Thanks, @nipunTharuksha for reviewing the code by @tkadahal and helping me :)

Your final solution looks good, but a few more things could be done, I will discuss it in my upcoming video.

PovilasKorop avatar Aug 09 '21 12:08 PovilasKorop