Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
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.
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 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.
Accessibility
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.
ARIA
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.
Names and labels
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.
Contrast
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.
Tables and lists
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.
Best practices
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| 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.
Best Practices
Trust and Safety
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 |
General
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 |
SEO
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.