robicch / jQueryGantt

jQuery Gantt editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Leak/Crashing for “large” charts

Wild-Hare opened this issue · comments

Greetings! I really like the tool and think you’ve done a great job.

When I create a project that has tasks spanning a few years and more than 40 tasks, the page uses more than 600MB of RAM and grinds to a halt. I’m not a JavaScript wizard, but I don’t notice any errors or console warnings with the large sheet vs the demo. This is all in chrome.

Is this expected? Is there a duration limit or limit to the number of tasks?

Maybe it actually has to do with the project content itself? I've created two with similar numbers of tasks and durations and one crashes and the other doesn't. I can't find a significant difference between them. I've attached them and appropriately titled them. Unzip them first!

no_fail_example.zip

fail_example.zip

Hello,
I have used the plugin js
Forked from robicch/jQueryGantt from github.

However, I have (565) lines as tasks. (lines taken from a database table .
As a consequence, the page plugin get frozen which means there is no way to edit add only get to display. Chrome also gets frozen. any info????