Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Infrastructure issues create a speed ceiling frontend fixes can't overcome.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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.
52 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/beaf5a0f-b755-48c4-8a39-307924b758ae)<a href="https://beavercheck.com/results/beaf5a0f-b755-48c4-8a39-307924b758ae"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhatena.ne.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhatena.ne.jpThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~29%.
Page takes 21.6s to load
+12% bounceUsers abandon at ~3s — you're 19.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No 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, …)
52 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥36,000 investment → ¥129/month returns + JPY 100,000,000 risk avoided
¥36,000
4h · 5 findings
¥129 /mo
~¥1,550 / 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.
4.5 developer hours at ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,463 / month at risk
~¥100,001,550 / year if left unfixed
¥100,000,000
+1 more
¥129 /mo
10820.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 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
8.87 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.57 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.22 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.015
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.66 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.
29.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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/403d512268808af0493dce4e4103a56ba9bd84cf/enl... | 71.1 KiB | 66.1 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/8374c12a8afda15027c9c74e6f954cb8c0822eea/enl... | 69.7 KiB | 64.8 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/5352004feda12560266253fa650aca03f6a953cb/enl... | 38.8 KiB | 34.1 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/0a9cbfc633d762544bd18a9015c30ab247737495/enl... | 35.7 KiB | 30.4 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/84e6ea122871650d445c9e71c8e64793a40b8c17/enl... | 25.4 KiB | 20.8 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/ac83666b63181beea90395972667c0e438859acd/enl... | 23.5 KiB | 18.7 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/9b6c16625081daa58e854b6bcddb4cfc545ef211/enl... | 22.3 KiB | 17.4 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/981152901b6f582f5542c480bb37ccbf7038f499/enl... | 21.5 KiB | 12.2 KiB |
カシオ、“誰でも買ったその日から音楽制作・演奏を楽しめる”サンプラー 174 users
av.watch.impress.co.jp div.ContentsFeed_tabs__vFVou > div#react-tabs-1 > ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf | imagesnep.admaster.cc/ML/8c566e6d95904504e98ed2e74e3d7b74__scv1__622x368.webp | 13.2 KiB | 10.5 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/18fcb0e4f7e30c2b06952f2ca6e6b53c94876202/enl... | 14.4 KiB | 9.5 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/492c303a1afa581643e6ca52fe2f276da0658dee/enl... | 13.9 KiB | 9.0 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/53abec85a1c5546b93530d61a844b4b433d41794/enl... | 17.8 KiB | 8.5 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/71c0ca9cc74d9adfce4c93ce75970e478d6776e8/enl... | 13.1 KiB | 8.2 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/6c274908ec4650dcda28bcce52589429d618f4d4/enl... | 17.5 KiB | 8.1 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/f79906d7f042005416c37f71f8597c6807e83d50/enl... | 12.8 KiB | 7.9 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/5c5bb68e1e8f53f1c0ef43545522607c5a4f10d1/enl... | 14.5 KiB | 7.4 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/467de1a8d30adf3f4f68be14f0e14eca1bb48531/enl... | 12.5 KiB | 7.2 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/b870fd02c5c50f1025bb0774bfbfed6846644b1b/enl... | 11.1 KiB | 6.2 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/3a720c64cc78f91eec59e61d30d8ed412b1cf8e5/enl... | 10.6 KiB | 5.7 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/9d1a47d534b724113aec9f926b28d65f6a4d7048/enl... | 14.6 KiB | 5.3 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/637b26cedf99fc8b474c244f305ca5626b12c443/enl... | 9.3 KiB | 4.6 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap | 59.8 KiB | 2.1 s |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| hatena.ne.jp/ | 1.4 s |
| www.hatena.ne.jp/ | 630 ms |
| www.hatena.ne.jp/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap | 59.3 KiB | 59.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 96.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-6J1ZXVTZGY&cx=c&_slc=1 | 148.0 KiB | 65.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WPVF7X | 145.1 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-QM5HX8W79Z&cx=c&_slc=1 | 147.7 KiB | 64.2 KiB |
| cdn.pool.st-hatena.com/valve/valve.js | 141.4 KiB | 62.0 KiB |
| /_next/static/chunks/67557a23317708ba96c9e9ef98fcd1f13320... | 49.3 KiB | 34.0 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.hatena.ne.jp/ | 3.1 s | 387 ms | 2.0 ms |
| Unattributable | 1.5 s | 103 ms | 0.0 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 755 ms | 673 ms | 46 ms |
| www.hatena.ne.jp/_next/static/chunks/pages/index-abdab3dd89b4e3023f85.js | 393 ms | 313 ms | 72 ms |
| www.googletagmanager.com/gtag/js?id=G-QM5HX8W79Z&cx=c&_slc=1 | 234 ms | 189 ms | 43 ms |
| www.googletagmanager.com/gtag/js?id=G-6J1ZXVTZGY&cx=c&_slc=1 | 231 ms | 189 ms | 41 ms |
| cdn.pool.st-hatena.com/valve/valve.js | 218 ms | 169 ms | 37 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WPVF7X | 216 ms | 161 ms | 47 ms |
| btloader.com/tag?o=5085785915654144&upapi=true | 134 ms | 121 ms | 8.5 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 101 ms | 91 ms | 9.4 ms |
| www.google-analytics.com/analytics.js | 91 ms | 73 ms | 3.9 ms |
| www.hatena.ne.jp/_next/static/chunks/framework.bf835f192d9c4f88cfd8.js | 79 ms | 67 ms | 9.1 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.6 s |
| Style & Layout | 2.3 s |
| Other | 1.6 s |
| Script Parsing & Compilation | 351 ms |
| Rendering | 170 ms |
| Garbage Collection | 118 ms |
| Parse HTML & CSS | 67 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap | 59.8 KiB | 6.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
ログイン header.Header_header__3Z-q0 > ul.Header_menu__2dtDj > li > a.Header_signin__1oGiB |
はてなIDを作る(無料) div.Layout_container__21Rhq > div.Introduction_introduction__1eH1_ > div.Introduction_wrapper__2DGNR > a.Introduction_signup__qyLDl |
(無料) div.Introduction_introduction__1eH1_ > div.Introduction_wrapper__2DGNR > a.Introduction_signup__qyLDl > span |
17 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
shonenjumpplus.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
91 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
shonenjumpplus.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
72 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.nintendo.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
28 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.47news.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
79 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
togetter.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
64 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.apple.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
11 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
nyosegawa.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
86 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
bunshun.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
12 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260421194536 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
84 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
forest.watch.impress.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
217 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
news.web.nhk li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
129 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
to-ti.in li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
49 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.bbc.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
258 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.bengo4.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
39 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
dragons.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
101 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
togetter.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
71 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
type.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
rollingstonejapan.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
62 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.afpbb.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
105 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.tokyo-np.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
73 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
note.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
72 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
posfie.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
207 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.cnn.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
44 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.casio.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
174 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
av.watch.impress.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
108 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.sankei.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
177 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260421150528 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
154 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.itmedia.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
84 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
posfie.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
touda.tohoku.ac.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:jun-jun1965 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
162 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.famitsu.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
214 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
togetter.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
61 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
games.toei.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
36 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260421063716 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
208 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
note.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:toshikane li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
218 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
dailyportalz.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
234 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.ben54.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
224 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
note.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
459 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.asahi.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
263 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
sumahodigest.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
17 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260421080248 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
7 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260421075411 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
15 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20211119095122 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
210 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
rookie.shonenjump.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:kobonemi li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
13 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420222726 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
4 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420222009 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:gms li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
21 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
note.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
55 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420190640 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
152 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:slideglide li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
10 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420184836 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:sakuyaoi li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
16 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420163432 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
140 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420144408 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
9 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420144020 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420135328 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
181 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420123822 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
308 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420121623 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:cozynest li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
1 user li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:hatenablog li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
6 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:sudoakiy li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:uesugi_rintaro li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:nowokay li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:toy_love li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:hostage li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:tomohiko37_i li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:nichijyounotokimeki li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
15 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419221205 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419214451 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
14 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419194320 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
432 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419194436 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
319 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419194512 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
13 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419192843 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
36 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:hiroyukikojima li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
370 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419185833 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
213 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419145359 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
33 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419151256 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
73 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419144831 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
16 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419141620 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
202 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419113552 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
52 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419104917 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
4 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260418133755 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
17 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
91 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
72 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
28 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
79 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
64 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
11 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
86 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
12 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
84 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
217 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
129 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
49 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
258 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
39 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
101 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
71 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
62 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
105 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
73 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
72 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
207 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
44 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
174 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
108 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
177 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
154 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
84 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
162 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
214 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
208 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
218 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
234 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
224 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
459 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
263 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
15 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
210 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
13 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
21 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
55 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
152 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
10 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
140 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
9 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
308 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
1 user li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
6 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
15 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
14 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
319 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
13 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
36 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
33 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
73 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
16 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
202 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
52 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
4 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.hatena.ne.jp/ | Allowed |
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 |
|---|---|
| Topics | cdn.pool.st-hatena.com/valve/valve.js line 1, col 336 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
5.77 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
58 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.024
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.77 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
8.75 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.
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 | |
|---|---|---|---|
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/403d512268808af0493dce4e4103a56ba9bd84cf/enl... | 71.1 KiB | 66.1 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/8374c12a8afda15027c9c74e6f954cb8c0822eea/enl... | 69.7 KiB | 64.8 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/5352004feda12560266253fa650aca03f6a953cb/enl... | 38.8 KiB | 34.1 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/84e6ea122871650d445c9e71c8e64793a40b8c17/enl... | 25.4 KiB | 20.8 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/9b6c16625081daa58e854b6bcddb4cfc545ef211/enl... | 22.3 KiB | 17.4 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/981152901b6f582f5542c480bb37ccbf7038f499/enl... | 21.5 KiB | 12.2 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/18fcb0e4f7e30c2b06952f2ca6e6b53c94876202/enl... | 14.4 KiB | 9.5 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/492c303a1afa581643e6ca52fe2f276da0658dee/enl... | 13.9 KiB | 9.0 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/53abec85a1c5546b93530d61a844b4b433d41794/enl... | 17.8 KiB | 8.5 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/f79906d7f042005416c37f71f8597c6807e83d50/enl... | 12.8 KiB | 7.9 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/467de1a8d30adf3f4f68be14f0e14eca1bb48531/enl... | 12.5 KiB | 7.2 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/9d1a47d534b724113aec9f926b28d65f6a4d7048/enl... | 14.6 KiB | 5.3 KiB |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi | /image/scale/637b26cedf99fc8b474c244f305ca5626b12c443/enl... | 9.3 KiB | 4.6 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap | 59.8 KiB | 704 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| hatena.ne.jp/ | 872 ms |
| www.hatena.ne.jp/ | 190 ms |
| www.hatena.ne.jp/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap | 59.8 KiB | 6.2 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap | 59.3 KiB | 59.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... | 187.5 KiB | 95.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-QM5HX8W79Z&cx=c&_slc=1 | 147.5 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-6J1ZXVTZGY&cx=c&_slc=1 | 148.0 KiB | 64.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WPVF7X | 145.1 KiB | 64.8 KiB |
| cdn.pool.st-hatena.com/valve/valve.js | 141.4 KiB | 62.1 KiB |
| /_next/static/chunks/67557a23317708ba96c9e9ef98fcd1f13320... | 49.3 KiB | 34.0 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.
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.Header_header__3Z-q0 > ul.Header_menu__2dtDj > li > a.Header_signin__1oGiB |
はてなIDを作る header.Header_header__3Z-q0 > ul.Header_menu__2dtDj > li > a.Header_signup__3ds0U |
はてなIDを作る(無料) div.Layout_container__21Rhq > div.Introduction_introduction__1eH1_ > div.Introduction_wrapper__2DGNR > a.Introduction_signup__qyLDl |
(無料) div.Introduction_introduction__1eH1_ > div.Introduction_wrapper__2DGNR > a.Introduction_signup__qyLDl > span |
17 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
shonenjumpplus.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
91 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
shonenjumpplus.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
72 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.nintendo.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
28 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.47news.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
79 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
togetter.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
64 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.apple.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
11 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
nyosegawa.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
86 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
bunshun.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
12 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260421194536 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
84 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
forest.watch.impress.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
218 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
news.web.nhk li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
129 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
to-ti.in li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
49 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.bbc.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
258 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.bengo4.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
39 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
dragons.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
101 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
togetter.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
71 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
type.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
rollingstonejapan.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
62 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.afpbb.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
105 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.tokyo-np.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
73 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
note.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
72 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
posfie.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
207 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.cnn.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
44 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.casio.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
174 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
av.watch.impress.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
108 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.sankei.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
177 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260421150528 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
154 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.itmedia.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
84 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
posfie.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
touda.tohoku.ac.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:jun-jun1965 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
162 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.famitsu.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
214 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
togetter.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
61 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
games.toei.co.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
36 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260421063716 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
208 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
note.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:toshikane li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
218 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
dailyportalz.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
234 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.ben54.jp li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
224 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
note.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
459 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
www.asahi.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
263 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
sumahodigest.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
17 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260421080248 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
7 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260421075411 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
15 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20211119095122 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
210 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
rookie.shonenjump.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:kobonemi li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
13 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420222726 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
4 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420222009 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:gms li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
21 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
note.com li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
55 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420190640 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
152 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:slideglide li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
10 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420184836 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:sakuyaoi li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
16 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420163432 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
140 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420144408 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
9 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420144020 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420135328 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
181 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420123822 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
308 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260420121623 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:cozynest li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
1 user li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:hatenablog li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
6 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:sudoakiy li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:uesugi_rintaro li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:nowokay li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:toy_love li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:hostage li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
id:tomohiko37_i li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:nichijyounotokimeki li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
15 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419221205 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419214451 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
14 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419194320 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
432 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419194436 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
319 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419194512 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
13 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419192843 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
36 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
id:hiroyukikojima li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
370 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419185833 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
213 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419145359 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
33 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419151256 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
73 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419144831 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
16 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419141620 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
202 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419113552 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
52 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260419104917 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
4 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
anond:20260418133755 li.EntryList_entryListItem__1vXtf > article > div.Cite_Cite__2eXKo > a.Cite_citation__1gpUp |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.Entry_thumbnail__x1kmi |
ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ ul.EntryList_entryList__3CrI0 > li.EntryList_entryListItem__1vXtf > article > a.Service_service__3GJZQ |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
79 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
11 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
86 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
84 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
218 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
49 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
258 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
39 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
101 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
71 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
40 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
62 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
105 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
73 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
72 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
207 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
174 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
108 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
154 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
84 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
162 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
214 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
208 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
218 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
234 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
224 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
459 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
263 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
21 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
152 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
2 users li.EntryList_entryListItem__1vXtf > article > div.Entry_entry__qxjrw > a.BookmarkCount_count__3_Ta3 |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.hatena.ne.jp/ | Allowed |
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 |
|---|---|
| Topics | cdn.pool.st-hatena.com/valve/valve.js line 1, col 336 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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