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.
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 | |
|---|---|---|---|
div.left > div.img_3 > span > img div.left > div.img_3 > span > img | parts.blog.livedoor.jp/blog_portal/lite/img/v3/guide/ldapp.png | 77.3 KiB | 59.8 KiB |
div.right > div.download > span.img_6 > img div.right > div.download > span.img_6 > img | parts.blog.livedoor.jp/blog_portal/pc/img/v3/guide/iphone_02.png | 43.2 KiB | 33.2 KiB |
div.ldapp > a > span.img > img div.ldapp > a > span.img > img | parts.blog.livedoor.jp/blog_portal/lite/img/v3/guide/ldapp_android.png | 11.1 KiB | 8.6 KiB |
Google Playで手に入れよう div.download-inner > span > a > img | parts.blog.livedoor.jp/blog_portal/pc/img/v3/guide/download_android.png | 5.2 KiB | 4.0 KiB |
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 |
|---|---|---|
| parts.blog.livedoor.jp/blog_portal/lite/css/v3/main.css?v=20240325 | 45.5 KiB | 1.1 s |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| parts.blog.livedoor.jp/blog_portal/lite/css/v3/main.css?v=20240325 | 45.2 KiB | 44.0 KiB |
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.
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 |
|---|
TOP div.guide-title > div.pan > span > a |
blog.jp div.box > div.right > ul.list_1 > li |
diary.to div.box > div.right > ul.list_1 > li |
officialblog.jp div.box > div.right > ul.list_1 > li |
livedoor div.sitemap > ul > li > a |
© livedoor div.footer-inner > div.box > p.copy > small |
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 |
|---|
TOP div.guide-title > div.pan > span > a |
These are opportunities to improve the legibility of your content.
Names and labels
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.ldapp > a > span.img > img div.ldapp > a > span.img > img |
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.box > div.right > div.ldapp > a div.box > div.right > div.ldapp > a |
div.box > div.right > div.ldapp > a div.box > div.right > div.ldapp > a |
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.
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 |
|---|
livedoor div.sitemap > ul > li > a |
利用規約 div.sitemap > ul > li > a |
ガイドライン div.sitemap > ul > li > a |
サイトマップ div.sitemap > ul > li > a |
プライバシー div.sitemap > ul > li > a |
ヘルプ div.sitemap > ul > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.ldapp > a > span.img > img div.ldapp > a > span.img > img | parts.blog.livedoor.jp/blog_portal/lite/img/v3/guide/ldapp_ios.png | 175 x 56 (3.13) | 524 x 193 (2.72) |
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.
Content Best Practices
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.ldapp > a > span.img > img div.ldapp > a > span.img > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.