v14.2
We have an igGrid in an igDialog. We have checkboxes that select groups which populate the grid. Each group contains anywhere from 4 - 100 items. We are running into performance issues when there are a lot of items in the grid - say more than 50. Paging is disabled because it confuses our users if a group overlaps to another page (the number of items).
I've done some internal debugging and I've isolated the issue to this method in the module:
_trackFocus()
If this method is called, it causes a timeout function to do some work every 200 milliseconds which is causing the screen to repaint VERY SLOWLY - indefinitely. From my testing, removing this call doesn't impact any functionality that we need and it prevents the performance issue.
We are trying but it will take us some time to create a sample reproducing this in an isolated sample. In the meantime, is there a work around to using igDialog without the overhead over focus tracking? I've searched but I haven't found any similar issues.
(Thoughts?)
The issue happens in FF but only for about 2 seconds then the performance is great again. In IE the performance issues linger indefinitely from what I can tell.
There is a rogue debugger statement on line 66 that you should remove prior to testing...sorry!
Never mind - I lied.
I've modified the example you gave me with a test scenario based on how we are using your controls.
REPRODUCTION STEPS:
1. The screen will load - an igdialog will open. At the moment, performance is great.2. Click on the search button. The grid will load with data.3. At this point the performance will suffer.
Try clicking in a quick manner on the control text boxes or trying to expand the groups in the grid. There IS a noticeable lag. Try clicking 20 times within 3 seconds on some of the controls and it will queue the clicks up.
SOLUTION:
In the file on line 47 - our internal fix to the problem is commented out. Include our fix and perform the same test. No more lag and the UI is VERY responsive.
WHAT ELSE WE'VE NOTICED:
The more records that are present in the grid, the more it lags. So if you check only "HEATING AND FANS" then the response time is good. But the more you add, the slower it gets.
Also if we comment out the grid's databind method, the performance is still great.
Issue is still present in the newest 14.2 service release that went out last week.
Performance is severely impacted and is reduced to 1 FPS. This metric was gathered looking at debugger controls in IE, FF and CHROME.
Let me know if you require anything else.
thanks,
Hello,
I am still following up. Have you been able to resolve the issue?If you have any concerns or questions, please feel free to contact me, I will be glad to help you.Thank you for choosing Infragistics components!
Hello Karthik,
Looking forward for hearing from you.