광고 JS 차단 시간 줄이기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
개요
이 감사는 광고 관련 스크립트로 인한 차단 시간을 측정합니다. 이렇게 하면 입력 지연이나 콘텐츠 로드에 직접적인 영향을 줄 수 있으므로 JS 스레드가 광고 관련 스크립트에 의해 차단되어 사용자가 인지할 수 있을 정도로 긴 시간을 캡처합니다.
권장사항
광고 JS 차단 시간에서 가장 중요한 요소는 한 번에 로드되는 광고의 수입니다. 권장사항은 다음과 같습니다.
차단 시간이 정의되는 방식을 알아보려면 총 차단 시간에 관한 이 도움말을 참고하세요.
스크립트가 광고 태그이거나 서드 파티 웹에 의해 '광고' 스크립트로 라벨이 지정된 경우 광고와 관련된 것으로 간주됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-06-26(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"]],["최종 업데이트: 2024-06-26(UTC)"],[],["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"]]