How to make FilamentPHP faster

Hello,
I am using FilamentPHP on a few of my projects and I kind of feel that V2 is much faster than V3.
I am facing issues with slow sorting on table which uses a few sum and avg queries for each record on the table and also when I click on any action button on the table it takes a few seconds to load the modal for add or edit forms which also uses some relationship drop downs.
I am using shared hosting for all my projects and I made a few admin panels with Alpinejs and Livewire which works a lot faster than Filamentphp admin panel. Please let me know what are the best practices to do to make it more user friendly and increase the performance.

Thank you
Was this page helpful?