cancel
Showing results for 
Search instead for 
Did you mean: 

IRPT page rendering issue on IE8

shaji_chandran
Participant
0 Kudos

Hello Friends,


I am facing some issue while rendering an IRPT page on IE 8 version. I have got JRE version (1.6.0_27) and IE version (8.0.7601.17514).

My page is taking time to render. It takes around 30 seconds to render. At the same time it works fine on IE7 and IE10 versions

I tried to use meta tag X-UA-Compatible but could not improve performance.

I have used cloneNode and document.getElementsByName method in my irpt pages

My MII Version 12.1.9 Build(116)


Any help on this much appreciated

Thanks in advance

Shaji Chandran

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

IRPT's render on the server and are sent to the browser, so data size could be one issue, but if the page eventually renders properly you could try doing a view....source and saving off the html.

Import the html into the workbench as an htm page and start hacking out chunks of the html for suspect areas and refresh the static page in IE.  This might help you narrow down the issue to a particular portion of the page and move forward from there.

You could try watching the network tab (pressing F12) in Chrome to see if any particular aspects of the page are the main culprit.

Not knowing what the IRPT page does overall makes this a bit of guesswork.

Regards,

Jeremy

SAP Rapid Innovation Group - RIG

rutika_bodas
Participant
0 Kudos

Hello Jeremy,

That's quite an interesting way to troubleshoot this problem . So simple and good!

Thanks,

Rutika