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.
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 |
|---|---|
| /3/tsad/dist/ja/ts?condition=e38123f77e9d6dc18df78efa3e2d... | 1.2 s |
| webfonts.xserver.jp/ab.woff | 555 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 | |
|---|---|---|---|
地域交通のためのポータルサイト「MOBILITY UPDATE PORTAL」 by 国土交通省 li#splide02-slide01 > a > div.p-index__works_list_image > img.attachment-large | bitbeans.com/bb_corporate/wp-content/uploads/2026/03/top_pc-768x435.jpg | 49.1 KiB | 29.4 KiB |
グラフィックならではの、効果的なビジュアルコミュニケーションを実現します。 div#splide01-list > div#splide01-slide06 > picture > img.skip-lazy | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... | 48.5 KiB | 25.7 KiB |
li#splide02-slide02 > a > div.p-index__works_list_image > img.attachment-large li#splide02-slide02 > a > div.p-index__works_list_image > img.attachment-large | /bb_corporate/wp-content/uploads/2025/10/0a692a7d9e4cef15... | 25.4 KiB | 15.3 KiB |
アートディレクションとAI活用で、ブランドの魅力を最大化します。 div#splide01-list > div#splide01-slide03 > picture > img.skip-lazy | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... | 37.1 KiB | 14.1 KiB |
オリジナルで魅力的なコンテンツを提供。ブランドの力を強化します。 div#splide01-list > div#splide01-slide05 > picture > img.skip-lazy | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... | 44.4 KiB | 13.1 KiB |
人に心地よいUI/UX開発で、サービスの質を向上させます div#splide01-list > div#splide01-slide04 > picture > img.skip-lazy | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... | 43.8 KiB | 12.5 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 |
|---|---|---|
| /bb_corporate/wp-includes/css/dist/block-library/style.mi... | 15.1 KiB | 15.0 KiB |
| /bb_corporate/wp-content/themes/bb-corporate2024/assets/c... | 20.5 KiB | 14.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/adsense/m202606250101/show_ads_impl_fy... | 168.8 KiB | 126.1 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-622619609&cx=c>m=4e66q0 | 148.5 KiB | 70.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-526XRX1J6P&cx=c>m=4e66q0 | 160.7 KiB | 68.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T4RV3B7 | 162.2 KiB | 67.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-88Z93GP0W5&cx=c>m=4e66q0 | 179.8 KiB | 60.6 KiB |
| /bb_corporate/wp-content/themes/bb-corporate2024/assets/j... | 66.8 KiB | 41.6 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.2 KiB | 28.9 KiB |
| bitbeans.com/bb_corporate/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 31.4 KiB | 21.6 KiB |
| webfonts.xserver.jp/js/xserverv3.js?fadein=0&ver=2.0.8 | 47.2 KiB | 21.2 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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.0 s |
| Style & Layout | 4.3 s |
| Other | 1.5 s |
| Rendering | 517 ms |
| Script Parsing & Compilation | 309 ms |
| Garbage Collection | 97 ms |
| Parse HTML & CSS | 77 ms |
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 | |
|---|---|
動きのある、ゲーム系や映画のWEBサイトを作りたい。 ul.p-index__staff_lists > li.p-index__staff_list > div.p-index__staff_img > img.lazyload | |
こだわりが詰まった洋服のための、新しい体験を作りたい。 ul.p-index__staff_lists > li.p-index__staff_list > div.p-index__staff_img > img.lazyload | |
自然散策が好き。新たな発想で革新的な仕事をしたい。 ul.p-index__staff_lists > li.p-index__staff_list > div.p-index__staff_img > img.lazyload | |
パパとして、子供に自慢できるサイトを作りたい! ul.p-index__staff_lists > li.p-index__staff_list > div.p-index__staff_img > img.lazyload | |
li.p-index__service_block > a > div.p-index__service_icon > img.lazyload li.p-index__service_block > a > div.p-index__service_icon > img.lazyload | |
かわいいものを生成したい。環境問題にもデザインで貢献したい。 ul.p-index__staff_lists > li.p-index__staff_list > div.p-index__staff_img > img.lazyload | |
アートディレクションとAI活用で、ブランドの魅力を最大化します。 div#splide01-list > div#splide01-slide03 > picture > img.skip-lazy | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... |
オリジナルで魅力的なコンテンツを提供。ブランドの力を強化します。 div#splide01-list > div#splide01-slide05 > picture > img.skip-lazy | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... |
WEBサイトの制作・改善を通じて、お客さまのビジョンをカタチにします。 div#splide01-list > div#splide01-slide01 > picture > img.skip-lazy | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... |
わかりやすさと親しみやすさで、魅力的な「顔」を表現します。 div#splide01-list > div#splide01-slide02 > picture > img.skip-lazy | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... |
人に心地よいUI/UX開発で、サービスの質を向上させます div#splide01-list > div#splide01-slide04 > picture > img.skip-lazy | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... |
グラフィックならではの、効果的なビジュアルコミュニケーションを実現します。 div#splide01-list > div#splide01-slide06 > picture > img.skip-lazy | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... |
div.p-index__service_inner > div.p-index__service_img > picture > img.lazyload div.p-index__service_inner > div.p-index__service_img > picture > img.lazyload | |
a > div.p-index__service_cnt > div.p-index__service_icon > img.lazyload a > div.p-index__service_cnt > div.p-index__service_icon > img.lazyload | |
RECRUIT 採用情報 div.p-index__banner_wrp > a.p-index__banner > picture > img.lazyload | |
子どもと暮らそう ペケロンパ PEKERONPA li.l-footer__banner > a > picture > img.lazyload | |
レシピのないレシピ 一生ものの本を、あなたに。 第23回日本自費出版文化賞特別賞 グラフィック部門受賞 li.l-footer__banner > a > picture > img.lazyload | |
a > div.p-index__service_cnt > div.p-index__service_icon > img.lazyload a > div.p-index__service_cnt > div.p-index__service_icon > img.lazyload | |
a > div.p-index__service_cnt > div.p-index__service_icon > img.lazyload a > div.p-index__service_cnt > div.p-index__service_icon > img.lazyload | |
a > div.p-index__service_cnt > div.p-index__service_icon > img.lazyload a > div.p-index__service_cnt > div.p-index__service_icon > img.lazyload | |
ウェットに、いこう。 div.p-index__kv_wrap > p.p-index__kv_title > picture > img.lazyloaded | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... |
a > div.p-index__service_cnt > div.p-index__service_icon > img.lazyload a > div.p-index__service_cnt > div.p-index__service_icon > img.lazyload | |
Bit Beans header.l-header > a.l-header__title > span.l-header__logo > img.lazyloaded | /bb_corporate/wp-content/themes/bb-corporate2024/assets/i... |
Bit Beans div.l-footer__logo_wrap > div.o-inner > div.l-footer__logo > img.lazyload | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
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.
Best Practices
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.