Performance Widgets
Performance widgets offer visualizations that you can change to best match your workflow. They provide performance-specific views that allow you to see and act on transaction data across your organization. Depending on which Performance Tab you've selected, different curated performance widgets will be available.
The value displayed in the top right of some widgets is the overall value for the selected time period, not the average of the data displayed in the chart. For datasets with low event volume, the overall value may be higher or lower than expected because metrics like Apdex and User Misery are non-linear.
Shows the average TTID duration for top screens for mobile projects. Click the screen name to view more information about the screen in the Screen Loads page.
This widget is available in the Mobile tab.
Shows those transactions from the selected transaction list that have changed (either improved or regressed) the most. Note that only trends of a specific significance and throughput are shown and that precedence is given to the most regressed transactions.
To filter by either Most Improved or Most Regressed, navigate to the trends page using the View Trends button. Learn more in Trends.
This widget is available in the All Transactions, Backend and Mobile tabs.
Shows the highest count of any issue group related to a transaction and visualizes the issue count over time.
This widget is available in the All Transactions tab.
Shows transactions with the most slow frames for mobile projects. Learn more in Mobile Vitals.
This widget is available in the Mobile tab.
Shows transactions with the most frozen frames for mobile projects. Learn more in Mobile Vitals.
This widget is available in the Mobile tab.
Shows database queries that take the most time in your application. These queries are usually either slow, very frequent, or both. Click on a query to open its Query Summary page or click "View All" to open the Queries page.
This widget is available in the All Transactions and Backend tabs.
Shows resources that take the most time in your application. These resources are usually either slow, very frequent, or both. Click on a resource to open its Resource Summary page or click "View All" to open the Resources page.
This widget is available in the Frontend tab.
Shows web pages in your application that have the most Opportunity to improve. These pages usually have poor Web Vital scores, high throughput, or both. Click on a page to open its Page Overview page or click "View All" to open the Web Vitals page.
This widget is available in the Frontend tab.
Shows the Performance Score breakdown of your web projects. Click on a Web Vital component or "View All" to open a summary in the Web Vitals page.
This widget is available in the All Transactions tab.
Shows transactions with slow cumulative HTTP spans. Slow HTTP ops are not shown for all projects and transactions as the transactions must contain HTTP spans. Check out the SDK documentation for the project in question for more information.
This widget is available in the Frontend and Backend tabs.
Shows transactions with slow cumulative DB spans. Slow DB ops are not shown for all projects and transactions as the transactions must contain DB spans. Check out the SDK documentation for the project in question for more information.
This widget is available in the Backend tab.
Shows transactions with slow cumulative resource spans. These show frontend transactions with poor performing resources spans, and show cumulative time spent loading scripts, CSS, and so on.
This widget is available in the Frontend tab.
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").