Optimizing Table Load Speed
"Hi,
I'm comparing the performance of my application built with NOVA V4 and FILAMENT v3. When loading 50 records, NOVA takes 1.08 seconds, while FILAMENT takes 4.21 seconds. Both applications are already in production and are using the same specifications.
Things I've already done:
I'm comparing the performance of my application built with NOVA V4 and FILAMENT v3. When loading 50 records, NOVA takes 1.08 seconds, while FILAMENT takes 4.21 seconds. Both applications are already in production and are using the same specifications.
Things I've already done:
- Ran
php artisan optimize:clear - Ran
php artisan config:cache - Ran
php artisan view:cache - Ran
php artisan route:cache - Ran
php artisan icons:cache




Solution
summary:
- run
php artisan icons:cache - run
php artisan filament:cache-components - run
php artisan optimize - implement OPCache

