She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

How Can i Optimize

Hi Team,

How Can i Optimize the Speed of getting all the data? We are using our own 3rd party service which is:
http://122.52.217.71:8082/NotloggedIN...
when i use the browser Tester the data shown after 8-10 sec. but when i installed the app into the device. it tooks like a 60-80sec.

Thanks for helping.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How Can i Optimize

Hello Sherwin,

Could you please specify the device and OS that you use for tests, also please look at this link, maybe it will be useful for you: https://getsatisfaction.com/apperyio/...

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

How Can i Optimize

Hi Evgene,

I already tried that link, and render it in app settings. but getting the JSON in 3rd party restful i still very slow in Android Phone(Samsung Duos)

Thanks,

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

How Can i Optimize

Hi Sherwin,

It seems your rest service returns a lot of data...

Mobile device has limited calculation resources... Thus it's better to work with data you only need on this page..

As the solution - you can divide data from your rest service by some "pages"(frames). Or reduce it by information which is not used on this page.

Also if you can not access this 3rd party api - you can make this data transformation on Appery.io server side.

Details are here: http://devcenter.appery.io/documentat...

Regards.

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

How Can i Optimize

Hi Yuri,

Im thinking if this is possible to do.

  1. all in data in this link : http://122.52.217.71:8082/NotLoggedIN... must save in the LocalStorageVariable.

  2. LocalStorage can use paginate.

    if this is possible help me.

    Thank you.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

How Can i Optimize

Hi Sherwin,

Yes it's possible, i guess it could not help you with app speed.

It's better to try solutions above..

Regards.

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

How Can i Optimize

what solution? your solution or my solution? sorry im so confused about this.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

How Can i Optimize

Hi Sherwin,

pre

As the solution - you can divide data from your rest service by some "pages"(frames). Or reduce it by information which is not used on this page.

Also if you can not access this 3rd party api - you can make this data transformation on Appery.io server side.

/pre

So you should get on device a little part of information. Currently you JSON to big for mobile.

Regards.

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

How Can i Optimize

Hi Yuri,

Do you have a documentation/tutorial how can i divide the rest service to frames by frames?

Thanks,

Return to “Issues”