I am facing performance issue when I load a large number of data set from my application. I used javascript profiler to identify the root cause. And found that one of the function _runDelayedTriggers() took long time in the backbone-nested.js(line number : 233) . Please refer the below screenshot that captured from Javascript profiler.
Can you please someone help to resolve this issue?

