I want to write JS that checks the speed of the internet and displays standard/basic version accordingly. Means, when the internet is slow, I want to display a basic page and when the internet is fast, I want to display advanced page.
I want to write JS that checks the speed of the internet and displays standard/basic version accordingly. Means, when the internet is slow, I want to display a basic page and when the internet is fast, I want to display advanced page.