SDM 2.6 was not incremental, it actually pruned code. If you want the
same behavior in 2.7, you'll have to disable incremental compilation
in SDM. This will increase compile times, but probably make the JS
smaller.

However, prod compiles in 2.6 vs 2.7 should have no performance
regression, if anything, performance should be much better, we made
lots of things faster.


On Fri, Oct 31, 2014 at 2:22 AM, confile
<michael.gorsk...@googlemail.com> wrote:
> Hi Daniel,
>
> this (https://github.com/mgwt/mgwt/wiki/SuperDevMode-with-PhoneGap) is what
> I did. Super dev mode is working. I get a recompile after reload that is
> working.
>
> In my app I have a long list with images. When I scroll down the app freezes
> when the scrolling reaches a point where new images have to be loaded from
> the server. The loading feels very slow it took more than 10 seconds. During
> this time the app is completely blocked. I compared the same app running in
> the same environment except that i switched to GWT 2.6.1. In GWT 2.6.1 it
> runs so mouth no blocking while scrolling. I am not sure what changed in GWT
> 2.7 that causes this effect, but I suppose that other people might have
> similar problems too. By the way I use the latest version of MGWT and
> GWT-PhoneGap.
>
> Michael
>
>
> Am Freitag, 31. Oktober 2014 09:06:11 UTC+1 schrieb Daniel Kurka:
>>
>> You are comparing apples and oranges here. SDM compiles are not optimized,
>> thus much bigger. If you want to compare performance you will need to do an
>> optimized compile.
>>
>> The SDM setup in my blog post is now outdated, here is how you use SDM
>> with Phonegap in 2.7:
>> https://github.com/mgwt/mgwt/wiki/SuperDevMode-with-PhoneGap
>>
>> -Daniel
>>
>>
>> On Fri, Oct 31, 2014 at 8:01 AM, confile <michael....@googlemail.com>
>> wrote:
>>>
>>> I use iOS7 and Super dev mode as described by Daniel here. I use -strict
>>> -XjsInteropMode JS and output style detailed to compile the code for the
>>> PhoneGap container.
>>>
>>>
>>>
>>> Am Freitag, 31. Oktober 2014 01:02:58 UTC+1 schrieb Ray Cromwell:
>>>>
>>>> I am not aware of any changes in 2.7 that should effect performance
>>>> loading images. Are you running on iOS7 or iOS8? Daniel would probably
>>>> be best able to help you. Are you talking about SuperDevMode loading
>>>> performance, or fully optimized compile loading performance?
>>>>
>>>>
>>>>
>>>> On Thu, Oct 30, 2014 at 2:27 PM, confile
>>>> <michael....@googlemail.com> wrote:
>>>> > I compared my GWT-PhoneGap written in GWT 2.6.1 which switching to GWT
>>>> > 2.7beta. Here are my experience. I feel that loading of data
>>>> > especially
>>>> > images are much slower in GWT 2.7 than in GWT 2.6.1. I tested it on an
>>>> > iPhone 5. Due to the delay in loading the app feels slow and scrolling
>>>> > does
>>>> > not work smouth.
>>>> >
>>>> > Michael
>>>> >
>>>> >
>>>> >
>>>> > Am Donnerstag, 30. Oktober 2014 16:37:38 UTC+1 schrieb Jens:
>>>> >>>
>>>> >>> Turning off precompile in incremental mode.
>>>> >>> Super Dev Mode starting up
>>>> >>>    workDir:
>>>> >>>
>>>> >>> /var/folders/xh/1xkfq26532j97q23qw5pdhs40000gn/T/gwt-codeserver-7573159147938212004.tmp
>>>> >>>
>>>> >>>
>>>> >>> Does this mean anything? Is it a problem if precompile is turned off
>>>> >>> or
>>>> >>> does it mean that incremental compile is not working?
>>>> >>
>>>> >>
>>>> >> That's fine. Precompilation is turned off intentionally as it can
>>>> >> sometimes cause SDM to not detect just a single permutation.
>>>> >>
>>>> >> -- J.
>>>> >
>>>> > --
>>>> > You received this message because you are subscribed to the Google
>>>> > Groups
>>>> > "GWT Contributors" group.
>>>> > To unsubscribe from this group and stop receiving emails from it, send
>>>> > an
>>>> > email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
>>>> > To view this discussion on the web visit
>>>> >
>>>> > https://groups.google.com/d/msgid/google-web-toolkit-contributors/9574bc95-abd7-4c08-bf6d-58f20c2fa6f3%40googlegroups.com.
>>>> >
>>>> > For more options, visit https://groups.google.com/d/optout.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "GWT Contributors" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/91c19564-b5ae-41d6-a23b-903f24296a7d%40googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>>
>> --
>> Google Germany GmbH
>> Dienerstr. 12
>> 80331 München
>>
>> Registergericht und -nummer: Hamburg, HRB 86891
>> Sitz der Gesellschaft: Hamburg
>> Geschäftsführer: Graham Law, Katherine Stephens
>
> --
> You received this message because you are subscribed to the Google Groups
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/c7a4b31e-a355-4f13-9fe1-a4b3a6077a18%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAPVRV7eUGxu0F3ay-_qceetfzTDV55ye-t-1kiHhR6bk%3DZmM-Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to