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
No H1 heading found
Cross-Origin-Embedder-Policy header is missing
[](https://beavercheck.com/results/753c565d-5c2d-f21e-96c2-c63527ff1139)<a href="https://beavercheck.com/results/753c565d-5c2d-f21e-96c2-c63527ff1139"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.openbsd.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.openbsd.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.
960 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.56 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.39 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.56 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.openbsd.org/images/puffy78.gif | 0.0 ms | 55.5 KiB |
| www.openbsd.org/images/rack2009-s.png | 0.0 ms | 49.4 KiB |
| www.openbsd.org/openbsd.css | 0.0 ms | 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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.openbsd.org/openbsd.css | 4.6 KiB | 180 ms |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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 | |
|---|---|---|---|
rack footer > figure > a > img | www.openbsd.org/images/rack2009-s.png | 49.3 KiB | 46.6 KiB |
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|
Project Goals nav > ul > li > a |
Hardware Platforms nav > ul > li > a |
Security nav > ul > li > a |
Crypto nav > ul > li > a |
Events and Papers nav > ul > li > a |
Innovations nav > ul > li > a |
AnonCVS nav > ul > li > a |
CVSWeb nav > ul > li > a |
GitHub Mirror nav > ul > li > a |
GotHub Mirror nav > ul > li > a |
Changelog nav > ul > li > a |
FAQ nav > ul > li > a |
Manual Pages nav > ul > li > a |
Patches nav > ul > li > a |
Reporting Problems nav > ul > li > a |
Mailing Lists nav > ul > li > a |
Hackathons nav > ul > li > a |
User Groups nav > ul > li > a |
Commercial Support nav > ul > li > a |
Donations nav > ul > li > a |
Art Merchandise nav > ul > li > a |
OpenBSD Foundation nav > ul > li > a |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
[OpenBSD 7.8] article > h2 > a > img | www.openbsd.org/images/puffy78.gif | 599 x 198 (3.03) | 599 x 200 (3.00) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
[OpenBSD 7.8] article > h2 > a > img | www.openbsd.org/images/puffy78.gif | 599 x 198 | 599 x 200 | 899 x 297 |
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.
255 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
415 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.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
976 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.
415 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.openbsd.org/images/puffy78.gif | 0.0 ms | 55.5 KiB |
| www.openbsd.org/images/rack2009-s.png | 0.0 ms | 49.4 KiB |
| www.openbsd.org/openbsd.css | 0.0 ms | 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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 | |
|---|---|---|---|
rack footer > figure > a > img | www.openbsd.org/images/rack2009-s.png | 49.3 KiB | 48.4 KiB |
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 |
|---|---|
| www.openbsd.org/openbsd.css | 4.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|
Project Goals nav > ul > li > a |
Hardware Platforms nav > ul > li > a |
Security nav > ul > li > a |
Crypto nav > ul > li > a |
Events and Papers nav > ul > li > a |
Innovations nav > ul > li > a |
AnonCVS nav > ul > li > a |
CVSWeb nav > ul > li > a |
GitHub Mirror nav > ul > li > a |
GotHub Mirror nav > ul > li > a |
Changelog nav > ul > li > a |
FAQ nav > ul > li > a |
Manual Pages nav > ul > li > a |
Patches nav > ul > li > a |
Reporting Problems nav > ul > li > a |
Mailing Lists nav > ul > li > a |
Hackathons nav > ul > li > a |
User Groups nav > ul > li > a |
Commercial Support nav > ul > li > a |
Donations nav > ul > li > a |
Art Merchandise nav > ul > li > a |
OpenBSD Foundation nav > ul > li > a |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
[OpenBSD 7.8] article > h2 > a > img | www.openbsd.org/images/puffy78.gif | 599 x 198 (3.03) | 599 x 200 (3.00) |
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