function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sowmya M NSowmya M N 

Hybrid remote app performance is poor

Could anyone suggest ways for improving the Hybrid remote app performance.

Trying to load cordova.js from localhost is not working.
 
Todd Halfpenny MCTodd Halfpenny MC
There could be many reasons for the performance being poor, just in the same way your native app performance could be poor.
A key thing to watch out for is memory management, but without knowing a bit about your stack and issues you're seeing it would be hard to say for sure... could you share some details?

Have you tried running your app with remote debugging? Doing this and looking at entries in the console and network tab of the browser dev tools should give you some clues as to why the cordova.js on localhost is failing.
Sowmya M NSowmya M N
We were using visualForce pages for angular routing. stub.js file was taking few seconds to load for every navigation.Changing the visualForce file to html pages increased the performance. The html pages were rendered from static resources.