Welcome Guest, Not a member yet? Register   Sign In
UI issue
#1

[eluser]edhrx[/eluser]
Hi, I wonder if anyone has a view as to the optimum time before making a call to the server in the following scenario.

I have a table of data which the user can get the 'full record' for each record has they onmouseover the table rows. This uses a combination onmouseover and onmouseout setTimerout and an ajax call to get the record. The wait is currently set to 1 sec. However, I don't want to hammer the server and I'm just wondering what I could set that wait to before the user falls asleep.

Ed.
#2

[eluser]obobo[/eluser]
It's a difficult question to answer without knowing the context, the users, and the type and amount of content you're delivering.

II'm guessing that you've already ruled out using clicks instead of rollovers,
(which would eliminate accidental requests and avoid any delay in delivering the content to the user)
as well as downloading and hiding the full records with the initial page load.
(which would be the best option if the full records are not that big or complex, and you expect users to want to reveal the full info for many rows)

If rollovers and ajax requests is the only option
and you're having doubts about the 1 sec,
then you should really test it with some of your users and get real feedback.
What works and is acceptable in one context might not work in another.

good luck




Theme © iAndrew 2016 - Forum software by © MyBB