Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 40.9s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
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.
Page weighs 19.1 MB (9.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
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/4e27894f-1a8f-40ca-b151-8988292e00a9)<a href="https://beavercheck.com/results/4e27894f-1a8f-40ca-b151-8988292e00a9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftabelog.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftabelog.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 40.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 40.9s to load
+12% bounceUsers abandon at ~3s — you're 38.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.5s
+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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥40,000 investment → ¥357/month returns + JPY 100,000,000 risk avoided
¥40,000
5h · 5 findings
¥357 /mo
~¥4,284 / year
JPY 100,000,000
if kept compliant
¥12,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,690 / month at risk
~¥100,004,284 / year if left unfixed
¥100,000,000
+1 more
¥357 /mo
29899.9 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.
4.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
40.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.53 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
24.88 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.
54.35 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
お店探しは食べログアプリ div.rsttop-header-wrapper > div.rsttop-container > div.rsttop-container__kv > img | tblg.k-img.com/images/smartphone/image/top-kv_re3.png | 1.7 MiB | 1.6 MiB |
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img | /images/smartphone/banner/contents_bnr_tta2027_nominated_... | 248.4 KiB | 224.0 KiB |
居酒屋完全ガイド li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img | tblg.k-img.com/images/smartphone/banner/contents_bnr_izakaya_520x288_re1.png | 87.2 KiB | 62.8 KiB |
大人数の宴会 li.rsttop-search-list__item > a.js-analytics > div.rsttop-search-list__img > img | img1.kakaku.k-img.com/images/ad/adadmin/adimage/202602/130572.png | 50.3 KiB | 47.8 KiB |
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img | tblg.k-img.com/images/smartphone/banner/contents_bnr_thr2026_520x288_re1.png | 60.5 KiB | 36.1 KiB |
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img | /images/smartphone/banner/contents_bnr_rstselection_520x2... | 58.9 KiB | 34.5 KiB |
〈食べログ3.5以下のうまい店〉京都・聖護院にある、鉄板焼き&お好み焼きの店。芸能人や文化人からも愛される、隠れた名店 li.c-grids__item > a.p-vertical-rst > div.p-vertical-rst__photo > img.js-lazyload-image | img1.kakaku.k-img.com/images/ad/adadmin/adimage/202602/130816.jpg | 25.5 KiB | 23.1 KiB |
京都 div.rsttop-area-search__main > div.rsttop-area-search__img > div.rsttop-area-search__img-item > img.rsttop-area-search__img-thumb | tblg.k-img.com/images/smartphone/icon/areasearch_kyoto.png | 28.7 KiB | 22.9 KiB |
こんなプリンがあるなんて! 築90年の古民家カフェの名物メニュー「空とぶプリン」の秘密にせまる li.c-grids__item > a.p-vertical-rst > div.p-vertical-rst__photo > img.js-lazyload-image | img1.kakaku.k-img.com/images/ad/adadmin/adimage/202602/130612.jpg | 24.8 KiB | 22.4 KiB |
福岡 div.rsttop-area-search__main > div.rsttop-area-search__img > div.rsttop-area-search__img-item > img.rsttop-area-search__img-thumb | tblg.k-img.com/images/smartphone/icon/areasearch_fukuoka.png | 25.5 KiB | 19.7 KiB |
大阪 div.rsttop-area-search__main > div.rsttop-area-search__img > div.rsttop-area-search__img-item > img.rsttop-area-search__img-thumb | tblg.k-img.com/images/smartphone/icon/areasearch_osaka.png | 25.2 KiB | 19.4 KiB |
愛知 div.rsttop-area-search__main > div.rsttop-area-search__img > div.rsttop-area-search__img-item > img.rsttop-area-search__img-thumb | tblg.k-img.com/images/smartphone/icon/areasearch_aichi.png | 22.0 KiB | 16.2 KiB |
焼肉 li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_yakiniku.jpg | 22.5 KiB | 16.2 KiB |
神奈川 div.rsttop-area-search__main > div.rsttop-area-search__img > div.rsttop-area-search__img-item > img.rsttop-area-search__img-thumb | tblg.k-img.com/images/smartphone/icon/areasearch_kanagawa.png | 21.0 KiB | 15.2 KiB |
ネット予約可 li.rsttop-search-list__item > a.rsttop-search-list__target > div.rsttop-search-list__img > img | img1.kakaku.k-img.com/images/ad/adadmin/adimage/202212/SP_140x140_magazine.png | 17.0 KiB | 14.6 KiB |
東京 div.rsttop-area-search__main > div.rsttop-area-search__img > div.rsttop-area-search__img-item > img.rsttop-area-search__img-thumb | tblg.k-img.com/images/smartphone/icon/areasearch_tokyo.png | 19.6 KiB | 13.9 KiB |
飲み会・宴会幹事初心者必見!幹事マニュアル 保存版 li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img | /images/smartphone/banner/contents_bnr_drinkingparty_secr... | 37.0 KiB | 12.6 KiB |
ラーメン li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_ramen.jpg | 16.1 KiB | 9.8 KiB |
大人数の宴会 li.rsttop-search-list__item > a.js-analytics > div.rsttop-search-list__img > img | tblg.k-img.com/images/smartphone/image/rsttop_scene_enkai.png | 9.2 KiB | 7.6 KiB |
イタリアン li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_italian.jpg | 13.8 KiB | 7.5 KiB |
お一人様 li.rsttop-search-list__item > a.js-analytics > div.rsttop-search-list__img > img | tblg.k-img.com/images/smartphone/image/rsttop_scene_hitori.png | 8.9 KiB | 7.2 KiB |
デート li.rsttop-search-list__item > a.js-analytics > div.rsttop-search-list__img > img | tblg.k-img.com/images/smartphone/image/rsttop_scene_date.png | 8.6 KiB | 7.0 KiB |
合コン li.rsttop-search-list__item > a.js-analytics > div.rsttop-search-list__img > img | tblg.k-img.com/images/smartphone/image/rsttop_scene_goukon.png | 8.3 KiB | 6.6 KiB |
接待 li.rsttop-search-list__item > a.js-analytics > div.rsttop-search-list__img > img | tblg.k-img.com/images/smartphone/image/rsttop_scene_settai.png | 8.2 KiB | 6.6 KiB |
女子会 li.rsttop-search-list__item > a.js-analytics > div.rsttop-search-list__img > img | tblg.k-img.com/images/smartphone/image/rsttop_scene_joshikai.png | 8.0 KiB | 6.3 KiB |
カフェ li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_cafe.jpg | 12.3 KiB | 6.0 KiB |
家族・子供と li.rsttop-search-list__item > a.js-analytics > div.rsttop-search-list__img > img | tblg.k-img.com/images/smartphone/image/rsttop_scene_family.png | 7.4 KiB | 5.8 KiB |
食べ放題 li.rsttop-search-list__item > a.rsttop-search-list__target > div.rsttop-search-list__img > img | tblg.k-img.com/images/smartphone/image/rsttop_kodawari_index_1_re1.jpg | 6.6 KiB | 5.0 KiB |
居酒屋 li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_izakaya.jpg | 10.7 KiB | 4.4 KiB |
オシャレな空間 li.rsttop-search-list__item > a.rsttop-search-list__target > div.rsttop-search-list__img > img | tblg.k-img.com/images/smartphone/image/rsttop_kodawari_index_2_re1.jpg | 5.8 KiB | 4.2 KiB |
個室 li.rsttop-search-list__item > a.rsttop-search-list__target > div.rsttop-search-list__img > img | tblg.k-img.com/images/smartphone/image/rsttop_kodawari_index_4_re1.jpg | 5.7 KiB | 4.1 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 |
|---|---|---|
| /stylesheets/css/restaurant/mobile/failed_credit_charge.c... | 981 B | 1.5 s |
| /3687940b53f7a560587a33c8bb748b9253ff5ea9/satelliteLib-5d... | 26.5 KiB | 932 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| tabelog.com/ | 1.1 s |
| s.tabelog.com/?format=html | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
How would you like to continue?
Open in Multilingual App
Continue on the web
… body#pagetop > div#body-wrap > div.c-lang-switch-overlay | 1.000 |
記念日・誕生日・会食などに、ぴったりのお店を厳選してご紹介。
特別な日のお店を探す
89万店舗
9,071万口コミ
24,151万写真
エリアから探… body#pagetop > div#body-wrap > div#top-box > div.rsttop-maincontents-wrapper | 0.151 |
header.rsttop-header > div.rsttop-header__lang-wrap > a.rsttop-header__lang > ::before header.rsttop-header > div.rsttop-header__lang-wrap > a.rsttop-header__lang > ::before | 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 7.8 s |
| Other | 3.3 s |
| Style & Layout | 3.1 s |
| Rendering | 1.5 s |
| Script Parsing & Compilation | 784 ms |
| Garbage Collection | 199 ms |
| Parse HTML & CSS | 175 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /stylesheets/css/restaurant/mobile/application_async.css?... | 125.4 KiB | 124.7 KiB |
| /stylesheets/lib/video-js.css?202604211530-a5679c674813b8... | 13.4 KiB | 13.4 KiB |
| html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,bloc... | 12.5 KiB | 11.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img | tblg.k-img.com/images/smartphone/banner/contents_bnr_thr2026_520x288_re1.png |
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img | /images/smartphone/banner/contents_bnr_tta2027_nominated_... |
食堂 百名店 2026 li.rsttop-feature-list__item > a > div.rsttop-feature-list__img > img | /images/smartphone/banner/contents_bnr_hyakumeiten2026_52... |
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img | /images/smartphone/banner/contents_bnr_rstselection_520x2... |
飲み会・宴会幹事初心者必見!幹事マニュアル 保存版 li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img | /images/smartphone/banner/contents_bnr_drinkingparty_secr... |
居酒屋完全ガイド li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img | tblg.k-img.com/images/smartphone/banner/contents_bnr_izakaya_520x288_re1.png |
THE TABELOG AWARD 2026のロゴ li.p-other-service-list__item > a.p-other-service-list__target > p.p-other-service-list__logo > img | tblg.k-img.com/images/logo/logo_tabelog_tta2026.svg |
食べログ求人 li.p-other-service-list__item > a.p-other-service-list__target > p.p-other-service-list__logo > img | tblg.k-img.com/images/logo/logo_tabelog_kyujin.svg |
焼肉 li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_yakiniku.jpg |
寿司 li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_sushi.jpg |
居酒屋 li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_izakaya.jpg |
イタリアン li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_italian.jpg |
ラーメン li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_ramen.jpg |
カフェ li.rsttop-genre-list__item > a.rsttop-genre-list__target > div.rsttop-genre-list__img > img.rsttop-genre-list__img-thumb | tblg.k-img.com/images/smartphone/image/rsttop_condition_cafe.jpg |
食べログ レストランセレクション li.p-other-service-list__item > a.p-other-service-list__target > p.p-other-service-list__logo > img | tblg.k-img.com/images/logo/logo_tabelog_rstselection_re1.svg |
食べログ ホットレストラン 2026 li.p-other-service-list__item > a.p-other-service-list__target > p.p-other-service-list__logo > img | tblg.k-img.com/images/logo/logo_tabelog_thr2026.svg |
飲み会・宴会幹事初心者必見!幹事マニュアル 保存版 li.p-other-service-list__item > a.p-other-service-list__target > p.p-other-service-list__logo > img | tblg.k-img.com/images/logo/logo_tabelog_drinkingparty-secretary.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
アプリで開く div.rsttop-container > div.rsttop-container__kv > div.rsttop-container__webtoapp-btn > a.js-analytics |
Open in Multilingual App div.c-bottom-sheet > div.c-lang-switch__inner > div.c-lang-switch__install-box > a.c-lang-switch__btn |
Continue on the web div.c-lang-switch__inner > div.c-lang-switch__install-box > p.c-lang-switch__install-box-text > span |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img |
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img |
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.rsttop-container__search-inner > li.rsttop-container__search-area > div.rsttop-container__search-area-inner > input.rsttop-container__search-input ul.rsttop-container__search-inner > li.rsttop-container__search-area > div.rsttop-container__search-area-inner > input.rsttop-container__search-input |
ul.rsttop-container__search-inner > li.rsttop-container__search-genre > div.rsttop-container__search-genre-inner > input.rsttop-container__search-input ul.rsttop-container__search-inner > li.rsttop-container__search-genre > div.rsttop-container__search-genre-inner > input.rsttop-container__search-input |
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 |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/12154.js?os=android&browser=chrome line 29, col 84959 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Attestation check for Protected Audience on https://grid-bidder.criteo.com failed. | |
Attestation check for Protected Audience on https://hbopenbid.pubmatic.com failed. | |
Attestation check for Protected Audience on https://htlb.casalemedia.com failed. | |
Attestation check for Protected Audience on https://ib.adnxs.com failed. | |
Attestation check for Protected Audience on https://mp.4dex.io failed. | |
Attestation check for Protected Audience on https://prebid.a-mo.net failed. | |
Attestation check for Protected Audience on https://prebid.a-mo.net failed. | |
Attestation check for Protected Audience on https://prebid.media.net failed. | |
Attestation check for Protected Audience on https://prg.smartadserver.com failed. | |
Attestation check for Protected Audience on https://rtb.openx.net failed. | |
Attestation check for Protected Audience on https://targeting.unrulymedia.com failed. | |
Attestation check for Protected Audience on https://y.one.impact-ad.jp failed. | |
Failed to load resource: the server responded with a status of 400 (Bad Request) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
English div.c-bottom-sheet > div.c-lang-switch__inner > div.c-lang-switch__install-box > a.c-lang-switch__btn |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img |
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img |
li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img li.rsttop-feature-list__item > a.rsttop-feature-list__target > div.rsttop-feature-list__img > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
112 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.96 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.
11.64 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
浅草エリアの絶品ランチ!価格帯別の定番&穴場27選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/25205/deb1af48... | 749.3 KiB | 746.5 KiB |
新宿駅周辺でゆっくりできるおしゃれなカフェ!駅出口別おすすめ23選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/26361/d807d1b5... | 738.0 KiB | 735.3 KiB |
上野の美味しいランチ30選!老舗から安いランチまで li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/25711/d2d3f165... | 715.8 KiB | 713.1 KiB |
東京都内のどら焼きの名店!人気の御三家や老舗など13選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/28252/01cf928b... | 693.4 KiB | 690.7 KiB |
新宿駅周辺の和食店で個室デート!時間帯・シーン別に20選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/26702/93d47c28... | 549.8 KiB | 547.1 KiB |
プリン·テラス王子 div.rsttop-header__visual > p.rsttop-header__visual-img > picture > img.js-lazyload-image | tblg.k-img.com/images/restaurant/image/top-kv01_re5.webp | 666.9 KiB | 442.0 KiB |
おにくのとりこ div.rsttop-header__visual > p.rsttop-header__visual-img > picture > img.js-lazyload-image | tblg.k-img.com/images/restaurant/image/top-kv05_re4.webp | 644.0 KiB | 419.1 KiB |
オールバックGOGOGO div.rsttop-header__visual > p.rsttop-header__visual-img > picture > img.js-lazyload-image | tblg.k-img.com/images/restaurant/image/top-kv03_re6.webp | 614.0 KiB | 389.1 KiB |
コネリー div.rsttop-header__visual > p.rsttop-header__visual-img > picture > img.js-lazyload-image | tblg.k-img.com/images/restaurant/image/top-kv07_re8.webp | 586.0 KiB | 361.1 KiB |
サプレマシー div.rsttop-header__visual > p.rsttop-header__visual-img > picture > img.js-lazyload-image | tblg.k-img.com/images/restaurant/image/top-kv09_re6.webp | 566.3 KiB | 341.4 KiB |
ぴーたんたん div.rsttop-header__visual > p.rsttop-header__visual-img > picture > img.js-lazyload-image | tblg.k-img.com/images/restaurant/image/top-kv04_re7.webp | 536.0 KiB | 311.2 KiB |
虎太郎がゆく div.rsttop-header__visual > p.rsttop-header__visual-img > picture > img.js-lazyload-image | tblg.k-img.com/images/restaurant/image/top-kv10_re7.webp | 527.8 KiB | 302.9 KiB |
浅草グルメを満喫できるおすすめ店30選!老舗店から食べ歩きグルメまで li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/8677/35dc489f3... | 277.3 KiB | 274.6 KiB |
goway859 div.rsttop-header__visual > p.rsttop-header__visual-img > picture > img | tblg.k-img.com/images/restaurant/image/top-kv06_re6.webp | 464.3 KiB | 239.4 KiB |
横浜駅直結、ハワイ発のカフェ&ダイナー。できたての「マラサダ」は必食(神奈川・横浜) li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /uploads/2026/04/1304-3001-19c2bd61bdedbb1912b9b69466b0fc... | 199.2 KiB | 195.7 KiB |
都庁前駅・西新宿駅界隈で美味しい居酒屋♪ li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/331/c0094c5cab... | 255.1 KiB | 170.1 KiB |
ノミネート店を公開中! ul.swiper-wrapper > li.swiper-slide > a.js-analytics > img.rsttop-pr__img | /images/restaurant/image/contents_bnr_tta2027_nominated_4... | 182.4 KiB | 158.9 KiB |
東京都内でおしゃれなカフェ巡り!エリア別話題のお店30選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/25495/092628ff... | 218.1 KiB | 133.1 KiB |
京都で「サカエヤ」の肉を味わうならここ! 牛肉の新しい世界が広がる、熟成肉の炭火焼きとは? li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/03/0H7A5568-1200x800.jpg | 123.1 KiB | 120.4 KiB |
〈食べログ3.5以下のうまい店〉京都・聖護院にある、鉄板焼き&お好み焼きの店。芸能人や文化人からも愛される、隠れた名店 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/03/0H7A5948-1200x800.jpg | 110.5 KiB | 108.1 KiB |
羽田空港で食事をするならここ!ターミナル別に26選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/22562/51f9e72f... | 106.0 KiB | 103.7 KiB |
啐啄 つか本 li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/26013373.jpg | 104.5 KiB | 101.1 KiB |
かさ原 li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/13266251.jpg | 100.9 KiB | 97.5 KiB |
温石 li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/22006811.jpg | 100.7 KiB | 97.2 KiB |
新大久保で昼も夜もサムギョプサル!人気店厳選10選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/6399/c624903f0... | 177.9 KiB | 92.9 KiB |
京都・烏丸御池で味わう、汁なし担々麺! 五香辣油の華やかな香りとゴマのコクが一気に広がる li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/03/0H7A5728-1200x800.jpg | 94.6 KiB | 92.5 KiB |
柚木元 li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/20004238.jpg | 93.2 KiB | 89.7 KiB |
Merfolk King div.rsttop-header__visual > p.rsttop-header__visual-img > picture > img.js-lazyload-image | tblg.k-img.com/images/restaurant/image/top-kv08.webp | 255.7 KiB | 80.2 KiB |
グルメな人も必ず喜ぶ「しょっぱい系」の手土産とは? 3月の人気記事ランキング li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /uploads/2026/04/6d9ea2422e083ffe9f492499074a1bd5-1200x80... | 80.4 KiB | 78.7 KiB |
日本橋蛎殻町 すぎた li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/13018162.jpg | 80.9 KiB | 77.4 KiB |
自称独り者グルメ div.rsttop-header__visual > p.rsttop-header__visual-img > picture > img.js-lazyload-image | tblg.k-img.com/images/restaurant/image/top-kv02.webp | 232.7 KiB | 73.0 KiB |
飲み会・宴会幹事初心者必見!幹事マニュアル 保存版 ul.swiper-wrapper > li.swiper-slide > a.js-analytics > img.rsttop-pr__img | /images/restaurant/image/contents_bnr_drinkingparty_secre... | 88.9 KiB | 72.5 KiB |
保存が増えるのにはワケがある! 東京エリアの食べログ保存数の増加ランキングを発表!(2026年3月) li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/04/sub1-1200x800.jpg | 68.4 KiB | 66.9 KiB |
ネット予約でVポイントが使えるお店 ul.swiper-wrapper > li.swiper-slide > a.js-analytics > img.rsttop-pr__img | tblg.k-img.com/images/restaurant/image/contents_bnr_feature_480x300_T2_re1.jpg | 79.7 KiB | 63.3 KiB |
鮨 あらい li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/13188186.jpg | 58.4 KiB | 54.9 KiB |
瞬 li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/22019273.jpg | 55.7 KiB | 52.2 KiB |
北野坂 木下 li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/28057663.jpg | 53.8 KiB | 50.3 KiB |
〈食べログ3.5以下のうまい店〉京都・祇園の花見小路通にある京料理店。4代続く歴史を守りながらも進化させ“よそにはない”一皿を li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/03/0H7A5195-1200x800.jpg | 50.7 KiB | 49.6 KiB |
焼肉 ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_yakiniku_re1.jpg | 46.9 KiB | 44.0 KiB |
松川 li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/13124391.jpg | 46.8 KiB | 43.3 KiB |
【東京】居酒屋完全ガイド ul.swiper-wrapper > li.swiper-slide > a.js-analytics > img.rsttop-pr__img | tblg.k-img.com/images/restaurant/image/contents_bnr_izakaya_480x300_re1.jpg | 59.2 KiB | 42.8 KiB |
食べログ レストランセレクション ul.swiper-wrapper > li.swiper-slide > a.js-analytics > img.rsttop-pr__img | tblg.k-img.com/images/restaurant/image/contents_bnr_rstselection_480x300_re1.png | 55.6 KiB | 39.2 KiB |
さわ田 li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/13001043.jpg | 40.4 KiB | 37.0 KiB |
ラーメン ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_ramen_re1.jpg | 39.2 KiB | 36.3 KiB |
食べログ ホットレストラン 2026 ul.swiper-wrapper > li.swiper-slide > a.js-analytics > img.rsttop-pr__img | tblg.k-img.com/images/restaurant/image/contents_bnr_thr2026_480x300_re1.png | 59.4 KiB | 35.9 KiB |
レストラン ナズ li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/20028578.jpg | 37.8 KiB | 34.3 KiB |
カフェ ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_cafe_re1.jpg | 34.7 KiB | 31.8 KiB |
鮨 一幸 li.swiper-slide > a.js-analytics > div.image > img | tblg.k-img.com/images/award/restaurants/2026/13300481.jpg | 35.1 KiB | 31.6 KiB |
ヤキニク旭 li.rsttop-info__item > a.rsttop-info__monthly-target > div.rsttop-info__monthly-pickup-img > img | /restaurant/images/Rvw/207205/50x50_square_ddceaf2152e972... | 31.1 KiB | 30.7 KiB |
ネット予約可 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_8.jpg | 31.4 KiB | 28.5 KiB |
イタリアン ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_italian_re1.jpg | 31.2 KiB | 28.3 KiB |
居酒屋 ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_izakaya_re1.jpg | 27.7 KiB | 24.8 KiB |
食べ放題 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_1.jpg | 26.9 KiB | 24.1 KiB |
寿司 ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_sushi_re1.jpg | 26.9 KiB | 24.0 KiB |
オシャレな空間 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_2.jpg | 26.0 KiB | 23.1 KiB |
飲み放題 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_3.jpg | 23.5 KiB | 20.6 KiB |
ワインあり ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_5.jpg | 22.1 KiB | 19.2 KiB |
個室 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_4.jpg | 21.9 KiB | 19.0 KiB |
こんなプリンがあるなんて! 築90年の古民家カフェの名物メニュー「空とぶプリン」の秘密にせまる li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/04/SAT07852020-1200x800.jpg | 45.8 KiB | 14.2 KiB |
デート ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_date_re1.png | 16.1 KiB | 13.2 KiB |
お一人様 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_hitori_re1.png | 16.1 KiB | 13.2 KiB |
合コン ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_goukon_re1.png | 15.1 KiB | 12.3 KiB |
接待 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_settai_re1.png | 14.6 KiB | 11.7 KiB |
女子会 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_joshikai_re1.png | 14.2 KiB | 11.3 KiB |
家族・子供と ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_family_re1.png | 13.5 KiB | 10.6 KiB |
総額○○万!? 1カ月の食事スケジュールと食費を全公開!(3月・マッキー牧元) li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /uploads/2026/04/ea0ad6d1d5cdafdf307b16d0ba54a5f4-1200x78... | 32.3 KiB | 10.0 KiB |
山岸久朗 div.rsttop-rvwr-cassette__inner > div.rsttop-rvwr-cassette__main > div.rsttop-rvwr-cassette__img > img | tabelog.com/user/images/Profile/1273/120x120_1273195.jpg?1767209917 | 7.0 KiB | 6.7 KiB |
大阪 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_osaka.jpg | 7.3 KiB | 6.5 KiB |
福岡 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_fukuoka.jpg | 6.8 KiB | 6.0 KiB |
京都 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_kyoto.jpg | 6.8 KiB | 6.0 KiB |
愛知 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_aichi.jpg | 6.3 KiB | 5.5 KiB |
神奈川 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_kanagawa.jpg | 5.9 KiB | 5.1 KiB |
東京 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_tokyo.jpg | 5.5 KiB | 4.7 KiB |
藤原 ヒロシ div.rsttop-rvwr-cassette__inner > div.rsttop-rvwr-cassette__main > div.rsttop-rvwr-cassette__img > img | tabelog.com/user/images/Profile/1310/120x120_1310996.jpg?1642668274 | 4.8 KiB | 4.5 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 |
|---|---|---|
| /stylesheets/css/restaurant/desktop/application.css?rst-v... | 206.3 KiB | 204.6 KiB |
| /stylesheets/lib/video-js.css?rst-v1-202604211530-a5679c6... | 13.4 KiB | 13.4 KiB |
| /stylesheets/css/restaurant/desktop/top.css?rst-v1-202604... | 18.5 KiB | 12.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /javascripts/assets/pepper/restaurant-pc/commons.js?rst-v... | 491.7 KiB | 385.3 KiB |
| www.googletagmanager.com/gtag/js?id=AW-873810303 | 137.8 KiB | 102.8 KiB |
| www.googletagmanager.com/gtag/js?id=AW-793093319&cx=c>m=4e64h1h1 | 137.6 KiB | 102.8 KiB |
| www.googletagmanager.com/gtag/js?id=AW-867974228&cx=c>m=4e64h1h1 | 137.7 KiB | 102.7 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 99.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KVVB8K2 | 167.4 KiB | 70.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-873810303&cx=c>m=4e64h1h1 | 137.8 KiB | 64.9 KiB |
| www.googletagmanager.com/gtag/js?id=AW-867974228 | 137.7 KiB | 61.1 KiB |
| www.googletagmanager.com/gtag/js?id=AW-793093319 | 137.6 KiB | 60.9 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17628404013&cx=c>m=4e64h1h1 | 144.5 KiB | 60.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 33.8 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 2.4 s |
| Style & Layout | 1.3 s |
| Script Evaluation | 1.3 s |
| Rendering | 556 ms |
| Script Parsing & Compilation | 165 ms |
| Parse HTML & CSS | 48 ms |
| Garbage Collection | 38 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /javascripts/lib/jquery_ujs-3.4.1.js?rst-v1-202604211530-... | 5.6 KiB | 2.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
グルメな人も必ず喜ぶ「しょっぱい系」の手土産とは? 3月の人気記事ランキング li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /uploads/2026/04/6d9ea2422e083ffe9f492499074a1bd5-1200x80... |
こんなプリンがあるなんて! 築90年の古民家カフェの名物メニュー「空とぶプリン」の秘密にせまる li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/04/SAT07852020-1200x800.jpg |
横浜駅直結、ハワイ発のカフェ&ダイナー。できたての「マラサダ」は必食(神奈川・横浜) li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /uploads/2026/04/1304-3001-19c2bd61bdedbb1912b9b69466b0fc... |
保存が増えるのにはワケがある! 東京エリアの食べログ保存数の増加ランキングを発表!(2026年3月) li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/04/sub1-1200x800.jpg |
京都で「サカエヤ」の肉を味わうならここ! 牛肉の新しい世界が広がる、熟成肉の炭火焼きとは? li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/03/0H7A5568-1200x800.jpg |
京都・烏丸御池で味わう、汁なし担々麺! 五香辣油の華やかな香りとゴマのコクが一気に広がる li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/03/0H7A5728-1200x800.jpg |
〈食べログ3.5以下のうまい店〉京都・聖護院にある、鉄板焼き&お好み焼きの店。芸能人や文化人からも愛される、隠れた名店 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/03/0H7A5948-1200x800.jpg |
〈食べログ3.5以下のうまい店〉京都・祇園の花見小路通にある京料理店。4代続く歴史を守りながらも進化させ“よそにはない”一皿を li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/03/0H7A5195-1200x800.jpg |
総額○○万!? 1カ月の食事スケジュールと食費を全公開!(3月・マッキー牧元) li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /uploads/2026/04/ea0ad6d1d5cdafdf307b16d0ba54a5f4-1200x78... |
都庁前駅・西新宿駅界隈で美味しい居酒屋♪ li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/331/c0094c5cab... |
新大久保で昼も夜もサムギョプサル!人気店厳選10選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/6399/c624903f0... |
東京都内でおしゃれなカフェ巡り!エリア別話題のお店30選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/25495/092628ff... |
浅草エリアの絶品ランチ!価格帯別の定番&穴場27選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/25205/deb1af48... |
新宿駅周辺でゆっくりできるおしゃれなカフェ!駅出口別おすすめ23選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/26361/d807d1b5... |
上野の美味しいランチ30選!老舗から安いランチまで li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/25711/d2d3f165... |
東京都内のどら焼きの名店!人気の御三家や老舗など13選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/28252/01cf928b... |
浅草グルメを満喫できるおすすめ店30選!老舗店から食べ歩きグルメまで li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/8677/35dc489f3... |
新宿駅周辺の和食店で個室デート!時間帯・シーン別に20選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/26702/93d47c28... |
羽田空港で食事をするならここ!ターミナル別に26選 li.swiper-slide > a.rsttop-hotnews__target > div.image > img | /resize/1200x630c/restaurant/images/matome/22562/51f9e72f... |
手打ちパスタとワインを味わえる、新しい日常イタリアン(東京・参宮橋) li.swiper-slide > a.rsttop-hotnews__target > div.image > img | magazine.tabelog.com/uploads/2026/04/LENOX-HOUSE_FB_16-1.jpg |
焼肉 ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_yakiniku_re1.jpg |
寿司 ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_sushi_re1.jpg |
居酒屋 ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_izakaya_re1.jpg |
イタリアン ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_italian_re1.jpg |
ラーメン ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_ramen_re1.jpg |
カフェ ul.rsttop-othersearch__photolist > li.js-analytics > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/rsttop_condition_cafe_re1.jpg |
お一人様 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_hitori_re1.png |
家族・子供と ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_family_re1.png |
接待 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_settai_re1.png |
デート ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_date_re1.png |
女子会 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_joshikai_re1.png |
合コン ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/scene_goukon_re1.png |
個室 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_4.jpg |
食べ放題 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_1.jpg |
飲み放題 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_3.jpg |
オシャレな空間 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_2.jpg |
ネット予約可 ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_8.jpg |
ワインあり ul.rsttop-othersearch__photolist > li.rsttop-othersearch__photolist-item > p.rsttop-othersearch__photolist-item-img > img | tabelog.com/images/restaurant/image/kodawari_index_5.jpg |
川井 潤 div.rsttop-rvwr-cassette__inner > div.rsttop-rvwr-cassette__main > div.rsttop-rvwr-cassette__img > img | tabelog.com/user/images/Profile/4502/120x120_4502799.jpg?1770493273 |
山岸久朗 div.rsttop-rvwr-cassette__inner > div.rsttop-rvwr-cassette__main > div.rsttop-rvwr-cassette__img > img | tabelog.com/user/images/Profile/1273/120x120_1273195.jpg?1767209917 |
笹岡隆甫 div.rsttop-rvwr-cassette__inner > div.rsttop-rvwr-cassette__main > div.rsttop-rvwr-cassette__img > img | tabelog.com/user/images/Profile/8528/120x120_8528330.jpg?1704892697 |
梅木雄平 div.rsttop-rvwr-cassette__inner > div.rsttop-rvwr-cassette__main > div.rsttop-rvwr-cassette__img > img | tabelog.com/user/images/Profile/1499/120x120_1499184.jpg?1768626970 |
藤原 ヒロシ div.rsttop-rvwr-cassette__inner > div.rsttop-rvwr-cassette__main > div.rsttop-rvwr-cassette__img > img | tabelog.com/user/images/Profile/1310/120x120_1310996.jpg?1642668274 |
マッキー牧元 div.rsttop-rvwr-cassette__inner > div.rsttop-rvwr-cassette__main > div.rsttop-rvwr-cassette__img > img | tabelog.com/user/images/Profile/4514/120x120_4514354.jpg?1642672207 |
東京 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_tokyo.jpg |
神奈川 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_kanagawa.jpg |
愛知 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_aichi.jpg |
大阪 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_osaka.jpg |
京都 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_kyoto.jpg |
福岡 li.rsttop-area-search__item > div.rsttop-area-search__target > div.rsttop-area-search__img > img | tblg.k-img.com/images/restaurant/image/rsttop_area_search_fukuoka.jpg |
div.l-column2__side > div.rsttop-info__contents > div.areatop-rdimg > img div.l-column2__side > div.rsttop-info__contents > div.areatop-rdimg > img | rd.tabelog.com/TYPE=topadv1/RCD=23062170,13226390/DEV=p/clear.gif?20260422080159 |
4502799 div.rsttop-rvwr-cassette__cover-wrap > div.p-rvwr-cover > div.p-rvwr-cover__img > img | |
1273195 div.rsttop-rvwr-cassette__cover-wrap > div.p-rvwr-cover > div.p-rvwr-cover__img > img | |
8528330 div.rsttop-rvwr-cassette__cover-wrap > div.p-rvwr-cover > div.p-rvwr-cover__img > img | |
1499184 div.rsttop-rvwr-cassette__cover-wrap > div.p-rvwr-cover > div.p-rvwr-cover__img > img | |
1310996 div.rsttop-rvwr-cassette__cover-wrap > div.p-rvwr-cover > div.p-rvwr-cover__img > img | |
4514354 div.rsttop-rvwr-cassette__cover-wrap > div.p-rvwr-cover > div.p-rvwr-cover__img > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#js-header-vacancy > div.js-calendar-picker > label.p-global-search__select-wrap > input#js-global-search-date div#js-header-vacancy > div.js-calendar-picker > label.p-global-search__select-wrap > input#js-global-search-date |
10:00
10:30
11:00
11:30
12:00
12:30
13:00
13:30
14:00
14:30
15:00
15:30
16:00
1… div#js-header-vacancy > div.p-global-search__vacancy > label.p-global-search__select-wrap > select#js-svt-header |
1名
2名
3名
4名
5名
6名
7名
8名
9名
10名
11名
12名
13名
14名
15名
16名
17名
18名
19名
20名
21名
22名
… div#js-header-vacancy > div.p-global-search__vacancy > label.p-global-search__select-wrap > select#js-svps-header |
検索 div.p-global-search-suggest__wrap > div.p-global-search__search-wrap > button#js-global-search-btn > i |
無料会員登録/ログイン div.rsttop-userdata__user-rstbox > div.rsttop-userdata__nologin > div.rsttop-userdata__login-lead > a.c-btn |
高岳、新栄町、栄町 / 焼肉 li.rsttop-info__item > a.rsttop-info__monthly-target > div.rsttop-info__monthly-pickup-rstinfo > p.rsttop-info__monthly-pickup-areagenre |
仲御徒町、稲荷町、京成上野 / ビストロ li.rsttop-info__item > a.rsttop-info__monthly-target > div.rsttop-info__monthly-pickup-rstinfo > p.rsttop-info__monthly-pickup-areagenre |
東京都 li.swiper-slide > a.js-analytics > p > span.award-rst__area |
寿司 li.swiper-slide > a.js-analytics > p > span.award-rst__genre |
東京都 li.swiper-slide > a.js-analytics > p > span.award-rst__area |
寿司 li.swiper-slide > a.js-analytics > p > span.award-rst__genre |
静岡県 li.swiper-slide > a.js-analytics > p > span.award-rst__area |
うなぎ・あなご li.swiper-slide > a.js-analytics > p > span.award-rst__genre |
静岡県 li.swiper-slide > a.js-analytics > p > span.award-rst__area |
日本料理 li.swiper-slide > a.js-analytics > p > span.award-rst__genre |
長野県 li.swiper-slide > a.js-analytics > p > span.award-rst__area |
日本料理 li.swiper-slide > a.js-analytics > p > span.award-rst__genre |
長野県 li.swiper-slide > a.js-analytics > p > span.award-rst__area |
創作料理・イノベーティブ li.swiper-slide > a.js-analytics > p > span.award-rst__genre |
うまいもの、いま食べるなら、このお店。 div.rsttop-condition__inner > div.rsttop-condition__item > h2.rsttop-heading1 > span.rsttop-condition__heading-sub |
div.rsttop-rvwr-search__headarea > div.rsttop-rvwr-search__form-wrap > form#FrmSrchFreeWord_U > input.c-btn div.rsttop-rvwr-search__headarea > div.rsttop-rvwr-search__form-wrap > form#FrmSrchFreeWord_U > input.c-btn |
食べログを使って、おすすめのお店を紹介している有名人をご紹介します。 div.rsttop-condition__item > div.rsttop-rvwr-search__inner > div.slide-wrapper > span.rsttop-rvwr-search__lead |
新しくお店を登録 ul.rsttop-info__list > li.rsttop-info__item > div.rsttop-info__entrybtn-area > a.c-btn |
グルメキュレーションサイト ul#footer-tabelog-navi > li.navi-matome > a > strong |
毎日の外食が楽しくなるグルメ情報 ul#footer-tabelog-navi > li.navi-magazine > a > strong |
全国で活躍するレビュアー ul#footer-tabelog-navi > li.navi-user > a > strong |
飲食店専門の求人サイト ul#footer-tabelog-navi > li.navi-tbkyujin > a > strong |
言語 div#footer > div.footer-language > div.footer-language__inner > p.footer-language__label |
日本語 div.footer-language > div.footer-language__inner > ul.footer-language__items > li |
Copyright (c) Kakaku.com, Inc. All Rights Reserved. 無断転載禁止 div.rsttop-body-wrapper > div#footer > div.footer-copyright > address.footer-copyright__address |
Kakaku.com, Inc. div#footer > div.footer-copyright > address.footer-copyright__address > a |
These are opportunities to improve the legibility of your content.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#js-header-vacancy > div.js-calendar-picker > label.p-global-search__select-wrap > input#js-global-search-date div#js-header-vacancy > div.js-calendar-picker > label.p-global-search__select-wrap > input#js-global-search-date |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
10:00
10:30
11:00
11:30
12:00
12:30
13:00
13:30
14:00
14:30
15:00
15:30
16:00
1… div#js-header-vacancy > div.p-global-search__vacancy > label.p-global-search__select-wrap > select#js-svt-header |
1名
2名
3名
4名
5名
6名
7名
8名
9名
10名
11名
12名
13名
14名
15名
16名
17名
18名
19名
20名
21名
22名
… div#js-header-vacancy > div.p-global-search__vacancy > label.p-global-search__select-wrap > select#js-svps-header |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
食堂 百名店
ユーザーから高い評価を集めた食堂の名店100店「食べログ 食堂 百名店 2026」 を発表。
食べログ レストランセレクション
記念日・誕生日・… section.rsttop-pr-search > div.slide-wrapper > div.swiper-container > ul.swiper-wrapper |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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