इवेंट के लोड होने का इंतज़ार करने से बचें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
खास जानकारी
इस ऑडिट में यह जांच की जाती है कि पेज लोड इवेंट पर पहला विज्ञापन अनुरोध ब्लॉक किया गया है या नहीं. विज्ञापन अनुरोध खुद डीओएम के साथ इंटरैक्ट नहीं करते हैं और पूरी तरह लोड हो रहे पेज पर निर्भर नहीं होते हैं. इसलिए, हमारा सुझाव है कि जितनी जल्दी हो सके विज्ञापन अनुरोध करें,
ताकि विज्ञापन तेज़ी से लोड हो सके.
सुझाव
ऐसा कोई भी लॉजिक हटा दें जो
load
या domContentLoaded
इवेंट के ऐक्टिव होने से पहले, विज्ञापन अनुरोध करने से रोकता हो.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThis audit verifies if the initial ad request is delayed until after the page load event, potentially slowing down ad loading times.\u003c/p\u003e\n"],["\u003cp\u003eAd requests can be made before the page fully loads, as they don't depend on the DOM.\u003c/p\u003e\n"],["\u003cp\u003eOptimize ad loading speed by removing any code that prevents ad requests before the \u003ccode\u003eload\u003c/code\u003e or \u003ccode\u003edomContentLoaded\u003c/code\u003e events.\u003c/p\u003e\n"]]],["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"],null,["# Avoid waiting on load events\n\nOverview\n--------\n\nThis audit checks whether or not the first ad request is blocked on a page load\nevent. Ad requests themselves do not interact with the DOM and are not dependent\non the page being fully loaded. It's therefore recommended to make ad requests\nas early as possible to speed up ad loading.\n\nRecommendations\n---------------\n\nRemove any logic that prevents ad requests from being made before the page\n`load` or `domContentLoaded` events fire. \n[View audit source](https://github.com/googleads/publisher-ads-lighthouse-plugin/tree/HEAD/lighthouse-plugin-publisher-ads/audits/blocking-load-events.js) [Improve this article](https://github.com/googleads/publisher-ads-lighthouse-plugin/tree/HEAD/docs/audits/blocking-load-events.md) [Report an issue](https://github.com/googleads/publisher-ads-lighthouse-plugin/issues/new?labels=documentation&template=documentation-feedback.md&title=Documentation+feedback%3A+blocking-load-events.md)\n\n\u003cbr /\u003e"]]