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

preload images? #108

Open
techieshark opened this issue Aug 13, 2016 · 0 comments
Open

preload images? #108

techieshark opened this issue Aug 13, 2016 · 0 comments
Labels

Comments

@techieshark
Copy link
Contributor

In a couple cases, image preloading could make app seem faster:

  • while discovering, once we've loaded one image, we could load the first image for the next story the user might see
  • when viewing a story, while viewing the intro page we could preload the second image for that story.
  • when viewing the nth image for a story, we could be preloading image n+1 (e.g. preload 3rd image while user is viewing 2nd image).

see also:

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

1 participant