Mobile 375 × 812

Desktop 1440 × 900

Score: 65 / 100
Based on 8 categories, 0 sections
Room to improve — your 19.2s 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.
Infrastructure issues create a speed ceiling frontend fixes can't overcome.
Several regulatory requirements are not yet met.
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 23.3 MB (11.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image(s) missing alt attribute
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/6279ccc2-9b48-4052-ab2e-7dafb1acec9d)<a href="https://beavercheck.com/results/6279ccc2-9b48-4052-ab2e-7dafb1acec9d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgnavi.co.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fgnavi.co.jpThis 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 19.2s 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.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 19.2s to load
+12% bounceUsers abandon at ~3s — you're 16.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.6s
+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
5 form field(s) without a label
+6% 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
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
63 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.
¥40,000 investment → ¥414/month returns + JPY 100,000,000 risk avoided
¥40,000
5h · 5 findings
¥414 /mo
~¥4,969 / 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,747 / month at risk
~¥100,004,969 / year if left unfixed
¥100,000,000
+2 more
¥414 /mo
34677.5 MB/mo × 11.940 JPY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 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.
5.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.61 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.053
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.51 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.
39.27 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /10093/webfonts/Noto Sans JP/NotoSansJP-Regular.otf | 180 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| rimage.gnst.jp/www-home/assets/css/app.css?t=20251030110209&q=80 | 18.0 KiB | 903 ms |
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 | |
|---|---|---|---|
イタリアン特集 body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/8012064263931987431 | 144.0 KiB | 131.8 KiB |
カラオケ館 吉祥寺北口店 a.p-contents__link > dl.c-vertical > dt.c-vertical__image > img.c-link__target | rimage.gnst.jp/rest/img/3116678aomst/t_0n7z.png?t=1771946270 | 96.1 KiB | 92.5 KiB |
歌舞伎町 牡蠣basara a.p-contents__link > dl.c-vertical > dt.c-vertical__image > img.c-link__target | rimage.gnst.jp/rest/img/3c1arhhm0000/t_0n5c.png?t=1745377135 | 82.9 KiB | 79.4 KiB |
キャンペーン情報【ぐるなび】 body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7877968354086946244 | 85.8 KiB | 73.6 KiB |
a.p-appli__box > div.p-appli__content > div.p-appli__content__inner > ::before a.p-appli__box > div.p-appli__content > div.p-appli__content__inner > ::before | rimage.gnst.jp/www-home/assets/img/appli/app_smp.png?v199286e9cd2 | 28.2 KiB | 19.6 KiB |
Madre ハーブとスパイス料理のワイン食堂 a.p-contents__link > dl.c-vertical > dt.c-vertical__image > img.c-link__target | rimage.gnst.jp/rest/img/5z0cgt080000/t_0n7y.jpg?t=1659430840 | 14.7 KiB | 11.2 KiB |
銀座しゃぶ輝 品川店 a.p-contents__link > dl.c-vertical > dt.c-vertical__image > img.c-link__target | rimage.gnst.jp/rest/img/c8dn1bn90000/t_0n7g.jpg?t=1763377721 | 12.7 KiB | 9.2 KiB |
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.
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 |
|---|---|
| gnavi.co.jp/ | 1.6 s |
| www.gnavi.co.jp/ | 630 ms |
| www.gnavi.co.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 |
|---|---|---|
| rimage.gnst.jp/www-home/assets/css/app.css?t=20251030110209&q=80 | 17.7 KiB | 10.6 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
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.2 s |
| Style & Layout | 1.7 s |
| Other | 1.7 s |
| Script Parsing & Compilation | 660 ms |
| Rendering | 341 ms |
| Garbage Collection | 229 ms |
| Parse HTML & CSS | 166 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| r.r10s.jp/com/rat/js/rat-ext.js | 12.8 KiB | 2.3 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 | |
|---|---|
ぐるなび div.c-header__inner > h1.c-header__title > a > img | rimage.gnst.jp/www-home/assets/img/logo.svg?t=20251030110209&q=80 |
楽天ぐるなびアプリ div.p-webapp__wrap > a#js-app-install > div.p-webapp__icon > img | rimage.gnst.jp/www-home/assets/img/gurunavi_app.svg?t=20251030110209&q=80 |
東京 div.p-areas__wrap > div.p-areas__contents > div.p-areas__image > img.js-lazyload | |
神奈川 div.p-areas__wrap > div.p-areas__contents > div.p-areas__image > img.js-lazyload | |
大阪 div.p-areas__wrap > div.p-areas__contents > div.p-areas__image > img.js-lazyload | |
愛知 div.p-areas__wrap > div.p-areas__contents > div.p-areas__image > img.js-lazyload | |
京都 div.p-areas__wrap > div.p-areas__contents > div.p-areas__image > img.js-lazyload | |
福岡 div.p-areas__wrap > div.p-areas__contents > div.p-areas__image > img.js-lazyload | |
2025年トレンド鍋 div.p-cassete__wrap > div.p-cassete__contents > span.c-icon > img.js-lazyload | |
お米グルメ div.p-cassete__wrap > div.p-cassete__contents > span.c-icon > img.js-lazyload | |
抹茶 div.p-cassete__wrap > div.p-cassete__contents > span.c-icon > img.js-lazyload | |
北海道 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
東京都 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
神奈川県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
大阪府 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
京都 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
兵庫県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
福岡県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
宮城県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
広島県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
沖縄県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
大人のレストランガイド section.p-anniversary > a.c-link > div.p-anniversary__image > img.c-link__target | |
こちら秘書室 section.p-anniversary > a.c-link > div.p-anniversary__image > img.c-link__target | |
PREMIUM GOURMET CLUB section.p-anniversary > a.c-link > div.p-anniversary__image > img.c-link__target | |
ながたんと青と-いちかの料理帖-2WOWOW放送記念!ドラマに登場する料理が食べられる!メニューフェア全国3都市で実施! a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
美味彩訪(全国芽生会加盟店) a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
【楽天ビューティ】最大3倍ポイント!アプリ予約でお得にサロンへ♪ a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
ポイントやクーポンなどお得なキャンペーンはこちら! a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
ぐるなびレストランブランド a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
日本に活気を!外食を楽しもう a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
新宿のクラフトビール店の紹介_いちおしグルメ特集 a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
池袋の肉料理店の紹介_いちおしグルメ特集 a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
App Storeからダウンロード div.p-appli__apparea > div.p-appli__button > a > img.js-lazyload | |
Google Playからダウンロード div.p-appli__apparea > div.p-appli__button > a > img.js-lazyload |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ぐるなびグループ
ぐるなび選りすぐり「美食の殿堂」
飲食店の経営支援
結納・顔合わせ、結婚式場、二次会
手土産・贈り物・ギフト情報
上海ぐるなび
… div#root > nav.relatedLink > div.accordion |
ぐるなびからのお知らせ
「アンケートモニター」募集中
ぐるなびスタッフ募集
悪質なキャッチにご注意ください div#root > nav.relatedLink > div.accordion |
飲食店・食関連企業の方
ぐるなび PRO for 飲食店
ぐるなび大学のご案内
ぐるなび登録のご案内(加盟店募集)
ぐるなびウェディング加盟のご案内 div#root > nav.relatedLink > div.accordion |
楽天ぐるなび外国語版
English
簡体字
繁体字
한국어 div#root > nav.relatedLink > div.accordion |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#top > article.l-article > div#js-scrolltop > button.c-pagetop__button body#top > article.l-article > div#js-scrolltop > button.c-pagetop__button |
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.p-suggest__head > div.p-suggest__wrapper > form.js-submit-action > input.p-suggest__reset div.p-suggest__head > div.p-suggest__wrapper > form.js-submit-action > input.p-suggest__reset |
div.p-suggest__head > div.p-suggest__wrapper > form.js-submit-action > input.p-suggest__reset div.p-suggest__head > div.p-suggest__wrapper > form.js-submit-action > input.p-suggest__reset |
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 |
|---|
指定なし
0:00
0:30
1:00
1:30
2:00
2:30
3:00
3:30
4:00
4:30
5:00
5:30
6:00
6:30
7:00… div.p-plans__box > div.p-plans__input > label.p-plans__selectarea > select.p-plans__select |
指定なし
1名
2名
3名
4名
5名
6名
7名
8名
9名
10名
11名
12名
13名
14名
15名
16名
17名
18名
19名
20名
21名… div.p-plans__box > div.p-plans__input > label.p-plans__selectarea > select.p-plans__select |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#js-questant > div.p-questionnaire__wrap > div#questant-embed-1328627 > iframe div#js-questant > div.p-questionnaire__wrap > div#questant-embed-1328627 > iframe |
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 |
|---|
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
main.l-main > div#js-suggest > div.p-suggest__head > a.p-suggest__back main.l-main > div#js-suggest > div.p-suggest__head > a.p-suggest__back |
body#top > main.l-main > div#js-plans > a.p-search__menu--back body#top > main.l-main > div#js-plans > a.p-search__menu--back |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
インストール div#js-app > div.p-webapp__wrap > a#js-app-install > div.p-webapp__button |
開く div#js-app > div.p-webapp__wrap > a#js-app-install > div.p-webapp__button |
予約履歴 div.c-header__box > div.c-header__container > a.c-header__reserv > div.c-header__text |
ログイン
div.c-header__box > div.c-header__container > a.c-header__login > div.c-header__text |
検索する div.p-search__inner > div.p-search__contents > div.p-search__submit > button.c-button |
検索する main.l-main > div#js-suggest > div.p-suggest__setting > a.c-button |
最近見たお店 section.p-contents > div.p-history__wrap > div.p-history__box > h2.p-history__title |
新宿 li.swiper-slide > a.p-contents__link > dl.c-vertical > dd.c-vertical__caption |
品川 li.swiper-slide > a.p-contents__link > dl.c-vertical > dd.c-vertical__caption |
聖蹟桜ヶ丘 li.swiper-slide > a.p-contents__link > dl.c-vertical > dd.c-vertical__caption |
吉祥寺 li.swiper-slide > a.p-contents__link > dl.c-vertical > dd.c-vertical__caption |
対象店舗を見る section.p-contents > div.p-rakuten__wrap > div.p-rakuten__box > a.c-button |
もっと見る div.p-areas__container > div.c-label > div.p-contents__more > div.toggle-more |
もっと見る div.p-cassete__container > div.c-label > div.p-contents__more > div.toggle-more |
もっと見る div.p-cassete__container > div.c-label > div.p-contents__more > div.toggle-more |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
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 |
|---|
人気のエリア
銀座
有楽町・日比谷
渋谷
上野
神田
秋葉原
品川
立川
川崎
新横浜
大宮
名駅
京都駅
梅田駅・大阪駅周辺
なんば(難波)
天王寺・阿倍野… div.p-contents__more-wrap > div.p-areas__container > div.c-label > ul#more-area |
宴会・カラオケ
海鮮・魚介
鍋
バー・バル
韓国料理
もつ鍋
ジンギスカン
もんじゃ焼き
牛タン
ステーキ
かに料理
カフェ・スイーツ
うなぎ
水炊き
焼肉・… div.p-contents__more-wrap > div.p-cassete__container > div.c-label > ul#more-genre |
駐車場有
女子会におすすめ
接待に使える
デートにおすすめ
誕生日特典あり
二次会におすすめ
記念日におすすめ
夜景が見える
日曜営業
カップルシート
一人で… div.p-contents__more-wrap > div.p-cassete__container > div.c-label > ul#more-condition |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Go to slide 1 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 7 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 8 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 9 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 10 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
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.gnavi.co.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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | site.gnavi.co.jp/analysis/ga_www.js line 1, col 2844 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://fourm.cloud.jp.optable.co/config?osdk=web-v0.45.0&sid=T7vKr7FVsij4Fb-d_hID4Q&o=gnavi-co-jp&cookies=no&passport=' from origin 'https://www.gnavi.co.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://fourm.cloud.jp.optable.co/identify?osdk=web-v0.45.0&sid=T7vKr7FVsij4Fb-d_hID4Q&o=gnavi-co-jp&cookies=no&passport=' from origin 'https://www.gnavi.co.jp' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://fourm.cloud.jp.optable.co/v2/targeting?id=__passport__&osdk=web-v0.45.0&sid=T7vKr7FVsij4Fb-d_hID4Q&o=gnavi-co-jp&cookies=no&passport=' from origin 'https://www.gnavi.co.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://fourm.cloud.jp.optable.co/witness?osdk=web-v0.45.0&sid=T7vKr7FVsij4Fb-d_hID4Q&o=gnavi-co-jp&cookies=no&passport=' from origin 'https://www.gnavi.co.jp' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
TypeError: Cannot read properties of null (reading 'universal_uid')
at optableJS.onload (<anonymous>:2:475) | |
fourm.solutions.cdn.jp.optable.co/public-assets/fourm-sdk.js line 1, col 19125 | Uncaught (in promise) TypeError: Failed to fetch |
fourm.solutions.cdn.jp.optable.co/public-assets/fourm-sdk.js line 1, col 19125 | Uncaught (in promise) TypeError: Failed to fetch |
fourm.solutions.cdn.jp.optable.co/public-assets/fourm-sdk.js line 1, col 19125 | Uncaught (in promise) TypeError: Failed to fetch |
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.
3.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
305 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.09 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.48 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /10093/webfonts/Noto Sans JP/NotoSansJP-Regular.otf | 180 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
居酒屋特集 body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/18014338485119686478 | 181.6 KiB | 169.4 KiB |
個室特集 body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/6869456874541718918 | 175.1 KiB | 162.9 KiB |
イタリアン特集 body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/8012064263931987431 | 144.0 KiB | 131.8 KiB |
夢庵 水元公園店 a.p-contents__link > dl.c-vertical > dt.c-vertical__image > img.c-link__target | rimage.gnst.jp/rest/img/8430a497omst/t_0ne2.png?t=1776403234 | 91.4 KiB | 88.3 KiB |
鶏焼きと信州戸隠蕎麦 なゝ樹 銀座コリドー街店 a.p-contents__link > dl.c-vertical > dt.c-vertical__image > img.c-link__target | rimage.gnst.jp/rest/img/385ve8b50000/t_0n6v.png?t=1728640292 | 83.1 KiB | 79.9 KiB |
キャンペーン情報【ぐるなび】 body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7884316418980043527 | 85.8 KiB | 73.6 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3355996381573220807 | 80.3 KiB | 68.1 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/4345356298177198340 | 71.5 KiB | 59.3 KiB |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item | /www-home/img/mainvisual/pc/e3da2a39a0d9bbfa5e2a817068058... | 107.6 KiB | 49.0 KiB |
div.p-appli__box--side > div.p-appli__content > div.p-appli__content__inner > ::before div.p-appli__box--side > div.p-appli__content > div.p-appli__content__inner > ::before | rimage.gnst.jp/www-home/assets/img/appli/app_smp.png?v199286e9cd2 | 28.2 KiB | 19.6 KiB |
食べ飲み放題全220種類 馬さん餃子酒場 上野店 a.p-contents__link > dl.c-vertical > dt.c-vertical__image > img.c-link__target | rimage.gnst.jp/rest/img/3dp24xrn0000/t_0nbh.jpg?t=1603312389 | 13.1 KiB | 9.9 KiB |
和牛×地鶏×鮮魚 食べ飲み放題 完全個室 トロ金 浜松町本店 a.p-contents__link > dl.c-vertical > dt.c-vertical__image > img.c-link__target | rimage.gnst.jp/rest/img/paj1bu290000/t_0nbg.jpg?t=1745205237 | 11.3 KiB | 8.2 KiB |
蕎麦切り つるみ a.p-contents__link > dl.c-vertical > dt.c-vertical__image > img.c-link__target | rimage.gnst.jp/rest/img/nezj4prb0000/t_0n5j.jpg?t=1613693650 | 9.8 KiB | 5.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.
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.
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.
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 |
|---|---|---|
| rimage.gnst.jp/www-home/assets/css/app.css?t=20251030110209&q=80 | 18.0 KiB | 243 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 |
|---|---|
| gnavi.co.jp/ | 1.0 s |
| www.gnavi.co.jp/ | 190 ms |
| www.gnavi.co.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.
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 |
|---|---|---|
| r.r10s.jp/com/rat/js/rat-ext.js | 12.8 KiB | 2.3 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 |
|---|---|---|
| rimage.gnst.jp/www-home/assets/css/app.css?t=20251030110209&q=80 | 17.7 KiB | 10.9 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
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.gnavi.co.jp/ | 598 ms | 172 ms | 2.1 ms |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 480 ms | 358 ms | 43 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 433 ms | 359 ms | 36 ms |
| Unattributable | 307 ms | 27 ms | 0.0 ms |
| rimage.gnst.jp/www-home/assets/js/app.bundle.js?t=20251030110209&q=80 | 291 ms | 150 ms | 12 ms |
| site.gnavi.co.jp/analysis/ga_www.js | 239 ms | 226 ms | 1.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MJLG6J | 104 ms | 85 ms | 15 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NG35CMM>m=4e64k1 | 86 ms | 73 ms | 11 ms |
| www.googletagmanager.com/gtag/js?id=G-L9BHK8C28C&cx=c>m=4e64k1 | 68 ms | 58 ms | 9.5 ms |
| www.googleoptimize.com/optimize.js?id=GTM-NFTV9QS | 59 ms | 48 ms | 6.5 ms |
| ep2.adtrafficquality.google/sodar/sodar2.js | 58 ms | 55 ms | 0.4 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 53 ms | 48 ms | 1.7 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.9 s |
| Other | 424 ms |
| Style & Layout | 370 ms |
| Script Parsing & Compilation | 181 ms |
| Garbage Collection | 81 ms |
| Rendering | 73 ms |
| Parse HTML & CSS | 48 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 | |
|---|---|
ぐるなび div.c-header__inner > h1.c-header__title > a > img | rimage.gnst.jp/www-home/assets/img/logo.svg?t=20251030110209&q=80 |
2025年トレンド鍋 div.p-cassete__wrap > div.p-cassete__contents > span.c-icon > img.js-lazyload | |
お米グルメ div.p-cassete__wrap > div.p-cassete__contents > span.c-icon > img.js-lazyload | |
抹茶 div.p-cassete__wrap > div.p-cassete__contents > span.c-icon > img.js-lazyload | |
北海道 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
東京都 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
神奈川県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
大阪府 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
京都 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
兵庫県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
福岡県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
宮城県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
広島県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
沖縄県 div.p-pref__wrap > div.p-pref__box > h2.p-pref__title > img.js-lazyload | |
大人のレストランガイド section.p-anniversary > a.c-link > div.p-anniversary__image > img.c-link__target | |
こちら秘書室 section.p-anniversary > a.c-link > div.p-anniversary__image > img.c-link__target | |
PREMIUM GOURMET CLUB section.p-anniversary > a.c-link > div.p-anniversary__image > img.c-link__target | |
ながたんと青と-いちかの料理帖-2WOWOW放送記念!ドラマに登場する料理が食べられる!メニューフェア全国3都市で実施! a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
美味彩訪(全国芽生会加盟店) a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
【楽天ビューティ】最大3倍ポイント!アプリ予約でお得にサロンへ♪ a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
ポイントやクーポンなどお得なキャンペーンはこちら! a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
ぐるなびレストランブランド a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
日本に活気を!外食を楽しもう a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
新宿のクラフトビール店の紹介_いちおしグルメ特集 a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
池袋の肉料理店の紹介_いちおしグルメ特集 a.p-contents__link > dl.c-horizontal > dt.c-horizontal__image > img.c-link__target | |
App Storeからダウンロード div.p-appli__apparea > div.p-appli__button > a.c-link > img.c-link__target | |
Google Playからダウンロード div.p-appli__apparea > div.p-appli__button > a.c-link > img.c-link__target |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#top > article.l-article > div#js-scrolltop > button.c-pagetop__button body#top > article.l-article > div#js-scrolltop > button.c-pagetop__button |
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 |
|---|
div.p-appli__inner > div.p-appli__box > a.c-link > img.c-link__target div.p-appli__inner > div.p-appli__box > a.c-link > img.c-link__target |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#js-questant > div.p-questionnaire__wrap > div#questant-embed-1328620 > iframe div#js-questant > div.p-questionnaire__wrap > div#questant-embed-1328620 > iframe |
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 |
|---|
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item div.swiper-wrapper > div.swiper-slide > div.c-swiper__contents > a.c-swiper-mv__item |
div.p-appli__wrap > div.p-appli__inner > div.p-appli__box > a.c-link div.p-appli__wrap > div.p-appli__inner > div.p-appli__box > a.c-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
予約履歴 div.c-header__box > div.c-header__container > a.c-header__reserv > div.c-header__text |
ログイン
div.c-header__box > div.c-header__container > a.c-header__login > div.c-header__text |
div.p-search__inner > div.p-search__contents > div.p-search__box > input.p-plans__reset div.p-search__inner > div.p-search__contents > div.p-search__box > input.p-plans__reset |
検索する div.p-search__inner > div.p-search__contents > div.p-search__submit > button.c-button |
最近見たお店 section.p-contents > div.p-history__wrap > div.p-history__box > h2.p-history__title |
浜松町・大門 li.swiper-slide > a.p-contents__link > dl.c-vertical > dd.c-vertical__caption |
上野 li.swiper-slide > a.p-contents__link > dl.c-vertical > dd.c-vertical__caption |
金町 li.swiper-slide > a.p-contents__link > dl.c-vertical > dd.c-vertical__caption |
上野 li.swiper-slide > a.p-contents__link > dl.c-vertical > dd.c-vertical__caption |
銀座 li.swiper-slide > a.p-contents__link > dl.c-vertical > dd.c-vertical__caption |
江古田 li.swiper-slide > a.p-contents__link > dl.c-vertical > dd.c-vertical__caption |
対象店舗を見る section.p-contents > div.p-rakuten__wrap > div.p-rakuten__box > a.c-button |
もっと見る div.p-areas__container > div.c-label > div.p-contents__more > div.toggle-more |
もっと見る div.p-cassete__container > div.c-label > div.p-contents__more > div.toggle-more |
もっと見る div.p-cassete__container > div.c-label > div.p-contents__more > div.toggle-more |
「アンケートモニター」募集中 ul.link > li > a.item > span.label |
ぐるなびスタッフ募集 ul.link > li > a.item > span.label |
悪質なキャッチにご注意ください ul.link > li > a.item > span.label |
ぐるなび PRO for 飲食店 ul.link > li > a.item > span.label |
ぐるなび大学のご案内 ul.link > li > a.item > span.label |
ぐるなび登録のご案内(加盟店募集) ul.link > li > a.item > span.label |
ぐるなびウェディング加盟のご案内 ul.link > li > a.item > span.label |
English ul.link > li > a.item > span.label |
簡体字 ul.link > li > a.item > span.label |
繁体字 ul.link > li > a.item > span.label |
한국어 ul.link > li > a.item > span.label |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical ul.p-contents__list > li.swiper-slide > span.p-contents__link > dl.c-vertical |
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 |
|---|
人気のエリア
銀座
有楽町・日比谷
渋谷
上野
神田
秋葉原
品川
立川
川崎
新横浜
大宮
名駅
京都駅
梅田駅・大阪駅周辺
なんば(難波)
天王寺・阿倍野… div.p-contents__more-wrap > div.p-areas__container > div.c-label > ul#more-area |
宴会・カラオケ
海鮮・魚介
鍋
バー・バル
韓国料理
もつ鍋
ジンギスカン
もんじゃ焼き
牛タン
ステーキ
かに料理
カフェ・スイーツ
うなぎ
水炊き
焼肉・… div.p-contents__more-wrap > div.p-cassete__container > div.c-label > ul#more-genre |
駐車場有
女子会におすすめ
接待に使える
デートにおすすめ
誕生日特典あり
二次会におすすめ
記念日におすすめ
夜景が見える
日曜営業
カップルシート
一人で… div.p-contents__more-wrap > div.p-cassete__container > div.c-label > ul#more-condition |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Go to slide 1 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 7 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 8 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 9 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 10 div.c-swiper-mv > div.swiper-container > div.swiper-pagination > span.swiper-pagination-bullet |
div.p-plans__wrapper > div.p-plan__input > label.js-menu > input.js-plans-target div.p-plans__wrapper > div.p-plan__input > label.js-menu > input.js-plans-target |
div.p-search__inner > div.p-search__contents > div.p-search__box > input.p-plans__reset div.p-search__inner > div.p-search__contents > div.p-search__box > input.p-plans__reset |
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.gnavi.co.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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Unload event listeners are deprecated and will be removed. | site.gnavi.co.jp/analysis/ga_www.js line 1, col 2844 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://fourm.cloud.jp.optable.co/config?osdk=web-v0.45.0&sid=GUbi93LdLPh4GfXs2W0mxQ&o=gnavi-co-jp&cookies=no&passport=' from origin 'https://www.gnavi.co.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://fourm.cloud.jp.optable.co/identify?osdk=web-v0.45.0&sid=GUbi93LdLPh4GfXs2W0mxQ&o=gnavi-co-jp&cookies=no&passport=' from origin 'https://www.gnavi.co.jp' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
www.gnavi.co.jp/ line 1188, col 0 | Access to fetch at 'https://fourm.cloud.jp.optable.co/v2/targeting?id=__passport__&osdk=web-v0.45.0&sid=GUbi93LdLPh4GfXs2W0mxQ&o=gnavi-co-jp&cookies=no&passport=' from origin 'https://www.gnavi.co.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
www.gnavi.co.jp/ line 1188, col 0 | Access to fetch at 'https://fourm.cloud.jp.optable.co/witness?osdk=web-v0.45.0&sid=GUbi93LdLPh4GfXs2W0mxQ&o=gnavi-co-jp&cookies=no&passport=' from origin 'https://www.gnavi.co.jp' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
TypeError: Cannot read properties of null (reading 'universal_uid')
at optableJS.onload (<anonymous>:2:475) | |
fourm.solutions.cdn.jp.optable.co/public-assets/fourm-sdk.js line 1, col 19125 | Uncaught (in promise) TypeError: Failed to fetch |
fourm.solutions.cdn.jp.optable.co/public-assets/fourm-sdk.js line 1, col 19125 | Uncaught (in promise) TypeError: Failed to fetch |
fourm.solutions.cdn.jp.optable.co/public-assets/fourm-sdk.js line 1, col 19125 | Uncaught (in promise) TypeError: Failed to fetch |
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.
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 |
|---|
div.p-appli__inner > div.p-appli__box > a.c-link > img.c-link__target div.p-appli__inner > div.p-appli__box > a.c-link > img.c-link__target |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback