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.

Tags

One Comment

  1. electronicpeter

    13th August 2009

    I figured out, that (at least in my case) I was able to decrease my compile time for the same effort not by commenting out the different languages but by using the ChessConstants in all classes as the same final static singleton. My compiletime decreased from 2:45 to 1:00. Maybe a coincidence.

Leave a Reply

Please note: Comment moderation is enabled and may delay your comment.

Powered By Wordpress Designed By Ridgey