filamentphp slow
Why is my filamentphp slow for 1.5 seconds in any process I do?
8 Replies
Local or in production? When and where? You gotta provide more details than that.
See also Improving Filament panel performance
Production
I bet its
icons:cache
πYes
Route::get('/cachefonction', function () {
Artisan::call('icons:cache');
echo "Cache cleared successfully.<br>";
});
The command "icons:cache" does not exist.
check this
https://discord.com/channels/883083792112300104/1289943241004683378/1290027740841513001
just wondering why not running this from the command line like ssh into the server and run it directly?
What is the url of that particular request?