बॉटलनेक के अनुरोधों से बचें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
खास जानकारी
इस ऑडिट में, लंबे समय से चल रहे उन अनुरोधों की पहचान की जाती है जो पहले विज्ञापन अनुरोध को
ब्लॉक कर रहे हैं. ये ऐसे अनुरोध हैं जो शुरू किए गए थे और जिन्हें पहला विज्ञापन अनुरोध किए जाने से पहले जवाब भी मिला था. ब्लॉक करने के इन अनुरोधों की संख्या और अवधि कम करने से, पहले विज्ञापन अनुरोध के लिए इंतज़ार का समय कम हो जाएगा और विज्ञापन तेज़ी से लोड होगा.
सुझाव
इस ऑडिट की जानकारी में, ब्लॉक करने के पांच मुख्य अनुरोध शामिल हैं
(कीमत के हिसाब से). यहां लक्ष्य इन अनुरोधों की अवधि को कम करना या हटाना है, ताकि विज्ञापन तेज़ी से लोड हो सके. ऐसा करने के लिए, यहां कुछ सलाह दी गई हैं:
- ग़ैर-ज़रूरी अनुरोधों को खत्म करना.
- विज्ञापन लोड होने तक, ग़ैर-ज़रूरी अनुरोधों को टालना.
- अनुरोधों को क्रम के बजाय, साथ-साथ जारी करना.
- बैकएंड सेवाओं को ऑप्टिमाइज़ करके, एचटीटीपी/2 वगैरह का इस्तेमाल करके, जवाब देने में लगने वाले समय में सुधार करना.
इस ऑडिट में लागत के हिसाब से पांच मुख्य रुकावट के अनुरोध दिखाए गए हैं. अनुरोध की लागत का हिसाब इस तरह लगाया जाता है:
request duration + (request self-time * 3)
जहां अनुरोध सेल्फ़-टाइम, दूसरे अनुरोधों के लिए ब्लॉक किए गए समय को घटाने के बराबर होता है. सिर्फ़ उन अनुरोधों पर विचार किया जाएगा जिनका सेल्फ़-टाइम 250 मि॰से॰ से ज़्यादा है या जिनकी अवधि एक सेकंड से ज़्यादा है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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 focuses on identifying and mitigating long-running requests that delay the initial ad request, ultimately hindering ad loading speed.\u003c/p\u003e\n"],["\u003cp\u003eBy reducing or removing these "blocking requests," publishers can significantly improve the latency of their first ad request.\u003c/p\u003e\n"],["\u003cp\u003eOptimization strategies include eliminating unnecessary requests, deferring non-critical requests, parallelizing request execution, and enhancing backend service response times.\u003c/p\u003e\n"],["\u003cp\u003eThe audit highlights the top 5 most impactful blocking requests based on a calculated "cost" that factors in request duration and self-time.\u003c/p\u003e\n"],["\u003cp\u003eRequests with self-times exceeding 250ms or durations longer than 1s are flagged for potential optimization to improve ad loading performance.\u003c/p\u003e\n"]]],["The audit identifies long-running requests that delay the first ad request. It highlights the top five blocking requests based on their calculated cost. Actions to reduce delays include eliminating or deferring non-critical requests, issuing requests in parallel, and improving response times. The cost of a request is its duration plus three times its self-time (duration minus blocked time). Only requests with self-time above 250ms or duration above 1s are considered.\n"],null,["# Avoid bottleneck requests\n\nOverview\n--------\n\nThis audit identifies long-running requests that are blocking the first ad\nrequest. These are requests that were initiated and which also received a\nresponse before the first ad request was made. Reducing the number and duration\nof these blocking requests will reduce the latency of the first ad request,\nspeeding up ad loading.\n\nRecommendations\n---------------\n\nThe details of this audit contain the top 5 blocking requests\n([by cost](#more_information)). The goal here is to remove or reduce the\nduration of these requests to speed up ad loading. Some tips for doing this\ninclude:\n\n- Eliminating unnecessary requests.\n- Deferring non-critical requests until after ads are loaded.\n- Issuing requests in parallel rather than serially.\n- Improving response times by optimizing backend services, using HTTP/2, etc.\n\nMore information\n----------------\n\nThis audit displays the top 5 bottleneck requests by cost. The cost of a request\nis computed as follows:\n\n`request duration + (request self-time * 3)`\n\nWhere request self-time is equal to duration minus time spent blocked by other\nrequests. Only requests with a self-time greater than 250ms or a duration\ngreater than 1s are considered. \n[View audit source](https://github.com/googleads/publisher-ads-lighthouse-plugin/tree/HEAD/lighthouse-plugin-publisher-ads/audits/bottleneck-requests.js) [Improve this article](https://github.com/googleads/publisher-ads-lighthouse-plugin/tree/HEAD/docs/audits/bottleneck-requests.md) [Report an issue](https://github.com/googleads/publisher-ads-lighthouse-plugin/issues/new?labels=documentation&template=documentation-feedback.md&title=Documentation+feedback%3A+bottleneck-requests.md)\n\n\u003cbr /\u003e"]]