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

Issues with performance in IE

2 Answers 111 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Cameron
Top achievements
Rank 1
Cameron asked on 24 Jun 2015, 01:40 PM

Have you any advice on how to address the performance issues we seem to have with internet explorer

We are loading a fairly large datasource into the scheduler and with chrome its nice and nippy when we page 

IE can take up to 10 seconds (dependance on size of datasource)

Any advice? (apart from to use chrome :p)

 

Thanks Guys

 

 

 

 

2 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 26 Jun 2015, 09:25 AM
Hi Cameron,

Generally speaking, the performance of the widget is directly related to the amount of the events that should be rendered plus the capability of the used browser. If you are loading all events at once, then I would suggest you reduce the amount using server filtering. Thus you will return events only for the particular view range. You can check one possible implementation here:
If you are already doing this optimization, then the only solution that I can suggest you is to reduce the number of the rendered events or put a minimum requirement for the used browser.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Cameron
Top achievements
Rank 1
answered on 28 Jun 2015, 05:29 AM

This is the answer I was expecting :)

 

We are already filtering the data and have restricted the view to a few days rather than a month (a month can have up to 6000 entries) but its still pretty slow in explorer 

 

In chrome it performs perfectly so I guess there's my answer!!

Tags
Scheduler
Asked by
Cameron
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Cameron
Top achievements
Rank 1
Share this question
or