URL substituted: You submitted https://plala.or.jp but we scanned https://www.plala.or.jp instead — the HTTPS certificate on the submitted hostname didn't cover that name, so we retried on the www. variant
Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
Cookie 'plala_WEB_spplalaweb' is missing the Secure flag
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 7.2 MB (6.3 MB transferred)
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/73628208-1c4b-4716-bb54-fe85d8423523)<a href="https://beavercheck.com/results/73628208-1c4b-4716-bb54-fe85d8423523"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fplala.or.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fplala.or.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 17.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. The 4 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 ~30%.
Page takes 17.7s to load
+12% bounceUsers abandon at ~3s — you're 15.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 262ms after first paint
Fix: Defer third-party scripts and split large bundles
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 Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥32,000 investment → ¥235/month returns + JPY 100,000,000 risk avoided
¥32,000
4h · 5 findings
¥235 /mo
~¥2,823 / year
JPY 100,000,000
if kept compliant
¥16,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.
4.0 developer hours at ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,569 / month at risk
~¥100,002,823 / year if left unfixed
¥100,000,000
+2 more
¥235 /mo
19705.5 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.
8.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
262 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.168
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
18.27 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.
28.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.
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.
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 | |
|---|---|---|---|
漫画×VAUNDY 2023.03.09 RELEASE main#main-content > div.stop-kaizoku_sec > a > img | www.plala.or.jp/resources_v2/plala/all/images/top/bnr_stop-kaizoku.png | 356.6 KiB | 335.9 KiB |
「ぷらら」一部接続サービスのサービス統合およびオプションサービス提供終了に関するご案内 div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01_sp.png | 111.4 KiB | 86.4 KiB |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… div.slide > div > a > img.sp-only | /resources_v2/plala/all/images/top/kv_ocn-docomo-cashback... | 101.8 KiB | 76.8 KiB |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… section.inner > div.mt-20 > a > img.sp-only | /resources_v2/plala/all/images/shared/ocn/bnr_ocn-docomo-... | 101.8 KiB | 71.4 KiB |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage_sp.jpg | 87.4 KiB | 62.3 KiB |
ご案内が届かず、お困りになったことはありませんか?住所のご確認をお願いします div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update_sp.png | 80.7 KiB | 55.7 KiB |
dカードGOLD div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png | 37.5 KiB | 31.8 KiB |
PC、スマホなどのトラブルをしっかりサポート。サポート定額料が最大2か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/support_plus.png | 28.2 KiB | 22.6 KiB |
【OCN インターネット×ドコモ光】10ギガプランなら55,000円現金還元 or 1ギガプランなら37,000円現金還元 div.slick-track > div.carousel--campaign__block__child > a > img | /resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-c... | 26.1 KiB | 20.5 KiB |
ドコモが提供する「光対応プロバイダ」OCNインターネット div.l-bg-white > div.ocn-pointArea > h3 > img | /resources_v2/plala/all/images/shared/ocn/midashi_ocn-cam... | 28.4 KiB | 16.4 KiB |
dカード div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png | 20.3 KiB | 14.7 KiB |
メールシステム切替えのご案内 div.slide > div > a > img.sp-only | /resources_v2/plala/all/images/top/img_top_kv_newmail_tem... | 35.7 KiB | 10.7 KiB |
セキュリティ対策、機器トラブルも、ぷららでまとめてサポート div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/ts.png | 15.9 KiB | 10.2 KiB |
マカフィー for plala 最大24か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png | 13.4 KiB | 7.8 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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.
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.
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 |
|---|---|
登録情報ご確認のお願い
ぷららからの大事なお知らせが届かないケースが増えております。
お手紙やお電話がつながらない場合、意図せずお客さまにご不便をおかけして… body > main#main-content > div.support_sec | 0.132 |
登録情報ご確認のお願い
ぷららからの大事なお知らせが届かないケースが増えております。
お手紙やお電話がつながらない場合、意図せずお客さまにご不便をおかけして… body > main#main-content > div.support_sec | 0.121 |
1
2
3
4
5
Information
お知らせ
2026年3月31日
【重要】「ぷらら」フレッツ光関連サービスの、「OCN」へのサービス統合に関… body > main#main-content | 0.074 |
登録情報ご確認のお願い
ぷららからの大事なお知らせが届かないケースが増えております。
お手紙やお電話がつながらない場合、意図せずお客さまにご不便をおかけして… body > main#main-content > div.support_sec | 0.034 |
登録情報ご確認のお願い
ぷららからの大事なお知らせが届かないケースが増えております。
お手紙やお電話がつながらない場合、意図せずお客さまにご不便をおかけして… body > main#main-content > div.support_sec | 0.008 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.006 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.002 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/css/shared/common.css | 389.4 KiB | 75.1 KiB |
| www.plala.or.jp/resources_v2/plala/all/font/font.css | 12.3 KiB | 9.6 KiB |
| www.plala.or.jp/resources_v2/plala/all/css/top/style.css | 25.9 KiB | 5.8 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 |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/js/shared/common.js | 151.0 KiB | 15.8 KiB |
| www.plala.or.jp/resources_v2/plala/all/js/shared/common_parts.js | 30.0 KiB | 8.8 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/css/shared/common.css | 389.2 KiB | 359.1 KiB |
| www.plala.or.jp/resources_v2/plala/all/font/font.css | 12.0 KiB | 12.0 KiB |
| www.plala.or.jp/resources_v2/plala/all/css/top/style.css | 25.7 KiB | 10.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/js/shared/common.js | 149.6 KiB | 99.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-11412435412&cx=c>m=4e64h1 | 137.5 KiB | 67.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-EML759Z512&cx=c>m=4e64h1 | 158.2 KiB | 64.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5ZLLBC | 152.0 KiB | 62.9 KiB |
| www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js | 87.4 KiB | 23.4 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js | 2.0 s | 1.4 s | 11 ms |
| www.plala.or.jp/ | 799 ms | 4.8 ms | 1.1 ms |
| Unattributable | 646 ms | 11 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5ZLLBC | 328 ms | 275 ms | 50 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 263 ms | 232 ms | 6.7 ms |
| www.googletagmanager.com/gtag/js?id=G-EML759Z512&cx=c>m=4e64h1 | 206 ms | 168 ms | 36 ms |
| www.googletagmanager.com/gtag/destination?id=AW-11412435412&cx=c>m=4e64h1 | 139 ms | 110 ms | 28 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.2 s |
| Other | 1.1 s |
| Style & Layout | 671 ms |
| Rendering | 266 ms |
| Script Parsing & Compilation | 178 ms |
| Parse HTML & CSS | 61 ms |
| Garbage Collection | 19 ms |
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.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage_sp.jpg |
「ぷらら」一部接続サービスのサービス統合およびオプションサービス提供終了に関するご案内 div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01_sp.png |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… div.slide > div > a > img.sp-only | /resources_v2/plala/all/images/top/kv_ocn-docomo-cashback... |
メールシステム切替えのご案内 div.slide > div > a > img.sp-only | /resources_v2/plala/all/images/top/img_top_kv_newmail_tem... |
ご案内が届かず、お困りになったことはありませんか?住所のご確認をお願いします div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update_sp.png |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage_sp.jpg |
「ぷらら」一部接続サービスのサービス統合およびオプションサービス提供終了に関するご案内 div.slide > div > a > img.sp-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01_sp.png |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… section.inner > div.mt-20 > a > img.sp-only | /resources_v2/plala/all/images/shared/ocn/bnr_ocn-docomo-... |
漫画×VAUNDY 2023.03.09 RELEASE main#main-content > div.stop-kaizoku_sec > a > img | www.plala.or.jp/resources_v2/plala/all/images/top/bnr_stop-kaizoku.png |
ドコモが提供する「光対応プロバイダ」OCNインターネット div.l-bg-white > div.ocn-pointArea > h3 > img | /resources_v2/plala/all/images/shared/ocn/midashi_ocn-cam... |
dカードGOLD div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png |
dカード div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png |
【OCN インターネット×ドコモ光】10ギガプランなら55,000円現金還元 or 1ギガプランなら37,000円現金還元 div.slick-track > div.carousel--campaign__block__child > a > img | /resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-c... |
マカフィー for plala 最大24か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png |
PC、スマホなどのトラブルをしっかりサポート。サポート定額料が最大2か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/support_plus.png |
セキュリティ対策、機器トラブルも、ぷららでまとめてサポート div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/ts.png |
dカードGOLD div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png |
dカード div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png |
【OCN インターネット×ドコモ光】10ギガプランなら55,000円現金還元 or 1ギガプランなら37,000円現金還元 div.slick-track > div.carousel--campaign__block__child > a > img | /resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-c... |
マカフィー for plala 最大24か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png |
株式会社NTTドコモ div#plala-footer__copyright > div.inner > p.plala-footer__copyright__company > img | www.plala.or.jp/resources_v2/plala/all/images/shared/logo_ntt_docomo.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point01.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point02.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point03.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point04.png |
ぷらら div.plala-header__sp-nav > p.plala-header__logo > a > img | www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_plala.png |
a > div.support-panel-line > div.support-panel-menu-myLeft > img a > div.support-panel-line > div.support-panel-menu-myLeft > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_mypage_og.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_password.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_kikihosho.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_plus.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_manual.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_qa.png |
li > a.js-target-box > div.support-panel-line > img li > a.js-target-box > div.support-panel-line > img | www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_contact.png |
メニュー nav.plala-header__nav-block > div.plala-header__menu-element > p.plala-header__menu-element__btn > img | www.plala.or.jp/resources_v2/plala/all/images/shared/btn_head_menu.png |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide00 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5 div.key-visual_sec > div.slide-inner > div#js-slick > ul.slick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide00 |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide01 |
3 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide02 |
4 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide03 |
5 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide04 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track |
dカードGOLD div.carousel--campaign__block > div.carousel--campaign__block__inner > div.slick-list > div.slick-track |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
プライバシーポリシー div.inner > ul > li.link__blank_white > a |
企業情報 div.inner > ul > li.link__blank_white > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
マイページ div.support_sec > div.notice_sec_mypage_check > p.mt-20 > a |
These are opportunities to improve the legibility of your content.
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=PFXCVI8JIN&label=&ref=https%3A%2F%2Fwww.plala.or.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776812972.554709&pvid=d8cyaot8bmfmo98kflp&__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://www.plala.or.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: the server responded with a status of 404 (Not Found) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
サポート div.plala-header__nav-block__up > ul > li.link--support > a.js-balloon |
サイト内検索 div.plala-header__nav-block__up > ul > li.link--search > a.js-balloon |
オプション nav.plala-header__nav-block--bottom > ul > li.link--menugreen > a |
オプション ul.plala-header__list-menu > li.plala-header__accordion > p.plala-header__accordion__title > a |
サイト内検索 div.plala-header__sp-nav > nav.plala-header__nav-block > p.plala-header__search__btn > a.js-balloon |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.291
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.77 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.
6.49 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.
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.
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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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.
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 | |
|---|---|---|---|
漫画×VAUNDY 2023.03.09 RELEASE main#main-content > div.stop-kaizoku_sec > a > img | www.plala.or.jp/resources_v2/plala/all/images/top/bnr_stop-kaizoku.png | 356.6 KiB | 336.3 KiB |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide > div > a > img.pc-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage.jpg | 130.2 KiB | 63.6 KiB |
ご案内が届かず、お困りになったことはありませんか?住所のご確認をお願いします div.slide > div > a > img.pc-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update.png | 120.9 KiB | 54.3 KiB |
「ぷらら」一部接続サービスのサービス統合およびオプションサービス提供終了に関するご案内 div.slide > div > a > img.pc-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01.png | 106.5 KiB | 39.9 KiB |
dカードGOLD div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png | 37.5 KiB | 31.8 KiB |
PC、スマホなどのトラブルをしっかりサポート。サポート定額料が最大2か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/support_plus.png | 28.2 KiB | 22.6 KiB |
【OCN インターネット×ドコモ光】10ギガプランなら55,000円現金還元 or 1ギガプランなら37,000円現金還元 div.slick-track > div.carousel--campaign__block__child > a > img | /resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-c... | 26.1 KiB | 20.5 KiB |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… section.inner > div.mt-20 > a > img.pc-only | /resources_v2/plala/all/images/shared/ocn/bnr_ocn-docomo-... | 34.5 KiB | 17.9 KiB |
dカード div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png | 20.3 KiB | 14.7 KiB |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… div.slide > div > a > img.pc-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_ocn-docomo-cashback_06.png | 77.6 KiB | 11.0 KiB |
セキュリティ対策、機器トラブルも、ぷららでまとめてサポート div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/ts.png | 15.9 KiB | 10.2 KiB |
マカフィー for plala 最大24か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png | 13.4 KiB | 7.8 KiB |
ドコモが提供する「光対応プロバイダ」OCNインターネット div.l-bg-white > div.ocn-pointArea > h3 > img | /resources_v2/plala/all/images/shared/ocn/midashi_ocn-cam... | 28.4 KiB | 7.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
1
2
3
4
5
Information
お知らせ
2026年3月31日 【重要】「ぷらら」フレッツ光関連サービスの、「OCN」へのサービス統合に関する… body > main#main-content | 0.087 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.067 |
1
2
3
4
5 body > main#main-content > div#reco_plala_www_top_mainv > div.key-visual_sec | 0.020 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.009 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.009 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.009 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.008 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.008 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.008 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.008 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.008 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.008 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.008 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.008 |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track | 0.008 |
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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/css/shared/common.css | 389.4 KiB | 75.1 KiB |
| www.plala.or.jp/resources_v2/plala/all/font/font.css | 12.3 KiB | 9.6 KiB |
| www.plala.or.jp/resources_v2/plala/all/css/top/style.css | 25.9 KiB | 5.8 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/css/shared/common.css | 389.2 KiB | 363.5 KiB |
| www.plala.or.jp/resources_v2/plala/all/css/top/style.css | 25.7 KiB | 17.2 KiB |
| www.plala.or.jp/resources_v2/plala/all/font/font.css | 12.0 KiB | 12.0 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 |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/js/shared/common.js | 151.0 KiB | 15.8 KiB |
| www.plala.or.jp/resources_v2/plala/all/js/shared/common_parts.js | 30.0 KiB | 8.8 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.plala.or.jp/resources_v2/plala/all/js/shared/common.js | 149.6 KiB | 103.3 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-11412435412&cx=c>m=4e64h1 | 137.5 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-EML759Z512&cx=c>m=4e64h1 | 158.2 KiB | 64.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5ZLLBC | 152.0 KiB | 63.5 KiB |
| www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js | 87.4 KiB | 23.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.slide > div > a > img.pc-only | /resources_v2/plala/all/images/top/img_top_kv_newmail_tem... |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide > div > a > img.pc-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage.jpg |
「ぷらら」一部接続サービスのサービス統合およびオプションサービス提供終了に関するご案内 div.slide > div > a > img.pc-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01.png |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… div.slide > div > a > img.pc-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_ocn-docomo-cashback_06.png |
ご案内が届かず、お困りになったことはありませんか?住所のご確認をお願いします div.slide > div > a > img.pc-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update.png |
マイページをご活用ください。契約した時のまま放置していませんか? div.slide > div > a > img.pc-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage.jpg |
「ぷらら」一部接続サービスのサービス統合およびオプションサービス提供終了に関するご案内 div.slide > div > a > img.pc-only | www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01.png |
漫画×VAUNDY 2023.03.09 RELEASE main#main-content > div.stop-kaizoku_sec > a > img | www.plala.or.jp/resources_v2/plala/all/images/top/bnr_stop-kaizoku.png |
ドコモが提供する「光対応プロバイダ」OCNインターネット div.l-bg-white > div.ocn-pointArea > h3 > img | /resources_v2/plala/all/images/shared/ocn/midashi_ocn-cam... |
【OCN インターネット×ドコモ光】OCN インターネット公式サイトから「ドコモ光」お申込みで現金還元!10ギガプランなら55,000円 さらに月額料金最大6… section.inner > div.mt-20 > a > img.pc-only | /resources_v2/plala/all/images/shared/ocn/bnr_ocn-docomo-... |
PC、スマホなどのトラブルをしっかりサポート。サポート定額料が最大2か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/support_plus.png |
セキュリティ対策、機器トラブルも、ぷららでまとめてサポート div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/ts.png |
dカードGOLD div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png |
dカード div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png |
【OCN インターネット×ドコモ光】10ギガプランなら55,000円現金還元 or 1ギガプランなら37,000円現金還元 div.slick-track > div.carousel--campaign__block__child > a > img | /resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-c... |
マカフィー for plala 最大24か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png |
PC、スマホなどのトラブルをしっかりサポート。サポート定額料が最大2か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/support_plus.png |
セキュリティ対策、機器トラブルも、ぷららでまとめてサポート div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/ts.png |
dカードGOLD div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png |
dカード div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png |
【OCN インターネット×ドコモ光】10ギガプランなら55,000円現金還元 or 1ギガプランなら37,000円現金還元 div.slick-track > div.carousel--campaign__block__child > a > img | /resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-c... |
マカフィー for plala 最大24か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png |
PC、スマホなどのトラブルをしっかりサポート。サポート定額料が最大2か月無料! div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/support_plus.png |
セキュリティ対策、機器トラブルも、ぷららでまとめてサポート div.slick-track > div.carousel--campaign__block__child > a > img | www.plala.or.jp/resources_v2/plala/all/images/cp_banner/ts.png |
株式会社NTTドコモ div#plala-footer__copyright > div.inner > p.plala-footer__copyright__company > img | www.plala.or.jp/resources_v2/plala/all/images/shared/logo_ntt_docomo.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point01.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point02.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point03.png |
ul.ocn-point-block > li.ocn-point-list > div > img ul.ocn-point-block > li.ocn-point-list > div > img | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point04.png |
ひかりTV dl > dd > a > img | www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_official.png |
ぷらら div.plala-header__logo > div.plala-header__logo-image > a > img | www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_plala.png |
ぷらら dl > dd > a > img | www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_plala.png |
BUSINESSぷらら dl > dd > a > img | www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_plala_business.png |
ぷららYouTube ul > li > a > img | www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_youtube.png |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide00 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5 div.key-visual_sec > div.slide-inner > div#js-slick > ul.slick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide00 |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
マイページをご活用ください。契約した時のまま放置していませんか? div#js-slick > div.slick-list > div.slick-track > div.slide |
2 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide01 |
3 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide02 |
4 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide03 |
5 div.slide-inner > div#js-slick > ul.slick-dots > li#slick-slide04 |
マカフィー for plala 最大24か月無料! div.carousel--campaign__block__inner > div.slick-list > div.slick-track > div.carousel--campaign__block__child |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
マイページをご活用ください。契約した時のまま放置していませんか? div.slide-inner > div#js-slick > div.slick-list > div.slick-track |
PC、スマホなどのトラブルをしっかりサポート。サポート定額料が最大2か月無料! div.carousel--campaign__block > div.carousel--campaign__block__inner > div.slick-list > div.slick-track |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
サポート div.plala-header__nav-block__up > ul > li.link--support > a.js-balloon |
メンテンナンス・故障情報 div.plala-header__nav-block__up > ul > li.link--support > a |
光接続 div#plala-footer__sitemap > div.inner > dl > dt |
ぷらら光 dd > ul > li > a |
オプション div.inner > dl > dt > a |
IP電話 dd > ul > li > a |
メール dd > ul > li > a |
セキュリティ dd > ul > li > a |
その他 dd > ul > li > a |
お申込み div.inner > dl > dt > a |
新規入会 dd > ul > li > a |
コース変更 dd > ul > li > a |
お支払い方法 dd > ul > li > a |
サポート div.inner > dl > dt > a |
マイページ dd > ul > li > a |
マニュアル dd > ul > li > a |
よくあるご質問 dd > ul > li > a |
ぷららからのお知らせ dd > ul > li > a |
アクセスポイント情報 dd > ul > li > a |
メンテナンス・故障情報 dd > ul > li > a |
キャンペーン・特典 div.inner__block--bottom__child > ul > li > a |
会員サービス div.inner__block--bottom__child > ul > li > a |
ぷららポイント div.inner__block--bottom__child > ul > li > a |
ウイルス対策 div.inner__block--bottom__child > ul > li > a |
ぷららのIPv6 div.inner__block--bottom__child > ul > li > a |
ぷらら品質向上宣言 div.inner__block--bottom__child > ul > li > a |
プライバシーポリシー div.inner > ul > li.link__blank_white > a |
企業情報 div.inner > ul > li.link__blank_white > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
マイページ div.support_sec > div.notice_sec_mypage_check > p.mt-20 > a |
These are opportunities to improve the legibility of your content.
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#ocn_03_frame > div.l-bg-white > div.ocn-pointHd-recommend > img.icon-recom-before div#ocn_03_frame > div.l-bg-white > div.ocn-pointHd-recommend > img.icon-recom-before | www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/icon_hand-point.png | 70 x 49 (1.43) | 86 x 57 (1.51) |
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=PFXCVI8JIN&label=&ref=https%3A%2F%2Fwww.plala.or.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776813013.5020123&pvid=0zx7wixovrsnmo98lb6c&__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://www.plala.or.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: the server responded with a status of 404 (Not Found) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
サポート div.plala-header__nav-block__up > ul > li.link--support > a.js-balloon |
サイト内検索 div.plala-header__nav-block__up > ul > li.link--search > a.js-balloon |
オプション nav.plala-header__nav-block--bottom > ul > li.link--menugreen > a |
オプション ul.plala-header__list-menu > li.plala-header__accordion > p.plala-header__accordion__title > a |
サイト内検索 div.plala-header__sp-nav > nav.plala-header__nav-block > p.plala-header__search__btn > a.js-balloon |
To appear in search results, crawlers need access to your app.
Send Feedback