Following on from Plotting the exact X/Y coordinates of clicks on a page, we’ve now aggregated data from a number of similar websites (including the Imperial War Museum). As mentioned in my last post, we’ve been collecting the X/Y coordinates of clicks, together with other relevant data (including: screen resolution, text size settings, user agent and “time to click”).

I’ve been looking for patterns in the data, and although there isn’t much to report, I thought it would be interesting to share what we’ve found so far:

Text Size statistics

I was surprised by the number of users who choose non-default text size settings in their browser. Although this may be due to a selection effect (this data comes mainly from Museum websites, which may have a particular audience), the figures are still surprising:

Font Size (IE) % of users
Largest 4.1%
Larger 2.7%
Medium 88.9%
Smaller 3.1%
Smallest 0.9%

(give or take rounding errors)

With regards to ‘time to click’, I checked for a pattern, but found that there is no strong relationship between Text Size and Time to Click. I had hoped to find that users with larger text sizes took longer to find what they were looking for (either because there was less on the screen, or because they tended to be older, less experienced users), but found no evidence to support this.

I say ’strong’ relationship in the above statement because there was a little evidence: users with ‘Medium’ took (on average) 12.4 seconds to click, ‘Larger’ took 14.4, and ‘Largest’ 13.7 (for interested readers: Smallest = 14.5 and Smaller = 13.6). Although you could argue that non-Medium text sizes took longer to click, the difference is so small that a much larger data sample would be required to conclusively prove this.

Screen Resolution statistics

I was expecting to find a trend of some sort, but found that there is no relationship between Text Size and Screen Resolution. So, a user with a resolution of 640×480 is just as likely to use ‘Largest’ text size as a user with 1280 X 1024.

Using data from a single, ‘tall’ site (in design), I also checked the y position of clicks against screen resolution. Again, I had a preconceived pattern that I was hoping to detect - that users with larger resolutions were more likely to click further down the page. However, my findings seemed to prove the opposite (although again the figures are so close that we can’t conclusively prove anything):

Resolution % of clicks under y=768
800×600 7.6%
1024×768 7.0%
1280×1024 5.9%

Browser statistics

I’m not sure what I was hoping to find, but a comparison was run of Browser against average “time to click”:

Browser Time to click (seconds)
IE 5, PC 14.7
IE 5.5, PC 13.1
IE 6, PC 12.6
FireFox, PC 11.8
Safari, Mac 11.7

So, the obvious conclusion is that Safari is the most usable web browser! Seriously, though, I can’t think of any browser-related reason why users of one product would be able to ‘find their link’ quicker than users of another browser. Perhaps FireFox and Safari render the pages sooner than the ‘onLoad’ page event (which is when we start recording for ‘time to click’) than in IE. Or maybe IE users are just plain dumber, so take longer to read and find content. I am an IE user, so I think that’s hard evidence to back this hypothesis.