Cheese enthusiast 🧀
How's it coming along?
How's it coming along?
Looks amazing 💅
Looks amazing 💅
In-depth understanding of rendering/effect (wip), has needed researching out of the docs though
In-depth understanding of rendering/effect (wip), has needed researching out of the docs though
The testing pros you mention is already super nice as I find frontend component testing far from fun 😅
The testing pros you mention is already super nice as I find frontend component testing far from fun 😅
Feels similar to my situation while I'm still looking to find the time and give livewire another real chance 👀
I never considered it that way but the mind shift you mention, really resonate 💡
Feels similar to my situation while I'm still looking to find the time and give livewire another real chance 👀
I never considered it that way but the mind shift you mention, really resonate 💡
- consider raw SQL when possible for updates on large datasets
- If eloquent/models then be mindful of loaded fields, relations, default $with, events etc
- reach for jobs more
- consider raw SQL when possible for updates on large datasets
- If eloquent/models then be mindful of loaded fields, relations, default $with, events etc
- reach for jobs more
Data manipulation in migration/command on large model collections ended with model hydration increasing execution time and memory by a ton (this was back in laravel 5 i think)
Data manipulation in migration/command on large model collections ended with model hydration increasing execution time and memory by a ton (this was back in laravel 5 i think)