Parallel uploads, chunking, compression, so many options to upload... If only there was a way to test all methods.
A live side by side comparison of techniques to reduce upload time by doing more on the client. Drop some files on the hungry duck and watch the results.
| Method | File | Size | Time(1) | Time(2) | Time(3) |
|---|---|---|---|---|---|
| Serial | |||||
| Parallel | |||||
| Resize + Chunks + Serial | |||||
| Resize + Parallel | |||||
| Resize + LZMA + Serial | |||||
| Resize + LZMA + Parallel | |||||
| Resize + ZIP + Serial | |||||
| Resize + TAR + GZIP + Serial | |||||
| Resize + TAR + BZIP2 + Serial |
* This demo is built on the DragAndDrop and FileTransfer services. For archiving, compression and chunking, these additional services are used: Archiver, LZMA and FileAccess. Resize is image resizing. If a large image (gif, jpg or png) is dropped, ImageAlter will resize the image to a maximum width or height of 800px.