Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 115.6s 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.
Solid infrastructure — fast server responses across the board.
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 44.1 MB (29.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 link(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/fe614e05-0f17-4b46-8510-77315e7d613a)<a href="https://beavercheck.com/results/fe614e05-0f17-4b46-8510-77315e7d613a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fau.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fau.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 115.6s 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 ~30%.
Page takes 115.6s to load
+12% bounceUsers abandon at ~3s — you're 113.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 10.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
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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
2 broken link(s) on the page
+3% 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 → ¥1,122/month returns + JPY 100,000,000 risk avoided
¥40,000
5h · 5 findings
¥1,122 /mo
~¥13,464 / 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,334,455 / month at risk
~¥100,013,464 / year if left unfixed
¥100,000,000
+2 more
¥1,122 /mo
93964.8 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.
14.77 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
115.63 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10.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.
20.14 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.
130.54 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.
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.
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 | |
|---|---|---|---|
バナー:auは、つながる体感No.1 日本史上初3連覇 div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 550.1 KiB | 483.4 KiB |
バナー:おトクな特典がたくさん!詳しくはこちら div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 385.1 KiB | 318.4 KiB |
災害対策への取り組みの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_009.png?s... | 318.4 KiB | 301.4 KiB |
漫画×Vaundyのコラボソング動画ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_003.png?f... | 275.7 KiB | 258.7 KiB |
RESPECT YOU, au
auが目指す「おもしろいほうの未来」の実現に向けたパートナーとの活動を紹介します。 div > div#bland1Box > ul > li#bland1_1R | www.au.com/content/dam/au-com/renew2024/img/bg-bland3-sp.png?scl=1&fmt=png-alpha | 274.5 KiB | 228.6 KiB |
おトクづくし!UQコスパ宣言!の詳細ページに遷移するバナー div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/uq/uq_primary_0... | 294.4 KiB | 227.8 KiB |
バナー:au/UQからのご加入でApple Fitness+が最大3カ月間無料! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_16... | 236.7 KiB | 205.0 KiB |
バナー:iPhone長期ご利用の方はおトク!対象のiPhoneへの機種変更で機種代金最大11,000円割引 div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... | 229.1 KiB | 197.5 KiB |
バナー:子ども見守りGPS本体代金50%OFF div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... | 208.6 KiB | 177.0 KiB |
バナー:auバリューリンクプラン div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 238.2 KiB | 171.5 KiB |
バナー:Google Pixel 10a機種変更おトク割 対象の料金プランと故障紛失サポート(有料)加入で機種代金最大22,000円割引 div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 214.1 KiB | 147.4 KiB |
KDDIトビラ
誰もが思いを実現できる社会を目指した取り組みを紹介するブランドメディアです。 div > div#bland1Box > ul > li#bland2R | /content/dam/au-com/renew2024/img/bg-bland12_sp_cfccc2083... | 188.1 KiB | 147.4 KiB |
TV CM
au三太郎や、意識高すぎ!高杉くんのCMを紹介します。 div > div#bland1Box > ul > li#bland1L | /content/dam/au-com/renew2024/img/bg-bland13-sp_e0e260643... | 181.6 KiB | 145.9 KiB |
バナー:おトクが盛りだくさん!バリューUPチャレンジ div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_15... | 173.0 KiB | 141.3 KiB |
バナー:下取りプログラム 使っていたスマホ下取りでおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_11... | 171.5 KiB | 139.8 KiB |
お客さまの声からの改善
お客さまの声からのサービス改善・向上の取り組みを紹介します。 div > div#bland1Box > ul > li#bland1_2R | www.au.com/content/dam/au-com/renew2024/img/bg-bland5-sp.png?scl=1&fmt=png-alpha | 169.1 KiB | 134.2 KiB |
バナー:auだから、つながる安心。スマホと衛星の直接通信350万人!空が見えれば、どこでもつながる。au Starlink Direct div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 195.2 KiB | 128.5 KiB |
未来に向けたKDDIの取り組みの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_011_fc9ba... | 139.6 KiB | 122.6 KiB |
バナー:auバリューリンク マネ活2 div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 185.5 KiB | 118.9 KiB |
未来に向けた取り組み
パートナーとの共創を通じた、未来を担う人財の育成の活動を紹介します。 div > div#bland1Box > ul > li#bland2L | /content/dam/au-com/renew2024/img/bg-bland11_sp-2_9bfe3ed... | 143.0 KiB | 110.9 KiB |
ゼロから自分で作るスマホプランpovo2.0の詳細ページに遷移するバナー div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/povo/po_primary... | 194.9 KiB | 110.3 KiB |
バナー:UQ mobileからauへの乗りかえ(番号移行)がおトクです! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_07... | 127.5 KiB | 95.9 KiB |
動画オンデマンドサービスLIBERARYの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_007.png?f... | 108.5 KiB | 91.5 KiB |
スマホ習慣セルフチェック div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_012_e1874... | 88.5 KiB | 71.5 KiB |
KDDIバーチャルミュージアムの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/to_bnr_188.jpg?scl=1&qlt=90 | 75.4 KiB | 58.4 KiB |
バナー:U18 バリュープラン div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 124.4 KiB | 57.7 KiB |
auスマホ教室の詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/footer/to_bnr_006.jpg?scl=1&qlt=90 | 62.0 KiB | 45.0 KiB |
おもいでケータイ再起動の詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/to_bnr_203.jpg?scl=1&qlt=90 | 55.5 KiB | 38.5 KiB |
auウェルネスの歩くだけで特典がもらえるサービスのページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_005.png?f... | 50.9 KiB | 33.9 KiB |
バナー:推しトク映画 Pontaパス会員は1,100円! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... | 61.7 KiB | 32.4 KiB |
バナー:auユーザーなら Google AI Pro がおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... | 49.4 KiB | 25.9 KiB |
バナー:メルカリ配送料が最大4回全額メルカリポイントで還元 4月30日(木)まで div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 91.7 KiB | 25.1 KiB |
auの公式Instagram div.footerSocial > div.footerSocial-list > a.linkGroupHorizontality-link > img.img-responsive | www.au.com/content/dam/au-com/designs/icon/icon_footer_sns_instagram.png | 10.6 KiB | 9.6 KiB |
KDDI div.footerSiteMap > div.footerLogo > a.footerLogo-logo > img.img-responsive | www.au.com/content/dam/au-com/designs/icon/footer_logo.png?fmt=png-alpha&scl=1 | 10.0 KiB | 8.1 KiB |
おもしろい方の未来へ。 au div.au-header-smp > section#jsi-header > a.headerSmp-logo > img.img-responsive | www.au.com/content/dam/au-com/common/icon/au_logo_y.png?scl=1&fmt=png-alpha | 8.9 KiB | 7.2 KiB |
div.button > a#maintenance-other-btn > span.cmp-button__text > ::after div.button > a#maintenance-other-btn > span.cmp-button__text > ::after | /etc.clientlibs/au-com/clientlibs/clientlib-site/resource... | 15.9 KiB | 6.6 KiB |
副回線サービスの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/to_bnr_212.png?fmt=png-alpha&scl=1 | 16.0 KiB | 5.1 KiB |
auの公式Facebook div.footerSocial > div.footerSocial-list > a.footerSocial-link > img.img-responsive | www.au.com/content/dam/au-com/designs/icon/icon_footer_sns_fb.png | 6.0 KiB | 5.0 KiB |
auの公式LINE div.footerSocial > div.footerSocial-list > a.footerSocial-link > img.img-responsive | www.au.com/content/dam/au-com/designs/icon/icon_footer_sns_line.png | 5.4 KiB | 4.5 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| au.com/ | 953 ms |
| www.au.com/ | 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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.au.com/content/dam/au-com/common/css/parts.css | 91.1 KiB | 12.3 KiB |
| www.au.com/content/dam/au-com/renew2024/css/autop2024.css | 60.7 KiB | 8.3 KiB |
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap | 30.2 KiB | 3.1 KiB |
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.au.com/content/dam/au-com/common/css/parts.css | 90.8 KiB | 90.8 KiB |
| /etc.clientlibs/au-com/clientlibs/clientlib-site.lc-f8e08... | 83.8 KiB | 81.8 KiB |
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap | 29.8 KiB | 29.8 KiB |
| www.au.com/content/dam/au-com/renew2024/css/autop2024.css | 60.4 KiB | 24.3 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 | 15.2 s |
| Other | 3.9 s |
| Style & Layout | 3.3 s |
| Script Parsing & Compilation | 2.2 s |
| Rendering | 983 ms |
| Parse HTML & CSS | 303 ms |
| Garbage Collection | 285 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 |
|---|---|
| The page has an unload handler in the main frame. | 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 |
|---|---|---|
| www.au.com/content/dam/au-com/renew2024/js/autop2024.js | 25.2 KiB | 4.3 KiB |
| www.au.com/content/dam/au-com/patch/carousel-v2/carousel-v2.js | 8.5 KiB | 3.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 | |
|---|---|
div.heroSlider > div.hero_kv > span.view-sp > img div.heroSlider > div.hero_kv > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/kv/kv_primary_n... |
ゼロから自分で作るスマホプランpovo2.0の詳細ページに遷移するバナー div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/povo/po_primary... |
おトクづくし!UQコスパ宣言!の詳細ページに遷移するバナー div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/uq/uq_primary_0... |
バナー:auバリューリンクプラン div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auだから、つながる安心。スマホと衛星の直接通信350万人!空が見えれば、どこでもつながる。au Starlink Direct div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:メルカリ配送料が最大4回全額メルカリポイントで還元 4月30日(木)まで div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:iPhone 17e できること満タン。うれしさ満点。購入する div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:U18 バリュープラン div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auバリューリンク マネ活2 div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:Google Pixel 10a機種変更おトク割 対象の料金プランと故障紛失サポート(有料)加入で機種代金最大22,000円割引 div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auは、つながる体感No.1 日本史上初3連覇 div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:おトクな特典がたくさん!詳しくはこちら div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auバリューリンクプラン div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auだから、つながる安心。スマホと衛星の直接通信350万人!空が見えれば、どこでもつながる。au Starlink Direct div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:メルカリ配送料が最大4回全額メルカリポイントで還元 4月30日(木)まで div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:iPhone 17e できること満タン。うれしさ満点。購入する div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:U18 バリュープラン div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auバリューリンク マネ活2 div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:Google Pixel 10a機種変更おトク割 対象の料金プランと故障紛失サポート(有料)加入で機種代金最大22,000円割引 div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auは、つながる体感No.1 日本史上初3連覇 div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:おトクな特典がたくさん!詳しくはこちら div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auバリューリンクプラン div > a > span.view-sp > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auユーザーなら Google AI Pro がおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:au/UQからのご加入でApple Fitness+が最大3カ月間無料! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_16... |
バナー:おトクが盛りだくさん!バリューUPチャレンジ div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_15... |
バナー:iPhone長期ご利用の方はおトク!対象のiPhoneへの機種変更で機種代金最大11,000円割引 div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:子ども見守りGPS本体代金50%OFF div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:推しトク映画 Pontaパス会員は1,100円! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:下取りプログラム 使っていたスマホ下取りでおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_11... |
バナー:auユーザーなら Google AI Pro がおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:au/UQからのご加入でApple Fitness+が最大3カ月間無料! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_16... |
バナー:おトクが盛りだくさん!バリューUPチャレンジ div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_15... |
バナー:iPhone長期ご利用の方はおトク!対象のiPhoneへの機種変更で機種代金最大11,000円割引 div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:子ども見守りGPS本体代金50%OFF div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:推しトク映画 Pontaパス会員は1,100円! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:下取りプログラム 使っていたスマホ下取りでおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_11... |
バナー:auユーザーなら Google AI Pro がおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:au/UQからのご加入でApple Fitness+が最大3カ月間無料! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_16... |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
メインビジュアル div#hero > div#heroSlider > div#defSlide > div.heroSlider |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
iPhone 17e 販売中! a.tmpBanner-link > div.tmpBanner-content > div.tmpBanner-text > span |
災害用伝言板
Disaster Message Board div.heading > div.cmp-au-com-title > h3#b-banner > span |
Disaster Message Board div.cmp-au-com-title > h3#b-banner > span > span |
日本語 div.language-link > div.button > a.cmp-au-com-button > span.cmp-button__text |
English div.language-link > div.button > a.cmp-au-com-button > span.cmp-button__text |
2026年4月21日 section.notice-cont-ctr > article.notice-cont > p.notice-cont-postDate > time |
日常に溶け込む軽量型AIグラス HTC「VIVE Eagle」をau +1 collectionから4月24日に発売 section.notice-cont-ctr > article.notice-cont > p.notice-cont-ttl > a.link-text |
2026年4月15日 section.notice-cont-ctr > article.notice-cont > p.notice-cont-postDate > time |
SIMフリーブランド「au Flex Style」を提供開始 section.notice-cont-ctr > article.notice-cont > p.notice-cont-ttl > a.link-text |
2026年4月9日 section.notice-cont-ctr > article.notice-cont > p.notice-cont-postDate > time |
auフェスプロジェクトを2026年も実施、JAPAN JAM 2026・KCON JAPAN 2026で通信やAIコンテンツ提供 section.notice-cont-ctr > article.notice-cont > p.notice-cont-ttl > a.link-text |
2026年4月7日 section.notice-cont-ctr > article.notice-cont > p.notice-cont-postDate > time |
Google Pixel 10a をauとUQ mobileから4月14日に発売 section.notice-cont-ctr > article.notice-cont > p.notice-cont-ttl > a.link-window |
2026年3月25日 section.notice-cont-ctr > article.notice-cont > p.notice-cont-postDate > time |
au PAY新規加盟店について(2026年3月25日時点) section.notice-cont-ctr > article.notice-cont > p.notice-cont-ttl > a.link-text |
※現在、以下のサービスにおいて障害・メンテナンスが発生しております。 div#maintenance-text > p > span.txtSize-small > span.txtColor-alert |
auひかり(ホーム・マンション) section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
ホームプラス電話・ホーム電話 section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
au ID section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
auの金融・保険サービス section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
au HOME section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
auおうちあんしんサポート section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#page-v2-b60775570e > iframe#SS_Frame body#page-v2-b60775570e > iframe#SS_Frame |
body#page-v2-b60775570e > iframe#SS_Frame6 body#page-v2-b60775570e > iframe#SS_Frame6 |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
災害用伝言板
Disaster Message Board div.cmp-au-com-container__contents > div.heading > div.cmp-au-com-title > h3#b-banner |
These are opportunities to improve keyboard navigation in your application.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.wf-noto-sans-cjk-jp-n3-active html.wf-noto-sans-cjk-jp-n3-active |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div#dotHero > ul.slick-dots > li > button |
2 div#dotHero > ul.slick-dots > li > button |
3 div#dotHero > ul.slick-dots > li.slick-active > button |
4 div#dotHero > ul.slick-dots > li > button |
5 div#dotHero > ul.slick-dots > li > button |
6 div#dotHero > ul.slick-dots > li > button |
7 div#dotHero > ul.slick-dots > li > button |
8 div#dotHero > ul.slick-dots > li > button |
9 div#dotHero > ul.slick-dots > li > button |
スマートフォン・
携帯電話 div#auserviceInner2024 > ul > li > a |
インターネット
回線 div#auserviceInner2024 > ul > li > a |
auの金融・
保険サービス div#auserviceInner2024 > ul > li > a |
1 div#dotCamp > ul.slick-dots > li > button |
2 div#dotCamp > ul.slick-dots > li > button |
3 div#dotCamp > ul.slick-dots > li.slick-active > button |
4 div#dotCamp > ul.slick-dots > li > button |
5 div#dotCamp > ul.slick-dots > li > button |
6 div#dotCamp > ul.slick-dots > li > button |
7 div#dotCamp > ul.slick-dots > li > button |
8 div#dotCamp > ul.slick-dots > li > button |
auブランド
auはお客さまとともに、つねに楽しく遊び心のある未来を選び、世の中にワクワクする変化を生み出します。 div#bland1Box > ul > li#bland1_2L > a.blandBox |
お客さまの声からの改善
お客さまの声からのサービス改善・向上の取り組みを紹介します。 div#bland1Box > ul > li#bland1_2R > a.blandBox |
RESPECT YOU, au
auが目指す「おもしろいほうの未来」の実現に向けたパートナーとの活動を紹介します。 div#bland1Box > ul > li#bland1_1R > a.blandBox |
「つなぐ」取り組み
通信品質の改善・向上の取り組みを紹介します。 div#bland1Box > ul > li#bland1_1L > a.blandBox |
TV CM
au三太郎や、意識高すぎ!高杉くんのCMを紹介します。 div#bland1Box > ul > li#bland1L > a.blandBox |
KDDIトビラ
誰もが思いを実現できる社会を目指した取り組みを紹介するブランドメディアです。 div#bland1Box > ul > li#bland2R > a.blandBox |
未来に向けた取り組み
パートナーとの共創を通じた、未来を担う人財の育成の活動を紹介します。 div#bland1Box > ul > li#bland2L > a.blandBox |
1 div#dotCamp3 > ul.slick-dots > li > button |
2 div#dotCamp3 > ul.slick-dots > li > button |
3 div#dotCamp3 > ul.slick-dots > li.slick-active > button |
4 div#dotCamp3 > ul.slick-dots > li > button |
5 div#dotCamp3 > ul.slick-dots > li > button |
6 div#dotCamp3 > ul.slick-dots > li > button |
7 div#dotCamp3 > ul.slick-dots > li > button |
8 div#dotCamp3 > ul.slick-dots > li > button |
9 div#dotCamp3 > ul.slick-dots > li > button |
10 div#dotCamp3 > ul.slick-dots > li > button |
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. | line 2, col 1880 |
| AttributionReporting | b99.yahoo.co.jp/pagead/conversion_async.js line 121, col 405 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Refused to execute script from 'https://pp.d2-apps.net/v1/impressions/log?client_id=102&site_url=https%3A%2F%2Fwww.au.com%2F&referer=&__version=1.0.0&__ord=2660187152419&callback=__pfunc&viewport=412x823&language=en-US&first_party_uid=6HqgGTd1fKpHR8RQ9dJ9Gy5Di5ltpl4q&local_storage_uid=NKvyBFGzgMjFne5rpKITOUwLUOczpN59&c_1=au&c_2=www.au.com&c_7=%2F' because its MIME type ('image/gif') is not executable. | |
Refused to execute script from 'https://pp.d2-apps.net/v1/impressions/log?client_id=38&site_url=https%3A%2F%2Fwww.au.com%2F&referer=&__version=1.0.0&__ord=6152765690254&callback=__pfunc&viewport=412x823&language=en-US&first_party_uid=bhFUx3SdAqcOa8kPx68O3xahV6y7n0lp&local_storage_uid=CEDios6m9zWH3HdkBw1awlGY4OVkxPEk&c_1=iphone2018&c_2=ClientSite' because its MIME type ('image/gif') is not executable. | |
/etc.clientlibs/core/wcm/components/commons/datalayer/v1/... line 55, col 459 | The following item cannot be handled by the data layer because it does not have a valid format: "cmp:loaded" |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
メニュー div.aem-Grid > div.au-header-smp > section#jsi-header > a#jsi-drawer-navigation-open-btn |
商品・サービス div.globalNav-mainNav > ul.globalNav-list > li.globalNav-list-gnav > a.jsc-megaMenu-trigger |
div.globalNav-subNav > ul.globalNav-list > li.globalNav-item-search > a.subNav-showSearchBtn div.globalNav-subNav > ul.globalNav-list > li.globalNav-item-search > a.subNav-showSearchBtn |
x
div.htmlblock > div#jsi-drawer-navigation-wrap > div.megaMenuPc > a.jsc-megaMenu-close |
商品・サービス div.megaMenuSmp-mainNav > dl#jsi-menu-list-slider > dt.megaMenuSmp-mainNav-ttl > a |
スマートフォン・携帯電話
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
インターネット回線
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
ポイント・決済
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
auの金融・保険サービス
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
auでんき・エネルギーサービス
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
エンタメ
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
くらしのサービス
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
ショッピング
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
My au div.megaMenuSmp-mainNav > dl#jsi-menu-list-slider-myau > dt.myAuMenuSmp-mainNav-ttl > a |
料金 div#usefulmenu > ul > li > a.cmp-link__text |
料金 div#usefulmenu > ul > li > a.cmp-link__text |
To appear in search results, crawlers need access to your app.
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.
3.75 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
841 ms
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.
7.73 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.
24.23 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.
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.
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 | |
|---|---|---|---|
バナー:auは、つながる体感No.1 日本史上初3連覇 div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 3.7 MiB | 3.6 MiB |
おトクづくし!UQコスパ宣言!の詳細ページに遷移するバナー div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/uq/uq_primary_0... | 1.2 MiB | 1.1 MiB |
バナー:メルカリ配送料が最大4回全額メルカリポイントで還元 4月30日(木)まで div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 1.2 MiB | 1.1 MiB |
バナー:おトクな特典がたくさん!詳しくはこちら div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 1.1 MiB | 1.0 MiB |
バナー:auバリューリンクプラン div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 778.2 KiB | 672.1 KiB |
バナー:auだから、つながる安心。スマホと衛星の直接通信350万人!空が見えれば、どこでもつながる。au Starlink Direct div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 706.1 KiB | 600.0 KiB |
バナー:auバリューリンク マネ活2 div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 698.1 KiB | 592.0 KiB |
バナー:Google Pixel 10a機種変更おトク割 対象の料金プランと故障紛失サポート(有料)加入で機種代金最大22,000円割引 div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 676.1 KiB | 570.0 KiB |
バナー:U18 バリュープラン div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 562.0 KiB | 455.9 KiB |
RESPECT YOU, au
auが目指す「おもしろいほうの未来」の実現に向けたパートナーとの活動を紹介します。 div > div#bland1Box > ul > li#bland1_1R | www.au.com/content/dam/au-com/renew2024/img/bg-bland3.png?scl=1&fmt=png-alpha | 459.8 KiB | 401.1 KiB |
KDDIトビラ
誰もが思いを実現できる社会を目指した取り組みを紹介するブランドメディアです。 div > div#bland1Box > ul > li#bland2R | /content/dam/au-com/renew2024/img/bg-bland12_21a958f6ecf7... | 418.5 KiB | 367.8 KiB |
TV CM
au三太郎や、意識高すぎ!高杉くんのCMを紹介します。 div > div#bland1Box > ul > li#bland1L | /content/dam/au-com/renew2024/img/bg-bland13_403a4dcdd397... | 414.7 KiB | 356.0 KiB |
災害対策への取り組みの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_009.png?s... | 318.4 KiB | 312.5 KiB |
お客さまの声からの改善
お客さまの声からのサービス改善・向上の取り組みを紹介します。 div > div#bland1Box > ul > li#bland1_2R | www.au.com/content/dam/au-com/renew2024/img/bg-bland5.png?scl=1&fmt=png-alpha | 350.2 KiB | 291.6 KiB |
漫画×Vaundyのコラボソング動画ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_003.png?f... | 275.7 KiB | 269.8 KiB |
未来に向けた取り組み
パートナーとの共創を通じた、未来を担う人財の育成の活動を紹介します。 div > div#bland1Box > ul > li#bland2L | /content/dam/au-com/renew2024/img/bg-bland11_9ee5d4a315e2... | 327.1 KiB | 268.5 KiB |
バナー:au/UQからのご加入でApple Fitness+が最大3カ月間無料! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_16... | 236.7 KiB | 222.7 KiB |
バナー:iPhone長期ご利用の方はおトク!対象のiPhoneへの機種変更で機種代金最大11,000円割引 div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... | 229.1 KiB | 215.1 KiB |
ゼロから自分で作るスマホプランpovo2.0の詳細ページに遷移するバナー div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/povo/po_primary... | 263.0 KiB | 206.3 KiB |
バナー:子ども見守りGPS本体代金50%OFF div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... | 208.6 KiB | 194.6 KiB |
バナー:iPhone 17e できること満タン。うれしさ満点。購入する div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... | 225.7 KiB | 177.1 KiB |
バナー:おトクが盛りだくさん!バリューUPチャレンジ div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_15... | 173.0 KiB | 159.0 KiB |
バナー:下取りプログラム 使っていたスマホ下取りでおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_11... | 171.5 KiB | 157.5 KiB |
未来に向けたKDDIの取り組みの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_011_fc9ba... | 139.6 KiB | 133.7 KiB |
バナー:UQ mobileからauへの乗りかえ(番号移行)がおトクです! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_07... | 127.5 KiB | 113.5 KiB |
動画オンデマンドサービスLIBERARYの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_007.png?f... | 108.5 KiB | 102.6 KiB |
スマホ習慣セルフチェック div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_012_e1874... | 88.5 KiB | 82.6 KiB |
KDDIバーチャルミュージアムの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/to_bnr_188.jpg?scl=1&qlt=90 | 75.4 KiB | 69.5 KiB |
auスマホ教室の詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/footer/to_bnr_006.jpg?scl=1&qlt=90 | 62.0 KiB | 56.1 KiB |
おもいでケータイ再起動の詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/to_bnr_203.jpg?scl=1&qlt=90 | 55.5 KiB | 49.6 KiB |
バナー:推しトク映画 Pontaパス会員は1,100円! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... | 61.7 KiB | 48.7 KiB |
auウェルネスの歩くだけで特典がもらえるサービスのページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_005.png?f... | 50.9 KiB | 45.0 KiB |
バナー:auユーザーなら Google AI Pro がおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... | 49.4 KiB | 39.0 KiB |
副回線サービスの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/to_bnr_212.png?fmt=png-alpha&scl=1 | 16.0 KiB | 12.2 KiB |
auの公式Instagram div.footerSocial > div.footerSocial-list > a.linkGroupHorizontality-link > img.img-responsive | www.au.com/content/dam/au-com/designs/icon/icon_footer_sns_instagram.png | 10.6 KiB | 10.3 KiB |
おもしろい方の未来へ。 au div.sidecontArea > div.globalNav > a.globalNav-logo > img.img-responsive | www.au.com/content/dam/au-com/common/icon/au_logo_t.png?scl=1&fmt=png-alpha | 9.4 KiB | 8.6 KiB |
ul.globalNav-list > li > a.link-window > ::after ul.globalNav-list > li > a.link-window > ::after | /etc.clientlibs/au-com/clientlibs/clientlib-site/resource... | 15.9 KiB | 6.6 KiB |
auの公式Facebook div.footerSocial > div.footerSocial-list > a.footerSocial-link > img.img-responsive | www.au.com/content/dam/au-com/designs/icon/icon_footer_sns_fb.png | 6.0 KiB | 5.7 KiB |
auの公式LINE div.footerSocial > div.footerSocial-list > a.footerSocial-link > img.img-responsive | www.au.com/content/dam/au-com/designs/icon/icon_footer_sns_line.png | 5.4 KiB | 5.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| au.com/ | 414 ms |
| www.au.com/ | 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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.au.com/content/dam/au-com/common/css/parts.css | 91.3 KiB | 12.4 KiB |
| www.au.com/content/dam/au-com/renew2024/css/autop2024.css | 60.9 KiB | 8.3 KiB |
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap | 30.2 KiB | 3.1 KiB |
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.au.com/content/dam/au-com/common/css/parts.css | 90.8 KiB | 90.8 KiB |
| /etc.clientlibs/au-com/clientlibs/clientlib-site.lc-f8e08... | 83.8 KiB | 80.9 KiB |
| www.au.com/content/dam/au-com/renew2024/css/autop2024.css | 60.4 KiB | 41.2 KiB |
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap | 29.8 KiB | 29.8 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 | 3.8 s |
| Other | 923 ms |
| Style & Layout | 686 ms |
| Script Parsing & Compilation | 580 ms |
| Rendering | 205 ms |
| Parse HTML & CSS | 67 ms |
| Garbage Collection | 65 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 |
|---|---|
| The page has an unload handler in the main frame. | 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 |
|---|---|---|
| www.au.com/content/dam/au-com/renew2024/js/autop2024.js | 25.2 KiB | 4.3 KiB |
| www.au.com/content/dam/au-com/patch/carousel-v2/carousel-v2.js | 8.5 KiB | 3.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 | |
|---|---|
div.heroSlider > div.hero_kv > span.view-pc > img div.heroSlider > div.hero_kv > span.view-pc > img | www.au.com/content/dam/au-com/renew2024/img/au_default.png?scl=1&qlt=90 |
おトクづくし!UQコスパ宣言!の詳細ページに遷移するバナー div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/uq/uq_primary_0... |
ゼロから自分で作るスマホプランpovo2.0の詳細ページに遷移するバナー div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/povo/po_primary... |
バナー:auバリューリンクプラン div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auだから、つながる安心。スマホと衛星の直接通信350万人!空が見えれば、どこでもつながる。au Starlink Direct div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:メルカリ配送料が最大4回全額メルカリポイントで還元 4月30日(木)まで div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:iPhone 17e できること満タン。うれしさ満点。購入する div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:U18 バリュープラン div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auバリューリンク マネ活2 div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:Google Pixel 10a機種変更おトク割 対象の料金プランと故障紛失サポート(有料)加入で機種代金最大22,000円割引 div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auは、つながる体感No.1 日本史上初3連覇 div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:おトクな特典がたくさん!詳しくはこちら div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auバリューリンクプラン div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auだから、つながる安心。スマホと衛星の直接通信350万人!空が見えれば、どこでもつながる。au Starlink Direct div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:メルカリ配送料が最大4回全額メルカリポイントで還元 4月30日(木)まで div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:iPhone 17e できること満タン。うれしさ満点。購入する div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:U18 バリュープラン div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auバリューリンク マネ活2 div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:Google Pixel 10a機種変更おトク割 対象の料金プランと故障紛失サポート(有料)加入で機種代金最大22,000円割引 div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auは、つながる体感No.1 日本史上初3連覇 div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:おトクな特典がたくさん!詳しくはこちら div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:auバリューリンクプラン div > a > span.view-pc > img | /content/dam/au-com/renew2024/img/primary/au/au_primary_2... |
バナー:au/UQからのご加入でApple Fitness+が最大3カ月間無料! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_16... |
バナー:おトクが盛りだくさん!バリューUPチャレンジ div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_15... |
バナー:iPhone長期ご利用の方はおトク!対象のiPhoneへの機種変更で機種代金最大11,000円割引 div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:子ども見守りGPS本体代金50%OFF div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:推しトク映画 Pontaパス会員は1,100円! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:下取りプログラム 使っていたスマホ下取りでおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_11... |
バナー:auユーザーなら Google AI Pro がおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:au/UQからのご加入でApple Fitness+が最大3カ月間無料! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_16... |
バナー:おトクが盛りだくさん!バリューUPチャレンジ div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_15... |
バナー:iPhone長期ご利用の方はおトク!対象のiPhoneへの機種変更で機種代金最大11,000円割引 div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:子ども見守りGPS本体代金50%OFF div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:推しトク映画 Pontaパス会員は1,100円! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:下取りプログラム 使っていたスマホ下取りでおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_11... |
バナー:auユーザーなら Google AI Pro がおトク! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_17... |
バナー:au/UQからのご加入でApple Fitness+が最大3カ月間無料! div.campaignSliderContent > div > a.icon-blank > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_16... |
バナー:UQ mobileからauへの乗りかえ(番号移行)がおトクです! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_07... |
バナー:UQ mobileからauへの乗りかえ(番号移行)がおトクです! div.campaignSliderContent > div > a > img.lazyload | /content/dam/au-com/renew2022/img/campaign/to_campaign_07... |
auスマホ教室の詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/footer/to_bnr_006.jpg?scl=1&qlt=90 |
auウェルネスの歩くだけで特典がもらえるサービスのページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_005.png?f... |
スマホ習慣セルフチェック div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_012_e1874... |
災害対策への取り組みの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_009.png?s... |
未来に向けたKDDIの取り組みの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_011_fc9ba... |
KDDIバーチャルミュージアムの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/to_bnr_188.jpg?scl=1&qlt=90 |
動画オンデマンドサービスLIBERARYの詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_007.png?f... |
おもいでケータイ再起動の詳細ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | www.au.com/content/dam/au-com/renew2022/img/to_bnr_203.jpg?scl=1&qlt=90 |
漫画×Vaundyのコラボソング動画ページに遷移するバナー div > div.footerBannerContent > a > img.lazyload | /content/dam/au-com/renew2022/img/footer/to_bnr_003.png?f... |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
メインビジュアル div#hero > div#heroSlider > div#defSlide > div.heroSlider |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.globalNav-subNav > ul.globalNav-list > li > a |
お問い合わせ div.globalNav-subNav > ul.globalNav-list > li > a |
English div.globalNav-subNav > ul.globalNav-list > li > a |
企業情報 div.globalNav_companyInformation_pc > ul.globalNav-list > li > a.link-window |
サステナビリティ div.globalNav_companyInformation_pc > ul.globalNav-list > li > a.link-window |
投資家情報 div.globalNav_companyInformation_pc > ul.globalNav-list > li > a.link-window |
採用情報 div.globalNav_companyInformation_pc > ul.globalNav-list > li > a.link-window |
法人のお客さま div.globalNav_companyInformation_pc > ul.globalNav-list > li > a.link-window |
災害用伝言板 Disaster Message Board div.heading > div.cmp-au-com-title > h3#b-banner > span |
Disaster Message Board div.cmp-au-com-title > h3#b-banner > span > span |
日本語 div.language-link > div.button > a.cmp-au-com-button > span.cmp-button__text |
English div.language-link > div.button > a.cmp-au-com-button > span.cmp-button__text |
2026年4月21日 section.notice-cont-ctr > article.notice-cont > p.notice-cont-postDate > time |
日常に溶け込む軽量型AIグラス HTC「VIVE Eagle」をau +1 collectionから4月24日に発売 section.notice-cont-ctr > article.notice-cont > p.notice-cont-ttl > a.link-text |
2026年4月15日 section.notice-cont-ctr > article.notice-cont > p.notice-cont-postDate > time |
SIMフリーブランド「au Flex Style」を提供開始 section.notice-cont-ctr > article.notice-cont > p.notice-cont-ttl > a.link-text |
2026年4月9日 section.notice-cont-ctr > article.notice-cont > p.notice-cont-postDate > time |
auフェスプロジェクトを2026年も実施、JAPAN JAM 2026・KCON JAPAN 2026で通信やAIコンテンツ提供 section.notice-cont-ctr > article.notice-cont > p.notice-cont-ttl > a.link-text |
2026年4月7日 section.notice-cont-ctr > article.notice-cont > p.notice-cont-postDate > time |
Google Pixel 10a をauとUQ mobileから4月14日に発売 section.notice-cont-ctr > article.notice-cont > p.notice-cont-ttl > a.link-window |
2026年3月25日 section.notice-cont-ctr > article.notice-cont > p.notice-cont-postDate > time |
au PAY新規加盟店について(2026年3月25日時点) section.notice-cont-ctr > article.notice-cont > p.notice-cont-ttl > a.link-text |
※現在、以下のサービスにおいて障害・メンテナンスが発生しております。 div#maintenance-text > p > span.txtSize-small > span.txtColor-alert |
auひかり(ホーム・マンション) section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
ホームプラス電話・ホーム電話 section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
au ID section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
auの金融・保険サービス section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
au HOME section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
auおうちあんしんサポート section#maintenance-section > article.notice-cont > p.notice-cont-ttl > a.link-window |
These are opportunities to improve the legibility of your content.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#page-v2-b60775570e > iframe#SS_Frame body#page-v2-b60775570e > iframe#SS_Frame |
body#page-v2-b60775570e > iframe#SS_Frame6 body#page-v2-b60775570e > iframe#SS_Frame6 |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
災害用伝言板 Disaster Message Board div.cmp-au-com-container__contents > div.heading > div.cmp-au-com-title > h3#b-banner |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
検索 li.globalNav-item-search > div#searchContent > form#SS_searchForm > input#SS_searchSubmit |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.wf-noto-sans-cjk-jp-n3-active html.wf-noto-sans-cjk-jp-n3-active |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div#dotHero > ul.slick-dots > li > button |
2 div#dotHero > ul.slick-dots > li > button |
3 div#dotHero > ul.slick-dots > li > button |
4 div#dotHero > ul.slick-dots > li.slick-active > button |
5 div#dotHero > ul.slick-dots > li > button |
6 div#dotHero > ul.slick-dots > li > button |
7 div#dotHero > ul.slick-dots > li > button |
8 div#dotHero > ul.slick-dots > li > button |
9 div#dotHero > ul.slick-dots > li > button |
1 div#dotCamp > ul.slick-dots > li > button |
2 div#dotCamp > ul.slick-dots > li > button |
3 div#dotCamp > ul.slick-dots > li > button |
4 div#dotCamp > ul.slick-dots > li.slick-active > button |
5 div#dotCamp > ul.slick-dots > li > button |
6 div#dotCamp > ul.slick-dots > li > button |
7 div#dotCamp > ul.slick-dots > li > button |
8 div#dotCamp > ul.slick-dots > li > button |
auブランド
auはお客さまとともに、つねに楽しく遊び心のある未来を選び、世の中にワクワクする変化を生み出します。 div#bland1Box > ul > li#bland1_2L > a.blandBox |
お客さまの声からの改善
お客さまの声からのサービス改善・向上の取り組みを紹介します。 div#bland1Box > ul > li#bland1_2R > a.blandBox |
RESPECT YOU, au
auが目指す「おもしろいほうの未来」の実現に向けたパートナーとの活動を紹介します。 div#bland1Box > ul > li#bland1_1R > a.blandBox |
「つなぐ」取り組み
通信品質の改善・向上の取り組みを紹介します。 div#bland1Box > ul > li#bland1_1L > a.blandBox |
TV CM
au三太郎や、意識高すぎ!高杉くんのCMを紹介します。 div#bland1Box > ul > li#bland1L > a.blandBox |
KDDIトビラ
誰もが思いを実現できる社会を目指した取り組みを紹介するブランドメディアです。 div#bland1Box > ul > li#bland2R > a.blandBox |
未来に向けた取り組み
パートナーとの共創を通じた、未来を担う人財の育成の活動を紹介します。 div#bland1Box > ul > li#bland2L > a.blandBox |
1 div#dotCamp3 > ul.slick-dots > li > button |
2 div#dotCamp3 > ul.slick-dots > li > button |
3 div#dotCamp3 > ul.slick-dots > li > button |
4 div#dotCamp3 > ul.slick-dots > li.slick-active > button |
5 div#dotCamp3 > ul.slick-dots > li > button |
6 div#dotCamp3 > ul.slick-dots > li > button |
7 div#dotCamp3 > ul.slick-dots > li > button |
8 div#dotCamp3 > ul.slick-dots > li > button |
9 div#dotCamp3 > ul.slick-dots > li > button |
10 div#dotCamp3 > ul.slick-dots > li > button |
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. | line 2, col 1880 |
| AttributionReporting | b99.yahoo.co.jp/pagead/conversion_async.js line 121, col 405 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Refused to execute script from 'https://pp.d2-apps.net/v1/impressions/log?client_id=102&site_url=https%3A%2F%2Fwww.au.com%2F&referer=&__version=1.0.0&__ord=5981939824084&callback=__pfunc&viewport=1350x940&language=en-US&first_party_uid=ZJR7m43a6Xx0PIQKR2ljzIwMhF8TjGY4&local_storage_uid=mlC5TJw7gk5N70703LPEDgdHKr99cnZU&c_1=au&c_2=www.au.com&c_7=%2F' because its MIME type ('image/gif') is not executable. | |
Refused to execute script from 'https://pp.d2-apps.net/v1/impressions/log?client_id=38&site_url=https%3A%2F%2Fwww.au.com%2F&referer=&__version=1.0.0&__ord=8199356471254&callback=__pfunc&viewport=1350x940&language=en-US&first_party_uid=Oemwtx0z95IAlwjCU8jXl3N9h9Q51MVp&local_storage_uid=rAAiZlPUP0C7Tna9mz3qaugFDqbexV5G&c_1=iphone2018&c_2=ClientSite' because its MIME type ('image/gif') is not executable. | |
/etc.clientlibs/core/wcm/components/commons/datalayer/v1/... line 55, col 459 | The following item cannot be handled by the data layer because it does not have a valid format: "cmp:loaded" |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
メニュー div.aem-Grid > div.au-header-smp > section#jsi-header > a#jsi-drawer-navigation-open-btn |
商品・サービス div.globalNav-mainNav > ul.globalNav-list > li.globalNav-list-gnav > a.jsc-megaMenu-trigger |
div.globalNav-subNav > ul.globalNav-list > li.globalNav-item-search > a.subNav-showSearchBtn div.globalNav-subNav > ul.globalNav-list > li.globalNav-item-search > a.subNav-showSearchBtn |
x
div.htmlblock > div#jsi-drawer-navigation-wrap > div.megaMenuPc > a.jsc-megaMenu-close |
商品・サービス div.megaMenuSmp-mainNav > dl#jsi-menu-list-slider > dt.megaMenuSmp-mainNav-ttl > a |
スマートフォン・携帯電話
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
インターネット回線
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
ポイント・決済
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
auの金融・保険サービス
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
auでんき・エネルギーサービス
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
エンタメ
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
くらしのサービス
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
ショッピング
… dd#jsi-menu-list-slider-target-product > dl.megaMenuSmp-accordion > dt.megaMenuSmp-selectTtl > a |
My au div.megaMenuSmp-mainNav > dl#jsi-menu-list-slider-myau > dt.myAuMenuSmp-mainNav-ttl > a |
料金 div#usefulmenu > ul > li > a.cmp-link__text |
料金 div#usefulmenu > ul > li > a.cmp-link__text |
To appear in search results, crawlers need access to your app.
Send Feedback