You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Firebase Performance Monitoring](https://firebase.google.com/docs/perf-mon) is a tool that *automatically* collects performance data from your app and provides insights through the Firebase console. It can monitor both network requests and specific parts of your code.
13
+
14
+
Enabling performance monitoring is beneficial for:
15
+
16
+
-**Identify Bottlenecks**: Discover where your app's performance is lagging.
17
+
-**Improve User Experience**: Slow or unresponsive apps lead to a poor user experience.
18
+
-**Data-Driven Decisions**: Make optimization decisions based on real performance data.
19
+
-**Monitor Network Calls**: See how long network requests take, helping identify slow APIs or network issues.
20
+
21
+
To enable performance monitoring, navigate to Settings and Integrations > Project Setup > Firebase > Open the Performance Monitoring section and Enable Performance Monitoring toggle.
0 commit comments