menpo / landmarker.io

Image and mesh annotation web application
https://www.landmarker.io
BSD 3-Clause "New" or "Revised" License
114 stars 21 forks source link

only load 50 list elements at a time for perf. #114

Closed jabooth closed 8 years ago

jabooth commented 8 years ago

Now only the first 50 elements by default are placed in the DOM in the asset list. A 'Load more..' button is automatically appended to the list to increase the list size if there are more than 50 elements in the list.

This change keeps performance acceptable on large datasets.