Re: Detect Connection speed with Wicket or something similar

2011-10-13 Thread Martin Grigorov
I think you need to do download of a file to get this measure. E.g. onDomReady you fire an ajax request back to the server to a predefined mount path which will init the download of relatively big file. When the ajax request ends you need to send a second one with the time needed to do the first

RE: Detect Connection speed with Wicket or something similar

2011-10-13 Thread Brown, Berlin [GCG-PFS]
'); // or jquery? } } theFile MountPoint extends Page { } -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Thursday, October 13, 2011 3:06 AM To: users@wicket.apache.org Subject: Re: Detect Connection speed with Wicket or something similar I think you need

Detect Connection speed with Wicket or something similar

2011-10-12 Thread Brown, Berlin [GCG-PFS]
For our wicket applications, we want to detect the browser connection speed, do you know of a library or approach for detecting the browser speed. There is a thing in wicket called AjaxTimerBehavior that I could use but it is a little flaky and not built for the purpose of detetching browser