Forum

What is the critici...
 
Notifications
Clear all

What is the criticism of Laravel?


(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4273
Topic starter  

What is the criticism of Laravel?


   
Quote
(@elias)
Member Moderator
Joined: 5 months ago
Posts: 4273
Topic starter  

If you use Laravel to do automatic joins for you, Laravel internally actually makes two calls to database and creates your two object rather than making one join call and figuring out the results. This makes your queries slow. For this reason, I use everything except eloquent from Laravel.


   
ReplyQuote
Share: