No change since last audit
Compared to scan from 4 hours ago
Mobile

Desktop
Score: 92 / 100 Same as last audit
Based on 8 categories, 59 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.
https://beavercheck.com/: 498ms CPU time
[](https://beavercheck.com/results/c9bea3c5-a014-4151-93ae-bab112ab0c47)<a href="https://beavercheck.com/results/c9bea3c5-a014-4151-93ae-bab112ab0c47"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbeavercheck.com%2F" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbeavercheck.com%2FThis 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.
971 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
971 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
25 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.036
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.34 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.95 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.
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 |
|---|---|---|
| beavercheck.com/static/css/output.css?v=a9c156f | 19.6 KiB | 150 ms |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
One Scan. section#top > div.max-w-2xl > h1.text-4xl > span.text-amber-500 |
Run Audit div.max-w-2xl > form.max-w-md > button.flex > span.htmx-hide-on-request |
Advanced options div.max-w-2xl > form.max-w-md > div.mt-3 > button.flex |
Lab + real-user speed metrics div.bg-white > div.flex > div > p.text-xs |
SSL, headers, vulnerabilities div.bg-white > div.flex > div > p.text-xs |
WCAG compliance + visual contrast div.bg-white > div.flex > div > p.text-xs |
Search engine optimization div.bg-white > div.flex > div > p.text-xs |
Quality, readability, images div.bg-white > div.flex > div > p.text-xs |
DNS, hosting, domain intelligence div.bg-white > div.flex > div > p.text-xs |
Full technology stack detection div.bg-white > div.flex > div > p.text-xs |
GDPR, privacy, tracker detection div.bg-white > div.flex > div > p.text-xs |
Uptime, protocols, transport div.bg-white > div.flex > div > p.text-xs |
Carbon footprint & green hosting div.bg-white > div.flex > div > p.text-xs |
Google Lighthouse raw scores div.bg-white > div.flex > div > p.text-xs |
PageSpeed Insights div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
SecurityHeaders.com div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
SSL Labs div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
BuiltWith div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
GTmetrix div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
WAVE div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
Website Carbon div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
Apr 1, 2026 16:47 div.space-y-2 > a.flex > div.flex-1 > p.text-xs |
Start Your Free Analysis div.max-w-2xl > form.mt-8 > div.flex > button.rounded-xl |
Built with beaver-powered love for the open web. footer.border-t > div.max-w-5xl > div.mt-8 > p.text-xs |
© 2025 BeaverCheck footer.border-t > div.max-w-5xl > div.mt-8 > p.mt-1 |
These are opportunities to improve the legibility of your content.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | beavercheck.com/static/js/alpine.min.js?v=a9c156f line 4, col 16571 |
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.
262 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
302 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.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
431 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.
302 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.
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 |
|---|---|
| beavercheck.com/static/css/output.css?v=a9c156f | 19.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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
One Scan. section#top > div.max-w-2xl > h1.text-4xl > span.text-amber-500 |
Run Audit div.max-w-2xl > form.max-w-md > button.flex > span.htmx-hide-on-request |
Advanced options div.max-w-2xl > form.max-w-md > div.mt-3 > button.flex |
Lab + real-user speed metrics div.bg-white > div.flex > div > p.text-xs |
SSL, headers, vulnerabilities div.bg-white > div.flex > div > p.text-xs |
WCAG compliance + visual contrast div.bg-white > div.flex > div > p.text-xs |
Search engine optimization div.bg-white > div.flex > div > p.text-xs |
Quality, readability, images div.bg-white > div.flex > div > p.text-xs |
DNS, hosting, domain intelligence div.bg-white > div.flex > div > p.text-xs |
Full technology stack detection div.bg-white > div.flex > div > p.text-xs |
GDPR, privacy, tracker detection div.bg-white > div.flex > div > p.text-xs |
Uptime, protocols, transport div.bg-white > div.flex > div > p.text-xs |
Carbon footprint & green hosting div.bg-white > div.flex > div > p.text-xs |
Google Lighthouse raw scores div.bg-white > div.flex > div > p.text-xs |
PageSpeed Insights div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
SecurityHeaders.com div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
SSL Labs div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
BuiltWith div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
GTmetrix div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
WAVE div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
Website Carbon div.max-w-3xl > div.space-y-3 > div.flex > span.text-sm |
Apr 1, 2026 16:47 div.space-y-2 > a.flex > div.flex-1 > p.text-xs |
Start Your Free Analysis div.max-w-2xl > form.mt-8 > div.flex > button.rounded-xl |
Built with beaver-powered love for the open web. footer.border-t > div.max-w-5xl > div.mt-8 > p.text-xs |
© 2025 BeaverCheck footer.border-t > div.max-w-5xl > div.mt-8 > p.mt-1 |
These are opportunities to improve the legibility of your content.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | beavercheck.com/static/js/alpine.min.js?v=a9c156f line 4, col 16571 |
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.
Connection-level performance breakdown.
HTTP/2 provides multiplexing and header compression for better performance.
| Name | Secure | HttpOnly | SameSite | Size | Issues |
|---|---|---|---|---|---|
| bc_csrf | ✓ | ✓ | Lax | 39 B | — |
| bc_csrf | ✓ | ✓ | Lax | 39 B | — |
Extended security checks beyond standard header analysis
No known JavaScript library vulnerabilities detected.
No sensitive files exposed — all paths returned 404.
| Path | Status | Category | Risk |
|---|---|---|---|
| /.git/HEAD | ✓ Not found | Version Control | — |
| /.git/config | ✓ Not found | Version Control | — |
| /.svn/entries | ✓ Not found | Version Control | — |
| /.env | ✓ Not found | Configuration | — |
| /.env.local | ✓ Not found | Configuration | — |
| /.env.production | ✓ Not found | Configuration | — |
| /wp-config.php | ✓ Not found | Configuration | — |
| /.htaccess | ✓ Not found | Configuration | — |
| /phpinfo.php | ✓ Not found | Debug | — |
| /server-status | ✓ Not found | Debug | — |
| /server-info | ✓ Not found | Debug | — |
| /.well-known/security.txt | ✓ Not found | Security Policy | — |
No CORS headers detected.
Cross-origin requests are blocked by browser same-origin policy.
Origin reflection test
Some servers mirror the request Origin header, which can be exploited. Test manually:
curl -sI -H "Origin: https://evil.com" <url> | grep -i access-control
No security.txt found at /.well-known/security.txt

beavercheck.com
BeaverCheck — 100+ Website Checks in One Scan
Free website audit with 100+ checks across performance, security, accessibility, SEO, and more.

BEAVERCHECK.COM
BeaverCheck — 100+ Website Checks in One Scan
Free website audit with 100+ checks across performance, security, accessibility, SEO, and more.

BeaverCheck — 100+ Website Checks in One Scan
beavercheck.com
beavercheck.com
BeaverCheck — 100+ Website Checks in One Scan
Free website audit with 100+ checks across performance, security, accessibility, SEO, and more.

{
"@context": "https://schema.org",
"@type": "WebSite",
"description": "Free website audit with 100+ checks across performance, security, accessibility, SEO, and more.",
"name": "BeaverCheck",
"potentialAction": {
"@type": "SearchAction",
"query-input": "required name=search_term_string",
"target": "https://beavercheck.com/history?url={search_term_string}"
},
"url": "https://beavercheck.com"
}{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"applicationCategory": "DeveloperApplication",
"description": "Free website audit with 100+ checks across performance, security, accessibility, SEO, and more.",
"name": "BeaverCheck",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"operatingSystem": "Web",
"url": "https://beavercheck.com"
}| URL | Protocol | Size | Start Time |
|---|---|---|---|
| beavercheck.com/ | h2 | 13.2 KiB | |
| beavercheck.com/static/css/output.css?v=a9c156f | h2 | 19.6 KiB | |
| beavercheck.com/static/js/htmx.min.js?v=a9c156f | h2 | 18.6 KiB | |
| beavercheck.com/static/js/htmx-config.js?v=a9c156f | h2 | 333 B | |
| beavercheck.com/static/js/components.js?v=a9c156f | h2 | 4.2 KiB | |
| beavercheck.com/static/js/alpine.min.js?v=a9c156f | h2 | 22.0 KiB | |
| beavercheck.com/static/js/app.js?v=a9c156f | h2 | 4.1 KiB | |
| beavercheck.com/static/js/actions.js?v=a9c156f | h2 | 1.4 KiB | |
| beavercheck.com/static/img/beaver.svg | h2 | 2.3 KiB | |
| beavercheck.com/static/img/flags/us.svg | h2 | 967 B | |
| beavercheck.com/static/img/flags/nl.svg | h2 | 402 B | |
| beavercheck.com/static/img/flags/sg.svg | h2 | 752 B | |
| beavercheck.com/static/site.webmanifest | h2 | 814 B | |
| beavercheck.com/static/fonts/inter-400.woff2 | h2 | 23.3 KiB | |
| beavercheck.com/static/fonts/inter-600.woff2 | h2 | 24.1 KiB | |
| beavercheck.com/static/fonts/inter-500.woff2 | h2 | 23.9 KiB | |
| beavercheck.com/static/fonts/inter-700.woff2 | h2 | 24.0 KiB | |
| beavercheck.com/static/img/beaver.svg | h2 | 0 B | |
| beavercheck.com/static/img/beaver.svg | h2 | 0 B |
Performance analysis not available for this result.
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://beavercheck.com/ | 498ms | 8ms | 1ms | 1st |
| Unattributable | 228ms | 6ms | 0ms | 3rd |
| https://beavercheck.com/static/js/alpine.min.js?v=... | 183ms | 167ms | 7ms | 1st |
| https://beavercheck.com/static/js/components.js?v=... | 165ms | 31ms | 2ms | 1st |
| https://beavercheck.com/static/js/htmx.min.js?v=a9... | 64ms | 39ms | 7ms | 1st |
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://beavercheck.com/static/js/htmx.min.js?v=a9... | 19 KB | — | ✓ | 1st |
| https://beavercheck.com/static/js/htmx-config.js?v... | 0 KB | — | ✓ | 1st |
| https://beavercheck.com/static/js/components.js?v=... | 4 KB | — | ✓ | 1st |
| https://beavercheck.com/static/js/alpine.min.js?v=... | 22 KB | — | ✓ | 1st |
| https://beavercheck.com/static/js/app.js?v=a9c156f | 4 KB | — | ✓ | 1st |
| https://beavercheck.com/static/js/actions.js?v=a9c... | 1 KB | — | ✓ | 1st |
0.05g
Carbon Footprint per page view
✓ Below sustainability target (0.50g)
Cleaner than 90% of websites
Sustainable Web Design model v4 · Page size: 0.2 MB
Based on known provider commitments. Verify at thegreenwebfoundation.org
93% reduction on repeat visits
Saving 0.05g CO2 per returning visitor
18 resources served from cache · 1 resources re-downloaded
0.05g
10th percentile
Cleaner than 90% of websites
✓ Below the Web Sustainability Guidelines target
See Deep Analysis sections above for specific optimizations.
This site is hosted on green energy infrastructure
Provider: OVHcloud
| URL | Protocol | Size | Start Time |
|---|---|---|---|
| beavercheck.com/ | h2 | 13.2 KiB | |
| beavercheck.com/static/css/output.css?v=a9c156f | h2 | 19.6 KiB | |
| beavercheck.com/static/js/htmx.min.js?v=a9c156f | h2 | 18.6 KiB | |
| beavercheck.com/static/js/htmx-config.js?v=a9c156f | h2 | 333 B | |
| beavercheck.com/static/js/components.js?v=a9c156f | h2 | 4.2 KiB | |
| beavercheck.com/static/js/alpine.min.js?v=a9c156f | h2 | 22.0 KiB | |
| beavercheck.com/static/js/app.js?v=a9c156f | h2 | 4.1 KiB | |
| beavercheck.com/static/js/actions.js?v=a9c156f | h2 | 1.4 KiB | |
| beavercheck.com/static/img/beaver.svg | h2 | 2.3 KiB | |
| beavercheck.com/static/img/flags/us.svg | h2 | 967 B | |
| beavercheck.com/static/img/flags/nl.svg | h2 | 402 B | |
| beavercheck.com/static/img/flags/sg.svg | h2 | 752 B | |
| beavercheck.com/static/site.webmanifest | h2 | 814 B | |
| beavercheck.com/static/fonts/inter-400.woff2 | h2 | 23.3 KiB | |
| beavercheck.com/static/fonts/inter-600.woff2 | h2 | 24.1 KiB | |
| beavercheck.com/static/fonts/inter-500.woff2 | h2 | 23.9 KiB | |
| beavercheck.com/static/fonts/inter-700.woff2 | h2 | 24.0 KiB | |
| beavercheck.com/static/img/beaver.svg | h2 | 0 B | |
| beavercheck.com/static/img/beaver.svg | h2 | 0 B |
Performance analysis not available for this result.
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://beavercheck.com/ | 119ms | 2ms | 0ms | 1st |
| Unattributable | 58ms | 2ms | 0ms | 3rd |
| https://beavercheck.com/static/js/alpine.min.js?v=... | 52ms | 45ms | 2ms | 1st |
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://beavercheck.com/static/js/htmx.min.js?v=a9... | 19 KB | — | ✓ | 1st |
| https://beavercheck.com/static/js/htmx-config.js?v... | 0 KB | — | ✓ | 1st |
| https://beavercheck.com/static/js/components.js?v=... | 4 KB | — | ✓ | 1st |
| https://beavercheck.com/static/js/alpine.min.js?v=... | 22 KB | — | ✓ | 1st |
| https://beavercheck.com/static/js/app.js?v=a9c156f | 4 KB | — | ✓ | 1st |
| https://beavercheck.com/static/js/actions.js?v=a9c... | 1 KB | — | ✓ | 1st |
0.05g
Carbon Footprint per page view
✓ Below sustainability target (0.50g)
Cleaner than 90% of websites
Sustainable Web Design model v4 · Page size: 0.2 MB
Based on known provider commitments. Verify at thegreenwebfoundation.org
93% reduction on repeat visits
Saving 0.05g CO2 per returning visitor
18 resources served from cache · 1 resources re-downloaded
0.05g
10th percentile
Cleaner than 90% of websites
✓ Below the Web Sustainability Guidelines target
See Deep Analysis sections above for specific optimizations.
This site is hosted on green energy infrastructure
Provider: OVHcloud
| A | 51.210.209.19 |
| AAAA | — |
| CNAME | — |
| NS | dns14.ovh.net, ns14.ovh.net |
| MX | 0 mail.appscyborg.com |
| TXT | SPF v=spf1 mx -all |
| CAA | Lookup not available with standard resolver |
Multiple A records provide failover if one server goes down.
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
https://beavercheck.com/
488 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://beavercheck.com/ | 200 | 488 ms | HTTP/1.1 | nginx |
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
User-agent: *
Allow: /
Disallow: /rate-limited
Disallow: /results/*/pdf
Disallow: /submit
Sitemap: https://beavercheck.com/sitemap.xml
# AI model context
# See https://beavercheck.com/llms.txt for a summary
# See https://beavercheck.com/llms-full.txt for detailed context
www / non-www
Preferred variant: non-www
HTTP → HTTPS
Consistent
Newly registered domains may face SEO trust challenges. Search engines generally give more authority to older domains. This is informational — not a problem to fix.
This is an automated check, not legal advice. Consult a privacy professional for GDPR/CCPA compliance.
BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.
Responsive layout enabled
Correct initial zoom level
Accessibility-friendly — users can zoom
© 2025 BeaverCheck
This is a technical scan, not a legal assessment.
BeaverCheck detects technical indicators that may suggest regulatory relevance. This should not be relied upon for legal decisions. Consult qualified legal counsel.
EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.
Indicators detected
Americans with Disabilities Act / Section 508 — requires digital accessibility for people with disabilities.
Indicators detected
No recognized data-sharing services detected.
This inventory identifies services receiving visitor data.
Under regulations like GDPR Article 30, maintaining records of data processing is commonly considered a best practice. This scan provides a starting point.
Grade Level
16.8
Grade 17 (college+)
Reading Ease
16
Very Difficult
Words
704
Sentences
30
Consider using a CDN to improve global delivery speed and reduce origin load.
A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
| Location | Status | TTFB | DNS | Connect | TLS | Total |
|---|---|---|---|---|---|---|
NL Amsterdam | 200 ✓ | 39ms | 8ms | 6ms | 11ms | 40ms |
UN New York (Full audit) | 200 ✓ | 464ms | 160ms | 75ms | 78ms | 464ms |
UN Santa Clara | 200 ✓ | 906ms | 304ms | 150ms | 153ms | 907ms |
SG Singapore | 200 ✓ | 939ms | 294ms | 160ms | 164ms | 939ms |
BR Sao Paulo | 200 ✓ | 954ms | 191ms | 190ms | 193ms | 954ms |
| Average | 660ms | 191ms | 116ms | 120ms | 661ms |
| Control | Type | Label | Method |
|---|---|---|---|
| #url-input | text | example.com | for/id |
| is_public | checkbox | none | |
| #cta-url-input | text | example.com | for/id |
| type | radio | none | |
| type | radio | none | |
| type | radio | none | |
| #feedback-message | textarea | Message | for/id |
| #feedback-email | Email (optional) | for/id |
No web manifest found.
Detection limited to meta tags and inline styles.
"BeaverCheck — 100+ Website Checks in One Scan"
Good depth
Reading level
Grade 17
Text-to-HTML Ratio
5 KB / 76 KB
Link Distribution
Anchor Text Quality
Most Linked Internal Pages
| # | URL | Links |
|---|---|---|
| 1 | /faq | 3 |
| 2 | / | 3 |
| 3 | /favicon | 3 |
| 4 | /tech | 3 |
| 5 | /about | 3 |
| 6 | /methodology | 3 |
| 7 | /compare | 3 |
| 8 | /history | 3 |
| 9 | /learn | 3 |
| 10 | /terms | 1 |
See Accessibility tab for detailed alt text quality analysis.
No hreflang tags detected.
Hreflang tags are only needed for multilingual or multi-regional sites.
Alpine.js, with Nginx CDN
Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.
HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.
No build tool detected
A framework (Alpine.js) was detected but no bundler was identified. The build tool may not be detectable from output patterns, or the site may use the framework's built-in bundler.
New York, United Stated → Santa Clara, United Stated
These audits ran from different locations. Timing metrics (TTFB, DNS, TLS) may reflect network path differences rather than site changes.
| Category | Previous | Current | Change |
|---|---|---|---|
| Composite | A (92) | A (92) | — |
| Performance | A (94) | A (94) | — |
| Security | A (96) | A (96) | — |
| Accessibility | C (79) | C (79) | — |
| SEO | A (96) | A (96) | — |
| Infrastructure | A (90) | A (92) | +2.000 |
| Compliance | B (88) | B (88) | — |
| Content | A+ (98) | A+ (100) | +2.000 |
| Sustainability | B (88) | B (88) | — |
| Metric | Previous | Current | Change |
|---|---|---|---|
| Performance | 9800 | 10000 | +200 |
| Accessibility | 9600 | 9600 | — |
| Best Practices | 8100 | 8100 | — |
| SEO | 10000 | 10000 | — |
| PWA | 0 | 0 | — |
| Desktop Performance | 10000 | 10000 | — |
| Desktop Accessibility | 9600 | 9600 | — |
| Desktop Best Practices | 8100 | 8100 | — |
| Desktop SEO | 10000 | 10000 | — |
| FCP | 1.06 s | 971 ms | -85 ms |
| LCP | 1.06 s | 971 ms | -85 ms |
| TBT | 157 ms | 25 ms | -132 ms |
| CLS | 0.029 | 0.036 | +0.007 |
| Desktop FCP | 380 ms | 262 ms | -117 ms |
| Desktop LCP | 380 ms | 302 ms | -77 ms |
| Desktop TBT | 0 ms | 0 ms | — |
| Desktop CLS | 0.008 | 0.009 | +0.001 |
| TTFB † | 779 ms | 464 ms | -315 ms |
| DNS † | 163 ms | 160 ms | -3 ms |
| TLS † | 157 ms | 78 ms | -79 ms |
| Connect † | 153 ms | 75 ms | -78 ms |
| Total † | 780 ms | 464 ms | -315 ms |
† Timing metrics may vary by worker location and do not necessarily indicate site changes.
content-security-policy default-src 'self'; script-src 'self' 'nonce-9kQa0+HRymAVLOU5uEVwbg==' 'sha25... → default-src 'self'; script-src 'self' 'nonce-qPVI0FNogvUINX2lOpoeuw==' 'sha25...set-cookie bc_csrf=aa15f0f2a4c3ba9ba415088228641b88; Path=/; Max-Age=3600; HttpOnly; Sec... → bc_csrf=57889ca46f6aaa8c06f505a4d5f225a8; Path=/; Max-Age=3600; HttpOnly; Sec...12 headers unchanged
Technology stack unchanged
3 technologies unchanged
Send Feedback