Wednesday, January 2, 2013

Re: GWT application runtime memory size is too large (client side)

Do you use code-splitting? Do you use Activities and Places design pattern? Do you use i18n, and if you do, dynamic or static? Is there a lot of text in some views? Do you use CellTable or DataGrid widgets, and if you do, how much data is displayed in each of them? Do you have complex views with multiple nested panels (i.e. VerticalPanel inside HorizontalPanel, etc.)?
 
You gave us very little information about your app. There are many ways to optimize memory use.

--
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/-/H2UsLK5IOiUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment