Any suggestions on speeding up filament?
I've recently deployed a large project (an ecommerce site) that uses filament as an admin panel. The server is pretty beefy (Xeon Quad Core, 16GB ram) but page loads and pagination seem quite sluggish. Are there any tips and tricks to further optimizing it? I'm not talking about tables where I have multiple queries and custom column views, but basic listing where I have 5 queries tops.
I've noticed the same issue on way smaller scale projects on the same server.
I'm running PHP 8.1 FPM with apache and mariadb 10.3. Laravel 9.
I've noticed the same issue on way smaller scale projects on the same server.
I'm running PHP 8.1 FPM with apache and mariadb 10.3. Laravel 9.