thegazelle-ad / gazelle-server

Server for front-end and editor tools of The Gazelle
MIT License
19 stars 8 forks source link

Consider prefetching article images before marking them as loaded #38

Closed lingz closed 6 years ago

lingz commented 8 years ago

Consider that for an article or text page, before we declare it in the ready state (and finish all related animations / transitions), we might want to prefetch the images. The advantage of this is the experience will be smoother and there will be no bouncing images pushing the redraws on the page. The disadvantage of this is the text is delayed until all the images are ready. What are our thoughts?

emilgoldsmith commented 8 years ago

I guess especially know we have our loading animation, it would work really well, right? Even though text comes slower.

lingz commented 8 years ago

Yeah. I mean I think the whole images loading and pushing the text of your page down is a shitty experience and part of why apps feel better than websites.

On Sun, Aug 7, 2016, 1:16 PM Emil Goldsmith Olesen notifications@github.com wrote:

I guess especially know we have our loading animation, it would work really well, right? Even though text comes slower.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/thegazelle-ad/gazelle-front-end/issues/38#issuecomment-238076735, or mute the thread https://github.com/notifications/unsubscribe-auth/ADAFzYPSKOhsnwunt1_-Gf91vW4J61OWks5qdb6WgaJpZM4Jbvuo .

emilgoldsmith commented 8 years ago

Yeah, let's do that. I definitely agree it's a cool experience having everything show up. And with our animation it doesn't seem like it's reacting slowly, just that it's working a little bit. Or nearly just like it's instant, just with a cool transition

zanemountcastle commented 7 years ago

Instead we could use "Progressive" JPGs instead

emilgoldsmith commented 6 years ago

Closing this for now, if we find the need for it later we can open a new issue