---
title: "Widgets"
description: "Learn more about Sentry's Insights widgets such as Most Slow Frames, Most Time-Consuming Queries, and Slow HTTP Ops, and how they can be used to surface performance insights in your applications."
url: https://docs.sentry.io/product/insights/overview/filters-display/widgets/
---

# Widgets

Insights 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 [Insight Domain](http://localhost:3000/product/insights/) 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](https://docs.sentry.io/product/insights/overview/metrics.md#apdex) and [User Misery](https://docs.sentry.io/product/insights/overview/metrics.md#user-misery) are non-linear.

## [Average TTIDs](https://docs.sentry.io/product/insights/overview/filters-display/widgets.md#average-ttids)

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](https://docs.sentry.io/product/insights/mobile/mobile-vitals/screen-loads.md) page.

This widget is available in the [Mobile Overview](https://docs.sentry.io/product/insights/mobile.md).

## [Most Slow Frames](https://docs.sentry.io/product/insights/overview/filters-display/widgets.md#most-slow-frames)

Shows transactions with the most slow frames for mobile projects. Learn more in [Mobile Vitals](https://docs.sentry.io/product/insights/mobile/mobile-vitals.md).

This widget is available in the [Mobile Overview](https://docs.sentry.io/product/insights/mobile.md).

## [Most Frozen Frames](https://docs.sentry.io/product/insights/overview/filters-display/widgets.md#most-frozen-frames)

Shows transactions with the most frozen frames for mobile projects. Learn more in [Mobile Vitals](https://docs.sentry.io/product/insights/mobile/mobile-vitals.md).

This widget is available in the [Mobile Overview](https://docs.sentry.io/product/insights/mobile.md) tab.

## [Most Time-Consuming Queries](https://docs.sentry.io/product/insights/overview/filters-display/widgets.md#most-time-consuming-queries)

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](https://docs.sentry.io/product/insights/queries.md#query-summary-page) or click "View All" to open the [**Queries** page](https://docs.sentry.io/product/insights/queries.md#queries-page).

This widget is available in the [Backend Overview](https://docs.sentry.io/product/insights/backend.md).

## [Most Time-Consuming Assets](https://docs.sentry.io/product/insights/overview/filters-display/widgets.md#most-time-consuming-assets)

Shows assets that take the most time in your application. These assets are usually either slow, very frequent, or both. Click on a asset to open its [**Asset Summary** page](https://docs.sentry.io/product/insights/frontend/assets.md#asset-summary-page) or click "View All" to open the [**Assets** page](https://docs.sentry.io/product/insights/frontend/assets.md#assets-page).

This widget is available in the [Frontend Overview](https://docs.sentry.io/product/insights/frontend.md).

## [Most Time-Consuming Domains](https://docs.sentry.io/product/insights/overview/filters-display/widgets.md#most-time-consuming-domains)

Shows domains that the application spends a lot of time waiting for, sorted by total time per domain. The application either makes a lot of calls to these domains, or these domains take a long time to respond to requests. Click on a domain to open its [**Domain Summary** page](https://docs.sentry.io/product/insights/requests.md#domain-summary-page) or click "View All" to open the [**Requests** page](https://docs.sentry.io/product/insights/requests.md#requests-page).

This widget is available in the [Backend Overview](https://docs.sentry.io/product/insights/backend.md), [Frontend Overview](https://docs.sentry.io/product/insights/frontend.md) and [Mobile Overview](https://docs.sentry.io/product/insights/mobile.md) tabs.

## [Best Page Opportunities](https://docs.sentry.io/product/insights/overview/filters-display/widgets.md#best-page-opportunities)

Shows web pages in your application that have the most [Opportunity](https://docs.sentry.io/product/insights/web-vitals.md#opportunity) to improve. These pages usually have poor [Web Vital](https://docs.sentry.io/product/insights/web-vitals.md) scores, high throughput, or both. Click on a page to open its [**Page Summary** page](https://docs.sentry.io/product/insights/web-vitals.md#page-overview) or click "View All" to open the [**Web Vitals** page](https://docs.sentry.io/product/insights/web-vitals.md#web-vitals-page).

This widget is available in the [Frontend Overview](https://docs.sentry.io/product/insights/frontend.md).

## [Slow HTTP Ops](https://docs.sentry.io/product/insights/overview/filters-display/widgets.md#slow-http-ops)

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 Overview](https://docs.sentry.io/product/insights/frontend.md) and [Backend Overview](https://docs.sentry.io/product/insights/backend.md) tabs.

## [Slow DB Ops](https://docs.sentry.io/product/insights/overview/filters-display/widgets.md#slow-db-ops)

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 Overview](https://docs.sentry.io/product/insights/backend.md).

## [Slow Resource Ops](https://docs.sentry.io/product/insights/overview/filters-display/widgets.md#slow-resource-ops)

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 Overview](https://docs.sentry.io/product/insights/frontend.md).
