The statistics of web performance
Philip Tellis (12.Mar.2010 at 08:30)
Talk at ConFoo.ca Web Techno Conference (English - US)
Analysis of user experience is typically done by taking a random sample of users, measuring their experiences and extracting a single number from that sample. In terms of web performance, the experience we need to measure is user perceived page load time, and the single number we need to extract depends on the distribution of measurements across the sample.
There are a few contenders for what the magic number should be. Do you use the mean, median, mode, or something else? How do you determine the correctness of this number or whether your sample size is large enough? Is one number sufficient?
This talk covers some of the statistics behind figuring out which numbers one should be looking at and how to go about extracting it from the sample.
Quicklink: https://joind.in/1371
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?




24.Mar.2010 at 17:31 by Pierre-Luc Soucy
Nice talk - it gave me the inspiration to start tracking performance on our site with random sampling, and the information in the talk will certainly help me analyze the data we got. Thanks for sharing this with us.