Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 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.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'csrfToken' 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 25.5 MB (20.1 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/09bbba21-2fec-4298-8f64-749c71e6165c)<a href="https://beavercheck.com/results/09bbba21-2fec-4298-8f64-749c71e6165c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fperaichi.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fperaichi.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 35.4s 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.
8 barrier(s) likely increasing bounce by ~29%.
Page takes 35.4s to load
+12% bounceUsers abandon at ~3s — you're 32.9s 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
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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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.
¥32,000 investment → ¥756/month returns + JPY 100,000,000 risk avoided
¥32,000
4h · 5 findings
¥756 /mo
~¥9,076 / 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,334,090 / month at risk
~¥100,009,076 / year if left unfixed
¥100,000,000
+2 more
¥756 /mo
63345.8 MB/mo × 11.940 JPY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
35.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.24 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.228
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
17.76 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.
42.83 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| /font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3 | 55 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 | |
|---|---|---|---|
Features of Peraichi
ペライチのサービスの特長
専門知識は必要なし
カンタン操作で本格的なホームページを作成
ペライチを利用するために… body._fallback_style > div.content > div#feature-1 | peraichi.com/img/top/sp_1.png | 939.8 KiB | 697.1 KiB |
div > div.p-top-new-features__second--option > div > img div > div.p-top-new-features__second--option > div > img | peraichi.com/img/top/3.gif | 667.4 KiB | 598.8 KiB |
ペライチの特長 3 div.slick-list > div.slick-track > li#slick-slide42 > img | peraichi.com/img/top/main-slide-3-sp.png | 569.6 KiB | 547.6 KiB |
div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--ads > div > img div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--ads > div > img | peraichi.com/img/top/1.gif | 600.4 KiB | 471.4 KiB |
ペライチの特長 2 div.slick-list > div.slick-track > li#slick-slide41 > img | peraichi.com/img/top/main-slide-2-sp.png | 384.2 KiB | 362.3 KiB |
ペライチの特長 5 div.slick-list > div.slick-track > li#slick-slide44 > img | peraichi.com/img/top/main-slide-5-sp.png | 371.4 KiB | 349.5 KiB |
ペライチの特長 6 div.slick-list > div.slick-track > li#slick-slide45 > img | peraichi.com/img/top/main-slide-6-sp.png | 362.2 KiB | 340.2 KiB |
ペライチの特長 1 div.slick-list > div.slick-track > li#slick-slide40 > img | peraichi.com/img/top/main-slide-1-sp.png | 356.8 KiB | 334.9 KiB |
疑問も不安もその場で解消!
国産サービスならではの安心サポート
初めてのホームページ運用も、ペライチなら安心。
オペレーターが常に寄り添い、疑問や不安を解消し… body._fallback_style > div.content > div#feature-3 | peraichi.com/img/top/sp_3.png | 429.1 KiB | 326.8 KiB |
アイデアをその場で形に!
スピーディーなページ制作でビジネスの機会損失を回避
ペライチを使えば、ホームページやWebサイトの制作日数を大幅に削減できます。
日… body._fallback_style > div.content > div#feature-2 | peraichi.com/img/top/sp_2.png | 412.9 KiB | 312.2 KiB |
ペライチの特長 4 div.slick-list > div.slick-track > li#slick-slide43 > img | peraichi.com/img/top/main-slide-4-sp.png | 130.9 KiB | 108.9 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp5_sp.png | 87.3 KiB | 79.8 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp8_sp.png | 66.5 KiB | 59.1 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp2_sp.png | 62.6 KiB | 55.2 KiB |
Member Milestone div.p-top-new-mainvisual > div.p-top-new-mainvisual__container > div.p-top-new-mainvisual__main-slider > img.p-top-new-mainvisual__img-label | peraichi.com/img/top/img_member_milestone.png | 50.0 KiB | 46.8 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp1_sp.png | 53.1 KiB | 45.6 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp3_sp.png | 50.7 KiB | 43.2 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp7_sp.png | 49.8 KiB | 42.3 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp4_sp.png | 44.8 KiB | 37.4 KiB |
div > div.p-top-new-features__second--option > div > img div > div.p-top-new-features__second--option > div > img | peraichi.com/img/top/2.gif | 52.7 KiB | 35.2 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp6_sp.png | 24.3 KiB | 16.8 KiB |
Feature 2 a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--img > img | peraichi.com/img/top/feature_2.png | 21.7 KiB | 15.7 KiB |
Feature 3 a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--img > img | peraichi.com/img/top/feature_3.png | 18.9 KiB | 13.4 KiB |
div > div.p-top-new-features__second--option > div > img div > div.p-top-new-features__second--option > div > img | peraichi.com/img/top/feature2_1.png | 30.3 KiB | 13.3 KiB |
Feature 1 a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--img > img | peraichi.com/img/top/feature_1.png | 16.4 KiB | 10.2 KiB |
div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--url > div.u-flex > img div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--url > div.u-flex > img | peraichi.com/img/top/URL.png | 13.7 KiB | 5.0 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| peraichi.com/css/common.css?1776753462 | 163.7 KiB | 1.8 s |
| peraichi.com/js/front_all.js?1776753345 | 43.8 KiB | 452 ms |
| peraichiapp.com/js/libs/google_tag_manager.js | 697 B | 1.4 s |
| fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap | 59.8 KiB | 1.2 s |
| maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css | 7.0 KiB | 810 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| peraichi.com/ | 1.1 s |
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 |
|---|---|
What's Peraichi?
ペライチとは?
ペライチは初期費用・サーバー維持費0円!
誰もがカンタンに作れるホームページ作成ツールです
Webサイトの… body._fallback_style > div.content > div.p-top-new-overview | 0.209 |
初期費用0円、ページ完成までわずか30分
ホームページ作成は
ペライチ
1
2
3
4
5
6
いますぐ始める body._fallback_style > div.content > div.p-top-new-mainvisual > div.p-top-new-mainvisual__container | 0.019 |
What's Peraichi?
ペライチとは?
ペライチは初期費用・サーバー維持費0円!
誰もがカンタンに作れるホームページ作成ツールです
Webサイトの… body._fallback_style > div.content > div.p-top-new-overview | 0.005 |
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 |
|---|---|---|
| peraichi.com/css/common.css?1776753462 | 163.4 KiB | 150.9 KiB |
| fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap | 59.3 KiB | 59.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 5.1 s |
| Other | 1.7 s |
| Style & Layout | 1.5 s |
| Script Parsing & Compilation | 683 ms |
| Rendering | 240 ms |
| Garbage Collection | 171 ms |
| Parse HTML & CSS | 138 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap | 59.8 KiB | 6.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 |
|---|---|---|
| www.rentracks.jp/js/itp/rt.track.js?t=1776893227608 | 14.3 KiB | 6.2 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.
| URL | Transfer Size |
|---|---|
| peraichi.com/img/top/main-slide-3-pc.png | 2.6 MiB |
| peraichi.com/img/top/main-slide-2-pc.png | 2.1 MiB |
| peraichi.com/img/top/main-slide-5-pc.png | 1.5 MiB |
| peraichi.com/img/top/main-slide-1-pc.png | 1.5 MiB |
| peraichi.com/img/top/main-slide-6-pc.png | 1.1 MiB |
| peraichi.com/img/top/sp_1.png | 941.2 KiB |
| peraichi.com/img/top/3.gif | 668.5 KiB |
| peraichi.com/img/top/main-slide-4-pc.png | 606.7 KiB |
| peraichi.com/img/top/1.gif | 601.3 KiB |
| peraichi.com/img/top/main-slide-3-sp.png | 570.6 KiB |
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 > div.p-top-new-features__second--option > div > img div > div.p-top-new-features__second--option > div > img | peraichi.com/img/top/2.gif |
div > div.p-top-new-features__second--option > div > img div > div.p-top-new-features__second--option > div > img | peraichi.com/img/top/3.gif |
ペライチの特長 1 div.slick-list > div.slick-track > li#slick-slide40 > img | peraichi.com/img/top/main-slide-1-sp.png |
ペライチの特長 2 div.slick-list > div.slick-track > li#slick-slide41 > img | peraichi.com/img/top/main-slide-2-sp.png |
ペライチの特長 3 div.slick-list > div.slick-track > li#slick-slide42 > img | peraichi.com/img/top/main-slide-3-sp.png |
ペライチの特長 4 div.slick-list > div.slick-track > li#slick-slide43 > img | peraichi.com/img/top/main-slide-4-sp.png |
ペライチの特長 5 div.slick-list > div.slick-track > li#slick-slide44 > img | peraichi.com/img/top/main-slide-5-sp.png |
ペライチの特長 6 div.slick-list > div.slick-track > li#slick-slide45 > img | peraichi.com/img/top/main-slide-6-sp.png |
div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--ads > div > img div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--ads > div > img | peraichi.com/img/top/1.gif |
div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--url > div.u-flex > img div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--url > div.u-flex > img | peraichi.com/img/top/URL.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp6_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp7_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp8_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp1_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp2_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp3_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp5_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp6_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp7_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp8_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp1_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp2_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp3_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp5_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp6_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp7_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp8_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp2_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp1_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp3_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp7_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp6_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp2_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp1_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp3_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp7_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp6_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp2_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp1_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp4_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp4_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp4_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp4_sp.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp4_sp.png |
制作会社(業者)に依頼する div.p-top-new-university__items > div.p-top-new-university__item-wrapper > div.p-top-new-university__item > img | peraichi.com/images/top_settings.png |
制作会社(業者)に依頼する div.p-top-new-university__items > div.p-top-new-university__item-wrapper > div.p-top-new-university__item > img | peraichi.com/images/top_html_css.png |
制作会社(業者)に依頼する div.p-top-new-university__items > div.p-top-new-university__item-wrapper > div.p-top-new-university__item > img | peraichi.com/images/top_create_page.png |
1ヶ月間無料 div.p-top-new-mainvisual > div.p-top-new-mainvisual__container > div.p-top-new-mainvisual__sub-text--sp > img | peraichi.com/images/top_txt_free_for_one_month.png |
div.p-top-new-features__container > div.p-top-new-features__header > div.p-top-new-features__desc > img div.p-top-new-features__container > div.p-top-new-features__header > div.p-top-new-features__desc > img | peraichi.com/img/top/2.png |
div.p-top-new-features__container > div.p-top-new-features__header > div.p-top-new-features__desc > img div.p-top-new-features__container > div.p-top-new-features__header > div.p-top-new-features__desc > img | peraichi.com/img/top/3.png |
div.p-top-new-features__first-container > div.p-top-new-features__header > div.p-top-new-features__desc > img div.p-top-new-features__first-container > div.p-top-new-features__header > div.p-top-new-features__desc > img | peraichi.com/img/top/1.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.
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.l-header-upper > div.l-header-upper__container > div#js-mobile-nav > button.l-header-mobile-nav__btn |
What's Peraichi? div.p-top-new-overview__container > div.p-top-new-overview__desc > div.p-top-new-overview__title > p.u-weight-bold |
専門知識は必要なし! div.p-top-new-overview__func-lists > a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--note |
カンタン操作で div.p-top-new-overview__func-item--img > div.p-top-new-overview__func-item--desc > h3 > span.p-top-new-overview__func-item--desc__secondary |
アイデアをその場で形に! div.p-top-new-overview__func-lists > a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--note |
わずか30分で div.p-top-new-overview__func-item--img > div.p-top-new-overview__func-item--desc > h3 > span.p-top-new-overview__func-item--desc__secondary |
疑問も不安もその場で解消! div.p-top-new-overview__func-lists > a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--note |
安心サポートで div.p-top-new-overview__func-item--img > div.p-top-new-overview__func-item--desc > h3 > span.p-top-new-overview__func-item--desc__secondary |
ペライチ予約 div.p-top-new-features__item > div.p-top-new-features__item-name > div.p-top-new-features__item-main > p.u-color-primary |
詳しく見る div.p-top-new-features__others--start > div.p-top-new-features__item > div.u-flex > a.p-top-common-button |
ペライチ決済 div.p-top-new-features__item > div.p-top-new-features__item-name > div.p-top-new-features__item-main > p.u-color-primary |
詳しく見る div.p-top-new-features__others--start > div.p-top-new-features__item > div.u-flex > a.p-top-common-button |
フォーム div.p-top-new-features__item > div.p-top-new-features__item-name > div.p-top-new-features__item-main > p.u-color-primary |
詳しく見る div.p-top-new-features__others--start > div.p-top-new-features__item > div.u-flex > a.p-top-common-button |
こんなサイトも、あんなサイトも。自分だけのサイトが作れます! div.u-bgcolor-white > div.u-pb-md > div.u-pt-md > p.p-top-new-features__others--title |
メルマガ配信 div.p-top-new-features__item > div.p-top-new-features__item-name > div.p-top-new-features__item-main > p.u-color-primary |
詳しく見る div.p-top-new-features__others--end > div.p-top-new-features__item > div.u-flex > a.p-top-common-button |
ペライチ公式note div.p-top-new-university > div.p-top-new-university__top > div.u-mt-md > a.c-btn |
例えば、こんなコンテンツを発信しています div.p-top-new-university > div.p-top-new-university__bottom > div.p-top-new-university__bottom-title > span |
2026.04.17 li.u-border-bottom > a.link--inherit > div.u-inline-block > span.u-color-gray-dark |
2026.04.02 li.u-border-bottom > a.link--inherit > div.u-inline-block > span.u-color-gray-dark |
2026.03.30 li.u-border-bottom > a.link--inherit > div.u-inline-block > span.u-color-gray-dark |
2026.03.16 li.u-border-bottom > a.link--inherit > div.u-inline-block > span.u-color-gray-dark |
2026.03.03 li.u-border-bottom > a.link--inherit > div.u-inline-block > span.u-color-gray-dark |
ログイン body._fallback_style > footer#footer > div.u-align-center > a.link--underline |
会員登録 body._fallback_style > footer#footer > div.u-align-center > a.link--underline |
ペライチとは、株式会社ペライチが運営するホームページ作成サービスです。専門知識が無くてもスピーディかつ簡単にホームページが制作できます。ペライチの特徴は、直観… body._fallback_style > footer#footer > div.u-align-center > p.l-footer__overview-desc |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5
6 div.p-top-new-mainvisual__container > div.p-top-new-mainvisual__main-slider > div.p-top-new-mainvisual__fv-sp > ul#js-top-new-fv-slider-sp |
1
2
3
4
5
6
7
8 div.p-top-new-features__first-template > div.p-top-new-features__first-template__container > div.p-top-new-feature__example-pages > ul#js-top-new-example-pages-sp-slider |
コーポレートサイト
教室予約
ポートフォリオ
ネットショップ
ホテル予約
資料請求
コーポレートサイト
教室予約
ポートフォリオ
ネットショップ
ホテル予約
… div.u-bgcolor-white > div.u-pb-md > div.u-pt-md > ul#js-top-new-template-slider |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| 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=3SKK308YFK&label=&ref=https%3A%2F%2Fperaichi.com%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776893227.5976245&pvid=40ng4lv46bsmoakcl5f&su=5289552f-3ff3-4683-b279-41ec6531b868&__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://peraichi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=P1NZSIVW08&label=&ref=https%3A%2F%2Fperaichi.com%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776893227.6800687&pvid=40ng4lv46bsmoakcl5f&su=5289552f-3ff3-4683-b279-41ec6531b868&__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://peraichi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
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.l-header-mobile-nav__menu > ul.l-header-mobile-nav__items > li.l-header-mobile-nav__menu-item > a.u-color-muted |
機能一覧 div.l-header-mobile-nav__menu > ul.l-header-mobile-nav__items > li.l-header-mobile-nav__menu-item > a.u-color-muted |
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.
2.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
95 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.044
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.98 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.
17.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.
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 |
|---|---|
| /font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3 | 60 ms |
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 | |
|---|---|---|---|
ペライチの特長 3 div.slick-list > div.slick-track > li#slick-slide42 > img | peraichi.com/img/top/main-slide-3-pc.png | 2.6 MiB | 2.6 MiB |
初期費用0円、ページ完成までわずか30分
ホームページ作成は
ペライチ
いますぐ始める
1
2
3
4
5
6 body._fallback_style > div.content > div.p-top-new-mainvisual | peraichi.com/img/top/bg_pc_main.png | 2.7 MiB | 2.2 MiB |
ペライチの特長 2 div.slick-list > div.slick-track > li#slick-slide41 > img | peraichi.com/img/top/main-slide-2-pc.png | 2.1 MiB | 2.1 MiB |
ペライチの特長 5 div.slick-list > div.slick-track > li#slick-slide44 > img | peraichi.com/img/top/main-slide-5-pc.png | 1.5 MiB | 1.5 MiB |
ペライチの特長 1 div.slick-list > div.slick-track > li#slick-slide40 > img | peraichi.com/img/top/main-slide-1-pc.png | 1.5 MiB | 1.4 MiB |
ペライチの特長 6 div.slick-list > div.slick-track > li#slick-slide45 > img | peraichi.com/img/top/main-slide-6-pc.png | 1.1 MiB | 1.1 MiB |
ペライチの特長 4 div.slick-list > div.slick-track > li#slick-slide43 > img | peraichi.com/img/top/main-slide-4-pc.png | 605.7 KiB | 569.0 KiB |
div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--ads > div > img div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--ads > div > img | peraichi.com/img/top/1.gif | 600.4 KiB | 502.3 KiB |
Features of Peraichi
ペライチのサービスの特長
専門知識は必要なし
カンタン操作で本格的なホームページを作成
ペライチを利用するために… body._fallback_style > div.content > div#feature-1 | peraichi.com/img/top/pc_1.png | 1.1 MiB | 314.7 KiB |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp5_hotel_sm.png | 182.2 KiB | 175.4 KiB |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp4_netshop_sm.png | 177.2 KiB | 170.4 KiB |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp2_beauty_sm.png | 167.7 KiB | 160.9 KiB |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp7_portfolio_sm.png | 149.4 KiB | 142.6 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp2_pc.png | 123.7 KiB | 110.7 KiB |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp1_cake_sm.png | 109.5 KiB | 102.8 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp7_pc.png | 113.6 KiB | 100.6 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp5_pc.png | 100.1 KiB | 87.1 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp8_pc.png | 80.9 KiB | 67.9 KiB |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp7_sm.png | 75.3 KiB | 66.8 KiB |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp2_sm.png | 72.2 KiB | 63.8 KiB |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp3_sm.png | 70.7 KiB | 62.2 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp3_pc.png | 75.0 KiB | 61.9 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp1_pc.png | 72.9 KiB | 59.9 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp4_pc.png | 71.6 KiB | 58.6 KiB |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp4_sm.png | 62.2 KiB | 53.8 KiB |
Member Milestone div.p-top-new-mainvisual > div.p-top-new-mainvisual__container > div.p-top-new-mainvisual__main-slider > img.p-top-new-mainvisual__img-label | peraichi.com/img/top/img_member_milestone.png | 50.0 KiB | 46.3 KiB |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp6_form_sm.png | 47.9 KiB | 41.1 KiB |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp1_sm.png | 42.6 KiB | 34.2 KiB |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp6_pc.png | 32.5 KiB | 19.4 KiB |
Feature 2 a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--img > img | peraichi.com/img/top/feature_2.png | 21.7 KiB | 13.2 KiB |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp6_sm.png | 20.1 KiB | 11.6 KiB |
Feature 3 a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--img > img | peraichi.com/img/top/feature_3.png | 18.9 KiB | 11.1 KiB |
Feature 1 a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--img > img | peraichi.com/img/top/feature_1.png | 16.4 KiB | 9.9 KiB |
div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--url > div.u-flex > img div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--url > div.u-flex > img | peraichi.com/img/top/URL.png | 13.7 KiB | 5.3 KiB |
1ヶ月間無料 div.p-top-new-mainvisual__content > div.p-top-new-mainvisual__sub-text--pc > div.u-block-center > img | peraichi.com/images/top_txt_free_for_one_month.png | 4.7 KiB | 4.0 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| peraichi.com/css/common.css?1776753462 | 163.7 KiB | 431 ms |
| peraichi.com/js/front_all.js?1776753345 | 43.8 KiB | 173 ms |
| peraichiapp.com/js/libs/google_tag_manager.js | 698 B | 871 ms |
| fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap | 59.8 KiB | 419 ms |
| maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css | 7.0 KiB | 264 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| peraichi.com/ | 979 ms |
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 |
|---|---|---|
| peraichi.com/css/common.css?1776753462 | 163.4 KiB | 155.6 KiB |
| fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap | 59.3 KiB | 59.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.3 s |
| Other | 575 ms |
| Style & Layout | 465 ms |
| Script Parsing & Compilation | 181 ms |
| Rendering | 75 ms |
| Garbage Collection | 43 ms |
| Parse HTML & CSS | 30 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap | 59.8 KiB | 6.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 |
|---|---|---|
| www.rentracks.jp/js/itp/rt.track.js?t=1776893256573 | 14.3 KiB | 6.2 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 | |
|---|---|
ペライチの特長 1 div.slick-list > div.slick-track > li#slick-slide40 > img | peraichi.com/img/top/main-slide-1-pc.png |
ペライチの特長 2 div.slick-list > div.slick-track > li#slick-slide41 > img | peraichi.com/img/top/main-slide-2-pc.png |
ペライチの特長 3 div.slick-list > div.slick-track > li#slick-slide42 > img | peraichi.com/img/top/main-slide-3-pc.png |
ペライチの特長 4 div.slick-list > div.slick-track > li#slick-slide43 > img | peraichi.com/img/top/main-slide-4-pc.png |
ペライチの特長 5 div.slick-list > div.slick-track > li#slick-slide44 > img | peraichi.com/img/top/main-slide-5-pc.png |
ペライチの特長 6 div.slick-list > div.slick-track > li#slick-slide45 > img | peraichi.com/img/top/main-slide-6-pc.png |
div > div.p-top-new-features__second--option > div > img div > div.p-top-new-features__second--option > div > img | peraichi.com/img/top/2.gif |
div > div.p-top-new-features__second--option > div > img div > div.p-top-new-features__second--option > div > img | peraichi.com/img/top/3.gif |
div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--ads > div > img div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--ads > div > img | peraichi.com/img/top/1.gif |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp4_netshop_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp5_hotel_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp6_form_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp1_cake_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp7_portfolio_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp4_netshop_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp5_hotel_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp6_form_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp1_cake_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp7_portfolio_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp4_netshop_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp5_hotel_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp6_form_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp1_cake_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp7_portfolio_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp2_beauty_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp2_beauty_sm.png |
Slider Image div.p-top-new__slider-wrapper > ul.p-top-new__slider-list > li > img | peraichi.com/img/top/temp2_beauty_sm.png |
div > div.p-top-new-features__second--option > div > img div > div.p-top-new-features__second--option > div > img | peraichi.com/img/top/feature2_1.png |
div > div.p-top-new-features__third--option > div > img div > div.p-top-new-features__third--option > div > img | peraichi.com/img/top/feature3_3.png |
div > div.p-top-new-features__third--option > div > img div > div.p-top-new-features__third--option > div > img | peraichi.com/img/top/feature3_2.png |
div > div.p-top-new-features__third--option > div > img div > div.p-top-new-features__third--option > div > img | peraichi.com/img/top/feature3_1.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp5_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp6_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp7_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp8_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp1_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp2_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp3_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp4_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp5_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp6_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp7_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp8_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp1_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp2_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp3_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp4_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp5_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp6_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp7_pc.png |
事例 div.p-top-new-feature__example-pages__page-container > div.p-top-new-feature__example-pages__page-bezel > div.p-top-new-feature__example-pages__img-container > img.p-top-new-feature__example-pages__img | peraichi.com/img/top/temp8_pc.png |
div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--url > div.u-flex > img div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--url > div.u-flex > img | peraichi.com/img/top/URL.png |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp3_sm.png |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp7_sm.png |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp6_sm.png |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp1_sm.png |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp4_sm.png |
Feature 2 a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--img > img | peraichi.com/img/top/feature_2.png |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img | peraichi.com/img/top/temp2_sm.png |
Feature 3 a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--img > img | peraichi.com/img/top/feature_3.png |
制作会社(業者)に依頼する div.p-top-new-university__items > div.p-top-new-university__item-wrapper > div.p-top-new-university__item > img | peraichi.com/images/top_settings.png |
制作会社(業者)に依頼する div.p-top-new-university__items > div.p-top-new-university__item-wrapper > div.p-top-new-university__item > img | peraichi.com/images/top_html_css.png |
Feature 1 a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--img > img | peraichi.com/img/top/feature_1.png |
制作会社(業者)に依頼する div.p-top-new-university__items > div.p-top-new-university__item-wrapper > div.p-top-new-university__item > img | peraichi.com/images/top_create_page.png |
1ヶ月間無料 div.p-top-new-mainvisual__content > div.p-top-new-mainvisual__sub-text--pc > div.u-block-center > img | peraichi.com/images/top_txt_free_for_one_month.png |
予約システム div.p-top-new-features__others--start > div.p-top-new-features__item > div.p-top-new-features__item-name > img.p-top-function__icon | peraichi.com/img/top/top_icon_calendar.svg |
div.p-top-new-features__container > div.p-top-new-features__header > div.p-top-new-features__desc > img div.p-top-new-features__container > div.p-top-new-features__header > div.p-top-new-features__desc > img | peraichi.com/img/top/2.png |
div.p-top-new-features__container > div.p-top-new-features__header > div.p-top-new-features__desc > img div.p-top-new-features__container > div.p-top-new-features__header > div.p-top-new-features__desc > img | peraichi.com/img/top/3.png |
決済 div.p-top-new-features__others--start > div.p-top-new-features__item > div.p-top-new-features__item-name > img.p-top-function__icon | peraichi.com/img/top/top_icon_shopping_cart_bg-white.svg |
フォーム div.p-top-new-features__others--start > div.p-top-new-features__item > div.p-top-new-features__item-name > img.p-top-function__icon | peraichi.com/img/top/top_icon_form_bg-white.svg |
div.p-top-new-features__first-container > div.p-top-new-features__header > div.p-top-new-features__desc > img div.p-top-new-features__first-container > div.p-top-new-features__header > div.p-top-new-features__desc > img | peraichi.com/img/top/1.png |
メルマガ配信 div.p-top-new-features__others--end > div.p-top-new-features__item > div.p-top-new-features__item-name > img.p-top-function__icon |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ログイン div.l-header-upper > div.l-header-upper__container > div.l-header-upper__btns > a#header-service-in-btn-login |
What's Peraichi? div.p-top-new-overview__container > div.p-top-new-overview__desc > div.p-top-new-overview__title > p.u-weight-bold |
専門知識は必要なし! div.p-top-new-overview__func-lists > a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--note |
カンタン操作で div.p-top-new-overview__func-item--img > div.p-top-new-overview__func-item--desc > h3 > span.p-top-new-overview__func-item--desc__secondary |
アイデアをその場で形に! div.p-top-new-overview__func-lists > a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--note |
わずか30分で div.p-top-new-overview__func-item--img > div.p-top-new-overview__func-item--desc > h3 > span.p-top-new-overview__func-item--desc__secondary |
疑問も不安もその場で解消! div.p-top-new-overview__func-lists > a > div.p-top-new-overview__func-item > div.p-top-new-overview__func-item--note |
安心サポートで div.p-top-new-overview__func-item--img > div.p-top-new-overview__func-item--desc > h3 > span.p-top-new-overview__func-item--desc__secondary |
ペライチ予約 div.p-top-new-features__item > div.p-top-new-features__item-name > div.p-top-new-features__item-main > p.u-color-primary |
詳しく見る div.p-top-new-features__others--start > div.p-top-new-features__item > div.u-flex > a.p-top-common-button |
ペライチ決済 div.p-top-new-features__item > div.p-top-new-features__item-name > div.p-top-new-features__item-main > p.u-color-primary |
詳しく見る div.p-top-new-features__others--start > div.p-top-new-features__item > div.u-flex > a.p-top-common-button |
フォーム div.p-top-new-features__item > div.p-top-new-features__item-name > div.p-top-new-features__item-main > p.u-color-primary |
詳しく見る div.p-top-new-features__others--start > div.p-top-new-features__item > div.u-flex > a.p-top-common-button |
\こんなサイトも、あんなサイトも。自分だけのサイトが作れます!/ div.u-bgcolor-white > div.u-pb-md > div.u-pt-md > p.p-top-new-features__others--title |
メルマガ配信 div.p-top-new-features__item > div.p-top-new-features__item-name > div.p-top-new-features__item-main > p.u-color-primary |
詳しく見る div.p-top-new-features__others--end > div.p-top-new-features__item > div.u-flex > a.p-top-common-button |
ペライチ公式note div.p-top-new-university > div.p-top-new-university__top > div.u-mt-md > a.c-btn |
例えば、こんなコンテンツを発信しています div.p-top-new-university > div.p-top-new-university__bottom > div.p-top-new-university__bottom-title > span |
2026.04.17 li.u-border-bottom > a.link--inherit > div.u-inline-block > span.u-color-gray-dark |
2026.04.02 li.u-border-bottom > a.link--inherit > div.u-inline-block > span.u-color-gray-dark |
2026.03.30 li.u-border-bottom > a.link--inherit > div.u-inline-block > span.u-color-gray-dark |
2026.03.16 li.u-border-bottom > a.link--inherit > div.u-inline-block > span.u-color-gray-dark |
2026.03.03 li.u-border-bottom > a.link--inherit > div.u-inline-block > span.u-color-gray-dark |
ログイン body._fallback_style > footer#footer > div.u-align-center > a.link--underline |
会員登録 body._fallback_style > footer#footer > div.u-align-center > a.link--underline |
ペライチとは、株式会社ペライチが運営するホームページ作成サービスです。専門知識が無くてもスピーディかつ簡単にホームページが制作できます。ペライチの特徴は、直観… body._fallback_style > footer#footer > div.u-align-center > p.l-footer__overview-desc |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5
6 div.p-top-new-mainvisual__container > div.p-top-new-mainvisual__main-slider > div.p-top-new-mainvisual__fv-pc > ul#js-top-new-fv-slider |
1
2
3
4
5
6
7
8 div.p-top-new-features__first-template > div.p-top-new-features__first-template__container > div.p-top-new-feature__example-pages > ul#js-top-new-example-pages-slider |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ニュース div.col-xs-12 > ul.l-footer__nav-list > li > a |
メンテナンス情報 li > ul.c-list > li > a |
メディア掲載実績 li > ul.c-list > li > a |
プレスキット li > ul.c-list > li > a |
障害情報 li > ul.c-list > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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.p-top-new-features__first-template__container > div.p-top-new-features__first-template--url > div.u-flex > img div.p-top-new-features__first-template__container > div.p-top-new-features__first-template--url > div.u-flex > img | peraichi.com/img/top/URL.png | 450 x 114 (3.95) | 470 x 114 (4.12) |
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=3SKK308YFK&label=&ref=https%3A%2F%2Fperaichi.com%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776893257.3989046&pvid=um0fxoz6pwrmoakd7hl&su=67d98b07-2b41-480f-833f-3007993577b4&__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://peraichi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=P1NZSIVW08&label=&ref=https%3A%2F%2Fperaichi.com%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776893257.3981748&pvid=um0fxoz6pwrmoakd7hl&su=67d98b07-2b41-480f-833f-3007993577b4&__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://peraichi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
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.l-header-mobile-nav__menu > ul.l-header-mobile-nav__items > li.l-header-mobile-nav__menu-item > a.u-color-muted |
機能一覧
… div.l-header-mobile-nav__menu > ul.l-header-mobile-nav__items > li.l-header-mobile-nav__menu-item > a.u-color-muted |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
div.u-pt-md > div > div.img-wrapper > img div.u-pt-md > div > div.img-wrapper > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback