Remove FileUpload delay/debounce
I am using the
Hovever, even when the file is 1kb, the upload process takes about 2 seconds. In this time, the browser shows no outgoing request. When this happens, the upload itself takes 28ms. Why is the UI waiting so long to perform the request?
I want a fast and snappy as possible expericence.
Forms\Components\FileUpload component in a form.Hovever, even when the file is 1kb, the upload process takes about 2 seconds. In this time, the browser shows no outgoing request. When this happens, the upload itself takes 28ms. Why is the UI waiting so long to perform the request?
->debounce(0) helped to reduce it by 1 seconds, but it seems this wasn't it all.I want a fast and snappy as possible expericence.