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.
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 | |
|---|---|---|---|
おうちのネット回線「BIGLOBE光」CM公開中! 10ギガ高速回線*で動画もゲームもスムーズ *10ギガは一部エリアでの提供、対応ルーターが必要。利用機器・… div#splide01-slide01 > div.MainVisual__SlideImage > a > img | www.biglobe.ne.jp/images/top/mv/KV1.webp | 681.5 KiB | 500.3 KiB |
エンタメフリー・オプション 動画・音楽たのしみまくり!音声通話SIM限定 初回申込のみ 最大2カ月無料 div#splide02-clone02 > a.Campaign__SlideLink > div.Campaign__SlideImage > img | www.biglobe.ne.jp/images/top/campaign/entamefree_640x360_20251001.webp | 239.5 KiB | 209.0 KiB |
BIGLOBE光10ギガ 2年プラン(自動更新・違約金あり)12カ月目に55,000円キャッシュバック ※特典適用時。さまざまな特典企画を常時実施。本特典は現… div#splide02-slide01 > a.Campaign__SlideLink > div.Campaign__SlideImage > img | www.biglobe.ne.jp/images/top/campaign/top_bihikari_banner_640x360_260401.png | 171.6 KiB | 141.1 KiB |
通信事業40年目の信頼 選ばれ続ける安心の証 div#splide01-list > div#splide01-slide02 > div.MainVisual__SlideImage > img | www.biglobe.ne.jp/images/top/mv/KV2.webp | 257.2 KiB | 76.0 KiB |
人とAIでよりそう安心のサポート体制 div#splide01-list > div#splide01-slide03 > div.MainVisual__SlideImage > img | www.biglobe.ne.jp/images/top/mv/KV3.webp | 226.6 KiB | 45.4 KiB |
セキュリティ認証 div.GlobalFooter__Certificates > div.GlobalFooter__Certificate > a.GlobalFooter__CertificateLink > img | www.biglobe.ne.jp/images/ISP.png | 43.5 KiB | 41.5 KiB |
ETOCマーク div.GlobalFooter__Certificates > div.GlobalFooter__Certificate > a.GlobalFooter__CertificateLink > img | www.biglobe.ne.jp/images/ETOC.png | 36.5 KiB | 36.0 KiB |
div.Initiative__Content > a.Initiative__Card > div.Initiative__CardImage > img div.Initiative__Content > a.Initiative__Card > div.Initiative__CardImage > img | www.biglobe.ne.jp/images/top/brand.webp | 63.3 KiB | 26.4 KiB |
技術への飽くなき探究心で快適なネットワークを支える div#splide01-list > div#splide01-slide04 > div.MainVisual__SlideImage > img | www.biglobe.ne.jp/images/top/mv/KV4.webp | 202.9 KiB | 21.7 KiB |
section.Section > div.Service > div.Service__Hero > img.Service__HeroImage section.Section > div.Service > div.Service__Hero > img.Service__HeroImage | www.biglobe.ne.jp/images/top/biz.webp | 45.2 KiB | 20.6 KiB |
div.Initiative__Content > a.Initiative__Card > div.Initiative__CardImage > img div.Initiative__Content > a.Initiative__Card > div.Initiative__CardImage > img | www.biglobe.ne.jp/images/top/network-technology.webp | 43.2 KiB | 20.6 KiB |
div.Initiative__Content > a.Initiative__Card > div.Initiative__CardImage > img div.Initiative__Content > a.Initiative__Card > div.Initiative__CardImage > img | www.biglobe.ne.jp/images/top/sustainability.webp | 38.6 KiB | 18.4 KiB |
法人向けBIGLOBE光 個人事業主でも契約可能 おトクな特典で初期費用を軽減!訪問サポートで設定もスムーズ!※弊社所定の審査が必要です。 div#splide02-slide02 > a.Campaign__SlideLink > div.Campaign__SlideImage > img | www.biglobe.ne.jp/images/top/campaign/biz_bhikari_640x360_251127.png | 35.3 KiB | 6.6 KiB |
プライバシーマーク div.GlobalFooter__Certificates > div.GlobalFooter__Certificate > a.GlobalFooter__CertificateLink > img | www.biglobe.ne.jp/images/PrivacyMark.png | 8.8 KiB | 6.3 KiB |
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 |
|---|---|---|
| fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap | 29.6 KiB | 992 ms |
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.
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 |
|---|---|
| biglobe.ne.jp/ | 971 ms |
| www.biglobe.ne.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.
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 |
|---|---|---|
| fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap | 29.2 KiB | 29.2 KiB |
| /*! tailwindcss v4.1.11 | MIT License | https://tailwindc... | 53.8 KiB | 27.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-9EEHMB6SW3&cx=c>m=4e64h1 | 169.4 KiB | 68.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WHG7WT | 200.4 KiB | 65.0 KiB |
| www.biglobe.ne.jp/_astro/runtime-core.esm-bundler.B648IbeZ.js | 61.3 KiB | 27.8 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.0 s |
| Style & Layout | 983 ms |
| Other | 796 ms |
| Script Parsing & Compilation | 148 ms |
| Rendering | 138 ms |
| Parse HTML & CSS | 42 ms |
| Garbage Collection | 30 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap | 29.6 KiB | 3.1 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 | |
|---|---|
ETOCマーク div.GlobalFooter__Certificates > div.GlobalFooter__Certificate > a.GlobalFooter__CertificateLink > img | www.biglobe.ne.jp/images/ETOC.png |
セキュリティ認証 div.GlobalFooter__Certificates > div.GlobalFooter__Certificate > a.GlobalFooter__CertificateLink > img | www.biglobe.ne.jp/images/ISP.png |
プライバシーマーク div.GlobalFooter__Certificates > div.GlobalFooter__Certificate > a.GlobalFooter__CertificateLink > img | www.biglobe.ne.jp/images/PrivacyMark.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.
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.