I have some questions about Filament's performance. I'm building an admin panel to manage health information, and while it works, it's quite slow when running locally. I noticed the same issue when testing the Filament demo on my machine.
After deploying it to a VPS, the performance improved, but I feel it could be even better. Has anyone faced similar issues? Any tips on optimizing performance?
I noticed many requests from Livewire, and those requests are always executed when I navigate through the menu. Their duration is also quite long.
I run those php artisan commands always when my docker container is generated.
My goal is replicate the filament demo performance
Thanks in advance!