Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload performance #68

Closed
micahalcorn opened this issue Feb 16, 2015 · 2 comments
Closed

Upload performance #68

micahalcorn opened this issue Feb 16, 2015 · 2 comments
Labels

Comments

@micahalcorn
Copy link

Thanks for this great package and thorough Readme with examples.

I am handling some PDF uploads that are 0x.x MB in size and they are taking several minutes to complete. This is much, much slower than my connection speed would imply.

Is there something I need to do on my size or AWS to improve this?

@gsuess
Copy link
Contributor

gsuess commented Feb 19, 2015

I don't really know why it's running slow for you.

I would recommend trying to isolate it from anything else that may slow it down.

It should not take several minutes to upload small files, however when uploading small files the overhead of establishing the upload will not be negligible. This means that it will take up to twice as long to upload the file than it would be if you just divide the file size by your bandwidth.

@raza2022
Copy link

@gsuess @micahalcorn have you work around? Hi am getting the same, for 1 MB file it takes 2 and half minutes. i already check my configuration nothing special or extra work. one more thing when i upload the same file directly on aws console it's take less then half minute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants