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.
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 |
|---|---|---|
| /css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14.... | 1.1 KiB | 809 ms |
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 |
|---|---|---|
| media.bitterbrains.com/js?affiliate=vuejs&type=top | 0.0 ms | 186 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| vuejs.org/assets/style.u1s4Ur_U.css | 38.3 KiB | 34.7 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#app > div.VPApp > div.banner > button div#app > div.VPApp > div.banner > button |
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.
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 |
|---|
Register div.VPApp > div.banner > p.vt-banner-text > a.vt-primary-action |
An approachable, performant and versatile framework for building web user inter… div > div > section#hero > p.description |
Why Vue div > section#hero > p.actions > a#vuemastery-action |
Special Sponsor slot is now vacant - Inquire now div > section#special-spsr > span > a |
Builds on top of standard HTML, CSS and JavaScript with intuitive API and world… div > section#highlights > div.vt-box > p |
Truly reactive, compiler-optimized rendering system that rarely requires manual… div > section#highlights > div.vt-box > p |
A rich, incrementally adoptable ecosystem that scales between a library and a f… div > section#highlights > div.vt-box > p |
Become a Sponsor div > section#spsrs > div.spsr-container > a.spsr-item |
Become a Sponsor div > section#spsrs > div.spsr-container > a.spsr-item |
Released under the MIT License. div#VPContent > div.VPContentPage > div.VPFooter > p.license |
Copyright © 2014-2026 Evan You div#VPContent > div.VPContentPage > div.VPFooter > p.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 |
|---|
MIT License div.VPContentPage > div.VPFooter > p.license > a.vt-link |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Docs section#sitemap > div.container > div.sitemap-col > h4 |
These are opportunities to improve keyboard navigation in your application.
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.