156
Views
4
Comments
Calculate Internet Speed
Question

Hello Team,

                 Good Morning, Hope you are all doing good. Is there components to calculate internet speed. In my scenario for Example,if the internet speed is below 2mbps, i need to write my own logic.


Regards,

Saravana

2024-02-27 12-57-22
Sam Rijkers

Hi Saravana,

You can use javascript to accomplish something that might fit your needs. For this you may want to have a look (1) here and (2) here.
The first requires you to download an image, and measure how long it took to download it.
The second links to the Network Information API documentation (perhaps the EffectiveConnectionType gives you enough information). This option is not available for all browsers though. 

Network Connection Information forge component makes use of the Network Information API.

2018-06-15 00-21-10
Pedro Vila Nova

Saravana Kumar Sivaraj wrote:

Hello Team,

                 Good Morning, Hope you are all doing good. Is there components to calculate internet speed. In my scenario for Example,if the internet speed is below 2mbps, i need to write my own logic.


Regards,

Saravana


What do you mean with, "if the internet speed is below 2mbps, i need to write my own logic." ? 


Best regards

UserImage.jpg
Saravana Kumar Sivaraj

Pedro Vila Nova wrote:

Saravana Kumar Sivaraj wrote:

Hello Team,

                 Good Morning, Hope you are all doing good. Is there components to calculate internet speed. In my scenario for Example,if the internet speed is below 2mbps, i need to write my own logic.


Regards,

Saravana


What do you mean with, "if the internet speed is below 2mbps, i need to write my own logic." ? 


Best regards

 For my scenario am telling that as example. Don't consider that as serious. 


Regards,

Saravana




2018-06-15 00-21-10
Pedro Vila Nova

So like Sam Rijkers said,


you can use this link: Detect Connection Speed.



Regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.