Skip to content

[Bug]: Performance Issue due to Filesystem call #62

Description

@austincarpenter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions