Discuss anything related to web development but no technical support questions


Post by pramod.jaiswal »

I have 15 thousand tasks and can view all these tasks in a card view without any performance issue? How many tasks are supported in the card view?

Post by Terence »

Hard to say without knowing the workload of your application. You might have other resources too. ExtJS uses buffered rendering, it should be fine.

You can try our bigdataset example. Maybe tweak it a bit by using a card layout.

https://www.bryntum.com/examples/schedu ... bigdataset

Post by Terence »

I assume you are asking about the Scheduler/Gantt component, right?

For our Kanban component there is no buffered rendering. A Kanban chart is not designed for fitting in 15K tasks. You would have no overview.

Post by pramod.jaiswal »

Thank you for the details. It is a kanban component https://www.bryntum.com/examples/schedu ... ulingsuite. I will get back if I have more questions.

Post by pramod.jaiswal »

Could you please let me know how many tasks do the kanban component support?

Post by Maxim Gorkovsky »

Hello.
I am not aware of any limitations on our or extjs side. Amount of tasks should be only limited by the browser performance and usability.

Post Reply