An application I'm working on uses a FlexTable to display a list of parts. There a 5 columns in the flex table. When the parts list is not very large, the table loads in under 1 second. One list of parts is 268 rows. A list of this size takes between 12 and 13 seconds to load. I put displays in to show the elapsed time for every 88 rows. The timings showed the first third was in about 1.5 seconds, the next third was in about 4 seconds and the last third in over 6 seconds. This elapsed time is after the data has been received from the server (which is also very fast).
All of the above is on a Windows Vista client using IE 7. Testing the same code on FireFox 3.0.6, the 268 rows display in under 1 second. Is this a known problem with IE and are there any work arounds? Unfortunately FireFox is not a solution for this issue as the company's only approved browser is IE. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
