Devlog: Blogging Tools - Chunking File Uploader
lmika.org·3h
Flag this post

I’m hoping to use Micro.blog more for video hosting, meaning that I would like a fast way to upload them. Because my internet connection is not fast, I’m looking at adding some fancy uploading techniques to Blogging Tools. Blogging Tools does have a simple file repository, and I’ve already built a reusable upload component, which uploads the contents of a file with a single HTTP request. My goal is to improve the performance of this by using a few of the techniques found on this dev.to page, such as chunking and concurrency.

But first, I start with some baseline tests. I will simulate a slow upload by throttling the browser speeds at “Fast 4G”, and test the time it takes to upload a 45.4 MB f…

Similar Posts

Loading similar posts...