File Upload Speed

Hey,

I’m building an application that allows users to upload videos as part of their portfolio and I wanted to find out how I can improve upload speeds. I created a test user and tried uploading a video, but the process took over an hour. The file was just over 90MB, and my Wi-Fi upload speed is 100 Mbps. Based on my research, a file of that size should upload in about 2 minutes at that speed, so the current performance seems unusually slow.

What can I do to ensure users experience upload speeds that match their available bandwidth when uploading files in my application?

Am I missing something, or is there a tool, library, or plugin that can help increase my app’s upload performance? Or would upgrading to a higher bubble package make a meaningful difference?

Regards,

There are plugins that won’t upload directly to file manager, and allow developers to require a configuration to after initial upload, to then save to file manager. From my use of them, there are various benefits, one being a faster perceived load to the user.

Do you know one I can try?