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

Long Loading Times IE 11

3 Answers 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Klaus
Top achievements
Rank 1
Klaus asked on 24 Mar 2016, 08:02 AM

Hi,

I'm using Telerik UI for ASP.NET/AJAX and deployed my Website on IIS 7.5.7600.16385 on an Windows Server 2008 R2 Standard.

On the Server, .NET Framework 4.5.2 is installed.

In order to run the Website with IE 11 i had to add the following section to the webconfig-file:

 

<system.webServer>
<httpProtocol>
<customHeaders>
<add name="X-UA-Compatible" value="IE=Edge" />
</customHeaders>
</httpProtocol>
<modules>
<remove name="FormsAuthentication"/>
</modules>
</system.webServer>

 

Unfortunatedly, the loading times of the Website are very Long compared to when using Mozilla Firefox as Webbrowser (2-3 mins vs. 4-5 secs).

 

Any ideas hints on this?

Thanks,

Klaus

 

3 Answers, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 28 Mar 2016, 12:48 PM
Hi Klaus,

The UI for ASP.NET AJAX suite should not cause such difference in the loading time in different browsers, so I could suggest that you make some tests with standard controls (like GridView for example) and see if such delay will be observed. 

Notwithstanding, please have in mind that you can observe such slow performance if you are running IE in compatibility view and if you have complex nested structures with too many DOM elements. If that is the case, you can try to limit the elements on the page by enabling paging for your controls (or some other optimization technique).

Hope this helps.


Regards,
Konstantin Dikov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Klaus
Top achievements
Rank 1
answered on 01 Apr 2016, 06:29 PM

Hi Konstantin,

 

Thanks for your answer.

I also think, that the UI controls are not responsible for the long loading .. I think it has to do with IE version. For example, if i open my site (the main controls I'm using are the PivotGrid and the HTMLChart) with IE11 and do not include the webconfig-section described in my first post, the page loads with normal loading time, but the HTML-Charts are not displayed.

How can i find out if IE is running in campatibility view and how can i turn it off? Or i can solve the problem, if I find out, why IE11 is not displaying the htmlchart when i'm not using the webconfig-section..

 

Regards, Klaus

0
Konstantin Dikov
Telerik team
answered on 05 Apr 2016, 11:33 AM
Hi Klaus,

I could suggest that you go through the following forum threads and see if any of the suggestions will resolve the issue:

Kind Regards,
Konstantin Dikov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
General Discussions
Asked by
Klaus
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Klaus
Top achievements
Rank 1
Share this question
or