The document discusses measuring web performance from the end user's perspective using JavaScript. It notes that most web slowness comes from the front-end, which developers can't control due to browser, plugin, OS and other variations. To get accurate measurements, performance must be measured directly from the user's device using JavaScript, which is ubiquitous. The talk will discuss Boomerang, a JavaScript tool that measures page load performance and sends anonymized data back to developers for analysis.