Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Firebase Performance Monitoring
plat_iosplat_androidplat_webplat_flutter
Получите представление о проблемах с производительностью вашего приложения.
Firebase Performance Monitoring — это сервис, который помогает вам получить представление о характеристиках производительности ваших приложений Apple, Android и веб-приложений.
Вы используете SDK Performance Monitoring для сбора данных о производительности из вашего приложения, а затем просматриваете и анализируете эти данные в консоли Firebase . Performance Monitoring помогает вам в режиме реального времени понять, где можно улучшить производительность вашего приложения, чтобы вы могли использовать эту информацию для устранения проблем с производительностью.
Автоматически измеряйте время запуска приложения, сетевые запросы HTTP и многое другое.
Когда вы интегрируете SDK Performance Monitoring в свое приложение, вам не нужно писать какой-либо код, прежде чем ваше приложение начнет автоматически отслеживать несколько важных аспектов производительности. Для собственных приложений SDK регистрирует время запуска, отображение данных по экрану и активность в фоновом или переднем режиме. Для веб-приложений SDK регистрирует такие аспекты, как первая отрисовка контента, возможность пользователей взаимодействовать с вашим приложением и многое другое.
Получите представление о ситуациях, в которых производительность приложения можно улучшить.
Оптимизация производительности вашего приложения может оказаться сложной задачей, если вы точно не знаете, почему оно не соответствует ожиданиям пользователей. Вот почему Performance Monitoring позволяет вам видеть показатели производительности с разбивкой по таким атрибутам , как страна, устройство, версия приложения и уровень ОС.
Настройте мониторинг для своего приложения
Вы можете отслеживать пользовательские трассировки кода, чтобы отслеживать производительность вашего приложения в определенных ситуациях, например, когда вы загружаете новый экран или отображаете новую интерактивную функцию. Кроме того, вы можете создавать собственные метрики для этих трассировок пользовательского кода для подсчета определенных вами событий (например, попаданий в кэш) во время этих трассировок.
Выявление значительных изменений в производительности приложения
Выявление и решение основных проблем с производительностью приложений, таких как сбои в сети, жизненно важно для успеха вашего приложения. Мониторинг производительности позволяет вам настраивать и настраивать оповещения для наиболее важных частей вашего приложения, чтобы вы могли видеть и реагировать на проблемы с производительностью — прежде чем они повлияют на ваших пользователей.
Как это работает?
Когда вы добавляете SDK Performance Monitoring , Firebase автоматически начинает собирать данные для нескольких распространенных процессов в вашем приложении, например:
Performance Monitoring использует трассировки для сбора данных об этих процессах. Трассировка — это отчет, содержащий данные, собранные между двумя моментами времени в вашем приложении.
Собранные данные о производительности для каждой трассировки называются метриками и различаются в зависимости от типа трассировки. Например, когда экземпляр вашего приложения отправляет сетевой запрос, трассировка собирает метрики, важные для мониторинга сетевых запросов, такие как время ответа и размер полезных данных.
Каждый раз, когда экземпляр вашего приложения запускает отслеживаемый процесс, связанная трассировка также автоматически собирает данные атрибутов для этого экземпляра приложения. Например, если приложение Android выдает сетевой запрос, трассировка собирает данные об устройстве, версии приложения и другие атрибуты для этого конкретного экземпляра приложения. Вы можете использовать эти атрибуты, чтобы фильтровать данные о производительности и узнавать, возникают ли проблемы у определенных сегментов пользователей.
Готовые трассировки от Performance Monitoring помогут вам начать мониторинг вашего приложения, но чтобы узнать о производительности конкретных задач или потоков, попробуйте инструментировать свои собственные трассировки кода в вашем приложении.
Путь реализации
Добавьте SDK Performance Monitoring в свое приложение.
Вы можете добавить SDK Performance Monitoring в свое приложение вместе с любыми другими продуктами Firebase, которые вы хотите использовать в своем приложении. платформы Apple | Андроид | Интернет | трепетать
(Необязательный) Инструментируйте трассировку пользовательского кода и пользовательские метрики в своем приложении.
Отслеживайте данные производительности в консоли в режиме реального времени
В консоли Firebase вы можете отслеживать данные о производительности ваших пользователей, чтобы узнать конкретные ситуации, в которых производительность вашего приложения можно улучшить. Вы также можете разбить данные о производительности по таким атрибутам , как версия приложения, страна, устройство или ОС.
Пользовательские данные
Performance Monitoring не хранит постоянно какую-либо личную информацию (например, имена, адреса электронной почты или номера телефонов). При мониторинге сетевых запросов HTTP Performance Monitoring использует URL-адреса (не включая параметры URL-адресов) для создания агрегированных и анонимных шаблонов URL-адресов, которые в конечном итоге сохраняются и отображаются в консоли Firebase .
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-25 UTC."],[],[],null,["Firebase Performance Monitoring \nplat_ios plat_android plat_web plat_flutter \nGain insight into your app's performance issues. \nFirebase Performance Monitoring is a service that helps you to gain insight into the performance characteristics of your Apple, Android, and web apps.\n\n\u003cbr /\u003e\n\nYou use the Performance Monitoring SDK to collect performance data from your app, then\nreview and analyze that data in the Firebase console. Performance Monitoring helps you\nto understand in real time where the performance of your app can be improved so\nthat you can use that information to fix performance issues.\n\n\u003cbr /\u003e\n\nReady to get started? Choose your platform:\n\n[iOS+](/docs/perf-mon/get-started-ios)\n[Android](/docs/perf-mon/get-started-android)\n[Web](/docs/perf-mon/get-started-web)\n[Flutter](/docs/perf-mon/flutter/get-started)\n\nKey capabilities\n\n|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Automatically measure app startup time, HTTP network requests, and more | When you integrate the Performance Monitoring SDK into your app, you don't need to write any code before your app starts automatically monitoring several critical aspects of performance. For native apps, the SDK logs startup time, rendering data by screen, and activity while in the foreground or background. For web apps, the SDK logs aspects like first contentful paint, ability for users to interact with your app, and more. |\n| Gain insight into situations where app performance could be improved | Optimizing the performance of your app can be challenging when you don't know exactly why it is falling short of user expectations. That's why Performance Monitoring lets you see performance metrics broken down by [*attributes*](/docs/perf-mon/attributes), like country, device, app version, and OS level. |\n| Customize monitoring for your app | You can instrument [*custom code traces*](/docs/perf-mon/custom-code-traces) to capture your app's performance in specific situations, like when you load a new screen or display a new interactive feature. And, you can create *custom metrics* on these custom code traces to count events that you define (like cache hits) during those traces. |\n| Identify significant changes in app performance | Identifying and resolving major app performance issues, like network outages, is vital to the success of your app. Performance Monitoring lets you [set up and customize alerts](/docs/perf-mon/alerts) for the most critical parts of your app so you can see and respond to performance pitfalls -- before they affect your users. |\n\nHow does it work?\n\nWhen you add the Performance Monitoring SDK, Firebase *automatically* starts collecting\ndata for several common processes in your app, for example:\n\n|---|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| | - [App start up time for Apple and Android apps](/docs/perf-mon/app-start-foreground-background-traces) - [Screen rendering for Apple and Android apps](/docs/perf-mon/screen-traces) | - [Page loading for web apps](/docs/perf-mon/page-load-traces) - [Network requests for all types of apps](/docs/perf-mon/network-traces) |\n\nPerformance Monitoring uses ***traces*** to collect data about these processes. A trace is\na report that contains data captured between two points in time in your app.\n\nThe collected performance data for each trace are called ***metrics*** and vary\ndepending on the type of trace. For example, when an instance of your app issues\na network request, the trace collects metrics that are important for network\nrequest monitoring, like response time and payload size.\n\nEach time an instance of your app runs a monitored process, the associated trace\nalso automatically collects ***attributes*** data for that app instance. For\nexample, if an Android app issues a network request, the trace collects the\ndevice, app version, and other attributes for that specific app instance. You\ncan use these attributes to filter your performance data and learn if specific\nuser segments are experiencing issues.\n\nThe out-of-the-box traces from Performance Monitoring get you started with monitoring your\napp, but to learn about the performance of specific tasks or flows, try out\n[instrumenting your own custom traces of code](/docs/perf-mon/custom-code-traces)\nin your app.\n\nImplementation path\n\n|---|---------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | Add the Performance Monitoring SDK to your app | You can add the Performance Monitoring SDK to your app, along with any other Firebase products that you want to use in your app. [Apple platforms](/docs/perf-mon/get-started-ios) \\| [Android](/docs/perf-mon/get-started-android) \\| [Web](/docs/perf-mon/get-started-web) \\| [Flutter](/docs/perf-mon/flutter/get-started) |\n| | *(Optional)* Instrument custom code traces and custom metrics in your app | Using the Performance Monitoring SDK, you can instrument [custom code traces and custom metrics](/docs/perf-mon/custom-code-traces) to measure specific aspects of your app's performance. |\n| | Monitor performance data in the console in real time | In the [Firebase console](//console.firebase.google.com/project/_/performance), you can monitor performance data from your users to learn the specific situations where your app's performance could be improved. You can also break down the performance data by [attributes](/docs/perf-mon/attributes), like app version, country, device, or OS. |\n\nUser data\n\nPerformance Monitoring does not permanently store any personally identifiable\ninformation (such as names, email addresses, or phone numbers). While monitoring\nHTTP network requests, Performance Monitoring uses URLs (not including URL parameters)\nto build aggregated and anonymous URL patterns that are eventually persisted\nand shown in the Firebase console.\n\nFor more details, refer to the\n[Examples of information collected by\nPerformance Monitoring](/support/privacy#performance-monitoring-collected-info).\n\nNext steps\n\n- To get started using Performance Monitoring in your app, visit:\n\n - [Get Started with Performance Monitoring for Apple platforms](/docs/perf-mon/get-started-ios)\n - [Get Started with Performance Monitoring for Android](/docs/perf-mon/get-started-android)\n - [Get Started with Performance Monitoring for web](/docs/perf-mon/get-started-web)\n - [Get Started with Performance Monitoring on Flutter](/docs/perf-mon/flutter/get-started)\n- To learn about setting up alerts, see [Set up alerts for performance issues](https://firebase.google.com/docs/perf-mon/alerts)."]]