Optimize the search function.
Replace the .forEach with for-loop. Didn't really measure the benefit, but maybe something goes better in IE, as it's a heavily used loop when performing the search.
Loading
Please register or sign in to comment
Replace the .forEach with for-loop. Didn't really measure the benefit, but maybe something goes better in IE, as it's a heavily used loop when performing the search.