Closed
Bug 988438
Opened 11 years ago
Closed 11 years ago
Turn on newrelic real user monitoring
Categories
(Marketplace Graveyard :: Code Quality, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2014-04-01
People
(Reporter: oremj, Assigned: cvan)
References
Details
(Keywords: perf)
Assignee | ||
Comment 1•11 years ago
|
||
Navigation timing is easy to record, but I'm more curious about file size. Does NewRelic provide a way of recording bytes transferred?
Reporter | ||
Comment 2•11 years ago
|
||
You just need to run these two functions to insert the headers:
https://docs.newrelic.com/docs/python/python-transaction-api#get_browser_timing_header
and
https://docs.newrelic.com/docs/python/python-transaction-api#get_browser_timing_footer
Reporter | ||
Comment 3•11 years ago
|
||
It's not really clear what all it is going to report. I think the best way to find out is just to turn it on, in dev, and see what shows up in the dashboard.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → cvan
Target Milestone: --- → 2014-04-01
Assignee | ||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 6•11 years ago
|
||
Can you please add some STRs to this bug or mark it as [qa-] ?
You need to log in
before you can comment on or make changes to this bug.
Description
•