# Backend Performance

Sentry's [**Backend Performance**](https://sentry.io/orgredirect/organizations/:orgslug/insights/backend/) page gives you an overview of the health of your application. You'll be able to see things like the **Most Time-Consuming Queries**, **Most Time-Consuming Domains**, **p50** and **p75 Duration**, and so on.

You can also dive deeper into Queries, Outbound API Requests, Caches, and Queues to get detailed information about potential issues affecting your application's health. In addition to having a dedicated space to monitor backend performance, you can also look at Sentry's **Insights** tab to monitor frontend, mobile, and AI performance.

## [Learn More](https://docs.sentry.io/product/insights/backend.md#learn-more)

* #### [Queries](https://docs.sentry.io/product/insights/backend/queries.md)

  With Queries in Sentry, you can easily see database queries, remediate performance errors & monitor query performance.

* #### [Outbound API Requests](https://docs.sentry.io/product/insights/backend/requests.md)

  Track the performance of your application's HTTP requests and drill into the domains serving those requests.

* #### [Queues](https://docs.sentry.io/product/insights/backend/queue-monitoring.md)

  Learn how to monitor your queues with Sentry for improved application performance and health.

* #### [Caches](https://docs.sentry.io/product/insights/backend/caches.md)

  Learn more about cache monitoring with Sentry and how it can help improve your application's performance.
