# BeaverCheck Audit Report — https://duckduckgo.com

**Date:** April 16, 2026  
**URL:** https://duckduckgo.com  
**Overall Grade:** B (81/100)  
**Report:** https://beavercheck.com/results/cc79317e-6eea-42c0-bd6f-443da9375a2e

## Top Findings

1. **[CRITICAL]** 'unsafe-eval' found in script source — Security > Content Security Policy
2. **[CRITICAL]** 'unsafe-inline' found in script source — Security > Content Security Policy
3. **[CRITICAL]** 15 image-only link(s) without alt text — Accessibility > Link & Button Quality
4. **[CRITICAL]** Soft 404: server returns HTTP 200 for non-existent pages — Accessibility > 404 Error Page
5. **[WARNING]** /phpinfo.php is publicly accessible — Security > Information Leakage

---

## Lighthouse Scores

| Category | Score |
|----------|-------|
| Performance | 41 |
| Accessibility | 91 |
| Best Practices | 100 |
| SEO | 92 |

---

## Security

### Security Headers (B — 75/100)

*6 of 10 headers properly configured*

- **[WARNING]** HSTS is missing includeSubDomains — Without includeSubDomains, subdomains can still be accessed over HTTP.
- **[PASS]** X-Content-Type-Options is properly configured
- **[PASS]** X-Frame-Options is properly configured
- **[WARNING]** Referrer-Policy has a weak value
- **[PASS]** Permissions-Policy is set
- **[PASS]** Content-Security-Policy is present
- **[WARNING]** Cross-Origin-Opener-Policy header is missing — COOP isolates your browsing context, preventing cross-origin side-channel attacks. Set to 'same-origin'.
- **[WARNING]** Cross-Origin-Embedder-Policy header is missing — COEP prevents loading cross-origin resources without explicit permission. Required for SharedArrayBuffer and high-resolution timers.
- **[PASS]** X-Powered-By header is not present
- **[PASS]** Server header is present without version info

### Content Security Policy (C — 55/100)

*6 of 10 CSP checks passed*

- **[INFO]** Raw CSP policy
- **[PASS]** default-src directive is set
- **[CRITICAL]** 'unsafe-inline' found in script source — 'unsafe-inline' allows inline <script> tags, defeating CSP against XSS. Remove it and use nonces or hashes instead.
- **[CRITICAL]** 'unsafe-eval' found in script source — 'unsafe-eval' allows eval() and similar functions, enabling code injection. Remove it.
- **[PASS]** No wildcard in script source
- **[PASS]** object-src is set to 'none'
- **[PASS]** base-uri is properly restricted
- **[PASS]** frame-ancestors directive is set
- **[PASS]** form-action directive is set
- **[INFO]** upgrade-insecure-requests is not set — This directive upgrades HTTP resources to HTTPS automatically, preventing mixed content.

### TLS & Certificates (A+ — 100/100)

*TLS 1.3, 7 checks passed*

- **[PASS]** TLS 1.3 is used
- **[PASS]** Strong cipher suite is used
- **[INFO]** HTTP/2 is not negotiated — HTTP/2 provides multiplexing and header compression for better performance.
- **[PASS]** Certificate is valid (expires in 248 days)
- **[PASS]** Certificate chain has 3 certificates
- **[PASS]** Certificate uses modern signature algorithm
- **[PASS]** Certificate covers 2 domain(s)
- **[PASS]** Certificate is issued by a trusted CA

### Cookie Security (A+ — 100/100)

*No cookies set — no cookie security risks*

- **[PASS]** No cookies set — no cookie security risks

---

## Advanced Security

### Subresource Integrity (A+ — 100/100)

*No external resources*

- **[PASS]** No external resources to protect

### JS Library Vulnerabilities (A+ — 100/100)

*No known vulnerabilities*

- **[PASS]** No known JavaScript library vulnerabilities detected

### Information Leakage (A — 85/100)

*Potential exposures found*

- **[WARNING]** /phpinfo.php is publicly accessible — Debug or admin endpoint is accessible. This may expose server internals or provide attack vectors.
- **[INFO]** No security.txt found — Consider adding a security.txt at /.well-known/security.txt.

### Email Security (A+ — 100/100)

*DMARC: reject*

- **[PASS]** DMARC policy is reject — strongest protection

### Permissions-Policy (C — 65/100)

*1 directives, 5 missing*

- **[PASS]** interest-cohort=() — blocked for all origins
- **[INFO]** camera not restricted — Consider adding camera=() to block camera access from embedded content.
- **[INFO]** microphone not restricted — Consider adding microphone=() to block microphone access from embedded content.
- **[INFO]** geolocation not restricted — Consider adding geolocation=() to block geolocation access from embedded content.
- **[INFO]** payment not restricted — Consider adding payment=() to block payment access from embedded content.
- **[INFO]** usb not restricted — Consider adding usb=() to block usb access from embedded content.

### CORS Configuration (B — 80/100)

*No CORS headers*

- **[PASS]** No CORS headers present — secure default

---

## Performance

### Page Weight Budget (D — 48/100)

*2.3 MB transferred, 109 requests*

- **[INFO]** Page weighs 4.4 MB (2.3 MB transferred)
- **[WARNING]** Images are 1.1 MB — compress or use modern formats — Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
- **[WARNING]** JavaScript is 816 KB — consider code splitting or lazy loading — Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
- **[INFO]** Fonts are 218 KB — consider subsetting or using system fonts — Subset fonts to include only used characters, or switch to system font stacks.
- **[WARNING]** 109 HTTP requests — consider bundling or reducing — Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
- **[INFO]** Estimated 0.48 g CO2 per page load

### Third-Party Impact (A+ — 100/100)

*0% third-party, 0 ms blocking*

- **[INFO]** Third-party code accounts for 0% of page weight (4.4 KiB of 2.3 MiB)
- **[PASS]** Third-party blocking time is low (0 ms)

### Text Compression (A+ — 100/100)

*All text resources are compressed*

- **[PASS]** All text resources are compressed

### Image Optimization (C — 60/100)

*38 images, 0 KB saveable*

- **[WARNING]** https://duckduckgo.com/static-assets/image/pages/a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://duckduckgo.com/static-assets/image/pages/a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://duckduckgo.com/static-assets/image/pages/a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://duckduckgo.com/static-assets/image/pages/a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://duckduckgo.com/static-assets/image/pages/a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://duckduckgo.com/_next/static/media/google-p... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://duckduckgo.com/static-assets/image/pages/a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://duckduckgo.com/static-assets/image/pages/a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://duckduckgo.com/static-assets/image/pages/a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://duckduckgo.com/static-assets/image/pages/a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.
- **[WARNING]** https://duckduckgo.com/static-assets/image/pages/a... is missing width/height — may cause layout shift — Set explicit width and height to prevent CLS.

### JS Execution Cost (F — 20/100)

*5530ms total JS execution*

- **[WARNING]** https://duckduckgo.com/_next/static/chunks/framewo...: 3024ms CPU time
- **[WARNING]** Unattributable: 1021ms CPU time
- **[WARNING]** https://duckduckgo.com/_next/static/chunks/pages/%...: 396ms CPU time
- **[WARNING]** https://duckduckgo.com/: 369ms CPU time
- **[WARNING]** https://duckduckgo.com/_next/static/chunks/pages/_...: 295ms CPU time
- **[INFO]** Third-party scripts: 1021ms (18% of total)

### Font Loading (A+ — 100/100)

*5 fonts (218 KB)*

- **[INFO]** 5 font(s) use font-display: swap (FOUT risk but functional)

### JS Bundles (C — 60/100)

*32 scripts, 241 KB unused*

- **[WARNING]** https://duckduckgo.com/_next/static/chunks/9575-f3...: 58 KB unused (88%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://duckduckgo.com/_next/static/chunks/598-7ab...: 51 KB unused (87%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://duckduckgo.com/_next/static/chunks/216-407...: 35 KB unused (85%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://duckduckgo.com/_next/static/chunks/1410-36...: 28 KB unused (37%) — Consider code splitting or tree shaking to reduce unused code.
- **[WARNING]** https://duckduckgo.com/_next/static/chunks/pages/_...: 27 KB unused (29%) — Consider code splitting or tree shaking to reduce unused code.
- **[INFO]** Total unused JavaScript: 241 KB

### Resource Caching (A+ — 100/100)

*All resources properly cached*

- **[PASS]** No caching issues found

### Critical Rendering Path (A+ — 100/100)

*No render-blocking resources*

- **[PASS]** No render-blocking resources detected

### Resource Hints (A+ — 100/100)

*27 hints, 0 missing preconnects*

- **[PASS]** Page uses 27 resource hint(s)

### Page Weight Inventory (C — 55/100)

*109 resources · 2.3 MB · 241 KB savings available*

- **[WARNING]** Page weight 1.3 MB over 1MB target
- **[INFO]** ~241 KB of savings available
- **[INFO]** 29 third-party resources (0% of weight)

### Render-Blocking Resources (A+ — 100/100)

*No render-blocking resources detected*

- **[PASS]** No render-blocking resources detected in <head>

### Third-Party Resources (A+ — 100/100)

*No third-party resources detected*


---

## Content Quality

### Links (A+ — 98/100)

*178 links checked, 177 healthy, 0 broken*

- **[PASS]** 177 of 178 links are healthy
- **[INFO]** Long redirect chain: https://chrome.google.com/webstore/detail/duckd... (4 hops)

### Mixed Content (A+ — 100/100)

*No mixed content detected — all resources use HTTPS.*

- **[PASS]** No mixed content detected — all resources use HTTPS

### Open Graph (A+ — 100/100)

*Open Graph tags are well configured for social sharing.*


### Structured Data (C — 40/100)

*No structured data (JSON-LD) found.*

- **[INFO]** No structured data (JSON-LD) found — Adding structured data helps search engines understand your content and can enable rich results.

---

## Infrastructure

### DNS Records (A+ — 95/100)

*1 A records, 7 ms lookup*

- **[PASS]** Resolves to 1 IPv4 address(es)
- **[INFO]** Single A record — no DNS redundancy — Multiple A records provide failover if one server goes down.
- **[INFO]** No IPv6 (AAAA) records
- **[PASS]** 8 nameserver(s) configured
- **[PASS]** 1 mail exchanger(s) configured
- **[INFO]** CAA records not checked — CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
- **[PASS]** SPF record present in TXT
- **[PASS]** DNS resolution time: 7 ms

### Redirect Chain (A+ — 100/100)

*No redirects — direct access*

- **[PASS]** No redirects — direct access

### IPv6 Readiness (C — 60/100)

*No IPv6 support*

- **[INFO]** No IPv6 (AAAA) records found — IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

### Crawlability (A+ — 100/100)

*robots.txt present, sitemap with 26 URLs*

- **[PASS]** robots.txt is present
- **[PASS]** sitemap.xml is present
- **[PASS]** sitemap.xml is valid XML
- **[PASS]** sitemap.xml contains 26 entries
- **[PASS]** robots.txt references sitemap

### URL Variants (B — 75/100)

*www/non-www, trailing slash, HTTP→HTTPS*

- **[PASS]** www/non-www redirect configured correctly (preferred: non-www)
- **[CRITICAL]** HTTP version does not redirect to HTTPS

### Domain Intelligence (A — 90/100)

*duckduckgo.com — via NameCheap, Inc., 18 years, 8 months old, hosted on Microsoft Azure*

- **[WARNING]** Domain expires in 67 days — Consider enabling auto-renewal to prevent accidental expiration.
- **[INFO]** DNSSEC is not enabled — DNSSEC protects against DNS spoofing attacks. While not required, enabling DNSSEC adds an additional layer of security. Contact your DNS provider to enable it.
- **[PASS]** Registrar: NameCheap, Inc.
- **[WARNING]** Registrar lock is NOT enabled — The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
- **[PASS]** Hosting: Microsoft Azure

---

## Compliance

### WCAG Compliance (A+ — 100/100)

*No testable criteria*


### Cookie Consent & Privacy (B — 80/100)

*No consent signals detected*

- **[WARNING]** No privacy policy link detected — A privacy policy page is recommended for transparency and may be legally required.
- **[INFO]** No terms of service link detected
- **[INFO]** No cookie consent banner detected
- **[INFO]** This is an automated check, not legal advice — BeaverCheck detects technical indicators of consent management. This does not constitute a legal compliance assessment. Consult a privacy professional for GDPR/CCPA compliance.

### Language & i18n (A — 90/100)

*Lang attribute present*

- **[PASS]** <html lang> attribute is present
- **[PASS]** <html lang> value is valid
- **[INFO]** No Content-Language HTTP header
- **[INFO]** Language signals are inconsistent — The <html lang> attribute and Content-Language header should agree.

### Readability & Typography (A+ — 100/100)

*Font sizes and tap targets checked*


### Viewport Configuration (A+ — 100/100)

*Viewport properly configured*

- **[PASS]** Viewport meta tag is present
- **[PASS]** width=device-width is set
- **[PASS]** User zooming is allowed

### Third-Party Trackers (C — 55/100)

*2 trackers detected*

- **[INFO]** 2 third-party trackers detected — Found 2 analytics, 0 advertising, 0 marketing, 0 tag manager trackers.
- **[WARNING]** Trackers detected but no cookie policy found — This page loads 2 trackers but no cookie policy was detected. GDPR requires disclosure when using tracking cookies.
- **[WARNING]** Trackers detected but no privacy policy found — Most data protection regulations require a privacy policy when collecting user data via trackers.

### Cookie & Tracker Inventory (A+ — 100/100)

*0 cookies · 2 trackers · 0 pre-consent*

- **[INFO]** 2 third-party tracker(s) detected on page

---

## Legal

### Legal Page Ecosystem (C — 60/100)

*2 of 7 expected legal pages detected*

- **[PASS]** Privacy Policy detected — Found at https://duckduckgo.com/privacy.
- **[PASS]** Terms of Service detected — Found at /terms, linked from footer.
- **[INFO]** Cookie Policy not detected — No link matching common Cookie Policy URL patterns or link text was found. Most websites are expected to have a Cookie Policy, especially those collecting user data.
- **[INFO]** Accessibility Statement not detected — No link matching common Accessibility Statement URL patterns or link text was found. Most websites are expected to have a Accessibility Statement, especially those collecting user data.
- **[INFO]** DMCA / Copyright Notice not detected — No link matching common DMCA / Copyright Notice URL patterns or link text was found. Most websites are expected to have a DMCA / Copyright Notice, especially those collecting user data.
- **[INFO]** Refund / Returns Policy not detected — No link matching common Refund / Returns Policy URL patterns or link text was found. Most websites are expected to have a Refund / Returns Policy, especially those collecting user data.
- **[INFO]** Acceptable Use Policy not detected — No link matching common Acceptable Use Policy URL patterns or link text was found. Most websites are expected to have a Acceptable Use Policy, especially those collecting user data.

### Copyright Notice (A+ — 100/100)

*© 2026 DuckDuckGo Protection*

- **[PASS]** Copyright notice is up to date — Copyright notice is up to date: © 2026 DuckDuckGo Protection
- **[PASS]** Copyright holder: DuckDuckGo Protection

### Regulatory Indicators

*1 regulatory indicator(s) detected*

- **[INFO]** This is a technical scan, not a legal assessment — BeaverCheck detects technical indicators that may suggest regulatory relevance. This is not a compliance audit and should not be relied upon for legal decisions. Consult qualified legal counsel for compliance assessments.
- **[INFO]** GDPR indicators detected (strong confidence) — Indicators suggesting GDPR may be relevant: Text mentions: data protection; Privacy policy page found. EU General Data Protection Regulation — governs collection and processing of personal data of EU residents.

### Third-Party Data Sharing

*0 third-party service(s) detected*

- **[INFO]** Data inventory for transparency purposes — This inventory identifies third-party services that receive data from your site visitors. Under regulations like GDPR (Article 30), maintaining records of data processing activities is commonly considered a best practice. This automated scan provides a starting point — it may not capture all data flows.
- **[INFO]** No recognized third-party data-sharing services detected — This page does not appear to load external tracking, analytics, or advertising scripts.

### Compliance Badges (B — 70/100)

*1 compliance badge(s) detected*

- **[PASS]** TRUSTe / TrustArc badge detected — Found via body text: 'truste'. Note: the presence of a badge does not verify the certification is current or valid.

---

## Availability

### CDN & Delivery (D — 50/100)

*No CDN detected*

- **[WARNING]** No CDN detected — A CDN can significantly improve load times for users around the world by caching content at edge nodes closer to them.

### HTTP Caching (B — 75/100)

*no-cache*

- **[PASS]** Cache-Control header is set
- **[PASS]** ETag present — enables conditional (304) responses

### Transport Security (A — 90/100)

*HTTP/3, HSTS, and TLS version analysis*

- **[INFO]** HTTP/3 (QUIC) not advertised — HTTP/3 eliminates head-of-line blocking. If your CDN supports it, consider enabling it.
- **[PASS]** HSTS enabled (base policy)
- **[INFO]** HSTS missing includeSubDomains — Without includeSubDomains, HSTS only protects the exact domain.
- **[PASS]** TLS 1.3 in use (fastest handshake, 1-RTT)

---

## Accessibility

### Landmark Structure (C — 65/100)

*7 landmarks*

- **[PASS]** <main> landmark present
- **[WARNING]** Multiple <main> landmarks (2 found) — A page should have only one <main> landmark.
- **[PASS]** 2 <nav> landmark(s) found
- **[WARNING]** 2 of 2 <nav> elements are unlabeled — Multiple navigations need aria-label to distinguish them for screen readers.
- **[WARNING]** Skip navigation link is missing (WCAG 2.4.1) — Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
- **[PASS]** Search landmark present

### Heading Hierarchy (B — 75/100)

*16 headings, 1 skip(s)*

- **[WARNING]** Multiple H1 headings (2 found) — A page should have only one H1. Multiple H1s dilute the document outline.
- **[WARNING]** Heading level skipped: H3 → H6 (missing H4) — Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

### Alt Text Quality (A+ — 100/100)

*All 67 images OK*

- **[PASS]** 32 decorative image(s) correctly marked
- **[PASS]** 35 image(s) with good alt text

### Form Accessibility (A+ — 100/100)

*All 1 controls labeled*

- **[PASS]** 1 control(s) properly labeled

### Link & Button Quality (D — 48/100)

*8 issue(s) across 99 links and 36 buttons*

- **[WARNING]** 8 link(s) with generic text — Generic link text like 'click here' doesn't describe the destination.
- **[CRITICAL]** 15 image-only link(s) without alt text — Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
- **[WARNING]** 49 link(s) open in new tab without warning — Add '(opens in new tab)' to link text or aria-label.
- **[PASS]** 27 link(s) with descriptive text

---

## UX

### 404 Error Page (F — 20/100)

*Soft 404 detected*

- **[CRITICAL]** Soft 404: server returns HTTP 200 for non-existent pages — The server returns HTTP 200 for a path that does not exist. Search engines will index these pages, diluting your real content. Configure your server to return a proper 404 status code for missing pages.

### Favicon & Branding (B — 80/100)

*12 icon(s) detected*

- **[PASS]** favicon.ico present at site root
- **[PASS]** HTML icon links detected
- **[PASS]** Apple touch icon present
- **[PASS]** Multiple icon sizes detected

### Web Manifest (B — 75/100)

*PWA-ready*

- **[PASS]** Meets PWA install criteria
- **[PASS]** Name present: DuckDuckGo
- **[PASS]** 192x192 icon present
- **[PASS]** Display mode: standalone

### Dark Mode Support (B — 80/100)

*Dark mode detected*

- **[PASS]** color-scheme meta tag present — The site declares support for light and dark color schemes via <meta name='color-scheme'>.
- **[PASS]** prefers-color-scheme CSS detected in inline styles
- **[INFO]** Detection limited to meta tags and inline styles — External CSS files may contain prefers-color-scheme rules not visible to this scan.

### Print Stylesheet (D — 40/100)

*No print styles*

- **[INFO]** No print-specific styles detected — When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.

### Navigation UX (F — 35/100)

*1 navigation pattern(s)*

- **[PASS]** Search functionality detected
- **[PASS]** 2 navigation landmark(s) detected

---

## SEO

### Canonical URL (A+ — 100/100)

*Properly configured*

- **[PASS]** Canonical tag present
- **[PASS]** Canonical is self-referencing
- **[PASS]** Canonical matches final URL after redirects
- **[PASS]** Canonical target returns 200

### Meta Tags (A+ — 100/100)

*Title optimized*

- **[PASS]** Page title is set
- **[PASS]** Title length (48 chars) is optimal
- **[PASS]** Title and H1 are well-aligned

### Content Depth (A — 85/100)

*2216 words, Fairly Difficult*

- **[PASS]** Page has 2216 words — good depth for search engines
- **[INFO]** Text-to-HTML ratio is 3% — Very low ratio suggests heavy framework overhead or boilerplate.
- **[INFO]** Reading level: Fairly Difficult (grade 10)

### Internal Links (A — 90/100)

*57 internal, 42 external*

- **[PASS]** 57 internal links (58%)
- **[PASS]** 92% of links use descriptive anchor text
- **[INFO]** 57 internal / 42 external links
- **[WARNING]** 7 internal links use generic anchor text

### Image SEO (A+ — 100/100)

*67 images, 67 descriptive filenames*

- **[PASS]** All images have descriptive filenames

### Hreflang

*0 hreflang tags*


---

## Sustainability

### CO2 Per Page Load (B — 70/100)

*0.64g CO2 per view*

- **[INFO]** 0.64g CO2 per page view — This page transfers 2.3 MB, producing an estimated 0.64g of CO2 per visit using the Sustainable Web Design model (v4). Breakdown: data center 0.12g, network 0.11g, end-user device 0.41g.
- **[INFO]** At 10,000 monthly views: 77.0 kg CO2/year — With 10,000 page views per month, this page would generate approximately 77.0 kg of CO2 annually — equivalent to charging 9629 smartphones.

### Green Hosting (D — 40/100)

*Not green*

- **[INFO]** No confirmed renewable energy commitment detected — Consider providers like Cloudflare, Google Cloud, or Vercel that match 100% of their energy use with renewables.
- **[INFO]** Green hosting status based on known provider commitments — Green hosting detection uses a curated database of provider renewable energy commitments. This is not a real-time verification. For authoritative checks, visit thegreenwebfoundation.org.

### Repeat Visit Weight (A+ — 100/100)

*98% cached*

- **[PASS]** 98% reduction on repeat visits — Returning visitors download only 42 KB (vs 2321 KB first visit). 108 of 109 resources are served from browser cache, saving 0.63g CO2 per repeat visit.
- **[INFO]** Repeat visit: 0.01g CO2 (first visit: 0.64g)

### Carbon Budget (D — 50/100)

*51th percentile*

- **[WARNING]** 0.64g CO2 — above the median website (0.60g) — Heavier than an estimated 49% of websites. Reducing page weight, optimizing images, and removing unused JavaScript would lower the carbon footprint. See the Performance tab.
- **[INFO]** Estimated 51th percentile — Compared to: top 10% = 0.20g, target = 0.50g, median = 0.60g per page view.

### Transfer Efficiency (B — 80/100)

*90% efficient*

- **[INFO]** Transfer efficiency: 90% — An estimated 241 KB (10%) could be eliminated: 0 KB via better compression, 0 KB via modern image formats, 241 KB of unused JavaScript. This wasted data produces 0.07g of unnecessary CO2 per page view.

---

---

*Generated by [BeaverCheck](https://beavercheck.com) — https://beavercheck.com/results/cc79317e-6eea-42c0-bd6f-443da9375a2e*
