We were very surprised to find abundant unnecessary storage in main file after 
build:

1. redundant storage of the same file path to a chosen theme.
- about 49994 bytes paths including file name and combine info!!!!! This is 
about 6.4% of total file size!!!

Solution: when chosen a path, the generator must be that intelligent that it 
reduces to a common path to save space.

2. ALL resource image paths ALSO for images never used in the appliation are 
saved into the file, key 
qx.$$packageData["nn"] ={"locales":{},"resources":{xxxx}, "translations":{}}; 

This we think is a waste of space and contributes to increased loading time.

But...did the documentation mislead us? How can we change this and reduce it?

Stefan
                                          
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to