โหลดแท็กโฆษณาแบบไม่พร้อมกัน
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ภาพรวม
การตรวจสอบนี้ช่วยให้แน่ใจว่าสคริปต์ไลบรารีแท็กโฆษณาโหลดแบบไม่พร้อมกัน
โดยค่าเริ่มต้น การดำเนินการของ JavaScript จะเป็นแบบซิงโครนัส ซึ่งหมายความว่าเมื่อสคริปต์
พบเนื้อหาอื่น ไม่สามารถโหลดจนกว่าจะบันทึกสคริปต์นั้นเสร็จ
ดาวน์โหลด แยกวิเคราะห์ และดำเนินการแล้ว การเลือกใช้การดำเนินการแบบไม่พร้อมกันจะป้องกัน
ซึ่งทำให้เบราว์เซอร์ยังคงสามารถประมวลผลแหล่งข้อมูลอื่นๆ
สคริปต์ที่ระบุจะถูกโหลดในพื้นหลัง วิธีนี้จะช่วยให้หน้าเว็บของคุณปรับเปลี่ยนตามพื้นที่โฆษณา
ขณะที่สคริปต์กำลังโหลด และลดเวลาที่จำเป็นในการโหลด
คอมโพเนนต์
คำแนะนำ
รวมแอตทริบิวต์ที่ไม่พร้อมกันในการกำหนดแท็กสคริปต์ เช่น
AdSense
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
AdSense (โฆษณาอัตโนมัติ)
<script async data-ad-client="ca-pub-xxxxxxxxxxxxxxxx" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
แท็กผู้เผยแพร่โฆษณาผ่าน Google
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
ระบบจะรองรับสคริปต์ไลบรารีแท็กโฆษณาต่อไปนี้
ไลบรารีแท็กโฆษณา |
สคริปต์ |
AdSense |
pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
pagead2.googlesyndication.com/pagead/show_ads.js
|
แท็กผู้เผยแพร่โฆษณาผ่าน Google |
googletagservices.com/tag/js/gpt.js
securepubads.g.doubleclick.net/tag/js/gpt.js
|
เริ่มต้นใช้งานแท็กผู้เผยแพร่โฆษณาผ่าน Google
โหมดคำขอ GPT และการแสดงผลแบบไม่พร้อมกัน
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eThis audit verifies if ad tag library scripts are loaded asynchronously to improve page performance.\u003c/p\u003e\n"],["\u003cp\u003eAsynchronous loading allows the browser to load other content while the script loads in the background, preventing delays and improving user experience.\u003c/p\u003e\n"],["\u003cp\u003eTo enable asynchronous loading, include the \u003ccode\u003easync\u003c/code\u003e attribute within the \u003ccode\u003e<script>\u003c/code\u003e tag when implementing ad tags like AdSense and Google Publisher Tag.\u003c/p\u003e\n"],["\u003cp\u003eSynchronous loading, where the browser waits for the script to fully load before proceeding, can negatively impact page load times and overall performance.\u003c/p\u003e\n"]]],["To optimize page load times, ad tag library scripts should load asynchronously. This is achieved by including the `async` attribute within the `\u003cscript\u003e` tag. Asynchronous loading allows the browser to continue loading other page content while the script downloads and executes in the background. Supported ad tag libraries include AdSense and Google Publisher Tag, with specific script URLs like `pagead2.googlesyndication.com/pagead/js/adsbygoogle.js` and `securepubads.g.doubleclick.net/tag/js/gpt.js` needing the `async` attribute.\n"],null,[]]