ressio / lazy-load-xt

Lazy load XT is a jQuery plugin for images, videos and other media
http://ress.io/lazy-load-xt-jquery/
MIT License
1.36k stars 245 forks source link

foolish demo stress test #121

Closed JOduMonT closed 5 years ago

JOduMonT commented 5 years ago

Hi;

I wonder if your stresstest demo is worth it because I looked in the code and you load 1000 times the same image which is like if you just have to load one image

image

dryabov commented 5 years ago

It isn't a test of image loading, it's test of how fast LazyLoadXT iterates images (i.e. scrolling is not slow down, events throttling works well, etc.). That's why the same image is used to don't measure network delays instead of LazyLoadXT performance.