In web development, is it possible to perform a test on bandwidth/internet connection speed in client device, and based on this test, filter items to be displayed.
For instance, is it possible do avoid showing social media buttons if connection speed is low for the user?
I am using PHP for server, HTML/jquery for client side.