페이지 크기 분석기
HTML 크기를 측정하고 모든 페이지의 스타일시트, 스크립트, 이미지, iframe의 개수를 셉니다.
이 도구 사용 방법
- 1
Paste the full URL of a public page (starting with https://) into the input field.
- 2
Click Analyze to have the server fetch that page's HTML.
- 3
Read the result cards: HTML shows the document size in bytes, and the other cards show how many stylesheet links, external scripts, images, and iframes appear in the markup.
- 4
Try a competitor or a previous version of your own page and compare the numbers.
페이지 크기 분석기란 무엇인가요?
페이지 용량은 로딩 시간에 직접적인 영향을 미칩니다. 웹의 평균 페이지 용량은 약 2 MB이며, 1 MB 미만의 페이지는 가볍게 느껴지고 3 MB를 초과하는 페이지는 느리게 느껴집니다. 이 도구는 HTML 크기를 측정하고 외부 리소스의 개수를 셉니다. 각 리소스를 다운로드하지는 않지만(전체 워터폴 분석에는 Lighthouse를 사용하세요), 리소스 개수는 전체 용량을 예측하는 지표가 됩니다.
일반적인 사용 사례
Quickly checking whether a landing page's HTML has bloated to an unusually large byte size before a launch.
Counting how many separate stylesheet and external script tags a page loads, to spot bundling or third-party-tag sprawl.
Comparing the resource counts of your page against a competitor's to see who ships a leaner front end.
Auditing how many img tags a content or product page renders when investigating layout shift or lazy-loading issues.
Spotting unexpected iframes (embeds, ad slots, trackers) injected into a page's markup.
Sanity-checking a CMS or build change by diffing the HTML size and tag counts before and after a deploy.
자주 묻는 질문
적정한 페이지 크기는 어느 정도인가요?▼
로딩 시간에 가장 큰 영향을 미치는 것은 무엇인가요?▼
관련 도구
DNS 조회
모든 도메인의 DNS 레코드(A, AAAA, MX, TXT, NS, CNAME)를 조회합니다. 메일, 호스팅, SSL 구성을 디버깅하는 데 유용합니다.
WHOIS 조회
모든 도메인의 등록 데이터를 조회합니다: 등록 대행자, 등록 및 만료 날짜, 네임 서버, 연락처 정보(공개된 경우).
SSL 인증서 검사기
모든 도메인의 SSL/TLS 인증서를 확인합니다. 발급자, 유효 기간, 만료까지 남은 일수를 보여줍니다.
HTTP 헤더 분석기
모든 URL의 HTTP 응답 헤더를 검사합니다. 누락된 보안 헤더를 강조 표시합니다.
HTTP 상태 코드 확인기
모든 URL이 반환하는 HTTP 상태 코드를 확인합니다. 200, 301, 404, 500 등을 감지합니다.
리디렉션 체인 추적기
리디렉션 체인의 모든 홉을 추적합니다. 성능을 해치는 리디렉션 루프와 과도한 홉을 감지합니다.