Displaying/scrolling through heaps of pictures in the browser

Posted by user347256 on Stack Overflow See other posts from Stack Overflow or by user347256
Published on 2010-06-16T02:22:42Z Indexed on 2010/06/16 3:12 UTC
Read the original article Hit count: 240

Filed under:
|

I want to be able to browse through heaps of images in the browser, fast. THe easy way (just load 2000 images and scroll) slows down the scrolling a lot, assumedly because there's too much images to be kept in memory.

I'd love to hear thoughts on strategies to be able to quickly scroll through 10000s of images (as if you were on your desktop) in the browser. What would expected bottlenecks be? How to address them? How to fake things so that the user experience is still good? Examples in the wild?

© Stack Overflow or respective owner

Related posts about browser

Related posts about memory-management