Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
96 third-party resources (100% of weight)
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/4f320274-94f8-42c1-8742-b1e15a0a88aa)<a href="https://beavercheck.com/results/4f320274-94f8-42c1-8742-b1e15a0a88aa"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fameba.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fameba.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 10.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~38%.
Page takes 10.1s to load
+12% bounceUsers abandon at ~3s — you're 7.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.0s
+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
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥40,000 investment → ¥561,473/month returns + JPY 100,000,000 risk avoided
¥40,000
5h · 5 findings
¥561,473 /mo
~¥6,737,676 / year
JPY 100,000,000
if kept compliant
¥12,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,438 / month at risk
~¥100,001,253 / year if left unfixed
¥100,000,000
+1 more
¥104 /mo
8747.1 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.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.04 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.42 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.
20.25 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 |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 40 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 | |
|---|---|---|---|
【利用者247人の声で選ぶ】ウォーターサーバーおすすめ厳選7機種|2026年最新の画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/w42pj7x9?r=640 | 356.5 KiB | 348.1 KiB |
ふるさと納税サイトのおすすめランキング25選!最新のキャンペーン情報や特徴別おすすめサイトも紹介の画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/1vmp8y2v?r=640 | 310.0 KiB | 301.6 KiB |
おすすめカードローンをランキングで紹介!人気の35社を一覧で徹底比較の画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/e4l6mkz4?r=640 | 108.9 KiB | 100.4 KiB |
div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image | www.ameba.jp/images/organizers/OnBoardingContents/service_2.png | 111.5 KiB | 91.6 KiB |
【2026年】マッチングアプリおすすめはこれ!286人に聞いた人気アプリランキングの画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/p968668v?r=640 | 69.6 KiB | 61.1 KiB |
li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage | stat.amebame.com/pub/ads/adx/93da2ecd-8c79-4bf0-8e61-329aafab5394.png?size=640 | 78.6 KiB | 58.1 KiB |
転職エージェントおすすめ21選を徹底比較!特化型のサービスも紹介!メリットや注意点も解説の画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/n93j6w04?r=640 | 65.2 KiB | 56.8 KiB |
クレジットカードのおすすめ人気ランキング40選!究極の1枚の選び方の画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/e9x0xyk9?r=640 | 53.8 KiB | 45.3 KiB |
li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage | stat.amebame.com/pub/ads/adx/186c1e54-200f-4dca-a729-f516a42cf5d6.png?size=640 | 56.0 KiB | 35.4 KiB |
div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image | www.ameba.jp/images/organizers/OnBoardingContents/service_1.png | 45.5 KiB | 30.1 KiB |
li.TopServiceMenu_List_Item > a.TapContent > div.TopServiceMenu_List_Item_Icon_Container > i.Sprite li.TopServiceMenu_List_Item > a.TapContent > div.TopServiceMenu_List_Item_Icon_Container > i.Sprite | www.ameba.jp/images/sprites/spritesheet-1750990985644.png | 27.2 KiB | 24.6 KiB |
div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image | www.ameba.jp/images/organizers/OnBoardingContents/service_3.png | 25.2 KiB | 16.7 KiB |
li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage | stat.amebame.com/pub/ads/adx/e79615bd-10d1-46d4-bc13-cdcb0e428df1.jpg?size=640 | 36.1 KiB | 15.6 KiB |
li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage | stat.amebame.com/pub/ads/adx/4c9829f4-c269-4bb3-ad2f-0556a40e5708.jpg?size=640 | 31.4 KiB | 13.0 KiB |
div.TopOnBoarding > div.OnBoardingContentsHowToUse > div.OnBoardingContentsHowToUse_Inner > img.OnBoardingContentsHowToUse_Image2 div.TopOnBoarding > div.OnBoardingContentsHowToUse > div.OnBoardingContentsHowToUse_Inner > img.OnBoardingContentsHowToUse_Image2 | www.ameba.jp/images/organizers/OnBoardingContents/usage_2.png | 17.4 KiB | 12.9 KiB |
Ameba(アメーバ) header.SpHeader > div.MenuHeader > h1.MenuHeader_Title > img | www.ameba.jp/images/common/logo.png | 5.5 KiB | 4.5 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 |
|---|---|
| www.ameba.jp/assets/top-4e8d04c46d2c28b5bc83e11f326ddb09.css | 6.1 KiB |
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.
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 |
|---|---|
| www.ameba.jp/ | 1.1 s |
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.
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 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 132.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N49WWL | 163.6 KiB | 74.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-7BCS07G3H9&cx=c>m=4e64h1 | 157.1 KiB | 65.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-3028DJK3ZG&cx=c>m=4e64h1 | 157.0 KiB | 64.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-608763171&cx=c>m=4e64h1 | 144.5 KiB | 60.8 KiB |
| www.ameba.jp/assets/vendor-fe2b1fc60d08d682f5b7.js | 128.3 KiB | 51.6 KiB |
| fundingchoicesmessages.google.com/i/7765?ers=3 | 68.8 KiB | 36.4 KiB |
| www.ameba.jp/assets/app_shell-e9072ec466e4c175e9cf.js | 36.7 KiB | 20.1 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.ameba.jp/ | 935 ms | 19 ms | 5.9 ms |
| Unattributable | 642 ms | 22 ms | 0.0 ms |
| /f/AGSKWxXizRd5pdTjiKcVMGDhr4tawR19pTIIhZr206ZXgPuqiFDFSa... | 505 ms | 250 ms | 36 ms |
| www.ameba.jp/assets/vendor-fe2b1fc60d08d682f5b7.js | 480 ms | 389 ms | 29 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 249 ms | 182 ms | 60 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 222 ms | 184 ms | 6.2 ms |
| www.googletagmanager.com/gtag/js?id=G-3028DJK3ZG&cx=c>m=4e64h1 | 208 ms | 174 ms | 33 ms |
| www.googletagmanager.com/gtag/js?id=G-7BCS07G3H9&cx=c>m=4e64h1 | 208 ms | 172 ms | 34 ms |
| fundingchoicesmessages.google.com/i/7765?ers=3 | 204 ms | 185 ms | 15 ms |
| www.googletagmanager.com/gtm.js?id=GTM-N49WWL | 200 ms | 152 ms | 45 ms |
| www.ameba.jp/assets/app_shell-e9072ec466e4c175e9cf.js | 188 ms | 158 ms | 15 ms |
| www.googletagmanager.com/gtag/destination?id=AW-608763171&cx=c>m=4e64h1 | 170 ms | 140 ms | 29 ms |
| www.googletagservices.com/tag/js/gpt.js | 71 ms | 62 ms | 7.7 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.4 s |
| Other | 819 ms |
| Style & Layout | 786 ms |
| Script Parsing & Compilation | 328 ms |
| Rendering | 130 ms |
| Garbage Collection | 98 ms |
| Parse HTML & CSS | 78 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 cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.0 KiB | 14.4 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 | |
|---|---|
Ameba(アメーバ) header.SpHeader > div.MenuHeader > h1.MenuHeader_Title > img | www.ameba.jp/images/common/logo.png |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/household-goods.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/home-appliances.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/beauty-health.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/food-beverages.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/gadgets-communication.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/gifts.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/fashion.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/books.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/apps.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/services.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/music-movies-video.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/loans-borrowing.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/credit-cards-cashless.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/hobbies.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/vehicles.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/sports-outdoors.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | /images/organizers/AmebaChoiceContents/investments-asset-... |
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 parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
総合 新登場 急上昇 section.TrackableViewport > div.SpBlogRankingTab > div.SpBlogRankingTab_Tabs > ul.HorizontalList |
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 |
|---|
総合 div.SpBlogRankingTab_Tabs > ul.HorizontalList > li.HorizontalList_Item > button#blog-ranking-tab-tab-total |
新登場 div.SpBlogRankingTab_Tabs > ul.HorizontalList > li.HorizontalList_Item > button#blog-ranking-tab-tab-new |
急上昇 div.SpBlogRankingTab_Tabs > ul.HorizontalList > li.HorizontalList_Item > button#blog-ranking-tab-tab-hot |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.TrackableViewport > form.SpSearchBox_Form > div.SpSearchBox_Button > button.TapContent div.TrackableViewport > form.SpSearchBox_Form > div.SpSearchBox_Button > button.TapContent |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
新規登録 header.SpHeader > div.MenuHeader > div.MenuHeader_RegisterLink > a.TapContent |
ログイン header.SpHeader > div.MenuHeader > div.MenuHeader_RegisterLink > a.TapContent |
無料でインストール div.TopAppBanner_ImageContent > div.TopAppBanner_ImageContent_Content > div.TopAppBanner_ImageContent_Content_Text > p.TopAppBanner_ImageContent_Content_Text_sub |
「Amebaチョイス」でもっと探す div.TopAmebaChoice_Container > section.AmebaChoiceContentsArticles > div.TrackableViewport > a.TapContent |
総合 div.SpBlogRankingTab_Tabs > ul.HorizontalList > li.HorizontalList_Item > button#blog-ranking-tab-tab-total |
新登場 div.SpBlogRankingTab_Tabs > ul.HorizontalList > li.HorizontalList_Item > button#blog-ranking-tab-tab-new |
急上昇 div.SpBlogRankingTab_Tabs > ul.HorizontalList > li.HorizontalList_Item > button#blog-ranking-tab-tab-hot |
#お金 div.SpSearchBox_Hash_Link > div.TrackableViewport > a.TapContent > p.Ellipsis |
#人間関係の悩み div.SpSearchBox_Hash_Link > div.TrackableViewport > a.TapContent > p.Ellipsis |
※Ameba以外のサービスをご利用の場合利用規約と外部サービスとのID連携に関する同意事項に同意の上、ログインしてください。 div.AppShell_MainContainer > footer.TrackableViewport > div.SpFooter_Notes > p.SpFooter_Notes_Text |
利用規約 footer.TrackableViewport > div.SpFooter_Notes > p.SpFooter_Notes_Text > a.TapContent |
外部サービスとのID連携に関する同意事項 footer.TrackableViewport > div.SpFooter_Notes > p.SpFooter_Notes_Text > a.TapContent |
著作権等管理事業者許諾番号 div.AppShell_MainContainer > footer.TrackableViewport > div.SpFooter_Notes > a.TapContent |
安心・安全なご利用のために div.AppShell_MainContainer > footer.TrackableViewport > div.SpFooter_Links > a.TapContent |
アクセスデータの利用 div.AppShell_MainContainer > footer.TrackableViewport > div.SpFooter_Links > a.TapContent |
Amebaプロフィール div.AppShell_MainContainer > footer.TrackableViewport > div.SpFooter_Links > a.TapContent |
お問い合わせ div.SpFooter_Links > ul.HorizontalList > li.HorizontalList_Item > a.TapContent |
ヘルプ div.SpFooter_Links > ul.HorizontalList > li.HorizontalList_Item > a.TapContent |
利用規約 div.SpFooter_Links > ul.HorizontalList > li.HorizontalList_Item > a.TapContent |
特定商取引法に基づく表記 div.AppShell_MainContainer > footer.TrackableViewport > div.SpFooter_Links > a.TapContent |
© CyberAgent, Inc. div.AppShell_MainContainer > footer.TrackableViewport > div.SpFooter_Copyright > p |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
利用規約 footer.TrackableViewport > div.SpFooter_Notes > p.SpFooter_Notes_Text > a.TapContent |
外部サービスとのID連携に関する同意事項 footer.TrackableViewport > div.SpFooter_Notes > p.SpFooter_Notes_Text > a.TapContent |
These are opportunities to improve the legibility of your content.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Amebaの商品比較メディア div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
ブログで役立つ情報を発信中! div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
わが子の100点塾探しするなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
全部教えて!と言われる美容法 div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
クレカ・ローン情報をご紹介! div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
納得の進路・高校を見つけるなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
Amebaの商品比較メディア div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
ブログで役立つ情報を発信中! div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
わが子の100点塾探しするなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
全部教えて!と言われる美容法 div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
クレカ・ローン情報をご紹介! div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
納得の進路・高校を見つけるなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
Amebaの商品比較メディア div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
ブログで役立つ情報を発信中! div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
わが子の100点塾探しするなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
全部教えて!と言われる美容法 div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
総合 div.SpBlogRankingTab > div.SpBlogRankingTab_Tabs > ul.HorizontalList > li.HorizontalList_Item |
新登場 div.SpBlogRankingTab > div.SpBlogRankingTab_Tabs > ul.HorizontalList > li.HorizontalList_Item |
急上昇 div.SpBlogRankingTab > div.SpBlogRankingTab_Tabs > ul.HorizontalList > li.HorizontalList_Item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
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 | |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.51 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
24 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.75 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.31 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.
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 | |
|---|---|---|---|
【利用者247人の声で選ぶ】ウォーターサーバーおすすめ厳選7機種|2026年最新の画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/w42pj7x9?r=640 | 356.5 KiB | 347.8 KiB |
ふるさと納税サイトのおすすめランキング25選!最新のキャンペーン情報や特徴別おすすめサイトも紹介の画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/1vmp8y2v?r=640 | 310.0 KiB | 301.2 KiB |
div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image | www.ameba.jp/images/organizers/OnBoardingContents/service_2.png | 111.5 KiB | 102.1 KiB |
おすすめカードローンをランキングで紹介!人気の35社を一覧で徹底比較の画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/e4l6mkz4?r=640 | 108.9 KiB | 100.1 KiB |
li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage | stat.amebame.com/pub/ads/adx/93da2ecd-8c79-4bf0-8e61-329aafab5394.png?size=640 | 78.6 KiB | 69.9 KiB |
【2026年】マッチングアプリおすすめはこれ!286人に聞いた人気アプリランキングの画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/p968668v?r=640 | 69.6 KiB | 60.8 KiB |
転職エージェントおすすめ21選を徹底比較!特化型のサービスも紹介!メリットや注意点も解説の画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/n93j6w04?r=640 | 65.2 KiB | 56.5 KiB |
li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage | stat.amebame.com/pub/ads/adx/186c1e54-200f-4dca-a729-f516a42cf5d6.png?size=640 | 56.0 KiB | 47.2 KiB |
クレジットカードのおすすめ人気ランキング40選!究極の1枚の選び方の画像 ul.AmebaChoiceContentsArticles_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsArticles_Item_Image | static-lifestyle.ameba.jp/micres/owlas/g/e9x0xyk9?r=640 | 53.8 KiB | 45.0 KiB |
div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image | www.ameba.jp/images/organizers/OnBoardingContents/service_1.png | 45.5 KiB | 38.3 KiB |
li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage | stat.amebame.com/pub/ads/adx/702566e7-fba4-4fe4-8ec4-736a9d39931a.jpg?size=640 | 41.5 KiB | 32.8 KiB |
li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage | stat.amebame.com/pub/ads/adx/3ff9c367-3f93-4c6d-8048-73240f3e0151.jpg?size=640 | 36.9 KiB | 28.2 KiB |
li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage | stat.amebame.com/pub/ads/adx/e79615bd-10d1-46d4-bc13-cdcb0e428df1.jpg?size=640 | 36.1 KiB | 27.3 KiB |
li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage li.OnBoardingContentsCarouselItem > a.TapContent > div.OnBoardingContentsCarouselItem_ImageBlock > img.LazyImage | stat.amebame.com/pub/ads/adx/4c9829f4-c269-4bb3-ad2f-0556a40e5708.jpg?size=640 | 31.4 KiB | 23.6 KiB |
div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image div.OnBoardingContentsService > ul.OnBoardingContentsService_Feature > li.OnBoardingContentsService_Feature_Item > img.OnBoardingContentsService_Feature_Item_Image | www.ameba.jp/images/organizers/OnBoardingContents/service_3.png | 25.2 KiB | 21.2 KiB |
div.TopOnBoarding > div.OnBoardingContentsHowToUse > div.OnBoardingContentsHowToUse_Inner > img.OnBoardingContentsHowToUse_Image1 div.TopOnBoarding > div.OnBoardingContentsHowToUse > div.OnBoardingContentsHowToUse_Inner > img.OnBoardingContentsHowToUse_Image1 | www.ameba.jp/images/organizers/OnBoardingContents/usage_1.png | 20.4 KiB | 17.2 KiB |
div.TopOnBoarding > div.OnBoardingContentsHowToUse > div.OnBoardingContentsHowToUse_Inner > img.OnBoardingContentsHowToUse_Image2 div.TopOnBoarding > div.OnBoardingContentsHowToUse > div.OnBoardingContentsHowToUse_Inner > img.OnBoardingContentsHowToUse_Image2 | www.ameba.jp/images/organizers/OnBoardingContents/usage_2.png | 17.4 KiB | 14.3 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| www.ameba.jp/assets/top_desktop-4cec3aefb3efaa2a23971f9126a079d9.css | 5.8 KiB |
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.
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 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/gtm.js?id=GTM-N49WWL | 163.6 KiB | 73.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-3028DJK3ZG&cx=c>m=4e64h1 | 157.0 KiB | 64.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-7BCS07G3H9&cx=c>m=4e64h1 | 157.1 KiB | 63.7 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-608763171&cx=c>m=4e64h1 | 144.5 KiB | 59.6 KiB |
| www.ameba.jp/assets/vendor-fe2b1fc60d08d682f5b7.js | 128.3 KiB | 55.3 KiB |
| connect.facebook.net/ja_JP/bundle/sdk.js/ | 77.8 KiB | 50.7 KiB |
| fundingchoicesmessages.google.com/i/pub-9369398376690864?ers=1 | 68.8 KiB | 35.2 KiB |
| www.ameba.jp/assets/app_shell_desktop-a9927de466b880433cff.js | 49.5 KiB | 24.3 KiB |
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 cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.0 KiB | 14.5 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
CyberAgent, Inc. div.PcFooter_Corporate_Inner > p.PcFooter_Copyright > a > img | www.ameba.jp/images/organizers/AppShellDesktop/PcFooter/logo_cyber.png |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/household-goods.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/home-appliances.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/beauty-health.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/food-beverages.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/gadgets-communication.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/gifts.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/fashion.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/books.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/apps.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/services.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/music-movies-video.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/loans-borrowing.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/credit-cards-cashless.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/hobbies.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/vehicles.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | www.ameba.jp/images/organizers/AmebaChoiceContents/sports-outdoors.svg |
ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon ul.AmebaChoiceContentsCategory_List > li.TrackableViewport > a.TapContent > img.AmebaChoiceContentsCategory_Icon | /images/organizers/AmebaChoiceContents/investments-asset-... |
アメーバアプリ div.FooterAmeba_AmebaApp > div.FooterAmeba_AmebaApp_Content > div.FooterAmeba_AmebaApp_Icon > img.LazyImage | |
qrコードで読み取る div.FooterAmeba_AmebaApp > div.FooterAmeba_AmebaApp_Content > div.FooterAmeba_AmebaApp_QrCode > img.LazyImage |
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.PcHeader_Controls > div.PcHeader_Search > form.PcSearchBox > input.PcSearchBox_Input |
新規登録 div.PcHeader_Inner > div.PcHeader_Controls > div.PcHeader_Controls_Login > a.TapContent |
ログイン div.PcHeader_Inner > div.PcHeader_Controls > div.PcHeader_Controls_Login > a.TapContent |
更新を受け取る div.PcBlogRankings > ul.clearfix > li.PcBlogRankings_Item > button.TapContent |
更新を受け取る div.PcBlogRankings > ul.clearfix > li.PcBlogRankings_Item > button.TapContent |
更新を受け取る div.PcBlogRankings > ul.clearfix > li.PcBlogRankings_Item > button.TapContent |
更新を受け取る div.PcBlogRankings > ul.clearfix > li.PcBlogRankings_Item > button.TapContent |
更新を受け取る div.PcBlogRankings > ul.clearfix > li.PcBlogRankings_Item > button.TapContent |
更新を受け取る div.PcBlogRankings > ul.clearfix > li.PcBlogRankings_Item > button.TapContent |
更新を受け取る div.PcBlogRankings > ul.clearfix > li.PcBlogRankings_Item > button.TapContent |
更新を受け取る div.PcBlogRankings > ul.clearfix > li.PcBlogRankings_Item > button.TapContent |
更新を受け取る div.PcBlogRankings > ul.clearfix > li.PcBlogRankings_Item > button.TapContent |
新規登録
(無料) div.TopFooterLogin > div.TopFooterLogin_Container > div.TopFooterLogin_LoginInner > a.TapContent |
(無料) div.TopFooterLogin_Container > div.TopFooterLogin_LoginInner > a.TapContent > p.TopFooterLogin_RegisterLink_SubText |
ログイン div.TopFooterLogin > div.TopFooterLogin_Container > div.TopFooterLogin_LoginInner > a.TapContent |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
These are opportunities to improve the legibility of your content.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
わが子の100点塾探しするなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
納得の進路・高校を見つけるなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
Amebaの商品比較メディア div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
ブログで役立つ情報を発信中! div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
全部教えて!と言われる美容法 div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
クレカ・ローン情報をご紹介! div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
わが子の100点塾探しするなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
納得の進路・高校を見つけるなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
Amebaの商品比較メディア div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
ブログで役立つ情報を発信中! div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
全部教えて!と言われる美容法 div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
クレカ・ローン情報をご紹介! div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
わが子の100点塾探しするなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
納得の進路・高校を見つけるなら div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
Amebaの商品比較メディア div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
ブログで役立つ情報を発信中! div.OnBoardingContentsCarousel > section.OnBoardingContentsCarousel_Container > ul.OnBoardingContentsCarousel_Container_List > li.OnBoardingContentsCarouselItem |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.PcHeader_Controls > div.PcHeader_Search > form.PcSearchBox > button.TapContent |
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.
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 |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
| AttributionReporting |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback