btx
Remove FileUpload delay/debounce
Nope, why can't you see the "Uploading" circle in the gif that I shared ?
This circle is a fake delay. When he clicks the upload icon, the 2 second long circle, where it shows "Uploading" has no function, just forces the user to wait. The upload starts, when you can see the percent progess of the upload.
22 replies
Remove FileUpload delay/debounce
@awcodes According to the filepond maintainer, there is a config flag
allowMinimumUploadDuration
which can be set to false
.
Is there any option to pass config parameters for the UploadField that are not mapped to PHP? Couldn't find it in the docs
https://github.com/pqina/filepond/issues/103022 replies
Remove FileUpload delay/debounce
i get the same behaviour even on the filepond website on the demo. So I assume its a setting thing
https://pqina.nl/filepond/
also in this gif from github
22 replies
Remove FileUpload delay/debounce
After dropping the file, there is "Uploading..." for 2 seconds, without any request happening. The request starts, when percentage is shown. Also it is absolutely ridiculous, that it shows a percentage for a 1KB file, which will be transfered almost instantly
22 replies
getStateUsing() called 3 times on first load
I just checked with disabled debugbar, just with file logging, still 3 calls logged. I have a slight suspicion that this might be one of the reasons why the overall performance of v3 has become so much worse compared to v2. I just upgraded to M4 Pro, where I can't notice the lags anymore. But performance of v3 wasn't satisfying on my old 2019 MBP and i5-11400 desktop, and also its not in production.
15 replies
getStateUsing() called 3 times on first load
Since I think now it is a bug after some hours of investigation, I reported this on GitHub https://github.com/filamentphp/filament/issues/14852
15 replies