Hi at all,
I am Davide and this is my first post on this FORUM. I am a computer and programming enthusiast and I am working on a project to manage the day off of employees of the Company where I work.
I have a parent calendar component and nested days child components.
The parent component retrieve all the day off request from database with an Eloquent query and then it passes the data collection to each child component.
Regarding performance, is it a correct way to operate or is it better that every child retrieve its data by Eloquent query?
Can you indicate me please a web site or youtube channel where can I learn about laravel performance and the ways to improve them?