Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 4.6s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 12.4 MB (8.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
4 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/2fb1baa7-c2ba-45f8-941e-86bd730cd71c)<a href="https://beavercheck.com/results/2fb1baa7-c2ba-45f8-941e-86bd730cd71c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fstores.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fstores.jpThis 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 4.6s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~35%.
Page takes 4.6s to load
+12% bounceUsers abandon at ~3s — you're 2.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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
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
76 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥52,000 investment → ¥363,105/month returns + JPY 100,000,000 risk avoided
¥52,000
6h · 5 findings
¥363,105 /mo
~¥4,357,263 / year
JPY 100,000,000
if kept compliant
¥8,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.
6.5 developer hours at ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,645 / month at risk
~¥100,003,737 / year if left unfixed
¥100,000,000
+1 more
¥311 /mo
26082.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 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.63 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.95 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.069
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.23 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
24.26 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 | |
|---|---|---|---|
カフェの3Dイラスト div.max-w-content-l > div.flex > div.flex > img.w-full | stores.fun/images/illust__pricing_summary__standard.png | 76.0 KiB | 50.7 KiB |
キャッシュレス決済のプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-4.png | 57.3 KiB | 45.1 KiB |
予約システムのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-6.png | 47.9 KiB | 35.7 KiB |
サンドイッチ店の3Dイラスト div.max-w-content-l > div.flex > div.flex > img.w-full | stores.fun/images/illust__pricing_summary__free.png | 56.0 KiB | 33.0 KiB |
ネットショップのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-5.avif | 39.0 KiB | 26.8 KiB |
POSレジのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-8.avif | 30.2 KiB | 19.0 KiB |
モバイルオーダーのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-7.avif | 30.2 KiB | 18.9 KiB |
スタンダードプラン導入で20,000円分Amazonギフトカードプレゼント、ご好評につき延長!2026年5月15日まで。 body > div.bottom-fixed-banner > a > img.block | stores.fun/images/banner__cp__26ss_giftcard__bottom_fixed.avif | 15.0 KiB | 7.8 KiB |
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 |
|---|---|---|
| stores.fun/_next/static/css/5cb424f5719db7b2.css | 22.7 KiB | 600 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| stores.jp/ | 1.4 s |
| stores.fun/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@4... | 59.6 KiB | 59.6 KiB |
| stores.fun/_next/static/css/5cb424f5719db7b2.css | 22.4 KiB | 18.7 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.googletagmanager.com/gtag/destination?id=AW-649646477&cx=c>m=4e64k0 | 144.3 KiB | 69.2 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-663378120&cx=c>m=4e64k0 | 144.6 KiB | 69.1 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-11175740559&cx=c>m=4e64k0 | 144.3 KiB | 69.0 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-1005403186&cx=c>m=4e64k0 | 144.8 KiB | 68.3 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-969999375&cx=c>m=4e64k0 | 139.1 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-KQK7MFB3SE&cx=c>m=4e64k0 | 169.7 KiB | 59.7 KiB |
| d2nsnh8zt1bpls.cloudfront.net/sdk/4308067269370604370/events.js | 144.4 KiB | 54.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N6K5P45 | 193.2 KiB | 47.1 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.6 KiB |
| /signals/config/1464493587850793?v=2.9.303&r=stable&domai... | 97.0 KiB | 26.3 KiB |
| stores.fun/_next/static/chunks/672e00dc-8ecb70448bc866f5.js | 63.0 KiB | 25.8 KiB |
| stores.fun/_next/static/chunks/8566-1715ab84d4598d9c.js | 58.8 KiB | 23.2 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.0 s |
| Style & Layout | 1.5 s |
| Other | 1.3 s |
| Script Parsing & Compilation | 497 ms |
| Rendering | 250 ms |
| Garbage Collection | 84 ms |
| Parse HTML & CSS | 62 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@4... | 60.1 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 | |
|---|---|
スタンダードプラン導入で20,000円分Amazonギフトカードプレゼント、ご好評につき延長!2026年5月15日まで。 body > div.bottom-fixed-banner > a > img.block | stores.fun/images/banner__cp__26ss_giftcard__bottom_fixed.avif |
キャッシュレス決済のプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-4.png |
ネットショップのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-5.avif |
予約システムのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-6.png |
モバイルオーダーのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-7.avif |
POSレジのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-8.avif |
請求書カード払いのプロダクトイメージ div.grid > div.min-h-0 > a.border > img | stores.fun/images/home--services--card--img-3.png |
アプリ開発のプロダクトイメージ div.grid > div.min-h-0 > a.border > img | stores.fun/images/home--services--card--img-2.avif |
ポイント・ランクシステムのプロダクトイメージ div.grid > div.min-h-0 > a.border > img | stores.fun/images/home--services--card--img.png |
データ分析のプロダクトイメージ div.grid > div.min-h-0 > a.border > img | stores.fun/images/home--services--card--img-1.png |
STORES キービジュアル div.bg-bg-primary > div.bg-white > div.flex > img.rounded-l | stores.fun/images/home__hero_kv_2511-p-800.avif |
サンドイッチ店の3Dイラスト div.max-w-content-l > div.flex > div.flex > img.w-full | stores.fun/images/illust__pricing_summary__free.png |
カフェの3Dイラスト div.max-w-content-l > div.flex > div.flex > img.w-full | stores.fun/images/illust__pricing_summary__standard.png |
john masters organicsのロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
MARKS & WEBのロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
SHIPSのロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
ADASTRIAのロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
CENTRAL SPORTSのロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
FUGLEN COFFEE ROASTERS TOKYOのロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
AlpenGroupのロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
肉汁餃子のダンダダンのロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
JINSのロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
誠光社のロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
カネ吉山本のロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
スマートゴルフのロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
JR九州のロゴ div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | |
WOODBERRY COFFEE div.grid > a.inline-block > div.grid > img.w-full | |
WOODBERRY COFFEE div.grid > div.flex > div.flex > img.w-33 | |
MARKS&WEB div.grid > a.inline-block > div.grid > img.w-full | |
MARKS&WEB div.grid > div.flex > div.flex > img.w-35 | |
SHIPS div.grid > a.inline-block > div.grid > img.w-full | |
スタンダードプラン カタログ div.grid > div > div.flex > img.w-full | |
STORES モバイルオーダー サービスカタログ div.grid > div > div.flex > img.w-full | |
STORES ネットショップ サービスカタログ div.grid > div > div.flex > img.w-full |
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.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
スタンダードプラン カタログ
決済・レジ・ネットショップ・予約・会員管理・データ活用など、STORES が提供している7つサービスを定額で活用できる料金プラ… div.max-w-content-xl > section > div.grid > div |
STORES モバイルオーダー サービスカタログ
無料ではじめられるモバイルオーダーサービス「STORES モバイルオーダー」についてや、モバイルオーダーの… div.max-w-content-xl > section > div.grid > div |
STORES ネットショップ サービスカタログ
STORES ネットショップ について、基本機能やおすすめ機能、料金プランなどをご紹介しています。特別プラン… div.max-w-content-xl > section > div.grid > div |
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 |
|---|
サービス
ネットショップ
予約システム
キャッシュレス決済
POSレジ
アプリ開発
ポイント・ランクシステム
モバイルオーダー
データ分析
請求書カード払い
… body > div.relative > nav.lg:hidden |
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 |
|---|
詳しくみる a.border > div.flex > span.inline-flex > span |
詳しくみる a.border > div.flex > span.inline-flex > span |
詳しくみる a.border > div.flex > span.inline-flex > span |
詳しくみる a.border > div.flex > span.inline-flex > span |
詳しくみる a.border > div.flex > span.inline-flex > span |
フォームから相談する div.max-w-content-l > div.grid > div.flex > a.text-txt-emphasis |
ヘルプセンターへ移動する div.max-w-content-l > div.grid > div.flex > a.text-txt-emphasis |
ダウンロードする div.max-w-content-l > div.grid > div.flex > a.text-txt-emphasis |
These are opportunities to improve the legibility of your content.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| 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=82IL4X4M8S&label=&ref=https%3A%2F%2Fstores.fun%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776894317.0848043&pvid=b3fh66ioromoakzx7f&__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://stores.fun' 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 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
118 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.013
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.24 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.
5.98 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 | |
|---|---|---|---|
STORES ネットショップ サービスカタログ div.grid > div > div.flex > img.w-full | stores.fun/images/docs/netshop-catalog.avif | 175.0 KiB | 165.2 KiB |
MARKS&WEB div.grid > a.inline-block > div.grid > img.w-full | stores.fun/images/home-case-marksandweb.avif | 113.8 KiB | 107.4 KiB |
WOODBERRY COFFEE div.grid > a.inline-block > div.grid > img.w-full | stores.fun/images/home-case-woodberry.avif | 110.3 KiB | 104.1 KiB |
スタンダードプラン カタログ div.grid > div > div.flex > img.w-full | stores.fun/images/docs/standard-plan-catalog.avif | 88.9 KiB | 84.0 KiB |
SHIPS div.grid > a.inline-block > div.grid > img.w-full | stores.fun/images/home-case-ships.avif | 85.2 KiB | 80.5 KiB |
カフェの3Dイラスト div.max-w-content-l > div.flex > div.flex > img.w-full | stores.fun/images/illust__pricing_summary__standard.png | 76.0 KiB | 68.1 KiB |
キャッシュレス決済のプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-4.png | 57.3 KiB | 50.4 KiB |
サンドイッチ店の3Dイラスト div.max-w-content-l > div.flex > div.flex > img.w-full | stores.fun/images/illust__pricing_summary__free.png | 56.0 KiB | 50.3 KiB |
予約システムのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-6.png | 47.9 KiB | 41.0 KiB |
STORES モバイルオーダー サービスカタログ div.grid > div > div.flex > img.w-full | stores.fun/images/docs/mobileorder-catalog.avif | 42.1 KiB | 39.7 KiB |
STORES キービジュアル div.bg-bg-primary > div.bg-white > div.flex > img.rounded-l | stores.fun/images/home__hero_kv_2511.avif | 44.0 KiB | 37.7 KiB |
ネットショップのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-5.avif | 39.0 KiB | 32.1 KiB |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__central_sports.png | 26.2 KiB | 25.1 KiB |
POSレジのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-8.avif | 30.2 KiB | 23.9 KiB |
モバイルオーダーのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-7.avif | 30.2 KiB | 23.8 KiB |
スタンダードプラン導入で20,000円分Amazonギフトカードプレゼント、ご好評につき延長!2026年5月15日まで。 body > div.bottom-fixed-banner > a > img.block | stores.fun/images/banner__cp__26ss_giftcard__bottom_fixed.avif | 15.0 KiB | 11.8 KiB |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__smart_golf.png | 7.7 KiB | 6.2 KiB |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__alpen_group.png | 5.6 KiB | 4.4 KiB |
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 |
|---|---|---|
| stores.fun/_next/static/css/5cb424f5719db7b2.css | 22.9 KiB | 92 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| stores.jp/ | 872 ms |
| stores.fun/ | 0.0 ms |
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 |
|---|---|
| stores.fun/ | 661 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@4... | 59.6 KiB | 59.6 KiB |
| stores.fun/_next/static/css/5cb424f5719db7b2.css | 22.4 KiB | 19.4 KiB |
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 |
|---|---|---|
| /css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@4... | 60.1 KiB | 6.2 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.googletagmanager.com/gtag/destination?id=AW-649646477&cx=c>m=4e64k0 | 144.3 KiB | 69.2 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-11175740559&cx=c>m=4e64k0 | 144.3 KiB | 69.0 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-1005403186&cx=c>m=4e64k0 | 144.8 KiB | 68.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-663378120&cx=c>m=4e64k0 | 144.6 KiB | 67.8 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-969999375&cx=c>m=4e64k0 | 139.1 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-KQK7MFB3SE&cx=c>m=4e64k0 | 169.7 KiB | 66.4 KiB |
| d2nsnh8zt1bpls.cloudfront.net/sdk/4308067269370604370/events.js | 144.4 KiB | 55.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N6K5P45 | 193.2 KiB | 47.1 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.0 KiB |
| /signals/config/1464493587850793?v=2.9.303&r=stable&domai... | 96.9 KiB | 26.5 KiB |
| stores.fun/_next/static/chunks/672e00dc-8ecb70448bc866f5.js | 63.0 KiB | 25.8 KiB |
| stores.fun/_next/static/chunks/8566-1715ab84d4598d9c.js | 58.8 KiB | 23.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 | |
|---|---|
WOODBERRY COFFEE div.grid > a.inline-block > div.grid > img.w-full | stores.fun/images/home-case-woodberry.avif |
MARKS&WEB div.grid > a.inline-block > div.grid > img.w-full | stores.fun/images/home-case-marksandweb.avif |
SHIPS div.grid > a.inline-block > div.grid > img.w-full | stores.fun/images/home-case-ships.avif |
スタンダードプラン カタログ div.grid > div > div.flex > img.w-full | stores.fun/images/docs/standard-plan-catalog.avif |
STORES モバイルオーダー サービスカタログ div.grid > div > div.flex > img.w-full | stores.fun/images/docs/mobileorder-catalog.avif |
STORES ネットショップ サービスカタログ div.grid > div > div.flex > img.w-full | stores.fun/images/docs/netshop-catalog.avif |
スタンダードプラン導入で20,000円分Amazonギフトカードプレゼント、ご好評につき延長!2026年5月15日まで。 body > div.bottom-fixed-banner > a > img.block | stores.fun/images/banner__cp__26ss_giftcard__bottom_fixed.avif |
キャッシュレス決済のプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-4.png |
ネットショップのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-5.avif |
予約システムのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-6.png |
モバイルオーダーのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-7.avif |
POSレジのプロダクトイメージ section.w-full > div.grid > a.border > img | stores.fun/images/home--services--card--img-8.avif |
請求書カード払いのプロダクトイメージ div.grid > div.min-h-0 > a.border > img | stores.fun/images/home--services--card--img-3.png |
アプリ開発のプロダクトイメージ div.grid > div.min-h-0 > a.border > img | stores.fun/images/home--services--card--img-2.avif |
ポイント・ランクシステムのプロダクトイメージ div.grid > div.min-h-0 > a.border > img | stores.fun/images/home--services--card--img.png |
データ分析のプロダクトイメージ div.grid > div.min-h-0 > a.border > img | stores.fun/images/home--services--card--img-1.png |
サンドイッチ店の3Dイラスト div.max-w-content-l > div.flex > div.flex > img.w-full | stores.fun/images/illust__pricing_summary__free.png |
カフェの3Dイラスト div.max-w-content-l > div.flex > div.flex > img.w-full | stores.fun/images/illust__pricing_summary__standard.png |
肉汁餃子のダンダダンのロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__dandadan.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__dandadan.png |
スマートゴルフのロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__smart_golf.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__smart_golf.png |
カネ吉山本のロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__kanekichi_yamamoto.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__kanekichi_yamamoto.png |
ADASTRIAのロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__adastria.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__adastria.png |
AlpenGroupのロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__alpen_group.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__alpen_group.png |
MARKS & WEBのロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__marks_and_web.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__marks_and_web.png |
CENTRAL SPORTSのロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__central_sports.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__central_sports.png |
JINSのロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__jins.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__jins.png |
誠光社のロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__seikosha.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__seikosha.png |
SHIPSのロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__ships.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__ships.png |
john masters organicsのロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__john_master_organics.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__john_master_organics.png |
JR九州のロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__jr_kyusyu.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__jr_kyusyu.png |
MARKS&WEB div.grid > div.flex > div.flex > img.w-35 | stores.fun/images/home--usecase--logo--marks-and-web.avif |
WOODBERRY COFFEE div.grid > div.flex > div.flex > img.w-33 | stores.fun/images/home--usecase--logo--woodberry.avif |
FUGLEN COFFEE ROASTERS TOKYOのロゴ div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__fuglen.png |
div.flex > div.py-8 > div.flex > img.h-14 div.flex > div.py-8 > div.flex > img.h-14 | stores.fun/images/logo__marquee__fuglen.png |
ヘルプセンターの人々 body > main > div.pt-20 > img.w-full |
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.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
スタンダードプラン カタログ
決済・レジ・ネットショップ・予約・会員管理・データ活用など、STORES が提供している7つサービスを定額で活用できる料金プラ… div.max-w-content-xl > section > div.grid > div |
STORES モバイルオーダー サービスカタログ
無料ではじめられるモバイルオーダーサービス「STORES モバイルオーダー」についてや、モバイルオーダーの… div.max-w-content-xl > section > div.grid > div |
STORES ネットショップ サービスカタログ
STORES ネットショップ について、基本機能やおすすめ機能、料金プランなどをご紹介しています。特別プラン… div.max-w-content-xl > section > div.grid > div |
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 |
|---|
ネットショップ
予約システム
キャッシュレス決済
POSレジ
アプリ開発
ポイント・ランクシステム
モバイルオーダー
データ分析
請求書カード払い
請求書決済 nav.hidden > ul.flex > li.relative > nav.absolute |
コーヒー
カフェ
アパレル・雑貨
美容室・サロン
フィットネス nav.hidden > ul.flex > li.relative > nav.absolute |
資料一覧
セミナー
マガジン nav.hidden > ul.flex > li.relative > nav.absolute |
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 |
|---|
詳しくみる a.border > div.flex > span.inline-flex > span |
詳しくみる a.border > div.flex > span.inline-flex > span |
詳しくみる a.border > div.flex > span.inline-flex > span |
詳しくみる a.border > div.flex > span.inline-flex > span |
詳しくみる a.border > div.flex > span.inline-flex > span |
フォームから相談する div.max-w-content-l > div.grid > div.flex > a.text-txt-emphasis |
ヘルプセンターへ移動する div.max-w-content-l > div.grid > div.flex > a.text-txt-emphasis |
ダウンロードする div.max-w-content-l > div.grid > div.flex > a.text-txt-emphasis |
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) | |
|---|---|---|---|
MARKS&WEB div.grid > div.flex > div.flex > img.w-35 | stores.fun/images/home--usecase--logo--marks-and-web.avif | 140 x 42 (3.33) | 250 x 64 (3.91) |
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=82IL4X4M8S&label=&ref=https%3A%2F%2Fstores.fun%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776894336.3963327&pvid=a9bd04w9gemoal0c75&__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://stores.fun' 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 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback