Page 2 of 2

Re: Improve load time for application

PostPosted: Fri Jan 29, 2010 5:12 pm
by bsoft
Last results of my tries to improve speed/load time.

This time, i edit NKit.js as described by sunny.
i only keep the NK functions needed in my applications. Don't remember how many.. but i can say the NKit.js was reduced from 26ko to 6ko!
Then as for the others js file, i minify it..

Ok, now the result.... well... not interesting. :(
my game (myQuickGame free) still needs about 7/8 sec to be ready to play.

it's not too bad, but for a such little game, i consider it's really too long.

So, if u guys have any ideas, tips, or experiences about to share.. come on! :)

And Sunny, can't wait for your version 1.7!! :)

Re: Improve load time for application

PostPosted: Sat Jun 19, 2010 5:51 pm
by FitoDotNET
sunny wrote:For example, NimbleKit waits until the main page is fully loaded before showing it, it can e disabled, application will be shown fast, but as white screen, where the user will see loading.


How can I do this?