Only one of those files is downloaded by the browser. Each one of those large files is a browser-specific version of all your app's generated javascript.
You can reduce the size by ensuring you're generating obfuscated code, and turning on compression in your webserver. Zip one of those files using normal compression to see the general size the browser will eventually download (assuming your webserver is compressing, and the requesting client has gzip enabled in the headers). On Mar 17, 10:40 am, Deba <[email protected]> wrote: > We have been developing a CRM app using GWT for last few months. > > The fully functioning codebase is quite huge for a team of our skills > and size. After web mode - compile we have 5 different cache.html (e.g > 39E6CED23236BBA7EF1704B96900B4D8.cache.html) files .. each one of > approximately 545 kb. > > We are keen to know how these 5 different files with similar size are > best described. Are they meant for cross browser support or each time > all files are downloaded to all clients. > > Any pointers will be highly appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
