laravellaravel-filament

laravel filament very slow


At the moment, I'm engaged in a project that employs Laravel's Filemant, and I've noticed significant slowness when navigating between pages or submitting forms. The delay can range from 10 to 18 seconds. My development environment is : Wampserver Windows 10, an Intel Core i7 7th Gen CPU, 16 GB of RAM, and an SSD drive. The screenshot shows the problem I'm having

While viewing tutorials on Laravel Filament, I haven't observed them encountering this issue. I did not understand the problem and did not find the solution. Please help.


Solution

  • The use of external icons blade and the Windows environment is also one of the reasons why the Filament is very slow. php artisan icons:cache solves the issue.