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:Jump to 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.
7 Replies
Need help in this matter
php artisan icons:cache
If you’re using debugbar publish the config and disable ‘views’ collection.I ALREADY DID THIS
ONE
LOOK INTO THIS
I'm using the fraken php as server and is pretty fast
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.