Page 1 of 1

Performance on iPad

Posted: Mon Jul 23, 2012 2:28 pm
by pkmittal
Hi, We converted our windows based application for iPAd. We have found the application very slow when it is running on iPad.. The response time is some time more than 10 seconds when we click on any button which does some processing of data.. and on windows machine it was quite fast.

Are there any guidelines or documents which one can follow to improve the performance?

Pradeep

Re: Performance on iPad

Posted: Mon Jul 23, 2012 2:52 pm
by jmburnod
Hi Pradeep,

You can try

Code: Select all

set the acceleratedRendering of this stack to true
Best regards

Jean-Marc