George Van Wormer5962866
Posts: 0
Joined: Mon Jun 17, 2013 9:40 pm

Appery apps running very slow once deployed

We have a few Appery apps that run very quickly on the web browser, but once deployed, they run dreadfully slow. So slow that they are unusable.

As a solution, we tried to make the entire app and content load during the splash screen (app load). This has not helped. It still takes at least 15 seconds to load a page (with a strong wifi signal) on both iOS and Android.

How can this be if we are loading the entire app during the splash screen?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Appery apps running very slow once deployed

Hi George,

This can be if you render all pages in one. But let's make sure there are no other issues. Please share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and we'll test it.

George Van Wormer5962866
Posts: 0
Joined: Mon Jun 17, 2013 9:40 pm

Appery apps running very slow once deployed

Thank you for the quick response.

I have invited you to LTFSredux. That is the project name.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Appery apps running very slow once deployed

George,

Your background image file 'brownbag.png' has a size of 8 MB. Please decrease its size, it's too big for a mobile application.

George Van Wormer5962866
Posts: 0
Joined: Mon Jun 17, 2013 9:40 pm

Appery apps running very slow once deployed

Katya,

I agree. That is huge. I went in and reduced the size to about 1 MB.

I doesn't seem like that sped up the screen loading problem.

It's still taking 15+ seconds to load the "Map" and "List" screens.

Any other ideas?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Appery apps running very slow once deployed

George,

We'll take a look..

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Appery apps running very slow once deployed

George,

It seems that it depends on Google response and its size, so the performance can't be improved on our side.

George Van Wormer5962866
Posts: 0
Joined: Mon Jun 17, 2013 9:40 pm

Appery apps running very slow once deployed

But if we're making the call to Google while the app is initially loading in the splash screen, shouldn't the app function quickly once the app opens to the Home Screen?

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

Appery apps running very slow once deployed

Hello!
1) If we understand correctly you call preloadLocations 2 times - first time on page Load on HomeScreen screen from HomeScreen_Load function and second time on geolocation1 service success event. There is no need to call preloadLocations on HomeScreen Load event from HomeScreen_Load function if there are no coordinates yet.
2) It's not really good your app depends on speed you recieve coordinates. In geolocation1 service options there is enableHighAccuracy=true (that means you recieve accurate data), but it takes time up to a few minutes. Set enableHighAccuracy=false.

Return to “Issues”