On Thu, 2009-04-02 at 17:35 +0200, Martin Wittemann wrote: > > You might just confirm for me that the minimally-required > framework > > content is already included in the ~640 KB js file, as I don't > know > > how much each part of the framework will impact the final js file > > size. If I know I'm building the js file correctly, I'll move on > to > > the other post topics mentioned above to try to reduce my app load > > time. > > About 640 KB for you application could be correct, depending on your > application size. So perhaps its a good idea to start with the first > topic and remove the data classes from the build, if you dont use > them. >
So, a standard "build" does not automatically exclude unused framework classes from the js file then? What if I exclude a class that one of my widgets uses? Does the Qooxdoo compiler (generate.py) alert me that I've excluded a necessary class, or does it include it instead of honoring my exclude setting? It would be nice if there were a special job to perform a build with minimal js file size, wouldn't it? I can't imagine needing any Qooxdoo framework objects in the js file if my code doesn't use them directly or indirectly. I guess I though the qooxdoo tool chain automagically did this for me. Thanks, Gene
------------------------------------------------------------------------------
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
