Page 1 of 1

Application Optimization

Posted: Wed Apr 10, 2013 10:00 am
by jimmy vu

Hello do you have examples of how we can optimize our apps to perform on the end devices??


Application Optimization

Posted: Wed Apr 10, 2013 10:27 am
by Maryna Brodina

If I understand you correctly you want to optimize app perfomance on devices. Optimization is a quite complicated process, here are some tips:

1) check whether you can decrease number of REST calls;
2) if you have several CSS files - merge them;
3) if you have several JS files - merge them;
4) If it's possible you can cache REST request results into localStorage (it's the most complicated part and it would require JS knowledge).

Let us know if you have any other questions on optimization.


Application Optimization

Posted: Wed Apr 10, 2013 10:31 am
by jimmy vu

Good tips thus far. Let me implement what you suggested then I will reply back on howit did.


Application Optimization

Posted: Wed Apr 10, 2013 10:55 am
by jimmy vu

FYI. The complicated parts is not my issue(s). Complicated is not hard for me, what is hard is how I can optimize on TIGGZI. Just for future reference and so that you don't hold back giving me info because you may think its hard for me. Please I assure you, it is not ;-)