+1 to this
code splitting will be the biggest improvement you can make. if you are 
using activities/places then it is easy to introduce split points around 
every activity (using AsyncProxy).

If your UiBinder templates are innefficiently written then it will impact 
memory a lot. prefer using HTMLPanel at the top of most uibinder views and 
then use raw html as often as possible instead of gwt widgets.

also when gwt compiling, make sure you are producing obfuscated javascript 
rather than pretty or detailed

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/BVxbeElth9gJ.
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.

Reply via email to