Rahul Chidgopkar
Posts: 0
Joined: Tue May 14, 2013 7:11 am

App taking too long to load

Hi,

The apps that I have created are taking long (about 10 secs) to load. During that time, I get a blank white screen like this and it feels like the phone has frozen.
Image

This also happens when I build the app and install the apk on my phone. How can I speed up the app launch?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

App taking too long to load

Hello,

Do you have any events on screen load?
Is the any errors in browser console?

Rahul Chidgopkar
Posts: 0
Joined: Tue May 14, 2013 7:11 am

App taking too long to load

No, I don't have. I have already shared one app called Monitorly Lite with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a. You can look at it to investigate.

I actually have 2 issues:

  1. Blank screen for 10 secs on load.

  2. While using my app on the phone, after the 10 secs of blank screen, the start screen appears with the ajax spinner for about 5 secs. I don't know why the spinner is appearing.

    The page has one image and 2 buttons. I have only this code on my Load event:
    Appery('splashImage').css('margin', 'auto');
    Appery('splashImage').css('display', 'block');

    Thanks,
    Rahul.

Rahul Chidgopkar
Posts: 0
Joined: Tue May 14, 2013 7:11 am

App taking too long to load

I just noticed this in my console. I have no idea what it means or if it's a problem:

Image

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

App taking too long to load

We'll test and let you know.

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

App taking too long to load

Hi Rahul!
You need profiling. You can find how to do this here: https://developers.google.com/chrome-...

Return to “Issues”