Web Episodes
Web Episodes is a script for gathering Real User Measurement (RUM) performance timings from web pages.
The key aspects of Web Episodes are:
- it loads asynchronously
- it supports Navigation Timing and Resource Timing
- it supports measuring Web 2.0 applications
- measurements are made using JavaScript events so there can be multiple listeners
- it's designed to be an industry standard for web developers, web metrics service providers, tool developers, and browser developers
- it's open source
Examples:
- example 1 - a simple example using default settings
See these slides for more information.