In my current work with Qooxdoo, I'm generating a build version of my
project that results in a js file of ~640 KB.  Are there changes I can
make in the build job that can reduce this to a smaller size?  I
originally ran the "generate.py source-all" job - does this impact the
size of the "build" result at all?

I've seen posts here about implementing gzip compression for the js file
which I can look at as well, and I know there are ways to break the app
into smaller separate js files to control initial load times, but I
wondered if I'm missing something in the build job that can leave out
unneeded pieces of the qooxdoo framework.  I suspect this is already
happening automatically and this IS the minimized package that I need,
but I want to make sure I've not overlooked something simple in my build
calls to generate.py or edits to the config.json file for this
application.

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.

Thanks,

   Gene
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to