Android Question Performance issues

Jack Cole

Well-Known Member
Licensed User
Longtime User
As of August, 2017, Google started factoring in "app quality" into their ranking algorithm. For my popular apps, this has been a problem based on their speed metrics. Truthfully, I think the app runs fast, and I think it is probably partly related to the way they are measuring. Regardless, this is something that is hurting my app business. The stats below are for Mind Games.

Here is where I am getting hurt by the measures.

upload_2018-1-16_8-52-37.png


upload_2018-1-16_8-53-48.png


Are other people experiencing similar problems? Look at Android vitals in the dashboard.

I am having trouble even on less complex apps that seem to run quite fast too me (for example: Minesweeper).

upload_2018-1-16_9-0-21.png


I'm wondering if there are any ideas on fixing this or at least making the app perform in a way that is measured more correctly by Google's metrics.
 

sorex

Expert
Licensed User
Longtime User
thanks, will have a look at that.

see above for the anwser to my own question.
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
I have the impression that if you update 1 view that everything gets redrawn on the screen and not only the altered view.

Something to keep in mind.
 
Upvote 0
Top