इवेंट के लोड होने का इंतज़ार करने से बचें
खास जानकारी
इस ऑडिट में यह जांच की जाती है कि पेज लोड इवेंट पर पहला विज्ञापन अनुरोध ब्लॉक किया गया है या नहीं. विज्ञापन अनुरोध खुद डीओएम के साथ इंटरैक्ट नहीं करते हैं और पूरी तरह लोड हो रहे पेज पर निर्भर नहीं होते हैं. इसलिए, हमारा सुझाव है कि जितनी जल्दी हो सके विज्ञापन अनुरोध करें,
ताकि विज्ञापन तेज़ी से लोड हो सके.
सुझाव
ऐसा कोई भी लॉजिक हटा दें जो
load
या domContentLoaded
इवेंट के ऐक्टिव होने से पहले, विज्ञापन अनुरोध करने से रोकता हो.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-06-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-06-26 (UTC) को अपडेट किया गया."],[[["This audit verifies if the initial ad request is delayed until after the page load event, potentially slowing down ad loading times."],["Ad requests can be made before the page fully loads, as they don't depend on the DOM."],["Optimize ad loading speed by removing any code that prevents ad requests before the `load` or `domContentLoaded` events."]]],["The audit verifies if the initial ad request is blocked during a page load. Ad requests are independent of the DOM and do not require a fully loaded page. It's advised to initiate ad requests as early as possible to accelerate ad loading. To improve ad loading speed, logic that delays ad requests until after the `load` or `domContentLoaded` events should be removed.\n"]]