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.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.infoseek.co.jp/sp/css/components/information-1.7.css | 5.0 KiB | |
| www.infoseek.co.jp/sp/css/reset-1.0.css | 1.3 KiB | |
| www.infoseek.co.jp/sp/css/components/earthquake-1.2.css | 1.6 KiB | 151 ms |
| www.infoseek.co.jp/sp/css/common-1.22.css | 8.4 KiB | |
| www.infoseek.co.jp/sp/js/common-1.9.js | 6.3 KiB | 151 ms |
| www.infoseek.co.jp/03/lib/jquery-3.5.1.min.js | 30.8 KiB | 452 ms |
| www.infoseek.co.jp/sp/css/components/typhoon-1.3.css | 1015 B | |
| r.r10s.jp/com/rex/css-framework/0.1.4-beta/css/rex-icons.css | 75.0 KiB | 1.4 s |
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 body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/474161413091727603 | 25.8 KiB | 13.6 KiB |
Image for Taboola Advertising Unit div.videoCube > a.item-thumbnail-href > div.thumbBlock_holder > span.thumbBlock | /taboola/image/fetch/f_jpg,q_auto,h_240,w_240,c_fill,g_fa... | 19.9 KiB | 10.6 KiB |
Image for Taboola Advertising Unit div.videoCube > a.item-thumbnail-href > div.thumbBlock_holder > span.thumbBlock | /taboola/image/fetch/f_jpg,q_auto,h_240,w_240,c_fill,g_fa... | 19.0 KiB | 9.7 KiB |
Rakuten Mobile div > div#mkdiv_header_pitari > a#cmo_pitari_banner > img | /block/d40535ac09aac0ef32f8a23b8bb8e04bc2e8f9d6b0981fa98a... | 15.3 KiB | 6.3 KiB |
ニュースランキング section#content > section#anchor_ranking > div.hdg_lv2 > h2.image_text | www.infoseek.co.jp/sp/img/hdg_lv2_text-1.4.png | 39.2 KiB | 6.3 KiB |
Image for Taboola Advertising Unit div.videoCube > a.item-thumbnail-href > div.thumbBlock_holder > span.thumbBlock | /taboola/image/fetch/h_240,w_240,c_pad,b_white/https://cd... | 13.8 KiB | 4.4 KiB |
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 |
|---|---|
| infoseek.co.jp/ | 1.5 s |
| www.infoseek.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
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 |
|---|---|---|
| jp-tags.mediaforge.com/js/2936/ | 16.0 KiB | 5.0 KiB |
| r.r10s.jp/com/rat/js/rat-main.js | 15.5 KiB | 3.2 KiB |
| www.infoseek.co.jp/sp/js/common-1.9.js | 5.7 KiB | 3.1 KiB |
| www.infoseek.co.jp/sp/js/infoseek_upper-1.3.js | 4.1 KiB | 2.4 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 |
|---|---|---|
| r.r10s.jp/com/rex/css-framework/0.1.4-beta/css/rex-icons.css | 74.7 KiB | 74.6 KiB |
| :root { --cm-video-brand-primary: var(--yb-grape-jelly, #7e1fff); --cm-video-brand-secondary: v… | 16.0 KiB | 15.5 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 | 5.9 s |
| Other | 3.4 s |
| Style & Layout | 1.5 s |
| Script Parsing & Compilation | 703 ms |
| Rendering | 313 ms |
| Parse HTML & CSS | 149 ms |
| Garbage Collection | 132 ms |
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 | |
|---|---|
ウェブPush通知を受け取ろう! div.interstitial-modal-container > div > a > img | media.image.infoseek.co.jp/shared/push_notification/2406_message.png |
div.co-Widget > div.header_inner > a#loginBtn > img div.co-Widget > div.header_inner > a#loginBtn > img | www.infoseek.co.jp/sp/img/icon_login.svg |
tr > td > span > img tr > td > span > img | media.image.infoseek.co.jp/isnews/pc/img/icon_error-1.0.png |
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
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > ins#geniee_overlay_outer > ins#geniee_overlay_inner > span#geniee_overlay_close body > ins#geniee_overlay_outer > ins#geniee_overlay_inner > span#geniee_overlay_close |
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.
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.information_menu > div.infomenu_list > a.btn_weather > p.lead |
THE ANSWER a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
2026年04月21日 div.videoCube > a.item-label-href > span.video-label-box > span.video-label |
集英社オンライン a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
2026年04月21日 div.videoCube > a.item-label-href > span.video-label-box > span.video-label |
Record China a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
2026年04月21日 div.videoCube > a.item-label-href > span.video-label-box > span.video-label |
日刊ゲンダイDIGITAL a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
2026年04月21日 div.videoCube > a.item-label-href > span.video-label-box > span.video-label |
読売新聞 a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
2026年04月21日 div.videoCube > a.item-label-href > span.video-label-box > span.video-label |
日刊ゲンダイDIGITAL a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
2026年04月21日 div.videoCube > a.item-label-href > span.video-label-box > span.video-label |
スポニチアネックス a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
2026年04月19日 div.videoCube > a.item-label-href > span.video-label-box > span.video-label |
プレジデントオンライン a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
2026年04月21日 div.videoCube > a.item-label-href > span.video-label-box > span.video-label |
スポニチアネックス a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
2026年04月19日 div.videoCube > a.item-label-href > span.video-label-box > span.video-label |
Verisure a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
(PR) span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
© Rakuten Group, Inc. footer#footer > div.rex-footer > div.rex-footer--inner > p.rex-footer-copyright |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
提供元企業 footer#footer > div.copyrights-text > p > a |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
大谷翔平 div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
4月 変わる制度 div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
GW特集 div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
マスターズゴルフ div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
イラン情勢 div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
春ドラマ div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
プロ野球 div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
高市政権 div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
京都 男児 div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
皇室典範 div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
ローマ教皇 div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
りくりゅう div.swiper > div#swiper-wrapper-86afbc1092c89718f > ul.swiper-slide > li.trend-words__item |
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 |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
(PR) span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
Best Practices
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 |
|---|---|
| Topics | cpt.geniee.jp/hb/v1/lib/prebid-v9.50.0-0eb62f07.js line 106, col 1159 |
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://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1594872&cb=73358160041&charset=UTF-8&loc=https%3A%2F%2Fwww.infoseek.co.jp%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=78954c29b115f428&ua=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Mobile%20Safari%2F537.36&tpaf=1&cks=1&ib=1&tmpval=%7B%22loctype%22%3A%22type1%22%2C%22pvId%22%3A%2288ad3350-02d5-4e86-9a62-10cc7ac45024%22%7D&gpid=%2F150154%2F1575786&rl_pid=9604&fl_pr=9.1&title=Infoseek%255B%25E3%2582%25A4%25E3%2583%25B3%25E3%2583%2595%25E3%2582%25A9%25E3%2582%25B7%25E3%2583%25BC%25E3%2582%25AF%255D%2520-%2520%25E6%25A5%25BD%25E5%25A4%25A9%25E3%2581%258C%25E9%2581%258B%25E5%2596%25B6%25E3%2581%2599%25E3%2582%258B%25E3%2583%258B%25E3%2583%25A5%25E3%2583%25BC%25E3%2582%25B9%25E3%2582%25B5%25E3%2582%25A4%25E3%2583%2588&sw=412&sh=823&ucmbl=%3F0' from origin 'https://www.infoseek.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://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1594902&cb=10170496121&charset=UTF-8&loc=https%3A%2F%2Fwww.infoseek.co.jp%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=79e106853dd392e8&ua=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Mobile%20Safari%2F537.36&tpaf=1&cks=1&ib=1&tmpval=%7B%22loctype%22%3A%22type1%22%2C%22pvId%22%3A%2288ad3350-02d5-4e86-9a62-10cc7ac45024%22%7D&gpid=%2F150154%2F1575787&rl_pid=9604&fl_pr=11.9&title=Infoseek%255B%25E3%2582%25A4%25E3%2583%25B3%25E3%2583%2595%25E3%2582%25A9%25E3%2582%25B7%25E3%2583%25BC%25E3%2582%25AF%255D%2520-%2520%25E6%25A5%25BD%25E5%25A4%25A9%25E3%2581%258C%25E9%2581%258B%25E5%2596%25B6%25E3%2581%2599%25E3%2582%258B%25E3%2583%258B%25E3%2583%25A5%25E3%2583%25BC%25E3%2582%25B9%25E3%2582%25B5%25E3%2582%25A4%25E3%2583%2588&sw=412&sh=823&ucmbl=%3F0' from origin 'https://www.infoseek.co.jp' has been blocked by CORS policy: 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: the server responded with a status of 400 (Bad Request) | |
Failed to load resource: the server responded with a status of 403 () |
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.