Open josephwegner opened 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:
pageLoad
performance.timing
Chrome also has a performance.memory field, but until the API stabilizes on that sort of info, let's leave it.
performance.memory
Also, thanks @lexicography for the stellar idea!
/cc @dustinlarimer
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:performance.timing
in there as wellChrome also has a
performance.memory
field, but until the API stabilizes on that sort of info, let's leave it.