LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 268 forks source link

Slow file uploading #127

Closed bologer closed 8 years ago

bologer commented 9 years ago

Hello,

I am using this Simple-Ajax-Uploader and I recently find out that it is pretty slow on file larger files (1.2-x.x mb). I am not sure if it is because of the plugin or it is because of the server.

Could you please give me some clue about this issue?

LPology commented 9 years ago

Is it slow during the actual upload, or somewhere else? If it's slow during the upload, it's almost certainly a networking or server issue. Have you done any other benchmarking?

bologer commented 9 years ago

Alright. What about server-side part of this script? Does it work fast on large files? And if everything is OK with the script and it is problem with the server, could you please suggest some improvement for the back-end part?