परफ़ॉर्मेंस पर नज़र बनाए रखना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
उपयोगकर्ता के अनुभव के बारे में अहम जानकारी पाने के लिए, अपने ऐप्लिकेशन की परफ़ॉर्मेंस को ट्रैक और उसका विश्लेषण किया जा सकता है. परफ़ॉर्मेंस को मॉनिटर करके, संभावित समस्याओं का पता लगाया जा सकता है. साथ ही, ज़्यादा उपयोगकर्ताओं पर असर पड़ने से पहले, उन समस्याओं को ठीक किया जा सकता है.
Android की ज़रूरी जानकारी
'Android की ज़रूरी जानकारी' की मदद से, Android डिवाइसों पर Google Play ऐप्लिकेशन की परफ़ॉर्मेंस और बिना क्रैश या फ़्रीज़ हुए काम करने की क्षमता को बेहतर बनाया जा सकता है. हमारा सुझाव है कि आप अपने ऐप्लिकेशन के परफ़ॉर्मेंस मेट्रिक पर नज़र रखें और उन्हें प्राथमिकता दें, ताकि उपयोगकर्ताओं को बेहतरीन अनुभव मिल सके. ज़्यादा जानकारी के लिए, Android
vitals देखें.
Firebase Performance Monitoring
Firebase Performance Monitoring एक ऐसी सेवा है जो आपको अपने ऐप्लिकेशन की परफ़ॉर्मेंस की खास बातों के बारे में अहम जानकारी पाने में मदद करती है. Performance Monitoring SDK टूल का इस्तेमाल करके, अपने ऐप्लिकेशन से परफ़ॉर्मेंस डेटा इकट्ठा करें. इसके बाद, Firebase कंसोल में उस डेटा की समीक्षा करें और उसका विश्लेषण करें. ज़्यादा जानकारी के लिए, Firebase परफ़ॉर्मेंस मॉनिटरिंग लेख पढ़ें.
JankStats लाइब्रेरी
JankStats लाइब्रेरी का इस्तेमाल करके, अपने ऐप्लिकेशन में धीरे-धीरे रेंडर होने वाले फ़्रेम को ट्रैक और उनका विश्लेषण करें. साथ ही, जंक के उन आंकड़ों पर रिपोर्ट जनरेट करें जिनसे आपके उपयोगकर्ताओं पर असर पड़ रहा है. इसे अपने ऐप्लिकेशन में इंटिग्रेट करने के बारे में ज़्यादा जानने के लिए, JankStats लाइब्रेरी देखें.
लगातार इंटिग्रेशन करना
समय के साथ परफ़ॉर्मेंस को ट्रैक करने के लिए, अपनी सीआई पाइपलाइन के हिस्से के तौर पर बेंचमार्क चलाएं. साथ ही, उपयोगकर्ताओं के लिए अपडेट पुश करने से पहले, परफ़ॉर्मेंस में होने वाले रिग्रेशन या सुधारों को पहचानें. ज़्यादा जानकारी के लिए, कंटीन्यूअस इंटिग्रेशन में बेंचमार्क देखें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","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-27 (UTC) को अपडेट किया गया."],[],[],null,["# Monitor performance\n\nYou can track and analyze performance of your app for valuable insight about a\nuser's overall experience. You can monitor performance to identify potential\nissues and optimize for those paths before they impact more users.\n\nAndroid vitals\n--------------\n\nAndroid vitals helps you improve the stability and performance of Google Play\napps on Android-powered devices. For the best user experience, we recommend\nmonitoring and prioritizing your app vitals. For more information, see [Android\nvitals](/topic/performance/vitals).\n\nFirebase Performance Monitoring\n-------------------------------\n\nFirebase Performance Monitoring is a service that helps you gain insight into\nthe performance characteristics of your app. Use the Performance Monitoring SDK\nto collect performance data from your app, then review and analyze that data in\nthe Firebase console. For more information, see [Firebase Performance\nMonitoring](https://firebase.google.com/docs/perf-mon).\n\nJankStats library\n-----------------\n\nUse the JankStats library to track and analyze slow rendering frames in your app\nand generate reports on the jank statistics impacting your users. For more\ninformation about integrating this to your app, see [JankStats\nlibrary](/topic/performance/jankstats).\n\nContinuous integration\n----------------------\n\nRun benchmarks as part of your CI pipeline to track performance over time and\nrecognize performance regressions or improvements before you push the update to\nyour users. For more information, see [Benchmark in Continuous\nIntegration](/topic/performance/benchmarking/benchmarking-in-ci)."]]