Closed jabooth closed 9 years ago
Currently bringing up the asset list to search through brings the browser to it's knees as we place into the DOM all asset ids at once.
Airbnb seems to have a nice JS lib for this issue called Infinity
May be simple to switch this in for the current DOM list and fix this perf bottleneck.
fixed in #114
Currently bringing up the asset list to search through brings the browser to it's knees as we place into the DOM all asset ids at once.
Airbnb seems to have a nice JS lib for this issue called Infinity
May be simple to switch this in for the current DOM list and fix this perf bottleneck.