Reklam JS Engelleme Süresini Azaltma
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Genel bakış
Bu denetim, reklamla ilgili komut dosyalarıyla ilişkilendirilebilen engelleme süresini ölçer. Bu, JS iş parçacığının reklamla ilgili bir komut dosyası tarafından engellendiği süreyi belirtir. Bu süre, giriş gecikmesini veya içerik yüklemeyi doğrudan etkileyebileceği için kullanıcılar tarafından fark edilebilecek kadar uzun sürer.
Öneriler
Reklam JS engelleme süresindeki en önemli faktör, aynı anda kaç reklamın yüklendiğidir. Önerilerimiz:
Engelleme süresinin nasıl tanımlandığını öğrenmek için Toplam Engelleme Süresi ile ilgili bu makaleye bakın.
Bir komut dosyası, reklam etiketiyse veya Üçüncü Taraf Web tarafından "reklam" komut dosyası olarak etiketlenirse reklamla ilgili olarak kabul edilir.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-06-26 UTC.
[null,null,["Son güncelleme tarihi: 2024-06-26 UTC."],[[["\u003cp\u003eThis audit identifies the time users experience delays due to ad scripts blocking the main thread, which negatively impacts loading speed and responsiveness.\u003c/p\u003e\n"],["\u003cp\u003eThe primary cause of ad-related blocking is loading too many ads simultaneously, so it is recommended to reduce the number or density of ads.\u003c/p\u003e\n"],["\u003cp\u003eOptimizing ad loading by lazy loading below-the-fold ads and reducing batch sizes for Single Request Architecture can minimize blocking and enhance user experience.\u003c/p\u003e\n"],["\u003cp\u003eAd-related scripts are identified through ad tags and third-party web classifications, providing insights into specific scripts contributing to blocking.\u003c/p\u003e\n"]]],["This audit measures blocking time caused by ad-related scripts, impacting user experience through input delay and content loading. Key actions to reduce this time include: loading fewer ads concurrently or reducing ad density, lazy loading ads below the fold, and minimizing batch sizes with Single Request Architecture (SRA) in GPT. A script is ad-related if it is an ad tag or identified as such by Third Party Web. Total blocking time details are in the mentioned article.\n"],null,["# Reduce Ad JS Blocking Time\n\nOverview\n--------\n\nThis audit measures the amount of [blocking time](https://web.dev/tbt/)\nattributable to ad-related scripts. This captures time where the JS thread is\nblocked by an ad-related script for long enough to be noticeable by users as it\ncan directly affect input delay or content loading.\n\nRecommendations\n---------------\n\nThe most important factor in ad JS blocking time is how many ads are being\nloaded at once. Our recommendations are:\n\n- [Load fewer ads at once or reduce ad density](https://developers.google.com/publisher-ads-audits/reference/audits/viewport-ad-density), if feasible\n- [Lazy load ads below the fold](https://developers.google.com/publisher-ads-audits/reference/audits/ads-in-viewport)\n- [Reduce batch sizes if using Single Request Architecture (SRA) in GPT](https://developers.google.com/publisher-tag/guides/publisher-console-messages#TOO_MANY_SLOTS_IN_SRA_REQUEST).\n\nMore information\n----------------\n\nTo learn how blocking time is defined, see this article on\n[Total Blocking Time](https://web.dev/lighthouse-total-blocking-time/#what-tbt-measures)\n\nA script is considered to be ad-related if it is either an ad tag or labeled as\nan \"ad\" script by [Third Party Web](https://github.com/patrickhulce/third-party-web). \n[View audit source](https://github.com/googleads/publisher-ads-lighthouse-plugin/tree/HEAD/lighthouse-plugin-publisher-ads/audits/total-ad-blocking-time.js) [Improve this article](https://github.com/googleads/publisher-ads-lighthouse-plugin/tree/HEAD/docs/audits/total-ad-blocking-time.md) [Report an issue](https://github.com/googleads/publisher-ads-lighthouse-plugin/issues/new?labels=documentation&template=documentation-feedback.md&title=Documentation+feedback%3A+total-ad-blocking-time.md)\n\n\u003cbr /\u003e"]]