keen / common-web

Turn web user activity into a analyzable stream of JSON event data
MIT License
493 stars 62 forks source link

Track Performance Metrics #21

Open josephwegner opened 9 years ago

josephwegner commented 9 years ago

Javascript's Performance Metrics have pretty good brower support. That information is super duper useful, so we should probably track it.

pageLoad should, IMO, by default include:

Chrome also has a performance.memory field, but until the API stabilizes on that sort of info, let's leave it.

josephwegner commented 9 years ago

Also, thanks @lexicography for the stellar idea!

/cc @dustinlarimer