New Relic Browser provides basic browser traces for Lite accounts. Recommendation: To view more comprehensive information about the full webpage's life cycle with session trace details, upgrade your Lite account.
Contents
Select browser traces (Lite)
Lite accounts: View browser traces from any of these pages as applicable:
Browser page | New Relic Browser UI |
---|---|
Browser Overview |
Go to rpm.newrelic.com/browser > (select an app) > Browser Overview > (select a transaction). |
Page views |
Go to rpm.newrelic.com/browser > (select an app) > Page views > (select a transaction). |
Geography |
Go to rpm.newrelic.com/browser > (select an app) > Geography > (select a location) > (select an area). |
Key transaction |
Go to rpm.newrelic.com/apm Key transactions > (select a key transaction) > (select a transaction trace) > Page views link. |
The selected page lists all browser traces collected in the selected time period. By default, New Relic lists traces by page load time.

Examine trace details
After you select a specific browser trace, additional details appear. Aggregate data for the specific transaction provides a baseline comparison, and a link allows you to quickly run a performance test of the page using WebPageTest.org. An API in the New Relic agent allows you to associate extra details with traces, including user, account, and product names.
If you want to... | Do this... |
---|---|
View specific page load timing information | Mouse over any section of the performance trace bar. |
View information about averages and similar browser traces | Select the Baseline comparison link. |
Run a performance test (if available) |
Select Test this page with WebPageTest.org. WebPageTest.org provides free website speed tests from multiple locations around the globe using real browsers. You can use it to profile the performance of specific pages as long as the pages do not require authentication. |
View the Browsers page for the selected trace's browser | Select the browser's name. |
View the Geography page for the selected trace's browser | Select the location link. |
View additional request details | Select the URL link. |

Include user, account, product in trace
The New Relic agent provides an API to specify extra details associated with a browser trace.

The API values depend on the New Relic agent you use.
- Go
-
Currently n/a.
- Java
-
Use these three parameters with Java:
- .NET
-
SetUserParameters(System.String,System.String,System.String
- Node.js
-
newrelic.getBrowserTimingHeader()
- PHP
-
All three of these parameters are required with PHP, but they can be empty strings:
newrelic_set_user_attributes('user', 'account', 'product')
- Python
-
newrelic.agent.add_custom_parameter(key, value)
- Ruby
-
add_custom_attributes(params)