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

IE8 Performance Issue.

1 Answer 25 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
GrayMeth
Top achievements
Rank 1
GrayMeth asked on 25 Sep 2014, 03:16 AM
Hi,
 
I have used Kendo UI in an MVC web application. Of late I have been experiencing slowness in IE8 browser.
While the same code loads the screen in less than 2 secs in Chrome/IE10, it takes more than 5-6 seconds to load in IE8 browser.
Kendo widgets used in the screen includes Dropdowns, Treeview and Kendo Tabstrip.
I have tried replacing the kendo dropdowns with normal ones. This gave me a slight improvement of about 1 sec.
The kendo dropdown is a part of my cshtml page and not initialized by the jquery. Is this the best way to implement kendo widgets?
Is there any other way which will provide me with a better performance?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 26 Sep 2014, 12:07 PM
Hello Akhil,

Performance can be affected by the amount of HTML markup and scripts on the page. That includes the number of widgets and the number of their items, event handlers, etc.

A best practice is to load stuff on demand and avoid loading large quantities of data. With regard to Kendo UI, you can try the following techniques:

http://demos.telerik.com/aspnet-mvc/dropdownlist/serverfiltering

http://demos.telerik.com/aspnet-mvc/treeview/remote-data-binding

http://demos.telerik.com/aspnet-mvc/tabstrip/ajax

Generally, the performance of IE8 can never be as good as the one of new browsers, but judging by the provided information, the discussed page is heavy for all browsers and optimization may be desirable.

Regards,
Dimo
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
GrayMeth
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or