RevealTheme logo

페이지 크기 분석기

HTML 크기를 측정하고 모든 페이지의 스타일시트, 스크립트, 이미지, iframe의 개수를 셉니다.

이 도구 사용 방법

  1. 1

    Paste the full URL of a public page (starting with https://) into the input field.

  2. 2

    Click Analyze to have the server fetch that page's HTML.

  3. 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. 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.

자주 묻는 질문

적정한 페이지 크기는 어느 정도인가요?
콘텐츠 중심 사이트는 1 MB 미만, 디자인 요소가 많은 사이트는 2 MB 미만을 권장합니다. 모바일 사용자는 특히 작은 페이지를 반깁니다.
로딩 시간에 가장 큰 영향을 미치는 것은 무엇인가요?
전체 바이트 수, 왕복 횟수, 그리고 서버 응답 시간입니다. JavaScript는 바이트당 분석 속도가 가장 느립니다.

관련 도구