Skip to content

Settings and activity

1 result found

  1. 28 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Thanks for writing! The Boost module deals with the data points, in this case it would rendering the rectangles for the tasks.

    I don’t think enabling Boost for Gantt would make a very big difference. Rendering 1000 rectangles in SVG should’t be a problem in the first place. I suspect the performance bottleneck is something else, like the grid axis or something.

    Can you share a demo of your problematic chart, where we can do some profiling?

    An error occurred while saving the comment
    Aaron Beall commented  · 

    For what it's worth the bottleneck ended up being the Navigator feature, without it the performance was much better. The navigator is a cool feature, though, it'd be great if it performed better, but that's a separate issue I guess.