wormsan / vue-lazyload-img

A plugin of vue for image lazyload(vue图片懒加载插件)
http://docs.gomeminus.com/vue-lazyload-img/test/bundle.html
MIT License
249 stars 52 forks source link

performance problem #15

Closed spfan closed 6 years ago

spfan commented 7 years ago

window.addEventListener('scrollEnd', () => {}) will execute too many time when the page has a lot of img.

wormsan commented 7 years ago

I'll test it later when I have time, and if you have a better way to judge when the scrolling movement is done. I'll appreciate if you pull a request.

wormsan commented 6 years ago

In v2.1.0 I had removed these liseners, and there were only 2 liseners now.