harrycheung / Mobile-App-Performance

Source for this
https://medium.com/@harrycheung/cross-platform-mobile-performance-testing-d0454f5cd4e9
GNU General Public License v3.0
90 stars 26 forks source link

Finetune JS and Titanium #11

Closed FokkeZB closed 9 years ago

FokkeZB commented 9 years ago

Linted JS and Titanium code and made some corrections Use strict for JS and Titanium code (huge performance increase on Android) Simplify Titanium by not using Alloy and made it work with our Windows SDK

FokkeZB commented 9 years ago

@harrycheung you really should re-run the tests for Titanium Android at least, both iOS but in particular have huge performance increase with strict-mode enabled. Android went all the way from ~19s to ~2.7s, even faster then iOS.

harrycheung commented 9 years ago

Thanks, I'll rerun this in a few months. Probably after Swift2 and/or iPhone6S comes out.

FokkeZB commented 9 years ago

Thanks! We've also just released Windows Phone support and I'll run the same test on that as well.