Two things: 12 MB sounds really really really large. We got some
really large apps up and running and they always were below 2MB. Not
sure - maybe there is potential for optimization.
The other thing is: "Hundreds of code splits" sound really large. How
big are your split points? I assume they are rather small. And if they
are too small the whole notion of code splitting does not make sense.
Maybe you could study the soyc and split your app into several modules
with acceptable sizes to balance download size and number of split
points...
Best,
Raphael
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/dMfpYC_xRvEJ.
>
> To post to this group, send email to google-we...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-tool...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
--
inc: http://ars-machina.raphaelbauer.com
tech: http://ars-codia.raphaelbauer.com
web: http://raphaelbauer.com
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/FKtXxh5GrC0J.
> I guess I could move the splits to the package levelAs you might have notices you have to choose your split points with care as otherwise you shoot yourself in the foot.Having more split points doesn't necessary means a "better" app.
A few rules of thumbs for adding split points:- A split point contains a considerable amount of the total app size. For example: 10%.