I have a process that updates hundreds of rows in a grid via jQuery. It takes too long so I am trying to figure out where the bottleneck is first so I can work there. I tried Chrome’s profiling tool, but having a hard time understanding it (see screenshot). How do I figure out which is the problem since self and total completely different?
Share
selfis how much time was spent doing work directly in that function.totalis how much time was spent in that function, and in the functions it called.