This is a migrated thread and some comments may be shown as answers.

Slow Chart and Grid Rendering Time

1 Answer 152 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 24 Feb 2016, 12:22 AM

Here is a mock of my code: http://dojo.telerik.com/@spresnal/usOfI

What kind of modifications can be made that will reduce render time without heavily affecting the look of the page? Is there a way to do it without grid paging or increasing interval size? We are phasing out older libraries in favor of kendo, but the rendering time seems to be slower.

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 29 Feb 2016, 08:54 AM
Hello Sam,

Thank you for providing the Dojo.

The kendo widgets are already heavily optimized for speed. In your particular case a technology limit has been hit i.e. it is not possible to force the browser to render items/intervals faster than it is currently doing without reducing the amount of rendered items/intervals.

To answer your question - we suggest enabling paging on the grid as it seems that the bulk of rendering time is going into the grid rendering. If the performance with paging enabled is good enough you can avoid increasing the intervals in the chart.

Regards,
Genady Sergeev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Sam
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or