Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve task rendering performance with many swimlanes and columns #6992

Closed
isglass opened this issue Jun 13, 2023 · 0 comments
Closed

Improve task rendering performance with many swimlanes and columns #6992

isglass opened this issue Jun 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@isglass
Copy link
Contributor

isglass commented Jun 13, 2023

https://forum.bryntum.com/viewtopic.php?p=125903#p125903

Currently a does a linear query for tasks in each column / swimlane intersection. Adding an index to the store based on intersection value and then looking tasks up by that index should improve performance.

@isglass isglass added bug Something isn't working premium forum Issues from forum large-account Reported by large customer OEM OEM customer labels Jun 13, 2023
@isglass isglass self-assigned this Jun 13, 2023
@isglass isglass added in progress ready for review Issue is fixed, the pull request is being reviewed and removed in progress labels Jun 13, 2023
@isglass isglass added this to the 5.4.0-beta-1 milestone Jun 14, 2023
@isglass isglass added resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Jun 14, 2023
@SergeyMaltsev SergeyMaltsev modified the milestones: 5.4.0-beta-1, 5.4.0 Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

2 participants