Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 8.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 21.7 MB (16.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
3 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/5c539379-a642-4530-8fd5-2c4835f0e411)<a href="https://beavercheck.com/results/5c539379-a642-4530-8fd5-2c4835f0e411"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsoftbank.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsoftbank.jpThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 8.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~27%.
Page takes 8.3s to load
+12% bounceUsers abandon at ~3s — you're 5.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥40,000 investment → ¥651,311/month returns + JPY 100,000,000 risk avoided
¥40,000
5h · 5 findings
¥651,311 /mo
~¥7,815,732 / year
JPY 100,000,000
if kept compliant
¥12,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,968 / month at risk
~¥100,007,619 / year if left unfixed
¥100,000,000
¥635 /mo
53173.7 MB/mo × 11.940 JPY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.06 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.30 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
26.58 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
デジタル技術で守る未来の林業。徳島県で「NatureBank」の森づくりがスタート div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/af073f3201b5c6f66ec4188b57b38fe3b88eb5ed/bac... | 2.5 MiB | 2.4 MiB |
スマホから飛び出る “推し” を独り占め! 「トビデル」で新感覚の3D推し活を体験 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/d2496a84d432be52c2ae37715d413ca80b3ea10f/bac... | 1.9 MiB | 1.9 MiB |
“音声の日記” 感覚で、その瞬間のノリを記録。高校生の間で広がる音声SNS「day」のリアルな楽しみ方 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/0a95f9d95f5696e06b862c2d3407d21896958d26/bac... | 1.4 MiB | 1.4 MiB |
水戸黄門ゆかりの地、袋田の滝、海鮮… 茨城県の魅力をプレゼン! 「Google Pixel プロダクトスペシャリスト」と巡る観光スポット div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/aa7df24c9cb4d25a41567d8be4c6510c37ff7170/bac... | 489.8 KiB | 468.2 KiB |
スポーツ
スポーツの感動を、社会の力に変える
バスケットLIVE
D.LEAGUE main.contents-area > section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item | www.softbank.jp/site/set/data/top/img/s/2026/img-initiatives-03.webp?20260410 | 507.0 KiB | 412.0 KiB |
勝ち続けるためのデータ活用。福岡ソフトバンクホークスの強さの仕組み div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/66f8c8b5a32f1b5ef664636f83b4f2d7a49c8c83/bac... | 409.1 KiB | 387.5 KiB |
気になるAIを選んで簡単に画像や音楽が作れる。初めてのAI体験におススメの超入門サービス「だれでもAI」 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/d821277645f846ec2ceb9a8acadb7c6392738c04/bac... | 350.2 KiB | 328.6 KiB |
陸路が寸断された被災地域に上空から通信を。ヘリコプター搭載型DRUの実用性を高知県黒潮町で実証 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/7976270a8f8652a74cb1c28d3dadb058762f2548/bac... | 342.5 KiB | 320.9 KiB |
AIネイティブ時代を支える社会インフラへ。AI-RANの取り組みを世界最大級のモバイル関連展示会「MWC 2026」で紹介 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/805c93be8b8de3252ca52d6d0f4dc2592691fdaa/bac... | 311.1 KiB | 289.5 KiB |
自己紹介から会話ネタ、生活準備まで。AIを新生活の助っ人に div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/c7381476e61535f8d93b6c06d630cbd60438e326/bac... | 295.2 KiB | 273.6 KiB |
災害による孤立地域の通信を船から確保。弓削商船高専とソフトバンクが災害時連携協定を締結 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/9d1600cd1a5ad440a80a1cdfedb02a57b66b06c4/bac... | 289.8 KiB | 268.2 KiB |
降り続く雪と、鳴り止まない除雪要請。AI音声変換サービス「SoftVoice」が電話応対する職員の心の盾に div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/f6c662f0eab994eae5e342407e44d8cb94c932ec/bac... | 288.2 KiB | 266.6 KiB |
三重県をデジタル活用の実証フィールドに。環境保全や防災・交通課題に挑む包括連携協定を締結 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/5aef0477ff319257176c7c9f01997be2e62f2e5e/bac... | 277.8 KiB | 256.2 KiB |
“圏外” を “つながるエリア” に。衛星通信サービス「SoftBank Starlink Direct」実用化までの軌跡 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/495a0ad89135eb160ce2c1076dcc7b3cac41859f/bac... | 274.2 KiB | 252.6 KiB |
サービスを使うだけ。ソフトバンクの森づくりの仕組み。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 276.7 KiB | 245.8 KiB |
サービスを使うだけ。ソフトバンクの森づくりの仕組み。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 276.7 KiB | 245.8 KiB |
さらに幅広い分野でDXやAI活用を推進。地域活性化を目指す包括連携協定を宮崎県と締結 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/c7d2203353bc1210e052c2741f2d455ddc5f15b8/bac... | 263.9 KiB | 242.3 KiB |
AI革命の新たな同志に。約950名の新入社員がソフトバンクグループに仲間入り div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/8241db2b96ca7a0450e99814c34522203f2d247a/bac... | 261.1 KiB | 239.5 KiB |
「空が見えたら、圏外でも、日本中つながる。」普段使いのスマホで衛星通信ができる仕組みを解説 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/3d9d5068b503ccd691a3a9151eda26fcb34d2054/bac... | 259.1 KiB | 237.5 KiB |
海外旅行が “追加料金なし” でより快適に。「海外データ放題」でストレスフリーな旅を div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/6f1c09bd50162f5d5307c4e28c6ce3fac1385fd1/bac... | 254.9 KiB | 233.3 KiB |
地域の未来を支える財産に。DX人材の育成をさらに推進する連携協定を徳島県と締結 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/8ba70f6a5df64b564dad4326bb9ce8f38ea64801/bac... | 243.0 KiB | 221.4 KiB |
AIを全ての人の “日常の道具” に。「Natural AI Phone」など、AI製品・サービスを発表 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/6c719e3d5956a53d166332c6e5c575c33218bf16/bac... | 217.0 KiB | 195.4 KiB |
日本も、世界も、もっとつなげる。「SoftBank Starlink Direct」など新サービス・新料金を発表 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/806b4de25474113243de3ecb2ce3dbead02f0585/bac... | 207.9 KiB | 186.3 KiB |
安全・快適な林業現場へ。山間部にWi-Fiエリアを構築する広域衛星通信サービス「SatPack」 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/bc0a200fa9a3f4a64f8d55b71c89beea6bea6f1c/bac... | 201.1 KiB | 179.5 KiB |
憧れのDリーグデビューへ。新チームオーディション最終審査目前のプロデューサーと候補生が語るリアルな心境 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/10c004f0d4b7f0f57c240866c7403301231d461b/bac... | 183.7 KiB | 162.1 KiB |
AIとアナログを融合した育成プログラムが評価。「あんしんショップ大賞2025」でソフトバンク市ヶ谷が総務大臣賞を受賞 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/0bf4b0b69f0420836dbc7f868aa0e22b07731d92/bac... | 177.1 KiB | 156.2 KiB |
経済産業省と東京証券取引所が選ぶ、令和7年度「Nextなでしこ 共働き・共育て支援企業」にソフトバンクが初選定 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/dc03b62b590b1614d2d90ffcb82b459749414a01/bac... | 176.4 KiB | 155.6 KiB |
AIが相(AI)棒に。ユーザーの意図をAIが理解して、次のアクションを提案する「Natural AI Phone」 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/47b0198d42afe8fc6d3dabe4fd74338004a7ec57/bac... | 170.8 KiB | 150.7 KiB |
AI変革は構想から実装へ。自律型AIエージェントプラットフォーム「AGENTIC STAR」が実現する企業の競争力 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/0bd42cef7f5809758b95f108c86c3e72dd1e76f7/bac... | 170.3 KiB | 150.2 KiB |
早期発見の鍵は “BLEタグとスマホ”。共助型の見守りサービスが香川県高松市で先行展開 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/3b09f36e6cee7f2026fb581486f1549998489547/bac... | 159.6 KiB | 140.7 KiB |
AIエージェントを実装したPepper、今度はパンのソムリエに!? 見た目や会話からおススメ商品を提案する驚きの接客力 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/bf71c7798da993f42401ed110483a2379c6eb88b/bac... | 132.4 KiB | 116.8 KiB |
AIはただの”道具”ではなく、もっと人に寄り添う存在へ。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 126.5 KiB | 95.8 KiB |
AIはただの”道具”ではなく、もっと人に寄り添う存在へ。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 126.5 KiB | 95.8 KiB |
メンタルは “性格” ではなく “スキル”。福岡ソフトバンクホークスの躍進を支えた「集中を戻す力」 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/8a701d6469642433f5c5706c04545acc7167f9a0/bac... | 108.1 KiB | 95.3 KiB |
衛星通信で生活はどう変わる? 「SoftBank Starlink Direct」がもたらすスマホライフ div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/8509fa4cc62c16d41e068d5f179860196b464f02/bac... | 106.1 KiB | 93.6 KiB |
ネットワーク
日本も、世界も、もっとつなげる。
SoftBank Starlink Direct
UTX main.contents-area > section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item | www.softbank.jp/site/set/data/top/img/shared/2026/img-initiatives-04.webp | 228.7 KiB | 56.1 KiB |
ITの力でスポーツの喜びや感動を多くの人に伝えたい。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | www.softbank.jp/site/set/data/top/img/shared/2026/bnr_sports20260410.webp | 57.5 KiB | 40.8 KiB |
ITの力でスポーツの喜びや感動を多くの人に伝えたい。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | www.softbank.jp/site/set/data/top/img/shared/2026/bnr_sports20260410.webp | 57.5 KiB | 40.8 KiB |
地上から宇宙まで、ソフトバンクが目指すネットワークの未来 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 40.1 KiB | 28.5 KiB |
地上から宇宙まで、ソフトバンクが目指すネットワークの未来 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 40.1 KiB | 28.5 KiB |
未来を想い、いま動く。社会課題を解決する取り組みとは。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 38.8 KiB | 27.5 KiB |
未来を想い、いま動く。社会課題を解決する取り組みとは。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 38.8 KiB | 27.5 KiB |
日本も、世界も、もっとつなげる div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | www.softbank.jp/site/set/data/top/img/shared/2026/bnr_network20260410.webp | 33.8 KiB | 24.0 KiB |
日本も、世界も、もっとつなげる div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | www.softbank.jp/site/set/data/top/img/shared/2026/bnr_network20260410.webp | 33.8 KiB | 24.0 KiB |
AI
AIを社会インフラに、
未来のあたりまえをつくる
Perplexity Pro
だれでもAI main.contents-area > section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item | www.softbank.jp/site/set/data/top/img/shared/2026/img-initiatives-02.webp | 188.6 KiB | 7.6 KiB |
div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > div.top-page-menu-icon div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > div.top-page-menu-icon | www.softbank.jp/site/set/data/top/img/shared/2026/icon-internet-worldmenu.webp | 8.6 KiB | 6.6 KiB |
div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > div.top-page-menu-icon div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > div.top-page-menu-icon | www.softbank.jp/site/set/data/top/img/shared/2026/icon-network-worldmenu.webp | 7.3 KiB | 5.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /uploads/production/survin/script/23/survin.js | 0.0 ms | 625.1 KiB |
| t.contentsquare.net/uxa/12bfe507f39ec.js | 900.0 s | 152.2 KiB |
| cdn.eu.heap-api.com/v5/heapjs-static/5.3.12/core/heap.js | 0.0 ms | 75.1 KiB |
| cdn-edge.karte.io/__edge_plugins/context_event/index.js | 10.0 s | 27.3 KiB |
| cdn-edge.karte.io/f87097bd64af36ecf120e298d69ebd15/edge.js | 10.0 s | 14.6 KiB |
| static.hj.contentsquare.net/c/hotjar-6471157.js | 60.0 s | 6.2 KiB |
| hm.mieru-ca.com/service/js/mieruca-hm.js?v=1776817066785 | 0.0 ms | 5.8 KiB |
| cdn-edge.karte.io/__edge_plugins/blitz_action_runner/index.js | 10.0 s | 5.0 KiB |
| cdn.us.heap-api.com/config/3618878549/heap_config.js | 120.0 s | 1.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| softbank.jp/ | 1.3 s |
| www.softbank.jp/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.softbank.jp/site/set/data/top/css/s/2026/index.css | 26.6 KiB | 20.1 KiB |
| www.softbank.jp/site/set/common/info/v1/s/css/index.css | 14.9 KiB | 12.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 9.5 s |
| Other | 3.6 s |
| Style & Layout | 2.4 s |
| Script Parsing & Compilation | 831 ms |
| Rendering | 499 ms |
| Garbage Collection | 128 ms |
| Parse HTML & CSS | 74 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn-edge.karte.io/__edge_plugins/context_event/index.js | 27.0 KiB | 6.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
SoftBank div.top-page-layout-mainvisual_inner > div.top-page-layout-mainvisual_logo > a.top-page-layout-mainvisual_logo-link > img.top-page-layout-mainvisual_logo-image | www.softbank.jp/site/set/data/top/img/shared/2026/logo-sb-black.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
モバイル div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
ワイモバイル div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
ラインモ div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
インターネット
固定電話 div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
でんき div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
法人のお客さま div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
企業・IR div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
ネットワーク div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
My SoftBank div.top-page-layout-service > div.top-page-menu-section > div.top-page-sub-menu > a.top-page-sub-btn |
サポート div.top-page-layout-service > div.top-page-menu-section > div.top-page-sub-menu > a.top-page-sub-btn |
店舗を探す div.top-page-layout-service > div.top-page-menu-section > div.top-page-sub-menu > a.top-page-sub-btn |
オンラインショップ div.top-page-layout-service > div.top-page-menu-section > div.top-page-sub-menu > a.top-page-sub-btn |
ENGLISH div.top-page-layout-service > div.top-page-menu-section > div.top-page-english-link > a |
製品/料金のお知らせ section.top-page-section-01 > div.section-info-product-notice > aside.section-info-notices > header.section-info-notices_header |
料金 li.section-info-notices_list-item > a.section-info-notices_link > div.section-info-notices_categories > span.section-info-notices_label |
2026年4月10日 li.section-info-notices_list-item > a.section-info-notices_link > div.section-info-notices_categories > span.section-info-notices_date |
ソフトバンクニュースを見る main.contents-area > section.top-page-section-01 > p.top-page-frontline-button-container > a.top-page-frontline-button |
詳しくはこちら main.contents-area > section.top-page-section-01 > p.top-page-improvement-button-container > a.top-page-improvement-button |
テクノロジー ul.top-page-list-news > li.top-page-list-news_item > a.top-page-link-news > span.top-page-link-news_label |
製品・サービス・料金 ul.top-page-list-news > li.top-page-list-news_item > a.top-page-link-news > span.top-page-link-news_label |
製品・サービス・料金 ul.top-page-list-news > li.top-page-list-news_item > a.top-page-link-news > span.top-page-link-news_label |
製品・サービス・料金 ul.top-page-list-news > li.top-page-list-news_item > a.top-page-link-news > span.top-page-link-news_label |
一覧を見る main.contents-area > section.top-page-section-01 > p.top-page-press-button-container > a.top-page-press-button |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all |
section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all |
section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all |
section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
スライド 1 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
スライド 2 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
スライド 3 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
スライド 4 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
スライド 5 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
スライド 6 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.softbank.jp/site/set/data/top/js/s/2026/index.js line 15, col 23032 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://ap03.records.in.treasuredata.com/d0_tdtag/d_rawdata_all_1?modified=1776817068120' from origin 'https://www.softbank.jp' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
401 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.94 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.74 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
デジタル技術で守る未来の林業。徳島県で「NatureBank」の森づくりがスタート div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/af073f3201b5c6f66ec4188b57b38fe3b88eb5ed/bac... | 2.5 MiB | 2.5 MiB |
スマホから飛び出る “推し” を独り占め! 「トビデル」で新感覚の3D推し活を体験 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/d2496a84d432be52c2ae37715d413ca80b3ea10f/bac... | 1.9 MiB | 1.9 MiB |
“音声の日記” 感覚で、その瞬間のノリを記録。高校生の間で広がる音声SNS「day」のリアルな楽しみ方 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/0a95f9d95f5696e06b862c2d3407d21896958d26/bac... | 1.4 MiB | 1.4 MiB |
水戸黄門ゆかりの地、袋田の滝、海鮮… 茨城県の魅力をプレゼン! 「Google Pixel プロダクトスペシャリスト」と巡る観光スポット div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/aa7df24c9cb4d25a41567d8be4c6510c37ff7170/bac... | 489.8 KiB | 474.2 KiB |
勝ち続けるためのデータ活用。福岡ソフトバンクホークスの強さの仕組み div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/66f8c8b5a32f1b5ef664636f83b4f2d7a49c8c83/bac... | 409.1 KiB | 393.5 KiB |
気になるAIを選んで簡単に画像や音楽が作れる。初めてのAI体験におススメの超入門サービス「だれでもAI」 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/d821277645f846ec2ceb9a8acadb7c6392738c04/bac... | 350.2 KiB | 334.6 KiB |
陸路が寸断された被災地域に上空から通信を。ヘリコプター搭載型DRUの実用性を高知県黒潮町で実証 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/7976270a8f8652a74cb1c28d3dadb058762f2548/bac... | 342.5 KiB | 326.9 KiB |
AIネイティブ時代を支える社会インフラへ。AI-RANの取り組みを世界最大級のモバイル関連展示会「MWC 2026」で紹介 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/805c93be8b8de3252ca52d6d0f4dc2592691fdaa/bac... | 311.1 KiB | 295.5 KiB |
自己紹介から会話ネタ、生活準備まで。AIを新生活の助っ人に div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/c7381476e61535f8d93b6c06d630cbd60438e326/bac... | 295.2 KiB | 279.6 KiB |
災害による孤立地域の通信を船から確保。弓削商船高専とソフトバンクが災害時連携協定を締結 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/9d1600cd1a5ad440a80a1cdfedb02a57b66b06c4/bac... | 289.8 KiB | 274.2 KiB |
降り続く雪と、鳴り止まない除雪要請。AI音声変換サービス「SoftVoice」が電話応対する職員の心の盾に div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/f6c662f0eab994eae5e342407e44d8cb94c932ec/bac... | 288.2 KiB | 272.6 KiB |
三重県をデジタル活用の実証フィールドに。環境保全や防災・交通課題に挑む包括連携協定を締結 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/5aef0477ff319257176c7c9f01997be2e62f2e5e/bac... | 277.8 KiB | 262.2 KiB |
“圏外” を “つながるエリア” に。衛星通信サービス「SoftBank Starlink Direct」実用化までの軌跡 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/495a0ad89135eb160ce2c1076dcc7b3cac41859f/bac... | 274.2 KiB | 258.6 KiB |
サービスを使うだけ。ソフトバンクの森づくりの仕組み。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 276.7 KiB | 248.8 KiB |
サービスを使うだけ。ソフトバンクの森づくりの仕組み。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 276.7 KiB | 248.8 KiB |
さらに幅広い分野でDXやAI活用を推進。地域活性化を目指す包括連携協定を宮崎県と締結 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/c7d2203353bc1210e052c2741f2d455ddc5f15b8/bac... | 263.9 KiB | 248.3 KiB |
AI革命の新たな同志に。約950名の新入社員がソフトバンクグループに仲間入り div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/8241db2b96ca7a0450e99814c34522203f2d247a/bac... | 261.1 KiB | 245.6 KiB |
「空が見えたら、圏外でも、日本中つながる。」普段使いのスマホで衛星通信ができる仕組みを解説 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/3d9d5068b503ccd691a3a9151eda26fcb34d2054/bac... | 259.1 KiB | 243.5 KiB |
海外旅行が “追加料金なし” でより快適に。「海外データ放題」でストレスフリーな旅を div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/6f1c09bd50162f5d5307c4e28c6ce3fac1385fd1/bac... | 254.9 KiB | 239.3 KiB |
地域の未来を支える財産に。DX人材の育成をさらに推進する連携協定を徳島県と締結 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/8ba70f6a5df64b564dad4326bb9ce8f38ea64801/bac... | 243.0 KiB | 227.4 KiB |
スポーツ
スポーツの感動を、社会の力に変える
バスケットLIVE
D.LEAGUE main.contents-area > section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item | www.softbank.jp/site/set/data/top/img/p/2026/img-initiatives-03.webp?20260410 | 255.4 KiB | 212.2 KiB |
AIを全ての人の “日常の道具” に。「Natural AI Phone」など、AI製品・サービスを発表 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/6c719e3d5956a53d166332c6e5c575c33218bf16/bac... | 217.0 KiB | 201.4 KiB |
日本も、世界も、もっとつなげる。「SoftBank Starlink Direct」など新サービス・新料金を発表 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/806b4de25474113243de3ecb2ce3dbead02f0585/bac... | 207.9 KiB | 192.3 KiB |
安全・快適な林業現場へ。山間部にWi-Fiエリアを構築する広域衛星通信サービス「SatPack」 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/bc0a200fa9a3f4a64f8d55b71c89beea6bea6f1c/bac... | 201.1 KiB | 185.5 KiB |
憧れのDリーグデビューへ。新チームオーディション最終審査目前のプロデューサーと候補生が語るリアルな心境 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/10c004f0d4b7f0f57c240866c7403301231d461b/bac... | 183.7 KiB | 168.2 KiB |
AIとアナログを融合した育成プログラムが評価。「あんしんショップ大賞2025」でソフトバンク市ヶ谷が総務大臣賞を受賞 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/0bf4b0b69f0420836dbc7f868aa0e22b07731d92/bac... | 177.1 KiB | 162.1 KiB |
経済産業省と東京証券取引所が選ぶ、令和7年度「Nextなでしこ 共働き・共育て支援企業」にソフトバンクが初選定 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/dc03b62b590b1614d2d90ffcb82b459749414a01/bac... | 176.4 KiB | 161.4 KiB |
AIが相(AI)棒に。ユーザーの意図をAIが理解して、次のアクションを提案する「Natural AI Phone」 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/47b0198d42afe8fc6d3dabe4fd74338004a7ec57/bac... | 170.8 KiB | 156.3 KiB |
AI変革は構想から実装へ。自律型AIエージェントプラットフォーム「AGENTIC STAR」が実現する企業の競争力 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/0bd42cef7f5809758b95f108c86c3e72dd1e76f7/bac... | 170.3 KiB | 155.8 KiB |
早期発見の鍵は “BLEタグとスマホ”。共助型の見守りサービスが香川県高松市で先行展開 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/3b09f36e6cee7f2026fb581486f1549998489547/bac... | 159.6 KiB | 146.0 KiB |
AIエージェントを実装したPepper、今度はパンのソムリエに!? 見た目や会話からおススメ商品を提案する驚きの接客力 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/bf71c7798da993f42401ed110483a2379c6eb88b/bac... | 132.4 KiB | 121.1 KiB |
メンタルは “性格” ではなく “スキル”。福岡ソフトバンクホークスの躍進を支えた「集中を戻す力」 div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/8a701d6469642433f5c5706c04545acc7167f9a0/bac... | 108.1 KiB | 98.9 KiB |
AIはただの”道具”ではなく、もっと人に寄り添う存在へ。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 126.5 KiB | 98.8 KiB |
AIはただの”道具”ではなく、もっと人に寄り添う存在へ。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 126.5 KiB | 98.8 KiB |
衛星通信で生活はどう変わる? 「SoftBank Starlink Direct」がもたらすスマホライフ div.top-page-carousel-05_list > div.top-page-carousel-05_list-item > a.top-page-carousel-05_link > img.top-page-carousel-05_image | /image/scale/8509fa4cc62c16d41e068d5f179860196b464f02/bac... | 106.1 KiB | 97.0 KiB |
ネットワーク
日本も、世界も、もっとつなげる。
SoftBank Starlink Direct
UTX main.contents-area > section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item | www.softbank.jp/site/set/data/top/img/shared/2026/img-initiatives-04.webp | 228.7 KiB | 56.1 KiB |
ITの力でスポーツの喜びや感動を多くの人に伝えたい。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | www.softbank.jp/site/set/data/top/img/shared/2026/bnr_sports20260410.webp | 57.5 KiB | 42.9 KiB |
ITの力でスポーツの喜びや感動を多くの人に伝えたい。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | www.softbank.jp/site/set/data/top/img/shared/2026/bnr_sports20260410.webp | 57.5 KiB | 42.9 KiB |
地上から宇宙まで、ソフトバンクが目指すネットワークの未来 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 40.1 KiB | 29.9 KiB |
地上から宇宙まで、ソフトバンクが目指すネットワークの未来 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 40.1 KiB | 29.9 KiB |
未来を想い、いま動く。社会課題を解決する取り組みとは。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 38.8 KiB | 29.0 KiB |
未来を想い、いま動く。社会課題を解決する取り組みとは。 div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | /site/set/data/top/img/shared/2026/top-page-carousel-01_l... | 38.8 KiB | 29.0 KiB |
日本も、世界も、もっとつなげる div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | www.softbank.jp/site/set/data/top/img/shared/2026/bnr_network20260410.webp | 33.8 KiB | 25.3 KiB |
日本も、世界も、もっとつなげる div.top-page-carousel-01_list > div.top-page-carousel-01_list-item > a.top-page-carousel-01_link > img.top-page-carousel-01_image | www.softbank.jp/site/set/data/top/img/shared/2026/bnr_network20260410.webp | 33.8 KiB | 25.3 KiB |
AI
AIを社会インフラに、
未来のあたりまえをつくる
Perplexity Pro
だれでもAI main.contents-area > section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item | www.softbank.jp/site/set/data/top/img/shared/2026/img-initiatives-02.webp | 188.6 KiB | 7.6 KiB |
div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > div.top-page-menu-icon div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > div.top-page-menu-icon | www.softbank.jp/site/set/data/top/img/shared/2026/icon-internet-worldmenu.webp | 8.6 KiB | 6.6 KiB |
div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > div.top-page-menu-icon div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > div.top-page-menu-icon | www.softbank.jp/site/set/data/top/img/shared/2026/icon-network-worldmenu.webp | 7.3 KiB | 5.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /uploads/production/survin/script/23/survin.js | 0.0 ms | 625.1 KiB |
| t.contentsquare.net/uxa/12bfe507f39ec.js | 900.0 s | 152.2 KiB |
| cdn.eu.heap-api.com/v5/heapjs-static/5.3.12/core/heap.js | 0.0 ms | 75.1 KiB |
| cdn-edge.karte.io/__edge_plugins/context_event/index.js | 10.0 s | 27.5 KiB |
| cdn-edge.karte.io/f87097bd64af36ecf120e298d69ebd15/edge.js | 10.0 s | 14.6 KiB |
| static.hj.contentsquare.net/c/hotjar-6471157.js | 60.0 s | 6.2 KiB |
| hm.mieru-ca.com/service/js/mieruca-hm.js?v=1776817096676 | 0.0 ms | 5.8 KiB |
| cdn-edge.karte.io/__edge_plugins/blitz_action_runner/index.js | 10.0 s | 4.8 KiB |
| cdn.us.heap-api.com/config/3618878549/heap_config.js | 120.0 s | 1.1 KiB |
| /a?id=GTM-P8N6VWTZ&v=3&t=t&pid=1103040273>m=45He64h1v91... | 0.0 ms | 11 B |
| /a?id=GTM-P8N6VWTZ&v=3&t=t&pid=1103040273>m=45He64h1v91... | 0.0 ms | 11 B |
| /a?id=GTM-P8N6VWTZ&v=3&t=t&pid=1103040273>m=45He64h1v91... | 0.0 ms | 11 B |
| /a?id=GTM-P8N6VWTZ&v=3&t=t&pid=1103040273>m=45He64h1v91... | 0.0 ms | 11 B |
| /a?id=GTM-P8N6VWTZ&v=3&t=t&pid=1103040273>m=45He64h1v91... | 0.0 ms | 11 B |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| softbank.jp/ | 737 ms |
| www.softbank.jp/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.softbank.jp/site/set/data/top/css/p/2026/index.css | 30.8 KiB | 23.8 KiB |
| www.softbank.jp/site/set/common/info/v1/p/css/index.css | 17.2 KiB | 15.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| t.contentsquare.net/uxa/12bfe507f39ec.js | 893 ms | 810 ms | 17 ms |
| www.softbank.jp/ | 811 ms | 1.7 ms | 0.8 ms |
| www.softbank.jp/site/set/data/top/js/p/2026/index.js | 573 ms | 204 ms | 5.2 ms |
| www.googletagmanager.com/gtm.js?id=GTM-BMSW | 345 ms | 282 ms | 22 ms |
| Unattributable | 279 ms | 21 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MRJVDLW7>m=4e64h1 | 106 ms | 56 ms | 19 ms |
| www.googletagmanager.com/gtag/js?id=G-4MD1NXTN7F&cx=c>m=4e64h1 | 85 ms | 71 ms | 14 ms |
| www.googletagmanager.com/gtm.js?id=GTM-W6RH4KH>m=4e64h1 | 85 ms | 61 ms | 22 ms |
| www.googletagmanager.com/gtm.js?id=GTM-P8N6VWTZ>m=4e64h1 | 76 ms | 55 ms | 20 ms |
| cdn.eu.heap-api.com/v5/heapjs-static/5.3.12/core/heap.js | 75 ms | 64 ms | 9.9 ms |
| www.googletagmanager.com/gtm.js?id=GTM-54HJTVSQ>m=4e64h1 | 63 ms | 42 ms | 21 ms |
| /uploads/production/survin/script/23/survin.js | 61 ms | 42 ms | 19 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TNDFTGNX>m=4e64h1 | 59 ms | 39 ms | 19 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.8 s |
| Style & Layout | 862 ms |
| Other | 588 ms |
| Script Parsing & Compilation | 214 ms |
| Rendering | 78 ms |
| Garbage Collection | 53 ms |
| Parse HTML & CSS | 29 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn-edge.karte.io/__edge_plugins/context_event/index.js | 27.0 KiB | 6.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
SoftBank div.top-page-layout-mainvisual_inner > div.top-page-layout-mainvisual_logo > a.top-page-layout-mainvisual_logo-link > img.top-page-layout-mainvisual_logo-image | www.softbank.jp/site/set/data/top/img/shared/2026/logo-sb-black.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
モバイル div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
ワイモバイル div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
ラインモ div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
インターネット
固定電話 div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
でんき div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
法人のお客さま div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
企業・IR div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
ネットワーク div.top-page-menu-section > div.top-page-menu-icons-row > a.top-page-menu-item > span.top-page-menu-label |
My SoftBank div.top-page-layout-service > div.top-page-menu-section > div.top-page-sub-menu > a.top-page-sub-btn |
サポート div.top-page-layout-service > div.top-page-menu-section > div.top-page-sub-menu > a.top-page-sub-btn |
店舗を探す div.top-page-layout-service > div.top-page-menu-section > div.top-page-sub-menu > a.top-page-sub-btn |
オンラインショップ div.top-page-layout-service > div.top-page-menu-section > div.top-page-sub-menu > a.top-page-sub-btn |
ENGLISH div.top-page-layout-service > div.top-page-menu-section > div.top-page-english-link > a |
製品/料金のお知らせ section.top-page-section-01 > div.section-info-product-notice > aside.section-info-notices > header.section-info-notices_header |
料金 li.section-info-notices_list-item > a.section-info-notices_link > div.section-info-notices_categories > span.section-info-notices_label |
2026年4月10日 li.section-info-notices_list-item > a.section-info-notices_link > div.section-info-notices_categories > span.section-info-notices_date |
ソフトバンクニュースを見る main.contents-area > section.top-page-section-01 > p.top-page-frontline-button-container > a.top-page-frontline-button |
詳しくはこちら main.contents-area > section.top-page-section-01 > p.top-page-improvement-button-container > a.top-page-improvement-button |
テクノロジー ul.top-page-list-news > li.top-page-list-news_item > a.top-page-link-news > span.top-page-link-news_label |
製品・サービス・料金 ul.top-page-list-news > li.top-page-list-news_item > a.top-page-link-news > span.top-page-link-news_label |
製品・サービス・料金 ul.top-page-list-news > li.top-page-list-news_item > a.top-page-link-news > span.top-page-link-news_label |
製品・サービス・料金 ul.top-page-list-news > li.top-page-list-news_item > a.top-page-link-news > span.top-page-link-news_label |
一覧を見る main.contents-area > section.top-page-section-01 > p.top-page-press-button-container > a.top-page-press-button |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all |
section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all |
section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all |
section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all section.top-page-section-01 > div.top-page-layout-col2 > section.top-page-layout-col2_item > a.top-page-link-initiatives-all |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
スライド 1 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
スライド 2 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
スライド 4 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
スライド 5 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
スライド 6 div.top-page-carousel-01 > div.top-page-carousel-01-pagination > div.top-page-carousel-01-pagination_dots > button.top-page-carousel-01-pagination_dot |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.softbank.jp/site/set/data/top/js/p/2026/index.js line 15, col 23032 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://ap03.records.in.treasuredata.com/d0_tdtag/d_rawdata_all_1?modified=1776817097780' from origin 'https://www.softbank.jp' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback