Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 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.
Well-optimized for search — your content is discoverable.
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.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
58 image-only link(s) without alt text
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.
87 third-party resources (99% of weight)
Performance issues directly impact user engagement and conversion rates.
Certificate expires soon (13 days remaining)
Security gaps expose your site and users to attacks, eroding trust.
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/94085606-4300-4214-a758-8a399b311943)<a href="https://beavercheck.com/results/94085606-4300-4214-a758-8a399b311943"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fameblo.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fameblo.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 16.3s 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 ~29%.
Page takes 16.3s to load
+12% bounceUsers abandon at ~3s — you're 13.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 504ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
7 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 → ¥128/month returns + JPY 100,000,000 risk avoided
¥52,000
6h · 5 findings
¥128 /mo
~¥1,539 / 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,462 / month at risk
~¥100,001,539 / year if left unfixed
¥100,000,000
+1 more
¥128 /mo
10739.6 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 2 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.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
504 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.64 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.
16.40 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.
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年最新の画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/w42pj7x9?r=992 | 843.5 KiB | 835.1 KiB |
ふるさと納税サイトのおすすめランキング25選!最新のキャンペーン情報や特徴別おすすめサイトも紹介の画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/1vmp8y2v?r=992 | 677.3 KiB | 668.9 KiB |
ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV | /ameblo/portal/20251212-4180222/_next/static/public/onboa... | 268.5 KiB | 248.5 KiB |
おすすめカードローンをランキングで紹介!人気の35社を一覧で徹底比較の画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/e4l6mkz4?r=992 | 190.2 KiB | 181.8 KiB |
【体験談付き】マッチングアプリおすすめはこれ!286人に聞いた人気アプリランキングの画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/p968668v?r=992 | 128.5 KiB | 120.1 KiB |
転職エージェントおすすめ21選を徹底比較!特化型のサービスも紹介!メリットや注意点も解説の画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/n93j6w04?r=992 | 123.4 KiB | 114.9 KiB |
クレジットカードのおすすめ人気ランキング40選!究極の1枚の選び方の画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/e9x0xyk9?r=992 | 101.4 KiB | 93.0 KiB |
ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV | /ameblo/portal/20251212-4180222/_next/static/public/onboa... | 82.7 KiB | 62.8 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/93da2ecd-8c79-4bf0-8e61-329aafab5394.png?size=640 | 78.6 KiB | 58.4 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/186c1e54-200f-4dca-a729-f516a42cf5d6.png?size=640 | 56.0 KiB | 35.7 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/702566e7-fba4-4fe4-8ec4-736a9d39931a.jpg?size=640 | 41.5 KiB | 21.3 KiB |
ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV | /ameblo/portal/20251212-4180222/_next/static/public/onboa... | 40.6 KiB | 20.7 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/3ff9c367-3f93-4c6d-8048-73240f3e0151.jpg?size=640 | 36.9 KiB | 16.7 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/e79615bd-10d1-46d4-bc13-cdcb0e428df1.jpg?size=640 | 36.1 KiB | 15.8 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/4c9829f4-c269-4bb3-ad2f-0556a40e5708.jpg?size=640 | 31.4 KiB | 13.2 KiB |
吉田さんファミリーのプロフィール画像 ul.NewTopBloggerRankingItem_List___9q62 > li.NewTopBloggerRankingItem_Item__VtpRq > a.NewTopBloggerRankingItem_Link__EzKNx > img.NewTopBloggerRankingItem_ProfileImage__jyEQO | /profile_images/20240714/23/4e/D5/j/o08650865p_1720968274... | 9.1 KiB | 6.6 KiB |
オギャ子のプロフィール画像 ul.NewTopBloggerRankingItem_List___9q62 > li.NewTopBloggerRankingItem_Item__VtpRq > a.NewTopBloggerRankingItem_Link__EzKNx > img.NewTopBloggerRankingItem_ProfileImage__jyEQO | /profile_images/20200829/15/82/ob/j/o04200420p_1598681652... | 8.7 KiB | 6.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| c.stat100.ameba.jp/ameblo/symbols/v3.24.0/fonts/ameba-symbols.css | 2.1 KiB | 751 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| ameblo.jp/ | 1.2 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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-N49WWL | 163.4 KiB | 72.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-HQSMEN0RQG&cx=c>m=4e64f0 | 173.3 KiB | 69.2 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-608763171&cx=c>m=4e64f0 | 144.4 KiB | 60.6 KiB |
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 | 903 ms |
| Other | 648 ms |
| Style & Layout | 590 ms |
| Script Parsing & Compilation | 185 ms |
| Rendering | 128 ms |
| Parse HTML & CSS | 38 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| 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 |
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.
App Storeからダウンロード div.AppInstallCTA_AppLinkBlock__1wdzn > div.AppInstallCTA_AppLinks__W9yeW > a.AppInstallCTA_LinkButton__q8uhI > img.AppInstallCTA_LinkImage__7ccvC |
Google Playで手に入れよう div.AppInstallCTA_AppLinkBlock__1wdzn > div.AppInstallCTA_AppLinks__W9yeW > a.AppInstallCTA_LinkButton__q8uhI > img.AppInstallCTA_LinkImage__7ccvC |
App Storeからダウンロード div.AppInstallCTA_AppLinkBlock__1wdzn > div.AppInstallCTA_AppLinks__W9yeW > a.AppInstallCTA_LinkButton__q8uhI > img.AppInstallCTA_LinkImage__7ccvC |
Google Playで手に入れよう div.AppInstallCTA_AppLinkBlock__1wdzn > div.AppInstallCTA_AppLinks__W9yeW > a.AppInstallCTA_LinkButton__q8uhI > img.AppInstallCTA_LinkImage__7ccvC |
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.
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 |
|---|
ブログで役立つ情報を発信中! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
Amebaの商品比較メディア div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
納得の進路・高校を見つけるなら div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
クレカ・ローン情報をご紹介! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
わが子の100点塾探しするなら div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
全部教えて!と言われる美容法 div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
ブログで役立つ情報を発信中! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
Amebaの商品比較メディア div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
納得の進路・高校を見つけるなら div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
クレカ・ローン情報をご紹介! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
わが子の100点塾探しするなら div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
全部教えて!と言われる美容法 div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
ブログで役立つ情報を発信中! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
Amebaの商品比較メディア div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
納得の進路・高校を見つけるなら div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
クレカ・ローン情報をご紹介! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
もっと見る aside.NewTopBloggerRankingList_Block__jwu3d > div.NewTopBloggerRankingList_Item__a24GY > div.NewTopBloggerRankingItem_MoreButtonContainer__NGnz3 > a.spui-LinkButton |
もっと見る aside.NewTopBloggerRankingList_Block__jwu3d > div.NewTopBloggerRankingList_Item__a24GY > div.NewTopBloggerRankingItem_MoreButtonContainer__NGnz3 > a.spui-LinkButton |
もっと見る aside.NewTopBloggerRankingList_Block__jwu3d > div.NewTopBloggerRankingList_Item__a24GY > div.NewTopBloggerRankingItem_MoreButtonContainer__NGnz3 > a.spui-LinkButton |
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 |
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.
787 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.60 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
927 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.65 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.
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年最新の画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/w42pj7x9?r=992 | 843.5 KiB | 834.8 KiB |
ふるさと納税サイトのおすすめランキング25選!最新のキャンペーン情報や特徴別おすすめサイトも紹介の画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/1vmp8y2v?r=992 | 677.3 KiB | 668.6 KiB |
ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV | /ameblo/portal/20251212-4180222/_next/static/public/onboa... | 268.5 KiB | 253.8 KiB |
おすすめカードローンをランキングで紹介!人気の35社を一覧で徹底比較の画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/e4l6mkz4?r=992 | 190.2 KiB | 181.5 KiB |
【体験談付き】マッチングアプリおすすめはこれ!286人に聞いた人気アプリランキングの画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/p968668v?r=992 | 128.5 KiB | 119.8 KiB |
転職エージェントおすすめ21選を徹底比較!特化型のサービスも紹介!メリットや注意点も解説の画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/n93j6w04?r=992 | 123.4 KiB | 114.6 KiB |
クレジットカードのおすすめ人気ランキング40選!究極の1枚の選び方の画像 li.AmebaChoiceBlock_ArticleListItem__Lsh_Y > a.AmebaChoiceBlock_ArticleListItemLink__ttRY2 > div.AmebaChoiceBlock_ArticleListItemImageWrapper__Dh6JA > img.AmebaChoiceBlock_ArticleListItemImage__UBrkt | static-lifestyle.ameba.jp/micres/owlas/g/e9x0xyk9?r=992 | 101.4 KiB | 92.6 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/93da2ecd-8c79-4bf0-8e61-329aafab5394.png?size=640 | 78.6 KiB | 70.0 KiB |
ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV | /ameblo/portal/20251212-4180222/_next/static/public/onboa... | 82.7 KiB | 68.1 KiB |
人の幸せにお金かけない友の言葉の画像 li.BloggerEntryList_Item__zADWa > a.BloggerEntryItem_Link__jSEBC > div.BloggerEntryItem_ImageBlock__ZgN2_ > img.BloggerEntryItem_Image__Vs_yN | /pub/ads/adx/193aaa75-d38d-4c96-b442-25bbb834ff14.jpg?siz... | 58.1 KiB | 49.5 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/186c1e54-200f-4dca-a729-f516a42cf5d6.png?size=640 | 56.0 KiB | 47.3 KiB |
主婦年金制度と必要な家計防災の画像 li.BloggerEntryList_Item__zADWa > a.BloggerEntryItem_Link__jSEBC > div.BloggerEntryItem_ImageBlock__ZgN2_ > img.BloggerEntryItem_Image__Vs_yN | /pub/ads/adx/41d58474-ebdd-491a-8e6e-6eaccf37c7f2.jpg?siz... | 50.0 KiB | 41.4 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/702566e7-fba4-4fe4-8ec4-736a9d39931a.jpg?size=640 | 41.5 KiB | 32.9 KiB |
迷ったけど購入したお仕事バッグの画像 li.BloggerEntryList_Item__zADWa > a.BloggerEntryItem_Link__jSEBC > div.BloggerEntryItem_ImageBlock__ZgN2_ > img.BloggerEntryItem_Image__Vs_yN | /pub/ads/adx/32147f3f-4d3d-48db-b71b-26531b56f75c.jpg?siz... | 38.9 KiB | 30.3 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/3ff9c367-3f93-4c6d-8048-73240f3e0151.jpg?size=640 | 36.9 KiB | 28.3 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/e79615bd-10d1-46d4-bc13-cdcb0e428df1.jpg?size=640 | 36.1 KiB | 27.4 KiB |
ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV ul.OnboardingBlock_Features__JwUbZ > li.OnboardingBlock_Feature__gkB8k > figure > img.OnboardingBlock_FeatureImage__ur5tV | /ameblo/portal/20251212-4180222/_next/static/public/onboa... | 40.6 KiB | 26.0 KiB |
li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 li.CampaignCarousel_ListItem__JgrgY > a.CampaignCarouselItem_Link__qzaAb > div.CampaignCarouselItem_ImageBlock__VjuBD > img.CampaignCarouselItem_Image__m5j37 | stat.amebame.com/pub/ads/adx/4c9829f4-c269-4bb3-ad2f-0556a40e5708.jpg?size=640 | 31.4 KiB | 23.6 KiB |
結婚祝いに貰って非常に困った物の画像 li.BloggerEntryList_Item__zADWa > a.BloggerEntryItem_Link__jSEBC > div.BloggerEntryItem_ImageBlock__ZgN2_ > img.BloggerEntryItem_Image__Vs_yN | /pub/ads/adx/b63108dc-3636-49a6-9b6e-2a21bb793104.jpg?siz... | 25.5 KiB | 19.3 KiB |
吉田さんファミリーのプロフィール画像 ul.NewTopBloggerRankingItem_List___9q62 > li.NewTopBloggerRankingItem_Item__VtpRq > a.NewTopBloggerRankingItem_Link__EzKNx > img.NewTopBloggerRankingItem_ProfileImage__jyEQO | /profile_images/20240714/23/4e/D5/j/o08650865p_1720968274... | 9.1 KiB | 8.3 KiB |
オギャ子のプロフィール画像 ul.NewTopBloggerRankingItem_List___9q62 > li.NewTopBloggerRankingItem_Item__VtpRq > a.NewTopBloggerRankingItem_Link__EzKNx > img.NewTopBloggerRankingItem_ProfileImage__jyEQO | /profile_images/20200829/15/82/ob/j/o04200420p_1598681652... | 8.7 KiB | 7.9 KiB |
Shioriのプロフィール画像 ul.NewTopBloggerRankingItem_List___9q62 > li.NewTopBloggerRankingItem_Item__VtpRq > a.NewTopBloggerRankingItem_Link__EzKNx > img.NewTopBloggerRankingItem_ProfileImage__jyEQO | /profile_images/20240221/17/c5/bG/j/o10231024p_1708504463... | 6.8 KiB | 6.0 KiB |
eri.のプロフィール画像 ul.NewTopBloggerRankingItem_List___9q62 > li.NewTopBloggerRankingItem_Item__VtpRq > a.NewTopBloggerRankingItem_Link__EzKNx > img.NewTopBloggerRankingItem_ProfileImage__jyEQO | /profile_images/20180311/00/85/PI/j/o12421209p_1520697531... | 6.8 KiB | 6.0 KiB |
赤井トマトのプロフィール画像 ul.NewTopBloggerRankingItem_List___9q62 > li.NewTopBloggerRankingItem_Item__VtpRq > a.NewTopBloggerRankingItem_Link__EzKNx > img.NewTopBloggerRankingItem_ProfileImage__jyEQO | /profile_images/20190824/20/cd/oe/j/o02250260p_1566644854... | 5.5 KiB | 4.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| c.stat100.ameba.jp/ameblo/numbers/v1.0.0/ameba-numbers.woff2 | 10 ms |
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 |
|---|---|---|
| c.stat100.ameba.jp/ameblo/symbols/v3.24.0/fonts/ameba-symbols.css | 2.1 KiB | 203 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.
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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| 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 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.4 KiB | 72.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-HQSMEN0RQG&cx=c>m=4e64f0h1 | 173.3 KiB | 69.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-608763171&cx=c>m=4e64f0h1 | 144.4 KiB | 60.7 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.
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.
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 |
|---|
ブログで役立つ情報を発信中! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
クレカ・ローン情報をご紹介! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
納得の進路・高校を見つけるなら div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
全部教えて!と言われる美容法 div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
Amebaの商品比較メディア div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
わが子の100点塾探しするなら div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
ブログで役立つ情報を発信中! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
クレカ・ローン情報をご紹介! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
納得の進路・高校を見つけるなら div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
全部教えて!と言われる美容法 div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
Amebaの商品比較メディア div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
わが子の100点塾探しするなら div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
ブログで役立つ情報を発信中! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
クレカ・ローン情報をご紹介! div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
納得の進路・高校を見つけるなら div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
全部教えて!と言われる美容法 div > section.CampaignCarousel_CarouselContainer__EBhgM > ul.CampaignCarousel_List__dm5_b > li.CampaignCarousel_ListItem__JgrgY |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
もっと見る aside.NewTopBloggerRankingList_Block__jwu3d > div.NewTopBloggerRankingList_Item__a24GY > div.NewTopBloggerRankingItem_MoreButtonContainer__NGnz3 > a.spui-LinkButton |
もっと見る aside.NewTopBloggerRankingList_Block__jwu3d > div.NewTopBloggerRankingList_Item__a24GY > div.NewTopBloggerRankingItem_MoreButtonContainer__NGnz3 > a.spui-LinkButton |
もっと見る aside.NewTopBloggerRankingList_Block__jwu3d > div.NewTopBloggerRankingList_Item__a24GY > div.NewTopBloggerRankingItem_MoreButtonContainer__NGnz3 > a.spui-LinkButton |
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 |
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