What happened?
On every Filament request, this package attempts to create an "icon-picker-icons" directory for use of custom uploaded files.
https://github.com/lukas-frey/filament-icon-picker/blob/7c28d7ff9e4fd3bf1f28443965f77d61ff280b7e/src/IconPickerServiceProvider.php
I don't use the custom icons, nor have the solution as to where to move this code, but I do know it's a bottleneck, especially if accessing the cloud storage has any latency.
How to reproduce the bug
Load any Filament page.
Package Version
3
PHP Version
8.4
Laravel Version
12
Which operating systems does with happen with?
No response
Notes
No response
What happened?
On every Filament request, this package attempts to create an "icon-picker-icons" directory for use of custom uploaded files.
https://github.com/lukas-frey/filament-icon-picker/blob/7c28d7ff9e4fd3bf1f28443965f77d61ff280b7e/src/IconPickerServiceProvider.php
I don't use the custom icons, nor have the solution as to where to move this code, but I do know it's a bottleneck, especially if accessing the cloud storage has any latency.
How to reproduce the bug
Load any Filament page.
Package Version
3
PHP Version
8.4
Laravel Version
12
Which operating systems does with happen with?
No response
Notes
No response