TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Displaying a million images on a page, in a way that doesn't suck?

2 pointsby Rayzarover 14 years ago
Well, CoolIris seems like a possibility...any other ideas?

2 comments

terryjsmithover 14 years ago
Just look into lazy loading. Google image search is doing it, as it Facebook now as far as I can tell. Basically all of your images on one page and you load them based on the user's scrolling and what's visible. There's a plugin available from jQuery that can help get you started:<p><a href="http://www.appelsiini.net/projects/lazyload" rel="nofollow">http://www.appelsiini.net/projects/lazyload</a>
评论 #1670706 未加载
somagrandover 14 years ago
Haha through flash. Enjoy performance tanking.