Performance enhancement for Links(Dependencies)

Hello team,

Is there any way to improve the gantt performance for the project plan having more links(dependencies)

I observed the performance of gantt is reducing as the number of links is increasing

My project plan is having over 1600 tasks and more than 70 links between them

If I make the links array as empty immediately it will load very quickly

Hello Siddhesh,
Gantt performance depends not only on the number of tasks and links, but also on the enabled features.
I don’t see any issues in the following samples when I add 5000 tasks and links:
https://snippet.dhtmlx.com/ri1b3mth

https://docs.dhtmlx.com/gantt/samples/08_api/10_performance_tweaks.html

Probably, the issue is related to the Gantt configuration, but it is hard to suggest what might be wrong as I don’t see your code.
Please add your configuration to the following snippet and make sure that the issue is reproduced there:

Then, click on the Save button and send me the link.
Or send me a ready demo with all the necessary JavaScript and CSS files so that I can reproduce the issue locally.