Im refactoring our timeline scheduler app. When I have many rows of data with many steps, noticable delay for rendering events (dhx_timeline_data_wrapper) / right side is much slower than the dhx_timeline_label_wrapper. There is even dead space (white space with no grid square) for a brief moemnt.
I imagine its because there are many more html elements to render.
What are some tips and guidance to make it a more smooth/ better UX.