PHP Porto #1 meetup sponsored by @infraspeak will start soon with the following talks:
- “The future of @pestphp” by @enunomaduro
- “How to build beautiful CLI Apps with #termwind” by @xiCO2k
- “3 Micro PHPStan packages to rock your world!” by @VotrubaT
While working with large Laravel projects, by far the no.1 potential performance problem is the DATABASE.
So you need to work on:
1. DB structure
2. Optimizing queries on Eloquent level
3. Eloquent vs Query Builder vs Raw queries
4. Optimizing queries on DB level
5. Caching
When using blades, you can reduce the amount of repeated code by creating a component. 🔥
💻 Try it out: php artisan make:component ShowOrEdit
📖 Documentation: https://t.co/a1TQfPXOOs
#Laravel#Blade#Components