Ask HN: Page Load Time Feature
Mashable has a nifty feature where all the images don't load when you log on. Instead, they load up one by one when you scroll down, significantly speeding up the page load time. How do they do this?
5 comments
You can do this with jQuery, e.g.:
http://www.appelsiini.net/projects/lazyload/enabled_fadein.h...
Download here: http://www.appelsiini.net/projects/lazyload
Download here: http://www.appelsiini.net/projects/lazyload
Thanks, I'll give it a try, hoping to make my site faster.
Thanks!
Their site is also painfully slow to begin with. Thank god they are doing something like this.
[deleted]