Yes i know, i already tried it.
i did minify my JS with the google closure compiler. (
http://closure-compiler.appspot.com/home)
But, as my files were lighter, without comments etc.. load time didn't really change.
This evening i tried to recompile myquickgamefree without any jquery.
I use CSS3 for little
transition, and the rest of JS is enough simple to be used with common functions.
And.... it takes now 8sec for my app to load. It took between 10 and 12 before.
So, that's a good start... but it's still too long.
i will also try to purge NKit.js from unused functions. And why not minify it.. ? But not really sur it will be enough.
As you said Sunny, the bigger problem comes from the interpretation of html page. So maybe the good solution could be to use as less as possible of html components, when they exist as NK compoment. Per exemple, for button..
Or simply, be patient until release 1.7, and pray for u find THE big tips!
