You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
We've had the same issue and will supply a patch for this. The issue is that shift() is REALLY slow on a huge array. We've seen 15 secs just to shift() and array to nothing vs 3 ms to loop over it.
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?
The text was updated successfully, but these errors were encountered: