```json
{
    "title": "The Performance Implications of Android Dominance",
    "url": "https://performancezen.com/2022/04/01/the-performance-implications-of-android-dominance/",
    "datePublished": "2022-04-01",
    "dateModified": "2022-05-10",
    "language": "en-US",
    "description": "When working with customers in Europe or who serve their data in the US and Europe, I am stunned when they ask why their performance is so much slower in…",
    "author": "spierzchala",
    "publisher": "Performance Zen"
}
```

# The Performance Implications of Android Dominance

When working with customers in Europe or who serve their data in the US and Europe, I am stunned when they ask why their performance is so much slower in certain European countries compared to the US.

Glimpsing at some publicly available stats (thank you [Statcounter](https://gs.statcounter.com/)!), the reason is clear: Android is the dominant Mobile platform in Europe.

![***\[Mobile OS Breakdown - Europe - March 2021 to March 2022\](https://gs.statcounter.com/os-market-share/mobile/europe/#monthly-202103-202203)***](https://performancezen.com/wp-content/uploads/2022/04/StatCounter-os_combined-eu-monthly-202103-202203-1024x576.png)
***[Mobile OS Breakdown - Europe - March 2021 to March 2022](https://gs.statcounter.com/os-market-share/mobile/europe/#monthly-202103-202203)***

This doesn't hold true everywhere in Europe - in the UK (yes, it is still in Europe!), Android and iOS have nearly equal Mobile device market share.

![***\[Mobile OS Breakdown - UK - March 2021 to March 2022\](https://gs.statcounter.com/os-market-share/mobile/united-kingdom/#monthly-202103-202203)***](https://performancezen.com/wp-content/uploads/2022/04/StatCounter-os_combined-GB-monthly-202103-202203-1024x576.png)
***[Mobile OS Breakdown - UK - March 2021 to March 2022](https://gs.statcounter.com/os-market-share/mobile/united-kingdom/#monthly-202103-202203)***

But in Germany, the divide is vast, with Android clearly dominating the playing field.

![***\[Mobile OS Breakdown - Germany - March 2021 to March 2022\](https://gs.statcounter.com/os-market-share/mobile/germany/#monthly-202103-202203)***](https://performancezen.com/wp-content/uploads/2022/04/StatCounter-os_combined-DE-monthly-202103-202203-1024x576.png)
***[Mobile OS Breakdown - Germany - March 2021 to March 2022](https://gs.statcounter.com/os-market-share/mobile/germany/#monthly-202103-202203)***

But there is yet another divide that is greater than even the Android/iOS split - the Android version difference. Depending on the country, your performance could be dependent entirely upon the versions of Android that the visitors use.

Starting with Germany in Q1 2022, Android usage is dominated by the three latest OS versions: 10, 11, and 12.

![***\[Android OS Breakdown - Germany - 2022-01-17 to 2022-03-27\](https://gs.statcounter.com/android-version-market-share/mobile/germany/#monthly-202103-202203-bar)***](https://performancezen.com/wp-content/uploads/2022/04/StatCounter-android_version-DE-weekly-202203-202212-bar-1024x576.png)
***[Android OS Breakdown - Germany - 2022-01-17 to 2022-03-27](https://gs.statcounter.com/android-version-market-share/mobile/germany/#monthly-202103-202203-bar)***

But in countries like Spain and France, Android/9 is still a prevalent OS. This version of Android runs on much older hardware and is more likely to experience degraded performance compared to those running 11 or 12.

![***\[Android OS Breakdown - Spain - 2022-01-17 to 2022-03-27\](https://gs.statcounter.com/android-version-market-share/mobile/spain/#monthly-202103-202203-bar)***](https://performancezen.com/wp-content/uploads/2022/04/StatCounter-android_version-ES-weekly-202203-202212-bar-1024x576.png)
***[Android OS Breakdown - Spain - 2022-01-17 to 2022-03-27](https://gs.statcounter.com/android-version-market-share/mobile/spain/#monthly-202103-202203-bar)***

![***\[Android OS Breakdown - France - 2022-01-17 to 2022-03-27\](https://gs.statcounter.com/android-version-market-share/mobile/france/#monthly-202103-202203-bar)***](https://performancezen.com/wp-content/uploads/2022/04/StatCounter-android_version-FR-weekly-202203-202212-bar-1024x576.png)
***[Android OS Breakdown - France - 2022-01-17 to 2022-03-27](https://gs.statcounter.com/android-version-market-share/mobile/france/#monthly-202103-202203-bar)***

For teams trying to design performant web sites, this is a critical piece of information. While Mobile is the dominant platform, sites need to be designed to deliver excellent user experiences for all visitors. And in Europe, this means Android users.

What can you do?

And, most importantly, use an Android device. If you make your development team use Android for a week, they might get the message that they need to do more to reach into this neglected Mobile population.

If you're a browser geek like I am, check out [this post](https://performancezen.com/2009/03/24/statcounter-browser-stats-march1-24-2009/) I wrote in 2009 about the browser stats. The world is a very different place now.
