Mobile 375 × 812

Desktop 1440 × 900

Score: 81 / 100
Based on 8 categories, 0 sections
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
1 button(s) with no accessible text
Cross-Origin-Embedder-Policy header is missing
Cross-Origin-Opener-Policy header is missing
External script from cdn.usefathom.com lacks integrity attribute
External script from media.bitterbrains.com lacks integrity attribute
[](https://beavercheck.com/results/c2364271-06da-4498-a77d-95a29379f233)<a href="https://beavercheck.com/results/c2364271-06da-4498-a77d-95a29379f233"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fvuejs.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fvuejs.orgThis badge auto-updates with your latest scan result.
Thanks for your feedback!
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
161 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.97 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.34 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
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.
| 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.
| 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.
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.
| 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.
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.
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.
| 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| 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.
| Failing Elements |
|---|
MIT License div.VPContentPage > div.VPFooter > p.license > a.vt-link |
These are opportunities to improve the legibility of your content.
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.
| Failing Elements |
|---|
Docs section#sitemap > div.container > div.sitemap-col > h4 |
These are opportunities to improve keyboard navigation in your application.
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.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
582 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
747 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
615 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
801 ms
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14.... | 1.1 KiB | 261 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| automation.vuejs.org/images/monterail.svg | 86400.0 s | 2.1 KiB |
| automation.vuejs.org/images/imagekit_io.svg | 86400.0 s | 1.6 KiB |
| media.bitterbrains.com/js?affiliate=vuejs&type=top | 0.0 ms | 212 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
JavaScript Certification section#spsrs > div.spsr-container > a.spsr-item > img | automation.vuejs.org/images/javascript_certification.png?v2 | 12.1 KiB | 10.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| vuejs.org/assets/style.u1s4Ur_U.css | 38.3 KiB | 34.0 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
JavaScript Certification section#spsrs > div.spsr-container > a.spsr-item > img | automation.vuejs.org/images/javascript_certification.png?v2 |
ImageKit.io section#spsrs > div.spsr-container > a.spsr-item > img | automation.vuejs.org/images/imagekit_io.svg |
Greptile div.spsr-container > a.spsr-item > picture > img | automation.vuejs.org/images/greptile.avif |
Vue.js Amsterdam div.spsr-container > a.spsr-item > picture > img | automation.vuejs.org/images/vue_js_amsterdam.avif |
Vehikl div.spsr-container > a.spsr-item > picture > img | automation.vuejs.org/images/vehikl.avif |
SerpApi div.spsr-container > a.spsr-item > picture > img | automation.vuejs.org/images/serpapi.avif |
HeroDevs div.spsr-container > a.spsr-item > picture > img | automation.vuejs.org/images/herodevs.avif |
Chrome Frameworks Fund div.spsr-container > a.spsr-item > picture > img | automation.vuejs.org/images/chrome_frameworks_fund.avif |
Storyblok div.spsr-container > a.spsr-item > picture > img | automation.vuejs.org/images/storyblok.avif |
VueMastery div.spsr-container > a.spsr-item > picture > img | automation.vuejs.org/images/vuemastery.avif |
CodeRabbit div.spsr-container > a.spsr-item > picture > img | automation.vuejs.org/images/coderabbit_.avif |
Monterail section#spsrs > div.spsr-container > a.spsr-item > img | automation.vuejs.org/images/monterail.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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.
| 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
Register div.VPApp > div.banner > p.vt-banner-text > a.vt-primary-action |
Search div#docsearch > button.DocSearch > span.DocSearch-Button-Container > span.DocSearch-Button-Placeholder |
Ctrl div#docsearch > button.DocSearch > span.DocSearch-Button-Keys > kbd.DocSearch-Button-Key |
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.
| Failing Elements |
|---|
MIT License div.VPContentPage > div.VPFooter > p.license > a.vt-link |
These are opportunities to improve the legibility of your content.
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.
| Failing Elements |
|---|
Docs section#sitemap > div.container > div.sitemap-col > h4 |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
| Failing Elements |
|---|
Search
Ctrl
K div.content > div.VPNavBarSearch > div#docsearch > button.DocSearch |
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.
Send Feedback