Vincent Klaiber
What is the optimal path for custom authentication in Filament?
1. Develop a custom Password Broker in Laravel.
2. Extend and override default login, request password reset, and reset password components in Filament.
3. Create new custom Livewire pages.
1 replies
Counting relationships performance
Can we improve the performance of many-to-many text column counting relationships?
This code executes the SQL query below, which takes approximately 22 seconds to complete:
Can Filament enhance the query's performance? The custom query below currently takes approximately 3 seconds to execute on a table with over 1 million rows.
2 replies