광고 JS 차단 시간 줄이기
개요
이 감사는 광고 관련 스크립트로 인한 차단 시간을
측정합니다. 사용자가 인지할 수 있을 정도의 기간 동안 광고 관련 스크립트로 인해 JS 스레드가 차단된 시간을 측정합니다. 이는 입력 지연이나 콘텐츠 로드에 직접적인 영향을 줄 수 있기 때문입니다.
추천
광고 JS 차단 시간에서 가장 중요한 요소는 한 번에 로드되는 광고의 수입니다. 다음과 같은 방법을 추천합니다.
차단 시간이 어떻게 정의되는지 알아보려면 총 차단 시간에 대한 도움말을 참고하세요.
스크립트가 광고 태그이거나 외부 웹에 의해 '광고'로 라벨이 지정된 경우 광고와 관련된 것으로 간주됩니다.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-16 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]