Page 1 of 1

Rapidity problem

Posted: Sun Jun 28, 2015 8:38 pm
by sdanigo

Hi,
I have an app with a screen that have about a hundred component (most are checkboxes). They are placed in collapsible blocks.

It is populated from a localstorage variable (which is populated from a database).

Web version accessing with a computer: about 2-3 sec to see the page
Web version (accesing via a phone: more than 30 second to display the same page
Android version : more than 30 second to display the same page

Is this a normal behavior ?
What can I do to speed up the display ( I can't reduce the number of checkboxes )

Any advice welcome

Thanks

Sylvain


Rapidity problem

Posted: Tue Jun 30, 2015 2:23 pm
by Evgene Karachevtsev

Hello Sylvain,

Could you please clarify have you tested your app with the different devices and different internet connections? Also please check this post, it may be useful for you:
https://getsatisfaction.com/apperyio/...


Rapidity problem

Posted: Tue Jun 30, 2015 2:29 pm
by Serhii Kulibaba

Hello Sylvain,

Do you have handlers on these checkboxes? AngularJS-apps should work quicker than JQM.