Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 27.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.
Good server performance with room for optimization.
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 16.0 MB (9.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/e79d02c9-fea5-4495-bc40-4080b796940d)<a href="https://beavercheck.com/results/e79d02c9-fea5-4495-bc40-4080b796940d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fso-net.ne.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fso-net.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 27.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.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 27.6s to load
+12% bounceUsers abandon at ~3s — you're 25.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.2s
+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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
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
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥40,000 investment → ¥364/month returns + JPY 100,000,000 risk avoided
¥40,000
5h · 5 findings
¥364 /mo
~¥4,369 / year
JPY 100,000,000
if kept compliant
¥12,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,697 / month at risk
~¥100,004,369 / year if left unfixed
¥100,000,000
+2 more
¥364 /mo
30488.7 MB/mo × 11.940 JPY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.99 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.21 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.365
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.78 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.
48.89 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /lib/fonts/font-awesome/4.6.3/fonts/fontawesome-webfont.w... | 155 ms |
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.unq-top-section > p > picture > img div.unq-top-section > p > picture > img | www.so-net.ne.jp/gspm7r00000007r3-img/thumnail_02.png | 2.6 MiB | 2.5 MiB |
乃木坂46×So-netキャンペーン第2弾実施中! div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_ngzk46_sp03.png | 577.5 KiB | 524.3 KiB |
おトクな月額料金割引! div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_au_sp02.png | 421.9 KiB | 368.6 KiB |
So-net 光 10ギガ 月額基本料金6,270円が2年間ずーっと1,980円 さらに今なら15,000円キャッシュバック ※戸建・新設の場合 div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/SP_mscpn_10g_02.png | 200.7 KiB | 147.5 KiB |
So-net 光 1ギガ(So-net 光 S/M/L) 月額基本料金5,995円が2年間ずーっと1,980円 さらに今なら15,000円キャッシュバック ※… div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/SP_mscpn_1g_02.png | 168.8 KiB | 125.1 KiB |
感動モモ div.theme-main__contents > div.unq-top-section > a.unq-top-section__momo > img | www.so-net.ne.jp/mo3o6t0000000gv2-img/momo-customer.png | 87.0 KiB | 82.8 KiB |
新生活応援!ソニーポイント100,000ポイントを50名さまにプレゼント! div.unq-top-banner > div.unq-top-banner__item > a.unq-top-banner__link > img.unq-top-image | www.so-net.ne.jp/gspm7r0000000glz-img/pvf0t50000000cfs.png | 101.8 KiB | 78.6 KiB |
ソニーグループの感動を、届けるネット So-net div.unq-top-section > h2.unq-top-heading-point > picture > img | www.so-net.ne.jp/assets/images/top/point/snt-mainvisual-sp.png | 98.0 KiB | 76.3 KiB |
So-net 光 & NUROモバイルセット割 ネットとスマホをまとめておトクに! So-netならスマホ代が1年間0円~ div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_hkrmb_sp01.png | 85.1 KiB | 41.5 KiB |
01 Postpet™ ul.unq-top-list-point > li.unq-top-list-point__item > picture.unq-top-list-point__image > img | www.so-net.ne.jp/assets/images/top/point/otoku-image-sp.png | 51.4 KiB | 40.8 KiB |
03 Postpet™ ul.unq-top-list-point > li.unq-top-list-point__item > picture.unq-top-list-point__image > img | www.so-net.ne.jp/assets/images/top/point/jujitsu-image-sp.png | 46.8 KiB | 36.2 KiB |
お悩み解決♪もう、ログインで困らない!パスワードはついつい忘れがち・・ かんたんログイン登録してれば安心 div.unq-top-banner > div.unq-top-banner__item > a.unq-top-banner__link > img.unq-top-image | www.so-net.ne.jp/gspm7r0000000glz-img/pr_fido_02.png | 55.4 KiB | 34.9 KiB |
02 Postpet™ ul.unq-top-list-point > li.unq-top-list-point__item > picture.unq-top-list-point__image > img | www.so-net.ne.jp/assets/images/top/point/anshin-image-sp.png | 42.6 KiB | 32.0 KiB |
乃木坂46×So-netキャンペーン第2弾実施中! div.unq-top-nogizaka > a > picture > img | www.so-net.ne.jp/access/assets/images/bnr_nogizaka_sp.png | 47.6 KiB | 16.2 KiB |
感動モモ™ ul.unq-top-list-service > li.unq-top-list-service__item > div.unq-top-list-service__image > img | www.so-net.ne.jp/assets/images/top/find-service/hikari10-image-03-pc.jpg | 19.6 KiB | 13.9 KiB |
div._bar-body__cVO9_ > a._link__cVO9_ > figure > img div._bar-body__cVO9_ > a._link__cVO9_ > figure > img | /image/67bfd2e801d618be9080a967::スマホアイコン (3... | 13.7 KiB | 13.5 KiB |
auひかりなら乗り換えスタートサポートでおトク! div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_aunrk_sp01.png | 35.4 KiB | 12.4 KiB |
So-net 光 10ギガ ul.unq-top-list-service > li.unq-top-list-service__item > h3.unq-top-list-service__heading > img | www.so-net.ne.jp/assets/images/top/find-service/hikari10-logo.png | 13.4 KiB | 10.0 KiB |
感動モモ™ ul.unq-top-list-service > li.unq-top-list-service__item > div.unq-top-list-service__image > img | www.so-net.ne.jp/assets/images/top/find-service/hikari1-image-03-pc.jpg | 12.3 KiB | 6.6 KiB |
So-net 光 1ギガ ul.unq-top-list-service > li.unq-top-list-service__item > h3.unq-top-list-service__heading > img | www.so-net.ne.jp/assets/images/top/find-service/hikari1-logo.png | 9.3 KiB | 6.2 KiB |
So-net 光 10ギガ 最優秀賞 光コラボアワード2025 10ギガサービス総合満足度 So-net 光 10ギガは、RBB TODAY 光コラボアワー… div.unq-top-section > div.unq-top-awards > picture > img | www.so-net.ne.jp/access/assets/images/awards2025_sp.png | 44.4 KiB | 6.2 KiB |
auひかり li.unq-top-layout-application__item > h2.unq-top-layout-application__head > span.unq-top-heading-application > img.unq-top-heading-application__image | www.so-net.ne.jp/assets/images/top/application/au.png | 6.9 KiB | 6.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.so-net.ne.jp/assets/styles/top.css?251008 | 6.7 KiB | 215 ms |
| ce.mf.marsflag.com/latest/css/mf-search.css | 12.5 KiB | 935 ms |
| www.so-net.ne.jp/assets/styles/structure.css?251008 | 6.4 KiB | |
| c.marsflag.com/lib/fonts/font-awesome/4.6.3/css/font-awesome.css | 7.1 KiB | 948 ms |
| www.so-net.ne.jp/assets/scripts/init.js | 739 B | |
| www.so-net.ne.jp/assets/styles/common.css?251008 | 17.6 KiB | |
| /17361013af29ef6ae83ffd4113ce414f44be89b8/satelliteLib-ea... | 275.2 KiB | 3.5 s |
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 |
|---|---|
| so-net.ne.jp/ | 971 ms |
| www.so-net.ne.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 |
|---|---|
新規ご入会のお客さま
詳しくみる
新規ご入会のお客さま
詳しくみる
相談しながらお申し込み
0120-117-268
受付時間 9:00~21:00(年中無… div.theme-main > div.theme-main__inner > div.theme-main__contents > div.adj-hidden-login | 0.213 |
新規ご入会のお客さま
詳しくみる
新規ご入会のお客さま
詳しくみる
相談しながらお申し込み
0120-117-268
受付時間 9:00~21:00(年中無… div.theme-main > div.theme-main__inner > div.theme-main__contents > div.adj-hidden-login | 0.201 |
新規ご入会のお客さま
詳しくみる
新規ご入会のお客さま
詳しくみる
相談しながらお申し込み
0120-117-268
受付時間 9:00~21:00(年中無… div.theme-main > div.theme-main__inner > div.theme-main__contents > div.adj-hidden-login | 0.076 |
新規ご入会のお客さま
詳しくみる
新規ご入会のお客さま
詳しくみる
相談しながらお申し込み
0120-117-268
受付時間 9:00~21:00(年中無… div.theme-main > div.theme-main__inner > div.theme-main__contents > div.adj-hidden-login | 0.076 |
So-net
現在確認されている障害情報
2026年4月21日
復旧
フレッツ・シリーズ障害発生・復旧のお知らせ
新規ご入会のお客さま
詳しくみる
新規ご入… body#top > div.str-layout > main.str-main | 0.046 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.so-net.ne.jp/assets/styles/common.css?251008 | 17.1 KiB | 15.8 KiB |
| ce.mf.marsflag.com/latest/css/mf-search.css | 12.1 KiB | 12.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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.6 s |
| Other | 1.9 s |
| Style & Layout | 1.8 s |
| Script Parsing & Compilation | 653 ms |
| Rendering | 419 ms |
| Parse HTML & CSS | 117 ms |
| Garbage Collection | 113 ms |
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 |
|---|---|---|
| .karte-r, .karte-r div, .karte-r span, .karte-r object, .karte-r iframe, .karte-r h1, .karte-r h2, … | 10.7 KiB | 2.2 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn-edge.karte.io/__edge_plugins/context_event/index.js | 27.0 KiB | 6.3 KiB |
| 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.
| URL | |
|---|---|
div.unq-top-section > p > picture > img div.unq-top-section > p > picture > img | www.so-net.ne.jp/gspm7r00000007r3-img/thumnail_02.png |
div._bar-body__cVO9_ > a._link__cVO9_ > figure > img div._bar-body__cVO9_ > a._link__cVO9_ > figure > img | /image/67bfd2e801d618be9080a967::スマホアイコン (3... |
div.unq-top-section > div.unq-top-network > div.unq-top-network__ip > img div.unq-top-section > div.unq-top-network > div.unq-top-network__ip > img | www.so-net.ne.jp/_system/img/icon_ipvx.png?1776818970120 |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
form.mf_finder_searchBox_form > div.mf_finder_searchBox_items_wrapper > div.mf_finder_searchBox_items > button.mf_finder_searchBox_submit form.mf_finder_searchBox_form > div.mf_finder_searchBox_items_wrapper > div.mf_finder_searchBox_items > button.mf_finder_searchBox_submit |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section > div._bar__cVO9_ > div._bar-body__cVO9_ > a._link__cVO9_ section > div._bar__cVO9_ > div._bar-body__cVO9_ > a._link__cVO9_ |
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.
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.unq-top-layout-application__contents > div.unq-top-button-application > div.unq-top-button-application__item > a.unq-top-button-application__link |
新規申し込み特典※3 ul.unq-top-list-service > li.unq-top-list-service__item > div.unq-top-list-service__price > em.unq-top-list-service__price-lead |
※3 li.unq-top-list-service__item > div.unq-top-list-service__price > em.unq-top-list-service__price-lead > sup |
These are opportunities to improve the legibility of your content.
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 |
|---|
停止 div.mod-carousel__ui-inner > div.mod-carousel__control > div.mod-carousel__play > button.mod-carousel__play-button |
6枚目のスライドへ div.mod-carousel__ui-inner > div.mod-carousel__control > div.mod-carousel__pager > button.mod-carousel__pager-button |
停止 div.mod-carousel__ui-inner > div.mod-carousel__control > div.mod-carousel__play > button.mod-carousel__play-button |
4枚目のスライドへ div.mod-carousel__ui-inner > div.mod-carousel__control > div.mod-carousel__pager > button.mod-carousel__pager-button |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
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 |
|---|---|
| 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=JG7T8CKPXF&label=&ref=https%3A%2F%2Fwww.so-net.ne.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776818972.9323895&pvid=2xmdaimu87vmo9c517v&su=09c2ea8b-1f25-4a70-86c2-1301ddb3e600&__lt__cid_valid=true&_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://www.so-net.ne.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 | |
Refused to execute script from 'https://pp.d2-apps.net/v1/impressions/log?client_id=42&site_url=https%3A%2F%2Fwww.so-net.ne.jp%2F&referer=&__version=1.0.0&__ord=5720507256350&callback=__pfunc&viewport=412x823&language=en-US&first_party_uid=VNvREKk0i3ovGR7UDDXwG5fdcwTRTKEq&local_storage_uid=dlbNpVHkKy2gcclpuYFCS9cxs1yx6K1j&c_1=so-net&c_2=ClientSite' because its MIME type ('image/gif') is not executable. |
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.
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.
2.46 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
57 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.133
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.75 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.39 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /lib/fonts/font-awesome/4.6.3/fonts/fontawesome-webfont.w... | 165 ms |
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.unq-top-section > p > picture > img div.unq-top-section > p > picture > img | www.so-net.ne.jp/gspm7r00000007r3-img/thumnail_02.png | 2.6 MiB | 2.5 MiB |
乃木坂46×So-netキャンペーン第2弾実施中! div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_ngzk46_07.png | 510.2 KiB | 468.9 KiB |
おトクな月額料金割引! div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_au_08.png | 399.5 KiB | 358.2 KiB |
ソニーグループの感動を、届けるネット So-net div.unq-top-section > h2.unq-top-heading-point > picture > img | www.so-net.ne.jp/assets/images/top/point/snt-mainvisual-pc.png | 198.5 KiB | 153.7 KiB |
So-net 光 10ギガ 月額基本料金6,270円が2年間ずーっと1,980円 さらに今なら15,000円キャッシュバック ※戸建・新設の場合 div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/PC_mscpn_10g_02.png | 174.4 KiB | 133.1 KiB |
So-net 光 1ギガ(So-net 光 S/M/L) 月額基本料金5,995円が2年間ずーっと1,980円 さらに今なら15,000円キャッシュバック ※… div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/PC_mscpn_1g_02.png | 142.9 KiB | 101.6 KiB |
So-net 光 & NUROモバイルセット割 ネットとスマホをまとめておトクに! So-netならスマホ代が1年間0円~ div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_hkrmb_01.png | 81.8 KiB | 40.5 KiB |
01 Postpet™ ul.unq-top-list-point > li.unq-top-list-point__item > picture.unq-top-list-point__image > img | www.so-net.ne.jp/assets/images/top/point/otoku-image-pc.png | 50.2 KiB | 40.4 KiB |
03 Postpet™ ul.unq-top-list-point > li.unq-top-list-point__item > picture.unq-top-list-point__image > img | www.so-net.ne.jp/assets/images/top/point/jujitsu-image-pc.png | 45.6 KiB | 35.8 KiB |
02 Postpet™ ul.unq-top-list-point > li.unq-top-list-point__item > picture.unq-top-list-point__image > img | www.so-net.ne.jp/assets/images/top/point/anshin-image-pc.png | 41.5 KiB | 31.7 KiB |
乃木坂46×So-netキャンペーン第2弾実施中! div.unq-top-nogizaka > a > picture > img | www.so-net.ne.jp/access/assets/images/bnr_nogizaka_pc.png | 93.0 KiB | 23.9 KiB |
感動モモ™ ul.unq-top-list-service > li.unq-top-list-service__item > div.unq-top-list-service__image > img | www.so-net.ne.jp/assets/images/top/find-service/hikari10-image-03-pc.jpg | 19.6 KiB | 14.0 KiB |
div._bar__cVNR_ > div._bar-body__cVNR_ > figure > img div._bar__cVNR_ > div._bar-body__cVNR_ > figure > img | /image/67bfd2e801d618be9080a967::スマホアイコン (3... | 13.7 KiB | 13.6 KiB |
So-net 光 10ギガ ul.unq-top-list-service > li.unq-top-list-service__item > h3.unq-top-list-service__heading > img | www.so-net.ne.jp/assets/images/top/find-service/hikari10-logo.png | 13.4 KiB | 12.3 KiB |
感動モモ™ ul.unq-top-list-service > li.unq-top-list-service__item > div.unq-top-list-service__image > img | www.so-net.ne.jp/assets/images/top/find-service/au-image-03-pc.jpg | 14.2 KiB | 8.6 KiB |
So-net 光 1ギガ ul.unq-top-list-service > li.unq-top-list-service__item > h3.unq-top-list-service__heading > img | www.so-net.ne.jp/assets/images/top/find-service/hikari1-logo.png | 9.3 KiB | 8.3 KiB |
au ひかり ul.unq-top-list-service > li.unq-top-list-service__item > h3.unq-top-list-service__heading > img | www.so-net.ne.jp/assets/images/top/find-service/au-logo.png | 8.0 KiB | 7.2 KiB |
感動モモ™ ul.unq-top-list-service > li.unq-top-list-service__item > div.unq-top-list-service__image > img | www.so-net.ne.jp/assets/images/top/find-service/hikari1-image-03-pc.jpg | 12.3 KiB | 6.6 KiB |
auひかり li.unq-top-layout-application__item > h2.unq-top-layout-application__head > span.unq-top-heading-application > img.unq-top-heading-application__image | www.so-net.ne.jp/assets/images/top/application/au.png | 6.9 KiB | 6.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.so-net.ne.jp/assets/styles/structure.css?251008 | 6.4 KiB | |
| www.so-net.ne.jp/assets/styles/top.css?251008 | 6.7 KiB | 105 ms |
| www.so-net.ne.jp/assets/styles/common.css?251008 | 17.6 KiB | |
| ce.mf.marsflag.com/latest/css/mf-search.css | 12.5 KiB | 391 ms |
| www.so-net.ne.jp/assets/scripts/init.js | 741 B | |
| c.marsflag.com/lib/fonts/font-awesome/4.6.3/css/font-awesome.css | 7.1 KiB | 390 ms |
| /17361013af29ef6ae83ffd4113ce414f44be89b8/satelliteLib-ea... | 275.2 KiB | 772 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 |
|---|---|
| so-net.ne.jp/ | 420 ms |
| www.so-net.ne.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 |
|---|---|
div.theme-main > div.theme-main__inner > div.theme-main__contents > div.unq-top-section div.theme-main > div.theme-main__inner > div.theme-main__contents > div.unq-top-section | 0.107 |
div.theme-main > div.theme-main__inner > div.theme-main__contents > div.unq-top-section div.theme-main > div.theme-main__inner > div.theme-main__contents > div.unq-top-section | 0.043 |
div.theme-main > div.theme-main__inner > div.theme-main__contents > div.unq-top-section div.theme-main > div.theme-main__inner > div.theme-main__contents > div.unq-top-section | 0.043 |
So-net
現在確認されている障害情報
2026年4月21日
復旧
フレッツ・シリーズ障害発生・復旧のお知らせ
新規ご入会のお客さま
詳しくみる
新規ご入… body#top > div.str-layout > main.str-main | 0.026 |
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.
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.so-net.ne.jp/assets/styles/common.css?251008 | 17.1 KiB | 15.5 KiB |
| ce.mf.marsflag.com/latest/css/mf-search.css | 12.1 KiB | 12.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.2 s |
| Style & Layout | 574 ms |
| Other | 430 ms |
| Script Parsing & Compilation | 161 ms |
| Rendering | 59 ms |
| Garbage Collection | 32 ms |
| Parse HTML & CSS | 27 ms |
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 |
|---|---|---|
| .karte-r, .karte-r div, .karte-r span, .karte-r object, .karte-r iframe, .karte-r h1, .karte-r h2, … | 10.7 KiB | 2.2 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn-edge.karte.io/__edge_plugins/context_event/index.js | 27.0 KiB | 6.3 KiB |
| 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.
| URL | |
|---|---|
div.unq-top-section > p > picture > img div.unq-top-section > p > picture > img | www.so-net.ne.jp/gspm7r00000007r3-img/thumnail_02.png |
div._bar__cVNR_ > div._bar-body__cVNR_ > figure > img div._bar__cVNR_ > div._bar-body__cVNR_ > figure > img | /image/67bfd2e801d618be9080a967::スマホアイコン (3... |
div.unq-top-section > div.unq-top-network > div.unq-top-network__ip > img div.unq-top-section > div.unq-top-network > div.unq-top-network__ip > img | www.so-net.ne.jp/_system/img/icon_ipvx.png?1776819008858 |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
form.mf_finder_searchBox_form > div.mf_finder_searchBox_items_wrapper > div.mf_finder_searchBox_items > button.mf_finder_searchBox_submit form.mf_finder_searchBox_form > div.mf_finder_searchBox_items_wrapper > div.mf_finder_searchBox_items > button.mf_finder_searchBox_submit |
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.
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.unq-top-layout-application__contents > div.unq-top-button-application > div.unq-top-button-application__item > a.unq-top-button-application__link |
新規申し込み特典※3 ul.unq-top-list-service > li.unq-top-list-service__item > div.unq-top-list-service__price > em.unq-top-list-service__price-lead |
※3 li.unq-top-list-service__item > div.unq-top-list-service__price > em.unq-top-list-service__price-lead > sup |
These are opportunities to improve the legibility of your content.
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 |
|---|
停止 div.mod-carousel__ui-inner > div.mod-carousel__control > div.mod-carousel__play > button.mod-carousel__play-button |
6枚目のスライドへ div.mod-carousel__ui-inner > div.mod-carousel__control > div.mod-carousel__pager > button.mod-carousel__pager-button |
停止 div.mod-carousel__ui-inner > div.mod-carousel__control > div.mod-carousel__play > button.mod-carousel__play-button |
4枚目のスライドへ div.mod-carousel__ui-inner > div.mod-carousel__control > div.mod-carousel__pager > button.mod-carousel__pager-button |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
So-net 光 & NUROモバイルセット割 ネットとスマホをまとめておトクに! So-netならスマホ代が1年間0円~ div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_hkrmb_01.png | 810 x 510 (1.59) | 1100 x 350 (3.14) |
auひかりなら乗り換えスタートサポートでおトク! div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_aunrk_01.png | 810 x 510 (1.59) | 1100 x 350 (3.14) |
乃木坂46×So-netキャンペーン第2弾実施中! div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_ngzk46_07.png | 810 x 510 (1.59) | 1100 x 350 (3.14) |
So-net 光 10ギガ 月額基本料金6,270円が2年間ずーっと1,980円 さらに今なら15,000円キャッシュバック ※戸建・新設の場合 div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/PC_mscpn_10g_02.png | 810 x 510 (1.59) | 1100 x 350 (3.14) |
So-net 光 1ギガ(So-net 光 S/M/L) 月額基本料金5,995円が2年間ずーっと1,980円 さらに今なら15,000円キャッシュバック ※… div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/PC_mscpn_1g_02.png | 810 x 510 (1.59) | 1100 x 350 (3.14) |
おトクな月額料金割引! div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_au_08.png | 810 x 510 (1.59) | 1100 x 350 (3.14) |
So-net 光 & NUROモバイルセット割 ネットとスマホをまとめておトクに! So-netならスマホ代が1年間0円~ div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_hkrmb_01.png | 810 x 510 (1.59) | 1100 x 350 (3.14) |
auひかりなら乗り換えスタートサポートでおトク! div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_aunrk_01.png | 810 x 510 (1.59) | 1100 x 350 (3.14) |
乃木坂46×So-netキャンペーン第2弾実施中! div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/mscpn_ngzk46_07.png | 810 x 510 (1.59) | 1100 x 350 (3.14) |
So-net 光 10ギガ 月額基本料金6,270円が2年間ずーっと1,980円 さらに今なら15,000円キャッシュバック ※戸建・新設の場合 div.mod-carousel__item > a.mod-card > picture > img.unq-top-image | www.so-net.ne.jp/aqb9nr00000003df-img/PC_mscpn_10g_02.png | 810 x 510 (1.59) | 1100 x 350 (3.14) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status div.mod-card__foot > dl.mod-card__foot-target > dd > img.mod-icon-member-status | www.so-net.ne.jp/assets/images/point/member-status/icon-superstar.png | 30 x 28 (1.07) | 30 x 32 (0.94) |
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 |
|---|---|
| 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=JG7T8CKPXF&label=&ref=https%3A%2F%2Fwww.so-net.ne.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776819011.2326157&pvid=bcrikhbnkwtmo9c5v5z&su=363d0bb7-03aa-47c7-a71f-40d2548f2076&__lt__cid_valid=true&_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://www.so-net.ne.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 | |
Refused to execute script from 'https://pp.d2-apps.net/v1/impressions/log?client_id=42&site_url=https%3A%2F%2Fwww.so-net.ne.jp%2F&referer=&__version=1.0.0&__ord=1925563496720&callback=__pfunc&viewport=1350x940&language=en-US&first_party_uid=HXUSugKbRsghwb4L5lNeh6zTpjaLwd0y&local_storage_uid=npYaDYOi0wwhXpSIX8wmVe6mJ9ggHWoO&c_1=so-net&c_2=ClientSite' because its MIME type ('image/gif') is not executable. |
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.
Send Feedback