How to check internet speed?

I have social photos app, feed with photos is the home page.
I want to know if the user have high speed internet so i can show him high quality photos, or if not so low quality.
How should i do that check?

1 Like

Any anwsers? I tried to find some information on google without success

1 Like

Did you find any solution? I’m stuck here

1 Like

Hi

THere is a native plugin to check network type but that is not a good estimate

I would try timing the load speed of an image using onload etc event handlers. A javascript solution.

Regards

Tom

2 Likes

In my case, web service response is very slow due to low connection so data is not loading properly. I’m not liking to prefer core js solution. It would be great if I can get solution in ionic1

1 Like

Hi,

No ionic thing I believe.

More Javascript.


Or a package like
https://www.npmjs.com/package/network-js

(no experience) - Google is your best friend.

Or wait until the browsers have an API.

Regards,

Tom

i don’t know much about it :face_with_raised_eyebrow:

Take a look to this cordova plugin:

Hi, I was looking for similar problems and want to check if someone in the group has been able to find ways to calculate Internet Speed of users…

I would like to know if its possible to detect and calculate the Internet Speed of users when they have Ionic/Angular app.

Many thanks and I look forward to hear from the experts…