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

Leave off the sub-second resolution until the request is completed, add ETA? #48

Open
PenelopeFudd opened this issue Mar 16, 2017 · 0 comments

Comments

@PenelopeFudd
Copy link

PenelopeFudd commented Mar 16, 2017

When loading a page, the Time value goes up approximately once a second, but it's displayed with microsecond precision. As the extra digits aren't useful and serve as more of a distraction, could you hide them until the request finishes? For extra polish, the sleep time between updates could be adjusted so that they occur on the second: sleep( 1- ( elapsedTime - int(elapsedTime) )

Also, could an ETA be shown? I realize that a page can be composed of many parts, each of which can load at different speeds, but for those times when the user is waiting for the page to load and watching the time go by, it would be nice to see how long the currently loading request might take. The speed and size (for non-streaming requests, anyway) are known, so there is enough data to calculate an ETA, however inaccurately.

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

No branches or pull requests

2 participants