-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Show upload speed if showProgressDetails: true
#766
Comments
that's a nice thing! I like it. We are all technical web people. But not everyone is thinking this way. For those people using websites/platforms/tools we made, it may be to much and not understandable information (especially when dealing with different units to keep numbers of decimal cont constant). With this, depending on the audience for whom uppy is used, maybe it should be optional to show this additional information... |
edit some details in post above. |
hm not sure if "showProgressDetails: true" should be more granular to deal with this. |
Hi @hpvd! Just to clarify, I meant to display this only when people opt-into But when enabling details, I'd like to also render bandwidth. I've been relying on my gutfeeling so far to establish that: "hey, i think this should be faster now", so we could get some debugging done. I could imagine that if people know they have a 20mbit/s upload (but haven't worked long enough with networking to establish said gut-feeling), but see it only uploads at 300kbit/s, some might start making some noise - and then we can fix potential problems (or they can fix their connection / complain with the hotel / move their laptop to a better place, etc). |
Yes we could consider making But seeing the bandwidth will help us to hammer out kinks under the hood that need to be hammered out before a 1.0, so there's that :) |
off course v1.0 is far more important :-D |
just got a deja-vu: #65 (comment) |
Yes it would be configured by the owner of the web/app
Not sure about FF, I bet it can do it. With chrome it's a dropdown in the network tab |
maybe one could also think about showing full details on hover on progressbar... (optional) |
Added to backlog, closing for now. |
Currently it looks like this
I think it would be nice to also show kbit/s or mbit/s, etc. Reason: it's easier to diagnose if there is a component that is performing suboptimal (wether your connection, tusd, uppy-server, etc)
The speed could then also be used to render a smoother progress animation in between update events
The text was updated successfully, but these errors were encountered: