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.

ページサイズ分析ツールとは何ですか?

ページの重さは読み込み時間に直接影響します。ウェブ上の平均的なページの重さはおよそ2MBで、1MB未満のページは軽快に感じられ、3MBを超えるページは遅く感じられます。このツールは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.

よくある質問

妥当なページサイズはどのくらいですか?
コンテンツ中心のサイトでは1MB未満、デザイン要素の多いサイトでは2MB未満が目安です。モバイルユーザーは特に、小さなページをありがたく感じます。
読み込み時間に最も影響するのは何ですか?
合計バイト数、往復回数、そしてサーバーの応答時間です。JavaScriptは1バイトあたりの解析が最も遅いものです。

関連ツール