Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
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.
52 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cross-Origin-Opener-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/2f8e40df-f2e4-4728-b1a7-cecb5cad9c50)<a href="https://beavercheck.com/results/2f8e40df-f2e4-4728-b1a7-cecb5cad9c50"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fthunderbird.net" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fthunderbird.netThis 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 12.4s 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 ~28%.
Page takes 12.4s to load
+12% bounceUsers abandon at ~3s — you're 9.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 468ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$400 investment → $945/month returns + USD 150,000 risk avoided
$400
4h · 5 findings
$945 /mo
~$11,338 / year
USD 150,000
if kept compliant
$200 — 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.
4.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,006 / year if left unfixed
$150,000
$0.48 /mo
5966.3 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 2 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.
9.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
468 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.53 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.
12.51 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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 |
|---|---|---|
| www.thunderbird.net/media/css/base-style.css | 16.8 KiB | 300 ms |
| www.thunderbird.net/media/css/normalize.css | 2.0 KiB |
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.graphic > div.carousel > picture > img div.graphic > div.carousel > picture > img | www.thunderbird.net/media/img/thunderbird/new/screens/mail-screen.avif | 127.9 KiB | 123.4 KiB |
div.graphic > div.carousel > picture > img div.graphic > div.carousel > picture > img | www.thunderbird.net/media/img/thunderbird/new/screens/calendar-screen.avif | 37.7 KiB | 36.4 KiB |
A rendering of a mobile phone. section#freedom-to-go-anywhere > div.mobile-render > picture > img | /media/img/thunderbird/base/home/exploding-phone-high-res... | 47.9 KiB | 20.9 KiB |
Thunderbird planet div.planets > div.planet-thunderbird > picture > img | www.thunderbird.net/media/img/thunderbird/new/planets/planets-thunderbird.avif | 19.2 KiB | 18.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| thunderbird.net/ | 807 ms |
| www.thunderbird.net/ | 781 ms |
| www.thunderbird.net/en-US/ | 0.0 ms |
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.
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 JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.thunderbird.net/media/js/common-bundle.js | 49.9 KiB | 12.4 KiB |
| www.thunderbird.net/media/js/site-bundle.js | 5.8 KiB | 3.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.fundraiseup.com/checkout.9e2624d0be733d7f.js | 409.8 KiB | 365.6 KiB |
| static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js | 111.7 KiB | 111.6 KiB |
| static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 105.2 KiB | 87.4 KiB |
| www.thunderbird.net/media/js/common-bundle.js | 49.9 KiB | 29.8 KiB |
| static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js | 22.3 KiB | 22.3 KiB |
| www.thunderbird.net/media/js/matomo.js | 35.3 KiB | 22.1 KiB |
| cdn.fundraiseup.com/widget/ADGJGYAN | 64.3 KiB | 21.6 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 871 ms |
| Other | 518 ms |
| Style & Layout | 495 ms |
| Script Parsing & Compilation | 429 ms |
| Rendering | 75 ms |
| Parse HTML & CSS | 54 ms |
| Garbage Collection | 3.2 ms |
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 |
|---|---|---|
| www.thunderbird.net/media/css/base-style.css | 16.8 KiB | 2.8 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 |
|---|---|---|
| www.thunderbird.net/media/css/base-style.css | 16.6 KiB | 11.8 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 | |
|---|---|
A rendering of a mobile phone. section#freedom-to-go-anywhere > div.mobile-render > picture > img | /media/img/thunderbird/base/home/exploding-phone-high-res... |
smartphone div.container > div.phone > picture > img | www.thunderbird.net/media/img/thunderbird/new/phone/cta-phone.avif |
div.devices-container > div.graphic > picture > img div.devices-container > div.graphic > picture > img | www.thunderbird.net/media/img/thunderbird/new/screens/laptop-bg.avif |
Thunderbird planet div.planets > div.planet-thunderbird > picture > img | www.thunderbird.net/media/img/thunderbird/new/planets/planets-thunderbird.avif |
A phone displaying Thunderbird for Android's interface. div.devices-container > div.TfA-overlay > picture > img | www.thunderbird.net/media/img/thunderbird/base/home/flat-phone-high-res.avif |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.html-ltr > footer#footer > div.container > a.logo body.html-ltr > footer#footer > div.container > a.logo |
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.
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 |
|---|
Waste less time finding browser tabs. section#free-from-chaos > div.container > div.section-text > h4 |
Our agenda isn’t hidden. It’s to make the world better. section#free-from-manipulation > div.container > div.section-text > h4 |
Thunderbird is yours. section#free-to-geek > div.container > div.section-text > h4 |
Introducing Thunderbird Mobile section#freedom-to-go-anywhere > div.container > div.section-text > h4 |
Are you ready to love email again? section#free-your-inbox > div.container > div.section-text > h4.cta-sub-heading |
Products div.container > div.site-links > div#footer-nav > h4 |
These are opportunities to improve keyboard navigation in your application.
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.container > div.moz-footer-border > div#moz-nav > a#moz-link-home div.container > div.moz-footer-border > div#moz-nav > a#moz-link-home |
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| <source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead. | www.thunderbird.net/en-US/ line 1742, col -1 |
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.
858 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
919 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.
2.47 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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 |
|---|---|---|
| www.thunderbird.net/media/css/base-style.css | 16.8 KiB | 191 ms |
| www.thunderbird.net/media/css/normalize.css | 2.0 KiB | 70 ms |
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.graphic > div.carousel > picture > img div.graphic > div.carousel > picture > img | www.thunderbird.net/media/img/thunderbird/new/screens/mail-screen.avif | 127.9 KiB | 109.7 KiB |
div.graphic > div.carousel > picture > img div.graphic > div.carousel > picture > img | www.thunderbird.net/media/img/thunderbird/new/screens/calendar-screen.avif | 37.7 KiB | 32.4 KiB |
Thunderbird planet div.planets > div.planet-thunderbird > picture > img | www.thunderbird.net/media/img/thunderbird/new/planets/planets-thunderbird.avif | 19.2 KiB | 15.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| thunderbird.net/ | 259 ms |
| www.thunderbird.net/ | 230 ms |
| www.thunderbird.net/en-US/ | 0.0 ms |
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.fundraiseup.com/checkout.9e2624d0be733d7f.js | 410.1 KiB | 365.9 KiB |
| static.fundraiseup.com/checkout-sentry-vendor.dda4c7629502a974.js | 111.6 KiB | 111.6 KiB |
| static.fundraiseup.com/checkout-vendors.78ab7844d94042df.js | 105.1 KiB | 87.3 KiB |
| www.thunderbird.net/media/js/common-bundle.js | 49.9 KiB | 29.8 KiB |
| static.fundraiseup.com/checkout-styles.fab72e48733dfd10.js | 22.3 KiB | 22.3 KiB |
| www.thunderbird.net/media/js/matomo.js | 35.3 KiB | 22.1 KiB |
| cdn.fundraiseup.com/widget/ADGJGYAN | 64.3 KiB | 21.6 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 |
|---|---|---|
| www.thunderbird.net/media/css/base-style.css | 16.8 KiB | 2.8 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.thunderbird.net/media/js/common-bundle.js | 49.9 KiB | 12.4 KiB |
| www.thunderbird.net/media/js/site-bundle.js | 5.8 KiB | 3.4 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 |
|---|---|---|
| www.thunderbird.net/media/css/base-style.css | 16.6 KiB | 12.0 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.devices-container > div.graphic > picture > img div.devices-container > div.graphic > picture > img | www.thunderbird.net/media/img/thunderbird/new/screens/laptop-bg.avif |
A rendering of a mobile phone. section#freedom-to-go-anywhere > div.mobile-render > picture > img | /media/img/thunderbird/base/home/exploding-phone-high-res... |
Thunderbird planet div.planets > div.planet-thunderbird > picture > img | www.thunderbird.net/media/img/thunderbird/new/planets/planets-thunderbird.avif |
extensions div.testimonial-card > div.visual > picture > img | www.thunderbird.net/media/img/thunderbird/new/testimonials/hex.avif |
unified inbox div.testimonial-card > div.visual > picture > img | www.thunderbird.net/media/img/thunderbird/new/testimonials/unified-inbox.avif |
smartphone div.container > div.phone > picture > img | www.thunderbird.net/media/img/thunderbird/new/phone/cta-phone.avif |
A phone displaying Thunderbird for Android's interface. div.devices-container > div.TfA-overlay > picture > img | www.thunderbird.net/media/img/thunderbird/base/home/flat-phone-high-res.avif |
Firefox planet div.planets > div.planet-firefox > picture > img | www.thunderbird.net/media/img/thunderbird/new/planets/planets-firefox.avif |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
profile image div.attrib > div.profile-pic > picture > img | /media/img/thunderbird/new/testimonials/testimonial-portr... |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.html-ltr > footer#footer > div.container > a.logo body.html-ltr > footer#footer > div.container > a.logo |
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.
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 |
|---|
Waste less time finding browser tabs. section#free-from-chaos > div.container > div.section-text > h4 |
Our agenda isn’t hidden. It’s to make the world better. section#free-from-manipulation > div.container > div.section-text > h4 |
Thunderbird is yours. section#free-to-geek > div.container > div.section-text > h4 |
Introducing Thunderbird Mobile section#freedom-to-go-anywhere > div.container > div.section-text > h4 |
Are you ready to love email again? section#free-your-inbox > div.container > div.section-text > h4.cta-sub-heading |
Products div.container > div.site-links > div#footer-nav > h4 |
These are opportunities to improve keyboard navigation in your application.
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.container > div.moz-footer-border > div#moz-nav > a#moz-link-home div.container > div.moz-footer-border > div#moz-nav > a#moz-link-home |
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| <source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead. | www.thunderbird.net/en-US/ line 1742, col -1 |
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