Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 4.0s 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.
Good content signals with minor gaps.
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 10.4 MB (5.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
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/5a06c39a-e895-4f6a-904d-73bc9ee4083b)<a href="https://beavercheck.com/results/5a06c39a-e895-4f6a-904d-73bc9ee4083b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.ne.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.ne.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 4.0s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. The 3 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 4.0s to load
+12% bounceUsers abandon at ~3s — you're 1.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.4s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
102 broken link(s) on the page
+5% 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.
¥44,000 investment → ¥294,488/month returns + JPY 100,000,000 risk avoided
¥44,000
6h · 5 findings
¥294,488 /mo
~¥3,533,850 / 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.5 developer hours at ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,526 / month at risk
~¥100,002,317 / year if left unfixed
¥100,000,000
+2 more
¥193 /mo
16173.4 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 4 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.
3.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.37 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.107
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.05 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.
35.83 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
ASAHIネット auひかり 特典 長期でおトク!月額利用料割引 開通月無料 ホームコース 2カ月目586円割引、最大3~36カ月目571円割引 マンション… article#slick-slide07 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/common/campaign/2309357351/bnr-auhikari.png | 262.2 KiB | 229.2 KiB |
ASAHIネット auひかり ホームコース 開通月無料+30カ月間250円割引 マンションコース 開通月無料+24カ月間1,250円割引 div.slick-track > div.m-top-mv__slide-item > a.m-top-mv__slide-link > img.m-top-mv__slide-image | asahi-net.jp/asset/img/common/campaign/2309357351/mv-slide-04.png | 187.7 KiB | 165.7 KiB |
div.m-recommend-tab__bnr > section.m-top-recommend-tab > div.m-top-recommend-tab__content > ::after div.m-recommend-tab__bnr > section.m-top-recommend-tab > div.m-top-recommend-tab__content > ::after | asahi-net.jp/asset/img/top/recommend-image-sp.png | 181.1 KiB | 142.1 KiB |
WiMAX +5G スタートキャンペーン article.m-campaign-slider__item > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/common/campaign/2604506222/bnr-wimax5g_start.png | 74.0 KiB | 41.0 KiB |
おかげさまで12年連続第1位受賞 ※RBB TODAY ブロードバンドアワード法人版 2025/ブロードバンドアワード2025/光コラボアワード 2025 div.slick-track > div.m-top-mv__slide-item > a.m-top-mv__slide-link > img.m-top-mv__slide-image | asahi-net.jp/asset/img/top/mv-slide-06-260306.png | 35.4 KiB | 13.4 KiB |
a.m-card > div.m-card__image > picture > img.m-media__img a.m-card > div.m-card__image > picture > img.m-media__img | asahi-net.jp/asset/img/common/bnr-norton_id_adviser.png | 23.9 KiB | 12.2 KiB |
div.m-top-mv > div.m-top-mv__wrapper > picture > img.m-top-mv__image div.m-top-mv > div.m-top-mv__wrapper > picture > img.m-top-mv__image | asahi-net.jp/asset/img/top/mv-01-sp.jpg | 115.0 KiB | 10.0 KiB |
article.g-col-md--4 > a.m-card > div.m-card__image > img article.g-col-md--4 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/top/card-option-01.jpg | 30.0 KiB | 8.8 KiB |
article.g-col-md--4 > a.m-card > div.m-card__image > img article.g-col-md--4 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/top/card-option-03.jpg | 20.8 KiB | 6.4 KiB |
article.g-col-md--4 > a.m-card > div.m-card__image > img article.g-col-md--4 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/top/card-out-02.png | 16.2 KiB | 4.9 KiB |
article.g-col-md--4 > a.m-card > div.m-card__image > img article.g-col-md--4 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/top/card-home-02.png | 13.7 KiB | 4.2 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.
| URL | Transfer Size | Duration |
|---|---|---|
| asahi-net.jp/asset/css/style.css | 57.3 KiB | 332 ms |
| asahi-net.jp/asset/css/campaign_spotlight.css | 1.6 KiB | |
| asahi-net.jp/style_module.css | 527 B | |
| asahi-net.jp/asset/js/campaign_spotlight.js | 3.5 KiB | 166 ms |
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 |
|---|---|
| www.ne.jp/ | 1.5 s |
| asahi-net.jp/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
顧客満足度No.1獲得
品質を追求し、
価格もこだわり抜く
ASAHIネットは、外部調査機関が実施するインターネット・サービス・プロバイダ顧客満足度調査にお… body > div.m-wrapper > main.m-main > section.m-section-lv2--bg-primary | 0.107 |
つなぐをつくる、
つなぐをささえる。 div.m-top-mv > div.m-top-mv__wrapper > div.m-top-mv__copy > p.m-top-mv__copy-bottom | 0.001 |
メニュー div.h-header__fixed > div.h-header__inner > button.h-header__button > span.h-header__button-label | 0.000 |
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.
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.
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 |
|---|---|---|
| asahi-net.jp/asset/css/style.css | 56.8 KiB | 53.1 KiB |
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 | 4.1 s |
| Other | 2.3 s |
| Style & Layout | 1.7 s |
| Script Parsing & Compilation | 654 ms |
| Rendering | 381 ms |
| Garbage Collection | 241 ms |
| Parse HTML & CSS | 90 ms |
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 |
|---|---|---|
| ac.fanp.me/ck/3aed840a1186Y609/cookie.js | 14.1 KiB | 5.5 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
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.
div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img |
div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img |
div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img |
div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img |
PCや周辺機器の設定・トラブル解決 ul.g-row > li.g-col--12 > a.m-shadow-bnr > img.m-shadow-bnr__image |
ASAHIネット Tips Forum インターネット接続・プロバイダに関する情報発信メディア ul.g-row > li.g-col--12 > a.m-shadow-bnr > img.m-shadow-bnr__image |
SPEED TEST Powered by RBB SPEED TEST ul.g-row > li.g-col--12 > a.m-shadow-bnr > img.m-shadow-bnr__image |
IPv6接続確認ページ ul.g-row > li.g-col--12 > a.m-shadow-bnr > img.m-shadow-bnr__image |
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 |
|---|
顧客満足度No.1獲得 section.m-section-lv2--bg-primary > div.m-top-content > div.m-container > h2.m-top-content__heading-1 |
家で使う ul.m-recommend-tab__row > li.m-recommend-tab__col > button.m-recommend-tab__button > span.m-recommend-tab__button-label |
These are opportunities to improve the legibility of your content.
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 |
|---|---|
| Topics | dmp.im-apps.net/js/1024653/0001/itm.js line 8, col 241 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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://apm.yahoo.co.jp/rt/?p=4DCZE3EGH7&label=&ref=https%3A%2F%2Fasahi-net.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776899059.2921383&pvid=zuikqjibttrmoantkmq&su=60404282-d69c-4272-a311-48c677a769ce&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22Android%22&platform_version=%2211.0%22' from origin 'https://asahi-net.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=4DCZE3EGH7&label=&ref=https%3A%2F%2Fasahi-net.jp%2F&rref=&pt=&item=&cat=safivt&price=&quantity=&et_optout=false&r=1776899059.4988933&pvid=zuikqjibttrmoantkmq&su=60404282-d69c-4272-a311-48c677a769ce&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22Android%22&platform_version=%2211.0%22' from origin 'https://asahi-net.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=W7UTWD28RR&label=&ref=https%3A%2F%2Fasahi-net.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776899059.2372434&pvid=zuikqjibttrmoantkmq&su=60404282-d69c-4272-a311-48c677a769ce&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22Android%22&platform_version=%2211.0%22' from origin 'https://asahi-net.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=W7UTWD28RR&label=&ref=https%3A%2F%2Fasahi-net.jp%2F&rref=&pt=&item=&cat=safivt&price=&quantity=&et_optout=false&r=1776899060.0943959&pvid=zuikqjibttrmoantkmq&su=60404282-d69c-4272-a311-48c677a769ce&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22Android%22&platform_version=%2211.0%22' from origin 'https://asahi-net.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=W7UTWD28RR&label=&ref=https%3A%2F%2Fasahi-net.jp%2F&rref=&pt=&item=i1%2Ci2%2Ci3&cat=%2C%2C&price=%2C%2C&quantity=%2C%2C&et_optout=false&r=1776899059.0871322&pvid=zuikqjibttrmoantkmq&su=60404282-d69c-4272-a311-48c677a769ce&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22Android%22&platform_version=%2211.0%22' from origin 'https://asahi-net.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
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.22 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
84 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.541
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.34 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.
8.16 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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 | |
|---|---|---|---|
div.m-top-mv > div.m-top-mv__wrapper > picture > img.m-top-mv__image div.m-top-mv > div.m-top-mv__wrapper > picture > img.m-top-mv__image | asahi-net.jp/asset/img/top/mv-01.jpg | 391.8 KiB | 343.4 KiB |
ASAHIネット auひかり 特典 長期でおトク!月額利用料割引 開通月無料 ホームコース 2カ月目586円割引、最大3~36カ月目571円割引 マンション… article.m-campaign-slider__item > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/common/campaign/2309357351/bnr-auhikari.png | 262.2 KiB | 250.5 KiB |
div.m-recommend-tab__header > div.m-recommend-tab__media > picture > img.m-recommend-tab__image div.m-recommend-tab__header > div.m-recommend-tab__media > picture > img.m-recommend-tab__image | asahi-net.jp/asset/img/top/recommend-home-01.jpg | 244.6 KiB | 195.7 KiB |
div.m-recommend-tab__bnr > section.m-top-recommend-tab > div.m-top-recommend-tab__content > ::after div.m-recommend-tab__bnr > section.m-top-recommend-tab > div.m-top-recommend-tab__content > ::after | asahi-net.jp/asset/img/top/recommend-image.png | 289.5 KiB | 192.1 KiB |
ASAHIネット auひかり ホームコース 開通月無料+30カ月間250円割引 マンションコース 開通月無料+24カ月間1,250円割引 div.slick-track > div#slick-slide23 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | asahi-net.jp/asset/img/common/campaign/2309357351/mv-slide-04.png | 187.7 KiB | 176.3 KiB |
div.m-recommend-tab__header > div.m-recommend-tab__media > picture > img.m-recommend-tab__image div.m-recommend-tab__header > div.m-recommend-tab__media > picture > img.m-recommend-tab__image | asahi-net.jp/asset/img/top/recommend-out-01.jpg | 203.7 KiB | 162.8 KiB |
div.m-recommend-tab__header > div.m-recommend-tab__media > picture > img.m-recommend-tab__image div.m-recommend-tab__header > div.m-recommend-tab__media > picture > img.m-recommend-tab__image | asahi-net.jp/asset/img/top/recommend-option-01.jpg | 137.0 KiB | 109.6 KiB |
a.m-card > div.m-card__image > picture > img.m-media__img a.m-card > div.m-card__image > picture > img.m-media__img | asahi-net.jp/asset/img/common/bnr-norton_id_adviser-2x.png | 81.4 KiB | 69.5 KiB |
WiMAX +5G スタートキャンペーン article#slick-slide01 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/common/campaign/2604506222/bnr-wimax5g_start.png | 74.0 KiB | 62.2 KiB |
おかげさまで12年連続第1位受賞 ※RBB TODAY ブロードバンドアワード法人版 2025/ブロードバンドアワード2025/光コラボアワード 2025 div.slick-track > div#slick-slide25 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | asahi-net.jp/asset/img/top/mv-slide-06-260306.png | 35.4 KiB | 24.0 KiB |
article.g-col-md--4 > a.m-card > div.m-card__image > img article.g-col-md--4 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/top/card-option-01.jpg | 30.0 KiB | 22.4 KiB |
article.g-col-md--4 > a.m-card > div.m-card__image > img article.g-col-md--4 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/top/card-option-03.jpg | 20.8 KiB | 15.6 KiB |
スタートキャンペーン実施中 2026年5月31日まで div.slick-track > div#slick-slide22 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | asahi-net.jp/asset/img/common/campaign/2604506222/img-mv_slide_03_wimax5g.png | 23.6 KiB | 12.2 KiB |
article.g-col-md--4 > a.m-card > div.m-card__image > img article.g-col-md--4 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/top/card-out-02.png | 16.2 KiB | 12.1 KiB |
article.g-col-md--4 > a.m-card > div.m-card__image > img article.g-col-md--4 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/top/card-home-02.png | 13.7 KiB | 10.3 KiB |
article.g-col-md--4 > a.m-card > div.m-card__image > img article.g-col-md--4 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/top/card-home-01.png | 6.6 KiB | 5.0 KiB |
article.g-col-md--4 > a.m-card > div.m-card__image > img article.g-col-md--4 > a.m-card > div.m-card__image > img | asahi-net.jp/asset/img/top/card-out-01.png | 5.7 KiB | 4.3 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.
| URL | Transfer Size | Duration |
|---|---|---|
| asahi-net.jp/asset/js/campaign_spotlight.js | 3.5 KiB | |
| asahi-net.jp/asset/css/campaign_spotlight.css | 1.6 KiB | |
| asahi-net.jp/style_module.css | 533 B | |
| asahi-net.jp/asset/css/style.css | 57.1 KiB | 112 ms |
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 |
|---|---|
| www.ne.jp/ | 911 ms |
| asahi-net.jp/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
顧客満足度No.1獲得
品質を追求し、価格もこだわり抜く
ASAHIネットは、外部調査機関が実施するインターネット・サービス・プロバイダ顧客満足度調査におい… body > div.m-wrapper > main.m-main > section.m-section-lv2--bg-primary | 0.488 |
顧客満足度No.1獲得
品質を追求し、価格もこだわり抜く
ASAHIネットは、外部調査機関が実施するインターネット・サービス・プロバイダ顧客満足度調査におい… body > div.m-wrapper > main.m-main > section.m-section-lv2--bg-primary | 0.048 |
AsahiNet 光 クロスコース スタートキャンペーン実施中 2026年5月31日まで 新規 特典総額 最大122,400円 ※24カ月間の特典総額/消費… div.slick-track > div#slick-slide21 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.006 |
AsahiNet 光 クロスコース スタートキャンペーン実施中 2026年5月31日まで 新規 特典総額 最大122,400円 ※24カ月間の特典総額/消費… div.slick-track > div#slick-slide21 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.006 |
ASAHIネット auひかり ホームコース 開通月無料+30カ月間250円割引 マンションコース 開通月無料+24カ月間1,250円割引 div.slick-track > div#slick-slide23 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.006 |
ASAHIネット 光 with フレッツ プロバイダ月額利用料割引実施中! ホームコース 開通月無料12カ月間無料 マンションコース 開通月無料12カ月間無料… div.slick-track > div#slick-slide24 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.006 |
おかげさまで12年連続第1位受賞 ※RBB TODAY ブロードバンドアワード法人版 2025/ブロードバンドアワード2025/光コラボアワード 2025 div.slick-track > div#slick-slide25 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.006 |
おかげさまで12年連続第1位受賞 ※RBB TODAY ブロードバンドアワード法人版 2025/ブロードバンドアワード2025/光コラボアワード 2025 div.slick-track > div#slick-slide25 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.006 |
よくあるご質問
お問い合わせ
Webメール
サイト内検索
法人のお客様
光回線
格安SIM
WiMAX +5G
各種サービス
会員サポートへ
マイページ header.h-header > div.h-header__fixed > div.h-header__inner > div.h-header__utility | 0.006 |
ASAHIネット 光 with フレッツ プロバイダ月額利用料割引実施中! ホームコース 開通月無料12カ月間無料 マンションコース 開通月無料12カ月間無料… div.slick-track > div#slick-slide24 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.000 |
おかげさまで12年連続第1位受賞 ※RBB TODAY ブロードバンドアワード法人版 2025/ブロードバンドアワード2025/光コラボアワード 2025 div.slick-track > div#slick-slide25 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.000 |
スタートキャンペーン実施中! 2026年5月31日まで 新規 特典総額最大69,600円 ※24カ月間の特典総額/消費税相当を含む 転用 月額利用料 最大36… div.slick-track > div#slick-slide20 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.000 |
AsahiNet 光 クロスコース スタートキャンペーン実施中 2026年5月31日まで 新規 特典総額 最大122,400円 ※24カ月間の特典総額/消費… div.slick-track > div#slick-slide21 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.000 |
スタートキャンペーン実施中 2026年5月31日まで div.slick-track > div#slick-slide22 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.000 |
おかげさまで12年連続第1位受賞 ※RBB TODAY ブロードバンドアワード法人版 2025/ブロードバンドアワード2025/光コラボアワード 2025 div.slick-track > div#slick-slide25 > a.m-top-mv__slide-link > img.m-top-mv__slide-image | 0.000 |
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.
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.
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 |
|---|---|---|
| asahi-net.jp/asset/css/style.css | 56.6 KiB | 51.5 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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 968 ms |
| Other | 768 ms |
| Style & Layout | 418 ms |
| Rendering | 177 ms |
| Script Parsing & Compilation | 158 ms |
| Garbage Collection | 67 ms |
| Parse HTML & CSS | 20 ms |
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 |
|---|---|---|
| ac.fanp.me/ck/3aed840a1186Y609/cookie.js | 14.1 KiB | 5.5 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.
div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img |
div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img |
div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img |
div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img div.g-col--6 > a.m-tile-button > span.m-tile-button__icon > img |
PCや周辺機器の設定・トラブル解決 ul.g-row > li.g-col--12 > a.m-shadow-bnr > img.m-shadow-bnr__image |
ASAHIネット Tips Forum インターネット接続・プロバイダに関する情報発信メディア ul.g-row > li.g-col--12 > a.m-shadow-bnr > img.m-shadow-bnr__image |
SPEED TEST Powered by RBB SPEED TEST ul.g-row > li.g-col--12 > a.m-shadow-bnr > img.m-shadow-bnr__image |
IPv6接続確認ページ ul.g-row > li.g-col--12 > a.m-shadow-bnr > img.m-shadow-bnr__image |
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.h-header__inner > div.h-header__utility > div.h-header__tile > a.h-header__tile-button |
顧客満足度No.1獲得 section.m-section-lv2--bg-primary > div.m-top-content > div.m-container > h2.m-top-content__heading-1 |
家で使う ul.m-recommend-tab__row > li.m-recommend-tab__col > button.m-recommend-tab__button > span.m-recommend-tab__button-label |
These are opportunities to improve the legibility of your content.
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 |
|---|---|
| Topics | dmp.im-apps.net/js/1024654/0001/itm.js line 8, col 241 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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://apm.yahoo.co.jp/rt/?p=4DCZE3EGH7&label=&ref=https%3A%2F%2Fasahi-net.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776899120.7813253&pvid=prhn1jsbirmoanuvpa&su=d2a68edc-8c64-46f5-a61a-e64320a3e9e1&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22macOS%22&platform_version=%2210.15.7%22' from origin 'https://asahi-net.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=4DCZE3EGH7&label=&ref=https%3A%2F%2Fasahi-net.jp%2F&rref=&pt=&item=&cat=safivt&price=&quantity=&et_optout=false&r=1776899120.3049207&pvid=prhn1jsbirmoanuvpa&su=d2a68edc-8c64-46f5-a61a-e64320a3e9e1&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22macOS%22&platform_version=%2210.15.7%22' from origin 'https://asahi-net.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=W7UTWD28RR&label=&ref=https%3A%2F%2Fasahi-net.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776899120.0258&pvid=prhn1jsbirmoanuvpa&su=d2a68edc-8c64-46f5-a61a-e64320a3e9e1&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22macOS%22&platform_version=%2210.15.7%22' from origin 'https://asahi-net.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=W7UTWD28RR&label=&ref=https%3A%2F%2Fasahi-net.jp%2F&rref=&pt=&item=&cat=safivt&price=&quantity=&et_optout=false&r=1776899120.6118402&pvid=prhn1jsbirmoanuvpa&su=d2a68edc-8c64-46f5-a61a-e64320a3e9e1&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22macOS%22&platform_version=%2210.15.7%22' from origin 'https://asahi-net.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=W7UTWD28RR&label=&ref=https%3A%2F%2Fasahi-net.jp%2F&rref=&pt=&item=i1%2Ci2%2Ci3&cat=%2C%2C&price=%2C%2C&quantity=%2C%2C&et_optout=false&r=1776899120.8140674&pvid=prhn1jsbirmoanuvpa&su=d2a68edc-8c64-46f5-a61a-e64320a3e9e1&__lt__cid_valid=false&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22macOS%22&platform_version=%2210.15.7%22' from origin 'https://asahi-net.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
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