How to detect slow internet connections?
        Posted  
        
            by 
                Starx
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Starx
        
        
        
        Published on 2011-08-09T09:31:47Z
        Indexed on 
            2011/11/27
            9:51 UTC
        
        
        Read the original article
        Hit count: 251
        
JavaScript
Currently, most of the popular websites, like google, yahoo detect if the user connection speed is slow and then give a option to load basic version of the website instead of the high end one.
What are the methods available to detect slow internet connections?
P.S. I think this is achieved through javascript, so I will tag it as a javascript question? However, I am looking for answers oriented more towards PHP, if this is also server related.
© Stack Overflow or respective owner