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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/webfonts/fa-solid-900.woff2 | 604800.0 s | 154.9 KiB |
| /npm/@fortawesome/fontawesome-free@6/webfonts/fa-brands-4... | 604800.0 s | 116.3 KiB |
| cdn.jsdelivr.net/npm/@docsearch/js@3 | 604800.0 s | 35.9 KiB |
| cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/css/all.min.css | 604800.0 s | 21.8 KiB |
| img.shields.io/github/forks/hexojs/hexo?style=social | 1800.0 s | 2.3 KiB |
| img.shields.io/github/stars/hexojs/hexo?style=social | 1800.0 s | 2.2 KiB |
| img.shields.io/npm/dm/hexo?logo=npm&style=social | 7200.0 s | 1.7 KiB |
| img.shields.io/twitter/follow/hexojs?style=social | 86400.0 s | 1.7 KiB |
| cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css | 604800.0 s | 4.4 KiB |
| cdn.jsdelivr.net/npm/@docsearch/css@3 | 604800.0 s | 3.4 KiB |
| cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js | 604800.0 s | 1.3 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 |
|---|---|---|
| cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/css/all.min.css | 21.8 KiB | 150 ms |
| cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css | 4.4 KiB | |
| cdn.jsdelivr.net/npm/@docsearch/css@3 | 3.4 KiB | 150 ms |
| cdn.jsdelivr.net/npm/typeface-lato@0.0.75/index.min.css | 1013 B | 753 ms |
| hexo.io/css/navy.css | 5.2 KiB |
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.
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.inner > div.theme-thumbnail > div.theme-thumbnail-container > img div.inner > div.theme-thumbnail > div.theme-thumbnail-container > img | hexo.io/themes/screenshots/landscape.png | 302.1 KiB | 278.2 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.
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 |
|---|---|---|
| cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6/css/all.min.css | 21.7 KiB | 21.4 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-8VWFR61YDH&cx=c&_slc=1 | 147.0 KiB | 63.4 KiB |
| cdn.jsdelivr.net/npm/@docsearch/js@3 | 35.5 KiB | 29.6 KiB |
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.inner > div.theme-thumbnail > div.theme-thumbnail-container > img div.inner > div.theme-thumbnail > div.theme-thumbnail-container > img | hexo.io/themes/screenshots/landscape.png |
div.inner > div#footer-links > a.footer-link > img div.inner > div#footer-links > a.footer-link > img | www.netlify.com/img/global/badges/netlify-dark.svg |
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 |
|---|
Get started div.wrapper > div.inner > div#intro-get-started-wrap > a#intro-get-started-link |
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.inner > div.theme-thumbnail > div.theme-thumbnail-container > img div.inner > div.theme-thumbnail > div.theme-thumbnail-container > img |
div.inner > div#footer-links > a.footer-link > img div.inner > div#footer-links > a.footer-link > img |
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 |
|---|
English
正體中文
简体中文
Русский
한국어
Português (Brasil)
ภาษาไทย
日本語
Español body > nav#mobile-nav > div#mobile-lang-select-wrap > select#mobile-lang-select |
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 |
|---|
header#banner > div.inner > div#banner-start > a#banner-start-link header#banner > div.inner > div#banner-start > a#banner-start-link |
footer#footer > div.inner > div#footer-links > a.footer-link footer#footer > div.inner > div#footer-links > a.footer-link |
footer#footer > div.inner > div#footer-links > a.footer-link footer#footer > div.inner > div#footer-links > a.footer-link |
footer#footer > div.inner > div#footer-links > a.footer-link footer#footer > div.inner > div#footer-links > a.footer-link |
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.
Tables and lists
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 |
|---|
Docs
API
News
Plugins
Themes
About
GitHub body > nav#mobile-nav > div#mobile-nav-inner > ul#mobile-nav-list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
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
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.inner > div.theme-thumbnail > div.theme-thumbnail-container > img div.inner > div.theme-thumbnail > div.theme-thumbnail-container > img |
div.inner > div#footer-links > a.footer-link > img div.inner > div#footer-links > a.footer-link > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.