Mobile 375 × 812

Desktop 1440 × 900

Score: 84 / 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.
'unsafe-eval' found in script source
'unsafe-inline' found in script source
Cross-Origin-Embedder-Policy header is missing
Cross-Origin-Opener-Policy header is missing
HSTS is missing includeSubDomains
[](https://beavercheck.com/results/73a9fe40-87c3-4cde-b045-09a5374aa5d3)<a href="https://beavercheck.com/results/73a9fe40-87c3-4cde-b045-09a5374aa5d3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fletsencrypt.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fletsencrypt.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.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
667 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.
1.63 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.59 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.
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.
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 | |
|---|---|---|---|
Divvi Up logo div.container > div.grid > a.block > img.h-16 | letsencrypt.org/images/Divvi-Up-Large-Full-Color-Logo.png | 29.1 KiB | 28.6 KiB |
body > main > div.text-white > div.hero-bg body > main > div.text-white > div.hero-bg | letsencrypt.org/images/radiant_london_resized/radiant_london_5_480w.jpg | 36.2 KiB | 17.5 KiB |
div.container > div.flex > button#language-toggle > img.w-3 div.container > div.flex > button#language-toggle > img.w-3 | letsencrypt.org/images/language-icon128px-black.png | 4.7 KiB | 4.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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.
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.
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 |
|---|---|---|
| letsencrypt.org/fontawesome-free-6.5.2-web/css/all.min.css | 21.4 KiB | 21.3 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| letsencrypt.org/js/plotly-min.js | 346.6 KiB | 204.5 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
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.0 s |
| Other | 365 ms |
| Style & Layout | 353 ms |
| Rendering | 174 ms |
| Script Parsing & Compilation | 145 ms |
| Parse HTML & CSS | 50 ms |
| Garbage Collection | 8.7 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
Divvi Up logo div.container > div.grid > a.block > img.h-16 | letsencrypt.org/images/Divvi-Up-Large-Full-Color-Logo.png |
Prossimo logo div.container > div.grid > a.block > img.h-16 | letsencrypt.org/images/Prossimo%20Horizontal%20Full%20Color.svg |
Internet Security Research Group (ISRG) div.container > div.grid > div > img.h-12 | letsencrypt.org/images/ISRG-Logo-Blue.svg |
Let's Encrypt div#main-header > div.flex > a.site-logo > img | letsencrypt.org/images/letsencrypt-logo-horizontal.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.
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.
| Failing Elements |
|---|
Zoom div.modebar-container > div#modebar-54228e > div.modebar-group > button.modebar-btn |
Pan div.modebar-container > div#modebar-54228e > div.modebar-group > button.modebar-btn |
Zoom in div.modebar-container > div#modebar-54228e > div.modebar-group > button.modebar-btn |
Zoom out div.modebar-container > div#modebar-54228e > div.modebar-group > button.modebar-btn |
Autoscale div.modebar-container > div#modebar-54228e > div.modebar-group > button.modebar-btn |
Reset axes div.modebar-container > div#modebar-54228e > div.modebar-group > button.modebar-btn |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
| Source | Description |
|---|---|
letsencrypt.org/js/plotly-min.js line 17, col 156017 | Applying inline style violates the following Content Security Policy directive 'style-src 'self''. Either the 'unsafe-inline' keyword, a hash ('sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
| Issue type |
|---|
| Content security policy |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
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.
334 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
950 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
70 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.
680 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.
1.40 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.
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 | |
|---|---|---|---|
body > main > div.text-white > div.hero-bg body > main > div.text-white > div.hero-bg | letsencrypt.org/images/radiant_london_resized/radiant_london_5_1280w.jpg | 215.3 KiB | 82.5 KiB |
Divvi Up logo div.container > div.grid > a.block > img.h-16 | letsencrypt.org/images/Divvi-Up-Large-Full-Color-Logo.png | 29.1 KiB | 28.6 KiB |
div.container > div.flex > button#language-toggle > img.w-3 div.container > div.flex > button#language-toggle > img.w-3 | letsencrypt.org/images/language-icon128px-black.png | 4.7 KiB | 4.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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 |
|---|---|---|
| letsencrypt.org/fontawesome-free-6.5.2-web/css/all.min.css | 21.6 KiB | 21.5 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| letsencrypt.org/js/plotly-min.js | 346.6 KiB | 204.5 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
Divvi Up logo div.container > div.grid > a.block > img.h-16 | letsencrypt.org/images/Divvi-Up-Large-Full-Color-Logo.png |
Prossimo logo div.container > div.grid > a.block > img.h-16 | letsencrypt.org/images/Prossimo%20Horizontal%20Full%20Color.svg |
Internet Security Research Group (ISRG) div.container > div.grid > div > img.h-12 | letsencrypt.org/images/ISRG-Logo-Blue.svg |
Let's Encrypt div#main-header > div.flex > a.site-logo > img | letsencrypt.org/images/letsencrypt-logo-horizontal.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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
contributions div.relative > div.container > h2.text-left > span.text-le-blue |
These are opportunities to improve the legibility of your content.
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.
| Failing Elements |
|---|
Zoom div.modebar-container > div#modebar-fd8dc1 > div.modebar-group > button.modebar-btn |
Pan div.modebar-container > div#modebar-fd8dc1 > div.modebar-group > button.modebar-btn |
Zoom in div.modebar-container > div#modebar-fd8dc1 > div.modebar-group > button.modebar-btn |
Zoom out div.modebar-container > div#modebar-fd8dc1 > div.modebar-group > button.modebar-btn |
Autoscale div.modebar-container > div#modebar-fd8dc1 > div.modebar-group > button.modebar-btn |
Reset axes div.modebar-container > div#modebar-fd8dc1 > div.modebar-group > button.modebar-btn |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
| Source | Description |
|---|---|
letsencrypt.org/js/plotly-min.js line 17, col 156017 | Applying inline style violates the following Content Security Policy directive 'style-src 'self''. Either the 'unsafe-inline' keyword, a hash ('sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU='), or a nonce ('nonce-...') is required to enable inline execution. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
| Issue type |
|---|
| Content security policy |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
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