Mobile 375 × 812

Desktop 1440 × 900

Score: 79 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Lean and efficient — low environmental impact per visit.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
9 third-party resources (88% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/c8b6a61b-8930-4663-86fd-802648b673c8)<a href="https://beavercheck.com/results/c8b6a61b-8930-4663-86fd-802648b673c8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwebkit.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwebkit.orgThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 5.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 5.5s to load
+12% bounceUsers abandon at ~3s — you're 3.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
6 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
6 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $4,161/month returns + USD 150,000 risk avoided
$600
6h · 5 findings
$4,161 /mo
~$49,935 / year
USD 150,000
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,500 / month at risk
~$150,002 / year if left unfixed
$150,000
$0.17 /mo
2184.9 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
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.
2.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 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.
2.72 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.
5.52 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 |
|---|---|---|
| webkit.org/wp-content/themes/webkit/style.css?2022100501 | 15.5 KiB | |
| www.apple.com/wss/fonts?families=SF+Mono,v2 | 1.2 KiB | 150 ms |
| www.apple.com/wss/fonts?families=SF+Pro,v1 | 1.6 KiB | 761 ms |
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.
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.
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 |
|---|---|---|
| webkit.org/wp-content/themes/webkit/style.css?2022100501 | 15.5 KiB | 3.7 KiB |
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 |
|---|---|---|
| webkit.org/wp-content/themes/webkit/style.css?2022100501 | 15.2 KiB | 11.5 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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
safari technology preview icon div.tile > div.background-image > svg > use |
performance icon div.tile > div.background-image > svg > use |
default icon div.tile > div.background-image > svg > use |
default icon div.tile > div.background-image > svg > use |
default icon div.tile > div.background-image > svg > use |
These are opportunities to improve the usage of ARIA in your application which 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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
More Blog Posts main#content > div.page-width > div.pagination > a.page-numbers |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
These items highlight common accessibility best practices.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
1.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.69 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.
1.73 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 |
|---|---|---|
| webkit.org/wp-content/themes/webkit/style.css?2022100501 | 15.5 KiB | |
| www.apple.com/wss/fonts?families=SF+Pro,v1 | 1.6 KiB | 207 ms |
| www.apple.com/wss/fonts?families=SF+Mono,v2 | 1.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.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| webkit.org/wp-content/themes/webkit/style.css?2022100501 | 15.2 KiB | 11.4 KiB |
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 |
|---|---|---|
| webkit.org/wp-content/themes/webkit/style.css?2022100501 | 15.5 KiB | 3.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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Downloads Feature Status
CSS Features Standards Positions
Documentation
Web In… div.page-width > nav#site-nav > div.menu-main-menu-container > ul#menu-main-menu |
CSS Features Standards Positions div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4272 > ul#sub-menu-for-4272 |
Web Inspector Tracking Prevention div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-9988 > ul#sub-menu-for-9988 |
Project Goals Bug Prioritization Bug Report Guidelines Code Style Guidelines Co… div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4282 > ul#sub-menu-for-4282 |
Getting Started Contributing Code Testing Contributions How to Report Bugs GitH… div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4274 > ul#sub-menu-for-4274 |
News Posts CSS Posts Contributing Posts Privacy Posts Performance Posts JavaScr… div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4270 > ul#sub-menu-for-4270 |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Downloads div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-6091 > a |
Feature Status div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4272 > a |
CSS Features li#menu-item-4272 > ul#sub-menu-for-4272 > li#menu-item-13052 > a |
Standards Positions li#menu-item-4272 > ul#sub-menu-for-4272 > li#menu-item-14388 > a |
Documentation div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-9988 > a |
Web Inspector li#menu-item-9988 > ul#sub-menu-for-9988 > li#menu-item-9989 > a |
Tracking Prevention li#menu-item-9988 > ul#sub-menu-for-9988 > li#menu-item-10868 > a |
Policies div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4282 > a |
Project Goals li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-10037 > a |
Bug Prioritization li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13077 > a |
Bug Report Guidelines li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13076 > a |
Code Style Guidelines li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13075 > a |
Commit and Review Policy li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13074 > a |
Feature Policy li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13073 > a |
Security Policy li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13072 > a |
Tracking Prevention Policy li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13071 > a |
Contribute div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4274 > a |
Getting Started li#menu-item-4274 > ul#sub-menu-for-4274 > li#menu-item-4277 > a |
Contributing Code li#menu-item-4274 > ul#sub-menu-for-4274 > li#menu-item-4284 > a |
Testing Contributions li#menu-item-4274 > ul#sub-menu-for-4274 > li#menu-item-4281 > a |
How to Report Bugs li#menu-item-4274 > ul#sub-menu-for-4274 > li#menu-item-4273 > a |
GitHub Repository li#menu-item-4274 > ul#sub-menu-for-4274 > li#menu-item-4278 > a |
Blog div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4270 > a |
News Posts li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13057 > a |
CSS Posts li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13058 > a |
Contributing Posts li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13063 > a |
Privacy Posts li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13062 > a |
Performance Posts li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13060 > a |
JavaScript Posts li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13061 > a |
Standards Posts li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13056 > a |
Web Inspector Posts li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13059 > a |
Safari Technology Preview Posts li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13055 > a |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
safari technology preview icon div.tile > div.background-image > svg > use |
performance icon div.tile > div.background-image > svg > use |
default icon div.tile > div.background-image > svg > use |
default icon div.tile > div.background-image > svg > use |
default icon div.tile > div.background-image > svg > use |
These are opportunities to improve the usage of ARIA in your application which 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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
More Blog Posts main#content > div.page-width > div.pagination > a.page-numbers |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul#menu-main-menu > li > form > input.search-input ul#menu-main-menu > li > form > input.search-input |
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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Downloads nav#site-nav > div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-6091 |
Feature Status
CSS Features Standards Positions nav#site-nav > div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4272 |
CSS Features ul#menu-main-menu > li#menu-item-4272 > ul#sub-menu-for-4272 > li#menu-item-13052 |
Standards Positions ul#menu-main-menu > li#menu-item-4272 > ul#sub-menu-for-4272 > li#menu-item-14388 |
Documentation
Web Inspector Tracking Prevention nav#site-nav > div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-9988 |
Web Inspector ul#menu-main-menu > li#menu-item-9988 > ul#sub-menu-for-9988 > li#menu-item-9989 |
Tracking Prevention ul#menu-main-menu > li#menu-item-9988 > ul#sub-menu-for-9988 > li#menu-item-10868 |
Policies
Project Goals Bug Prioritization Bug Report Guidelines Code Style Guid… nav#site-nav > div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4282 |
Project Goals ul#menu-main-menu > li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-10037 |
Bug Prioritization ul#menu-main-menu > li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13077 |
Bug Report Guidelines ul#menu-main-menu > li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13076 |
Code Style Guidelines ul#menu-main-menu > li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13075 |
Commit and Review Policy ul#menu-main-menu > li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13074 |
Feature Policy ul#menu-main-menu > li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13073 |
Security Policy ul#menu-main-menu > li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13072 |
Tracking Prevention Policy ul#menu-main-menu > li#menu-item-4282 > ul#sub-menu-for-4282 > li#menu-item-13071 |
Contribute
Getting Started Contributing Code Testing Contributions How to Repor… nav#site-nav > div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4274 |
Getting Started ul#menu-main-menu > li#menu-item-4274 > ul#sub-menu-for-4274 > li#menu-item-4277 |
Contributing Code ul#menu-main-menu > li#menu-item-4274 > ul#sub-menu-for-4274 > li#menu-item-4284 |
Testing Contributions ul#menu-main-menu > li#menu-item-4274 > ul#sub-menu-for-4274 > li#menu-item-4281 |
How to Report Bugs ul#menu-main-menu > li#menu-item-4274 > ul#sub-menu-for-4274 > li#menu-item-4273 |
GitHub Repository ul#menu-main-menu > li#menu-item-4274 > ul#sub-menu-for-4274 > li#menu-item-4278 |
Blog
News Posts CSS Posts Contributing Posts Privacy Posts Performance Posts Ja… nav#site-nav > div.menu-main-menu-container > ul#menu-main-menu > li#menu-item-4270 |
News Posts ul#menu-main-menu > li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13057 |
CSS Posts ul#menu-main-menu > li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13058 |
Contributing Posts ul#menu-main-menu > li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13063 |
Privacy Posts ul#menu-main-menu > li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13062 |
Performance Posts ul#menu-main-menu > li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13060 |
JavaScript Posts ul#menu-main-menu > li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13061 |
Standards Posts ul#menu-main-menu > li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13056 |
Web Inspector Posts ul#menu-main-menu > li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13059 |
Safari Technology Preview Posts ul#menu-main-menu > li#menu-item-4270 > ul#sub-menu-for-4270 > li#menu-item-13055 |
nav#site-nav > div.menu-main-menu-container > ul#menu-main-menu > li nav#site-nav > div.menu-main-menu-container > ul#menu-main-menu > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
Read more div.tile > div.tile-content > p > a.readmore |
These items highlight common accessibility best practices.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback