Home › Forums › JavaScript › Preloading images using jQuery › Reply To: Preloading images using jQuery
June 26, 2015 at 4:54 pm
#204253
Participant
Shane’s link led to this, which I thought was particularly interesting :
https://developers.google.com/speed/pagespeed/insights/
Some of the advice there, like using inline JS to speed things up would not be something I’d ever consider though. But I’ll definitely be looking at leveraging browser caching myself.
A bit more on topic – preloading images won’t speed up the process itself. it can only take care of not seeing the images ‘build up’ while loading.