Yes, and you can analyse afterwards if you turn on "Report SoyC" Check out hier in the presentation: https://bit.ly/gwtintropresentation >From page: 11
Hier is how to turn on if you are using TBroyer Maven plugin: https://github.com/lofidewanto/jsinterop-simple-example/blob/master/pom.xml <compilerArgs> or <devmodeArgs> or <codeserverArgs> ... *<arg>-compileReport</arg>* ... </compilerArgs> Hope this helps... [email protected] schrieb am Montag, 3. Mai 2021 um 12:38:49 UTC+2: > LS, > > I am looking at Code splitting of GWT ( > http://www.gwtproject.org/doc/latest/DevGuideCodeSplitting.html). > Looking at the size of our js files, they might/could or should be > splitted. > > Looking at the documentation, is it just adding a wrapper around the call? > GWT.runAsync(new RunAsyncCallback() { public void onFailure(Throwable > caught) { <yourCall> } public void onSuccess() { <yourCall> } }); > > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/1ba5fccd-2e2b-4748-b98c-855dff5e47b8n%40googlegroups.com.
