Hi!
I have a gantt instance working on a React app, but I’m having a serious issue when I filter some tasks. I measured the functions to create the array of visible tasks, but the issue is on rendering of the Gantt.
This screenshot shows how much time takes to re-render everything. https://puu.sh/DwdtC/bc0a6a8f33.png
I attached the performance profile that I took from Chrome.
Profile-20190523T130158.7z (423.0 KB)
So, is there any way to debug performance on Gantt? By that way I would know if it’s something that I did.
Thanks!