How to boost the performance in filament

Because after installing filament into my project, it's getting a bit slow, so are there any configurations or some tips that can help me?
Solution:
that's just the browser and how long it takes to load the js and run it. There's not really anything you can do about it. Alpine components are loaded asynchronously, so when you're not in dev mode or have dev tools open the browser will cache the js file and it will be faster.
Jump to solution
7 Replies
bdm-laravel
bdm-laravelOP12mo ago
Need help in this matter
awcodes
awcodes12mo ago
php artisan icons:cache If you’re using debugbar publish the config and disable ‘views’ collection.
bdm-laravel
bdm-laravelOP12mo ago
I ALREADY DID THIS
bdm-laravel
bdm-laravelOP12mo ago
ONE
bdm-laravel
bdm-laravelOP12mo ago
LOOK INTO THIS
Igor
Igor12mo ago
I'm using the fraken php as server and is pretty fast
Solution
awcodes
awcodes12mo ago
that's just the browser and how long it takes to load the js and run it. There's not really anything you can do about it. Alpine components are loaded asynchronously, so when you're not in dev mode or have dev tools open the browser will cache the js file and it will be faster.

Did you find this page helpful?