Is there any minimally reliable way to detect that the user is on a slow connection?
Basically, in my application, I would like to detect such a condition and omit loading some supplementary information from a WebService.
So, is it possible to detect a slow but functional Internet connection?