I've just tried SuperDevMode for the first time. I have around 250KLOC, of 
which around 200KLOC are translated to javascript.

The code server reported 3 minutes for the initial compile (with 2 
permutations), then 37 seconds for the first compile from the browser, and then 
consistently 18-19 seconds thereafter.

Paul

On 08/06/12 21:38, Ray Cromwell wrote:
I just checked again, one of the internal apps we are trying
SuperDevMode against has about 400,000 lines of code and combines in
about 7-8 seconds. So maybe your app has 6x as much code? If not, it
gives us a clue that perhaps there's some other edge condition causing
the compile to be slow.

-Ray


On Fri, Jun 8, 2012 at 12:09 PM, Ray Cromwell<[email protected]>  wrote:
How big is your app? (KLOC)  Internally, we'd had success with<10s
refresh on some fairly largish apps. I'm wondering if something else
isn't going on. Note that the first compile usually takes long, but
subsequent ones are faster. Are you using UiBinder? One issue could be
generators using too much time.


On Fri, Jun 8, 2012 at 11:21 AM, Jens<[email protected]>  wrote:
Just to finish this off in case anyone else has the same problem -
this was fixed in r11031.

https://code.google.com/p/google-web-toolkit/source/detail?r=11031

Thanks for the info. I had the same problem but now it works. Now lets hope
the compilation process will become a lot faster in the future. A single
permutation of our app compiles on the code server in ~45 seconds and thats
not really acceptable during development compared to the "classic" DevMode.

-- J.

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to