Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecodelabs/performance-analytics
Measuring Critical Performance Metrics with Google Analytics
https://github.com/googlecodelabs/performance-analytics
Last synced: 3 months ago
JSON representation
Measuring Critical Performance Metrics with Google Analytics
- Host: GitHub
- URL: https://github.com/googlecodelabs/performance-analytics
- Owner: googlecodelabs
- License: apache-2.0
- Archived: true
- Created: 2016-05-13T09:42:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-17T18:23:45.000Z (over 8 years ago)
- Last Synced: 2024-07-18T16:26:51.018Z (4 months ago)
- Language: JavaScript
- Homepage: https://codelabs.developers.google.com/codelabs/performance-analytics/
- Size: 9.77 KB
- Stars: 33
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Measuring Critical Performance Metrics with Google Analytics
These are the resource files needed for the [Measuring Critical Performance Metrics with Google Analytics](https://codelabs.developers.google.com/codelabs/performance-analytics/)
code lab from Google.Each step in the code lab corresponds to an individual directory in this repository, so you can easily skip to any step to see the complete code changes up through that point.
This is a work in progress, if you find a mistake, please [file an issue](https://github.com/googlecodelabs/performance-analytics/issues). Thanks!
## What you’ll learn
* How to accurately and effectively measure performance metrics using the User Timings API.
* How to send that data to Google Analytics and report on it at a later time.## What you’ll need
* [Web Server for Chrome](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb), or use your own web server of choice.
* The [sample code](https://github.com/googlecodelabs/performance-analytics/archive/master.zip)
* A text editor
* (Optional) a Google Analytics account