1. #1
    Sencha Premium Member
    Join Date
    Oct 2011
    Location
    Paris, France
    Posts
    187
    Vote Rating
    3
    olouvignes is on a distinguished road

      0  

    Default Performance boost when compressing ST2.0 on device

    Performance boost when compressing ST2.0 on device


    I've been working with ST for a few months now, and since i always had core patches, i was only testing my apps using uncompressed with comment library. I was sure it would imply a longer load time. However I did not think it would also impact loaded-app animation&reactivity perf !

    And that's quite a huge boost, more noticeable on lists & touch/click interaction.
    was only smooth on a 4GS. some list were quite sluggish on a 4G.

    Now it is almost perfect on a 3GS & 4G.

    I'm using Assetic with YuiCompressor to compile (with .jar) all my JS & CSS to a single file.
    (it looks like ST2 is broken by Google Closure compiler, will retry).

    Regards,

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,581
    Vote Rating
    433
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    You do know we have our own SDK Tools that will do a custom build right? So you load sencha-touch.js (the core with no widgets) and in your MVC app class files if you have the requires/uses/etc setup correctly then the SDK Tools will include your app classes and the Sencha Touch classes you required but aren't part of the sencha-touch.js core file.
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.