Hello, I have pretty complex page written in GWT which uses different widgets i also use GWT-ext. Page loading is very slow take around 10-15 sec. After investigation using YSlow i notice that most of the time is spent on round trips to load different js and css files. The obvious solution to me is to combine many js into one. But the problem is that i don't load those js explicitly. It loaded by the widget. What will be the good approach ?How to improve it ?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
