Image slider performance

89 Views Asked by At

i was testing some image sliders written with javascript and i thought i could use them instead of coding it from the scratch.

If it comes to a big amount of images (400) it is just horrible slow. I did some testing with firefox developer tools and the network monitor shows that e.g. 5 images are loading within 10-15 ms and then others with 300 - 600ms. Its totally random. All images are nearly the same size. Overall it is taken over a minute to load 80MB. Tested in a local environment.

Any ideas without seeing some code?

0

There are 0 best solutions below