Imageflow speed up loading images

323 Views Asked by At

It takes about 7 seconds for 12 images to load the site. Each image has about 200 kb which than gets a reflection (then about 270kb for each file). Isn't imageflow using a cache? Do I have to add a setting? When is this cache refreshed (new images generated)?

Perhaps I should mention that the files are PNG-24 files with transparency ...

Edit:

I found out that without using reflect3.php the site is extremely fast. I wanted to use reflectionGET:'&cache=1' but this doesn't help.

Seems that preloadImages: true does the trick. The loading only takes half the time.

0

There are 0 best solutions below