Fast Load lots of Gantt Tasks

Hi,
I was wondering if there were any speed increases / fast operations for the Gantt Chart.
Not rendering every line would be very helpful, I loop through my Tasks adding them one at a time using :

project.addTask

If I could render my lines after my loop that would be helpful.

Currently it takes 7seconds to load 200 tasks.

Cheers for any help

Nicleek

yes, you should use either XML or javascript before you call create() method (use GanttTaskInfo object) as shown in our samples “data_load”.