- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
6 months 1 week ago#1343by EliasWhat is the criticism of Laravel?
- Elias
Topic Author- Offline
- Administrator

Less More- Posts: 4306
- Thank you received: 0
6 months 1 week ago#1344by EliasIf 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