ページサイズ分析ツール
あらゆるページの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.
ページサイズ分析ツールとは何ですか?
ページの重さは読み込み時間に直接影響します。ウェブ上の平均的なページの重さはおよそ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.
よくある質問
妥当なページサイズはどのくらいですか?▼
読み込み時間に最も影響するのは何ですか?▼
関連ツール
DNSルックアップ
任意のドメインのDNSレコード(A、AAAA、MX、TXT、NS、CNAME)を照会します。メール、ホスティング、SSL設定のデバッグに役立ちます。
WHOIS検索
任意のドメインの登録データを照会します。レジストラ、登録日と有効期限、ネームサーバー、(公開されている場合は)連絡先情報がわかります。
SSL証明書チェッカー
任意のドメインのSSL/TLS証明書を確認します。発行者、有効期間、有効期限までの日数を表示します。
HTTPヘッダーアナライザー
あらゆるURLのHTTPレスポンスヘッダーを検査します。欠落しているセキュリティヘッダーを強調表示します。
HTTPステータスコードチェッカー
あらゆるURLが返すHTTPステータスコードを確認します。200、301、404、500などを検出します。
リダイレクトチェーン追跡ツール
リダイレクトチェーンの各ホップをたどります。リダイレクトループや、パフォーマンスを損なう過剰なホップを検出します。