FilamentF
Filament7mo ago
Asmit

Filament Performance Issue on Production (Even with OPcache + filament:optimize)

Hi everyone! I’m facing a performance issue with my Laravel + Filament v3 app on the live server.

The app runs fast locally (Docker), but it feels noticeably slower in production, especially on pages with Tables and Dashboards.

What I’ve already done:
• APP_ENV=production, APP_DEBUG=false
• Ran php artisan filament:optimize
• OPcache is fully enabled (opcache.enable=1, opcache.enable_cli=1, proper memory settings)
• Ran all standard optimizations: config:cache, route:cache, view:cache
• Tried all previously suggested solutions here in Discord related to this topic

Yet, I’m still experiencing slowness.
Was this page helpful?