The issue was happening because IE probably slows down with the amount of JS file being loaded. I recompiled the code to get generated in obfuscated mode .. the size of JS dropped and started rendering fast :)
Cheers! On Nov 6, 8:20 pm, keyboard_samurai <[email protected]> wrote: > I am sure ppl might have encountered such issues with GWT 1.7.1. Let > me know if u have any idea for this.... > > On Nov 6, 11:02 am, keyboard_samurai <[email protected]> wrote: > > > No I cannot use it as I am using GWT 1.7.1 not the 2.x version.. > > > This is what is making this task more challenging now .. > > > On Nov 6, 10:58 am, zixzigma <[email protected]> wrote: > > > > Have you tried Code Splitting > > > ?http://code.google.com/webtoolkit/doc/latest/DevGuideCodeSplitting.html > > > > are you Lazy Loading your widgets ? -- 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.
