That doesn't tell us anything.
If there is a high load on your database server you better check your queries and make sure you have the proper indexes.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
hi Hello hosting company from which I get services He sent me an email containing this error in which the email mentioned this How to fix this, which MySQLL has a high consumption It should be noted that the project was implemented with Laravel 8
109 learnc_learnc localhost:46820 learnc_learnc Sleep 2 NULL 0.000
108 learnc_learnc localhost:46818 learnc_learnc
@johnDoe220 50 queries sounds like a n+1 issue and 48 models is probably a biproduct from that n+1. So no it's not normal. I would check the Eloquent and if you do any calls to relationships in your views.
I suggest looking at eager loading and see if that helps.
https://laravel.com/docs/8.x/eloquent-relationships#eager-loading
Please or to participate in this conversation.