Re: Apache Cordova Performance Best Practices

2019-06-28 Thread Jesse
Xcode tools are available for debugging and perf profiling. You will need to build for iOS, and then open the workspace in Xcode. For js, use iOS simulator, and safari debug tools. > On Jun 28, 2019, at 1:35 PM, Hazem Saleh wrote: > > I think to answer this question, it really depends on the

Re: Apache Cordova Performance Best Practices

2019-06-28 Thread Hazem Saleh
I think to answer this question, it really depends on the UI framework (or your own custom UI framework) that you are using with Apache Cordova "You can find these tips and tricks with every UI framework documentation"[1], about the platform(s) that your app targets, and about the problem that you

Re: Apache Cordova Performance Best Practices

2019-06-28 Thread Michael Gatto
Hello Furkan, Although this isn't a support list, I highly recommend using the WkWebView plugin for now until its integrated into cordova-ios. I've had a very positive experience with it: RAM has gone from 100MB+ to 30MB and CPU usage has gone way down for us, even for intensive JS operations s

Apache Cordova Performance Best Practices

2019-06-28 Thread Furkan KAMACI
Hi All, I would like to learn that are there any best practices for performance when developing an application on Apache Cordova? Kind Regards, Furkan KAMACI