Filament takes too long to load

Hi, excuse me a question, do you know why filament takes too long to load? Has it happened to you or does the same thing happen to you? Have you been able to solve it?
5 Replies
awcodes
awcodes14mo ago
I don’t have any problems with it. There’s a lot of things it could be but slow performance isn’t really cause by filament itself. It could be any number of things.
Jap
Jap14mo ago
try executing
php artisan icons:cache
php artisan icons:cache
that solved my problem in loading time.
lhonay
lhonay14mo ago
I also made a simple application and it was slow, even after running the cache command.
Jap
Jap14mo ago
Filament Daily
YouTube
Filament is Slow? Check Laravel Debugbar.
If you notice that some dynamic elements in Filament are loading slowly, I have a tip for you.
aacarrion4
aacarrion4OP14mo ago
Thank you very much, with: php artisan icons:cache it worked.

Did you find this page helpful?