0
votes

I am trying to optimize the performance of a Sencha Touch 2.0 app on iPad device. Please point out some way for doing this.

Is any tools are available for iPad to test the performance of web app??

Thanks.

2

2 Answers

1
votes

For your first question, this link may help:

PhoneGap 1.4 wrapping Sencha Touch 2.X - What about performance?

About performance inspection, you can just use Developer Tools of your iPad's Safari. Here is a good tutorial to get started: https://developer.apple.com/technologies/safari/developer-tools.html

0
votes

Are you going to deploy the app as an iPad native or are you going to use it within the web browser?

Whatever the case, if you are going to deploy as native, it will automatically be optimised and no unnecessary files will be loaded.

If you are going to use it within a web browser, I suggest deploying it as production and not loading the whole source.

This can be achieved by navigating to your sencha touch 2 app and running the following sdk command:

sencha app build production

Then you should load that page within your browser.