3

I run Ecommerce website and have tested visitor`s page load speed using GA. (Ga has changed it to measure the speed of all users.)

But Unusually, Page loading is slow on Android devices.

Is there anything I can fix on the server side? I'm using Ubuntu 16.04 + Nginx + php7 + MariaDB .

Thank you.

Sourabh Saldi
  • 3,567
  • 6
  • 34
  • 57
Seomari
  • 45
  • 1
  • 7

1 Answers1

1

Well, sure, you might want to change your website and make it as small as you can to let Android load it faster, but it's a common known thing:

The Android WebView is not that fast.

You can actually see this issue on several threads on SO, and my suggestion is to change your WebView code like they do here:

Android webview slow

Another way of increasing performance is to let Google Chrome handle the website for you using Chrome Custom Tabs.

https://developer.chrome.com/multidevice/android/customtabs

Which can be embedded in your app, without actually intenting a seperate browser app.

gi097
  • 7,313
  • 3
  • 27
  • 49