• /
  • EnglishEspañolFrançais日本語한국어Português
  • Se connecterDémarrer

Introduction to Performance Risks inbox

preview

We're still working on this feature, but we'd love for you to try it out!

This feature is currently provided as part of a preview program pursuant to our pre-release policies.

Performance Risks inbox adds an intelligent layer on top of New Relic's telemetry data, continuously scanning your applications for performance issues and surfacing them before they escalate into production incidents. It uses built-in analyzers to automatically detect performance anomalies using configurable thresholds, and groups similar issues together so you can focus on resolving the most impactful problems first.

Coverage and scope

Performance Risks inbox provides comprehensive monitoring across your entire application stack:

  • APM services
  • Browser applications
  • Database operations

Key benefits

  • Proactive issue detection: Identify performance problems before they escalate into production incidents
  • Reduced Mean Time to Resolution (MTTR): Intelligent grouping helps you focus on the most critical issues first
  • Improved engineering productivity: Spend less time on manual performance investigation and more time on innovation
  • Better application reliability: Address performance risks before they impact your end users
Screenshot of Performance Risks inbox showing a list of performance issues with details such as issue type, affected entities, and occurrence frequency.

How does Performance Risks inbox work?

Performance Risks inbox uses the following analyzers to detect the most common performance issues:

Use cases

Performance Risks inbox helps you address two key areas: reducing infrastructure costs and improving application performance. The following are sample use cases illustrating how Performance Risks inbox can address these areas.

Reduce infrastructure costs

Inefficient code patterns result in unnecessary resource consumption that directly impacts infrastructure costs:

  • N+1 queries: Instead of executing a single optimized query, an application executes one query to retrieve a list and then a separate query for each item in that list. At scale, a user waiting for 100 database queries to complete — when a single query could return the same result — increases both database load and resource usage unnecessarily.
  • Large HTTP payloads: When an application calls a large API and sends the full response on every user interaction, cloud providers charge for the bandwidth and data transfer of each call, even when that data was not required for the interaction.

Improve application performance

Performance issues directly affect application speed and responsiveness:

  • Sequential database queries: When a user requests two unrelated pieces of data, the application may fetch the first and wait for it to complete before fetching the second — even though both queries are independent and could run at the same time. The user waits longer than necessary for a result that could have been returned much faster.
  • Slow HTTP responses: When a user interacts with the application and sees a loading state for an extended period, it is often because an underlying API is not performant. The user is forced to wait for a slow response before the result appears.
Droits d'auteur © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.