jimmy vu
Posts: 0
Joined: Thu Apr 04, 2013 10:26 am

Application Optimization

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Application Optimization

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.

jimmy vu
Posts: 0
Joined: Thu Apr 04, 2013 10:26 am

Application Optimization

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

jimmy vu
Posts: 0
Joined: Thu Apr 04, 2013 10:26 am

Application Optimization

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 ;-)

Return to “Issues”