The total size of all *.cache,html is not so important. What is
important is an average size of singli *.cache,html file, because it
is basically the amount of data users will have to download. In your
case it should be somewhere around 700kb. What it means, is that in
order for user to start using your app they have to wait until those
700kb is downloaded. You decide how bad is it for you=)
On Nov 16, 2:31 pm, "Palo G." <
palo.gre...@gmail.com> wrote:
> Hi,
> this is one of reason why usage of open source libraries for GWT is
> very painful. There is lots of code.
>
> So some hints:
> - use only parts of third code libraries that you really need
> - did you compiled your project with argument -style OBF ? <- this
> really helps
> - use code split for forms that your users don't need in every time
> use - settings forms
> - and propably the most important think, compile your project with
> compilation report and see where and what is source of your
> troubles ...
http://code.google.com/intl/cs/webtoolkit/doc/latest/DevGuideCompileR...