Each individual HTML file on my project unsplit is about 2.2 mb in size. Trevor
On May 4, 4:27 pm, Lothar Kimmeringer <[email protected]> wrote: > Paul Stockley schrieb: > > > Even though we are going to use code splitting aggressively, I am > > wondering at what point things just break due to the sheer amount of > > javascript that is downloaded over time. The application we are > > porting to GWT is very large and I am afraid at some point we will > > break the browser (especially IE). Does anyone have any real world > > experience with large GWT applications? > > My war-file is 6.6 MB and a single HTML-file was something over > one MB of size. I now splitted it using deferred loading so it's > now "only" 330 KB. The file before was too big to be loaded in > an iPhone (Safari simply crashed bringing you back to the main > page). The application is an administrative backend for an > application server being used for integration projects. > > Regards, Lothar > > -- > 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 > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
