The document discusses measuring end user performance in the browser, which is complex due to a lack of standardization. It proposes exposing detailed timing data that browsers already collect, such as resource download times and rendering times, in a non-intrusive way according to W3C specifications. This includes Navigation Timing, Resource Timing, User Timing, and the Performance Timeline. Open issues include how to send the performance data back to servers and implementing the necessary backend services. Exposing this level of browser performance data could be a game changer for monitoring, mobile optimization, and the web performance field overall.