0
I’m testing a slide of images, I’m dynamically altering the background using jquery’s "css" function by changing the url("image path"); But I realized that every time there’s a switch, he lowers the image again. Do you have to leave the background already downloaded and use it without having to request it at all times? Don’t mind, it’s ugly. http://codepen.io/rogeralbinoi/pen/Hlpft?editors=101
this is the same working using the img tag instead of background: http://codepen.io/rogeralbinoi/pen/kbIDp
Check that the image headers are allowing it to be cached. In addition to what has already been answered, this is a factor to consider.
– Bacco