3 Replies Latest reply on Jan 6, 2014 8:13 PM by bleathem

    RF 4.3.4  is slow in IE8

    youth.9009

      Hi All,

       

      I'm facing performance issue in IE8 and its works fine in other browser. I have a page which has three tabs and each tab has a extended data table.

      When I click on the Tab, in IE9 it loads 400 ms but it takes 3 to 4 seconds in IE8.

       

      When i enabled the ajax log, found that one extra action (Listing content of response changes element:) is happening in IE8 which takes 2 seconds.

      I have given the ajax log below. So please help me in this issue as I cannot upgrade browser version due to some constraint on my environment.

       

      IE8;

      debug[15:24:38.365]: New request added to queue. Queue requestGroupingId changed to tabhdr2

      debug[15:24:38.365]: Queue will wait 0ms before submit

      debug[15:24:38.380]: richfaces.queue: will submit request NOW

      info [15:24:38.474]: Received 'begin' event from <div id=tabhdr2 ...>

      info [15:24:39.365]: Received 'beforedomupdate' event from <div id=tabhdr2 ...>

      debug[15:24:39.380]: Server returned responseText: <?xml version='1.0' encoding='UTF-8'?> << Some Response HTML>>

      info [15:24:39.427]: Listing content of response changes element:

      debug[15:24:41.427]: richfaces.queue: ajax submit successfull

      debug[15:24:41.427]: richfaces.queue: Nothing to submit

      info [15:24:41.443]: Received 'success' event from <div id=tabhdr2 ...>

      info [15:24:41.443]: Received 'complete' event from <div id=tabhdr2 ...>

       

       

      IE9:

      debug[09:29:08.917]: New request added to queue. Queue requestGroupingId changed to tabhdr2

      debug[09:29:08.921]: Queue will wait 0ms before submit

      debug[09:29:08.924]: richfaces.queue: will submit request NOW

      info [09:29:08.956]: Received 'begin' event from <div id=tabhdr2 ...>

      info [09:29:09.200]: Received 'beforedomupdate' event from <div id=tabhdr2 ...>

      debug[09:29:09.202]: Server returned responseText: <?xml version='1.0' encoding='UTF-8'?> << Some Response HTML>>

      debug[09:29:09.374]: richfaces.queue: ajax submit successfull

      debug[09:29:09.374]: richfaces.queue: Nothing to submit

      info [09:29:09.376]: Received 'success' event from <div id=tabhdr2 ...>

      info [09:29:09.377]: Received 'complete' event from <div id=tabhdr2 ...>