Mobile 375 × 812

Desktop 1440 × 900

Score: 78 / 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.
Content-Security-Policy header is missing
HSTS header is missing
No Content-Security-Policy header found
Cross-Origin-Embedder-Policy header is missing
Cross-Origin-Opener-Policy header is missing
[](https://beavercheck.com/results/ab30bb16-f2ee-48c4-b96d-572d3fb4874c)<a href="https://beavercheck.com/results/ab30bb16-f2ee-48c4-b96d-572d3fb4874c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.rust-lang.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.rust-lang.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.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.97 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.
2.60 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.97 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 long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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 |
|---|---|---|
| rust-lang.org/static/styles/vendor_10880690442070639967.css | 14.2 KiB | |
| rust-lang.org/static/styles/a11y-dark.css | 856 B | 150 ms |
| rust-lang.org/static/styles/fonts_8049871103083011125.css | 1.4 KiB | |
| rust-lang.org/static/styles/app_9373368208912545815.css | 2.6 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 |
|---|---|---|
| rust-lang.org/static/styles/vendor_10880690442070639967.css | 14.0 KiB | 13.7 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
Bluesky div.flex > div.flex > a > img | rust-lang.org/static/images/bluesky.svg |
terminal div.flex-none > div.flex > div.v-top > img.mw3 | rust-lang.org/static/images/cli.svg |
gear with puzzle piece elements div.flex-none > div.flex > div.v-top > img.mw3 | rust-lang.org/static/images/webassembly.svg |
a cloud with nodes div.flex-none > div.flex > div.v-top > img.mw3 | rust-lang.org/static/images/networking.svg |
an embedded device chip div.flex-none > div.flex > div.v-top > img.mw3 | rust-lang.org/static/images/embedded.svg |
github logo div.flex > div.flex > a > img | rust-lang.org/static/images/github.svg |
youtube logo div.flex > div.flex > a > img.pv2 | rust-lang.org/static/images/youtube.svg |
Mastodon div.flex > div.flex > a > img | rust-lang.org/static/images/mastodon.svg |
Rust Logo nav.flex > div.brand > a.brand > img.v-mid | rust-lang.org/static/images/rust-logo-blk.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
| URL | Time Spent |
|---|---|
| www.rust-lang.org/ | 752 ms |
| rust-lang.org/ | 0.0 ms |
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 |
|---|
Version 1.94.1 div.flex > div.w-30-l > p.tc > a.download-link |
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 |
|---|
File an issue! div.w-100 > div.attribution > p > a |
previous website div.w-100 > div.attribution > p > a |
These are opportunities to improve the legibility of your content.
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.
535 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
586 ms
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.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
535 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.
586 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 long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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 |
|---|---|---|
| rust-lang.org/static/styles/vendor_10880690442070639967.css | 14.0 KiB | 13.3 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
Bluesky div.flex > div.flex > a > img | rust-lang.org/static/images/bluesky.svg |
terminal div.flex-none > div.flex > div.v-top > img.mw3 | rust-lang.org/static/images/cli.svg |
gear with puzzle piece elements div.flex-none > div.flex > div.v-top > img.mw3 | rust-lang.org/static/images/webassembly.svg |
a cloud with nodes div.flex-none > div.flex > div.v-top > img.mw3 | rust-lang.org/static/images/networking.svg |
an embedded device chip div.flex-none > div.flex > div.v-top > img.mw3 | rust-lang.org/static/images/embedded.svg |
github logo div.flex > div.flex > a > img | rust-lang.org/static/images/github.svg |
youtube logo div.flex > div.flex > a > img.pv2 | rust-lang.org/static/images/youtube.svg |
Mastodon div.flex > div.flex > a > img | rust-lang.org/static/images/mastodon.svg |
Rust Logo nav.flex > div.brand > a.brand > img.v-mid | rust-lang.org/static/images/rust-logo-blk.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
| URL | Time Spent |
|---|---|
| www.rust-lang.org/ | 201 ms |
| rust-lang.org/ | 0.0 ms |
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. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
| Failing Elements |
|---|
File an issue! div.w-100 > div.attribution > p > a |
previous website div.w-100 > div.attribution > p > a |
These are opportunities to improve the legibility of your content.
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