Open
Description
Describe the Bug
Storing a single image in Payload takes ~1-2 seconds at a minimum because of the safe filename check that is performed in order to determine if the filename is already taken. If it is, we append -<number>
on the end.
It was reported that explicitly setting the filename to be unique didn't help, either.
One possible solution is to append a unique string on all uploads. This would avoid having to do the uniqueness check. Ideally, this would be behind a flag if implemented.
Payload Version
2.x
Adapters and Plugins
No response