I'm using GXT/GWT in a project. with help of code splitting i could reduce initial download size to 2232796 bytes.
However i think it is still too big for initial download.
after inspecting compile reports i found that there are some classes /packages in jre and gwtlang
like java.util.AbstractHashMap or java.lang.Math
i've never used them in my project. there are also some gwt / gxt classes i've never used but they got loaded in initial download.
i have some questions and i would be so thankful if anyone help me out.
is gwt compiler compiles every packages in jre or just compiles those which are implemented ??
i have just a simple login page which is split from rest of the code. how much the minimum initial download size do you expect i can reach(what is the normal download size for a simple project)?
thanks
--
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/-/Qpa3qoUaNxgJ.
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