Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blueimp file upload plugin slower on Windows client browsers

My web site uses the Blueimp Jquery file upload plugin, and runs on a CentOS 6 server (using the PHP handler). The site is only accessed on our internal network (clients are 1gbps to the desktop).

Consistently, upload speeds are far slower on Windows, regardless of browser: IE, Chrome, Firefox etc.

Upload speeds average around 50mbps on a 200mb test file (TIFF image). However, on Mac OS X clients, regardless of browser, speeds average at around 300mbps with the same file, which is considerably faster.

The test machines are on the same network and subnet etc. Can anyone suggest how to troubleshoot this, or which BlueImp settings may be affecting the upload speeds only on Windows?

Does the OS or Windows based browsers handle chunked file uploads in a different way, that may require a settings tweak?

TIA for any suggestions.

like image 215
BSUK Avatar asked Oct 31 '22 17:10

BSUK


1 Answers

Do they both have HDDs/SSDs? Otherwise it might be a difference in read speed.

If they do, maybe you could check Windows' Resource Monitor and see what is using up bandwidth.

Source: https://superuser.com/questions/424958/slow-upload-speed-on-windows-compare-to-mac

If that's not the problem, maybe it is an issue with the wireless adapter (assuming they use wireless).

It may be a blueimp problem, but it doesn't look like there is any platform-specific code in the source.

like image 58
somebody Avatar answered Nov 09 '22 04:11

somebody