We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Gantt Chart load is too slow

Hello

My Gantt chart extracts data from SQL Server, which has approximately 500 records. However, it takes around 16 seconds to display the data. Is there any way to improve this issue? I am using PHP and the database is SQL Server.

The image below shows the messages in my console. The DOM mutation listener is running one by one, and all of them need to be completed before displaying.

Has anyone this question?

Thanks



2 Replies

UA Udhayakumar Anand Syncfusion Team April 25, 2023 02:19 PM UTC

Hi


Thank you for reaching out to us with your concern regarding the performance of your Gantt chart while extracting data from SQL Server. We understand that this issue is causing inconvenience to you.

You can see in the console log that it doesn't take much longer to render the Gantt chart than the video we've provided, which shows 600 records being rendered.

If you still face the error we suggest using virtual scroll which will allow you to load large amounts of data without performance degradation. This feature can be implemented in your Gantt chart and can significantly improve the performance.

You can find more information about this feature and how to implement it in the UG link provided below.


UG LINK : https://ej2.syncfusion.com/documentation/gantt/virtual-scroll/#virtual-scrolling

 https://www.syncfusion.com/downloads/support/directtrac/general/ze/index-1588431105

Sample Link : https://www.syncfusion.com/downloads/support/directtrac/general/ze/index-1588431105


We hope this information is helpful. Please feel free to reach out to us if you have any further questions or concerns.


Regards,

Udhayakumar


Attachment: video_94121358.zip


NP Not Provided April 27, 2023 06:02 AM UTC

Thank you problem solved


Loader.
Up arrow icon