Less More -
Posts: 4306
-
Thank you received: 0
-
-
-
Less More -
Posts: 4306
-
Thank you received: 0
-
-
-
3 months 3 weeks ago #1344 by Elias Katsaniotis,MSc 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.
- Q&A
- Index
- PHP Frameworks
- Laravel
- What is the criticism of Laravel?
Time to create page: 0.113 seconds