הימנעות מבהמתנה לאירועי טעינה
סקירה
הביקורת הזו בודקת אם הבקשה הראשונה להצגת מודעה חסומה באירוע של טעינת דף. הבקשות להצגת מודעות לא מקיימות אינטראקציה עם ה-DOM ולא תלויות בדף שנטען במלואו. לכן מומלץ לשלוח בקשות להצגת מודעות מוקדם ככל האפשר כדי לזרז את טעינת המודעות.
המלצות
מסירים כל לוגיקה שמונעת בקשות להצגת מודעות לפני הפעלת האירועים load
או domContentLoaded
.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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"]]