Hi Mattai, That's a long time for SOYC, even for a large project. How many permutations do you have? Try setting just one user agent (gecko1_8 for modern Firefox) and locale in your gwt.xml when creating SOYC for purposes of analyzing splitting. See http://code.google.com/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html#Can_I_speed_up_the_GWT_compiler ?
Also make sure you've cleaned your temp files on Windows: http://code.google.com/p/google-web-toolkit/issues/detail?id=5261 And you shouldn't have to deploy to App Engine to use Firebug (or Chrome Developer Tools or Speedtracer). Just run a GWT compile and browse to the localhost URL without appending "?gwt.codesvr=..." HTH, /dmc On Fri, May 6, 2011 at 7:26 AM, matttai <[email protected]> wrote: > Hi guys, > > I'm working on a GAE + GWT project and i'm having difficulty getting a > good breakdown of the chunks made when working on a local > environment. > > When deployed to Appengine Firebug can give me a good picture of the > size of each chunk / the order in which they are called etc. However > in a local environment firebug indicates a 250kb download for a 4mb > project that i am trying to break up which obviously isn't true. > > I do have the SOYC report but it takes a damn long time to compile! So > sometimes it is worth trying to make educated guesses and just deploy > via trial and error (still takes approximately 8 minutes to deploy but > still better than 40 min for the SOYC report!) > > -- > 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. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit w: http://code.google.com/ b: http://googlewebtoolkit.blogspot.com/ t: @googledevtools -- 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.
