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:
  • 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
Are there any other steps I can take to improve the performance of my FILAMENT application? Thank you in advance."
Screenshot_from_2024-02-20_09-52-12.png
Screenshot_from_2024-02-20_09-51-28.png
Screenshot_from_2024-02-20_09-53-11.png
Screenshot_from_2024-02-20_09-54-02.png
Solution
summary:
  1. run php artisan icons:cache
  2. run php artisan filament:cache-components
  3. run
    php artisan optimize
  4. implement OPCache
Was this page helpful?