How to speed up the GWT compiler ? (Part II)
by Olivier on Jul 31st in Uncategorized
English version
To speed up GWT compiler, the main idea is to reduce GWT permutations.
1. Force a browser
In your module.gwt.xml, force an user agent : gecko1_8 (Firefox 2).
2. Use only one locale
By default, GWT use "default" locale and comment yours locales.
How to speed up the GWT compiler ? (Part III).
French version
Coming soon.




One Comment