> Make sure your GWT compiler setting is -OBFUSCATE if you haven't done > so - this makes a huge difference. Otherwise you may have written > something strange to produce this js file of 500Kb.
I had the output setup for PRETTY because we are in debug mode. I retested it in OBFUSCATE output and the HTML size went down from 500kb to 200kb. This is a significant difference and is pretty good as I will obviously ship the product in OBF mode. > A smallish non-trivial app with maybe 30-40 client side classes should come > in maybe 150K. I already have about 20 classes as i am trying to write good OO code. Also, I assume that GXT has its own script and space requirments and introduces quite a few classes in itself. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
