]> git.wh0rd.org - tt-rss.git/commit - js/viewfeed.js
only do article update operations once when scrolling
authorVeit Lehmann <veit.lehmann@googlemail.com>
Tue, 25 Jun 2013 03:08:44 +0000 (06:08 +0300)
committerVeit Lehmann <veit.lehmann@googlemail.com>
Tue, 25 Jun 2013 03:08:44 +0000 (06:08 +0300)
commitd1754390cc1c45eb469daf0221e235ca1a02d555
treeb4e5f382efed6b6d21a5918c9ea0b7df9dc42d57
parentd1343b844d96e808620a230ee8f39764acedb581
only do article update operations once when scrolling

I discovered that DOM operations and function calls were done several times inside the 100px mirror when scrolling through articles. Especially painful on seamless scrolling systems like Mac OS, where dozens of updates would slow down this part dramatically. This change fixes it.
js/viewfeed.js