We are seeing a huge increase in the compilation time after upgrading from GWT version 1.7 to 2.3. Given below is a comparison of the compile time that we are seeing for one language and one browser. It does not seem to be related to code splitting or IE9 support.
Has anyone else noticed such an increase with the version change? And do you have any suggestions for reducing it? (We are doing this compilation for our integrated test, UAT and Production environments. So draftcompile or optimize 0 cannot be used.) GWT Ver Code Splitting Local workers Browser Time taken 2.3 Yes default IE 23 minutes 55 seconds 1.7 No default IE 10 minutes 25 seconds 2.3 No default IE 21 minutes 22 seconds 1.7 No 2 IE 10 minutes 14 seconds 2.3 No 2 IE 21 minutes 29 seconds 1.7 No 2 FF 9 minutes 38 seconds 2.3 No 2 FF 20 minutes 24 seconds 2.3 No 4 FF 20 minutes 18 seconds -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
