On 08/12/2011 05:04 PM, aditya siram wrote:
> Hi Alexander,
> Thanks for taking the time to answer. As of now it appears that I have
> to take the 715KB hit.

Given that fact the the minimal GUI skeleton is way above 550KB in its 
build version, that's not too bad.

> I was wondering if the Qooxdoo community, as the framework is starting
> to cater to mobile devices, is working on reducing the size of the
> minified script.

You can bet :).

>   On desktops and laptops with decent bandwidth 715KB
> is not a huge deal but it's probably a large chunk for a mobile phone
> to bite off.
>
> I have run Google's Closure Compiler on a couple of my build script
> and it shaved off only about 100KB.

That's about what we've seen.

>   It appears that the compiler will
> only work so long as the scripts use the prototype inheritance model
> heavily

Why do you think so?

>   and so doesn't seem to have too much effect on Qooxdoo scripts
> which are heavily OO in the classical sense.

Are you reading other threads on this mailing list ("Minimize 
Options")?! I wrote about using compile-options/code/format:false to get 
rid of newlines, and also *remove* "strings" from OPTIMIZE if you are 
targeting non-IE platforms.

Other than that, I think the challenge is less on the 
syntactic/compression level, and more on leaving class code out that is 
not actually needed, and we're working on that.

T.


------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to