Skip to content
NL · EUR (€) · Estimated Applicable regulations: AVG · ePrivacy Directive · EAA Dev cost: €85/hr How jurisdiction is detected
Scanned
2026-04-21 20:00 UTC
Worker
🇺🇸 Santa Clara
Duration
1.4m
Vs prev

Audit overview

Security and Accessibility need attention; the other categories are in good shape.

Fix Priority Matrix

5 findings

Quick Wins

3

High impact, low effort — start here.

Strategic

2

High impact, requires investment.

Easy Improvements

0

Small gains, minimal effort.

Nothing in this quadrant — good news.

Deprioritize

0

Low impact, high effort — do last.

Nothing in this quadrant — good news.

← Low effort High effort →

Screenshots

DESKTOP + MOBILE
Desktop
Desktop screenshot
Mobile
Mobile screenshot

Top Priorities (5)

Sorted by impact
Critical: 1

Content-Security-Policy header is missing

Without a CSP, a single XSS bug can exfiltrate everything your users type — including credentials.

Security › Security Headers
Critical: 2

HSTS header is missing

Without HSTS, a network attacker can downgrade the very first connection to HTTP and steal the user's session.

Security › Security Headers
Critical: 3

No Content-Security-Policy header found

Without a CSP, a single XSS bug can exfiltrate everything users type — credentials, payment data, session tokens.

Security › Content Security Policy
Critical: 4

1 image-only link(s) without alt text

Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.

Accessibility › Link & Button Quality
Critical: 5

8 button(s) with no accessible text

Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.

Accessibility › Link & Button Quality
What fixing these means. Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
3 security gaps detected — browsers may warn visitors about your site.
2 accessibility issues exclude users who rely on assistive technology.

Business case

What fixing the audit's findings is worth -- and what ignoring them keeps costing.

Return on investment

€616 investment → €5,718/month returns + EUR 120,500,000 risk avoided

Investment
€616
7.3 h · 5 findings
Monthly returns
€5.718
€68.610/yr
Payback
0.1 mo
+11034% Y1
Regulatory risk avoided EUR 120.500.000
Or — fix only the top 3 findings
€5310.1 mo payback · +12815% Y1
Optimistic scenario assuming the top 3 capture most of the upside. Real-world recovery typically falls between this projection and the full-fix ROI above.
€106 — in quick wins — start here for the fastest payback

Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.

Conversion barriers

7 barrier(s) likely increasing bounce by ~26%.

Barriers
7
1 crit 6 warn
Bounce delta
+26pp
added vs baseline
Score
72
B
Speed
1
Trust
2
Usability
1
Content
2
Nav
1
  • Page takes 18.3s to load
    Users abandon at ~3s — you're 15.8s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • No HSTS header
    Returning visitors are briefly exposed to downgrade attacks on first request
    → Set Strict-Transport-Security: max-age=31536000; includeSubDomains
  • No Content-Security-Policy header
    Higher XSS blast radius — one compromised script can exfiltrate the checkout form
    → Ship a reporting-only CSP first, then enforce once violations are clean
  • Layout shifts during page load
    Content movement causes mis-clicks on CTAs and form fields
    → Add width/height to images; reserve space for late-loading embeds
  • No structured data
    No rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
    → Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)

Preliminary CRO audit — each barrier links to the tab with detailed analysis.

Remediation cost

€616 7.3 developer hours at €85/hr
Quick wins
€106 3 fixes in ~75 minutes

Start here for the best return on investment

Cost by category

Cost by effort level

Adjust assumptions

Team composition

Multiplier applied to dev hours to reflect QA, design, and PM overhead. Use Dev only for solo work; Full team for projects with formal review processes.

/hr

Rates reflect fully-loaded developer cost including overhead

How developer rates are sourced

Warning:Cost of inaction

€5.718 / month at risk ~€68.610 / year if left unfixed
Default is 10,000. Use your own number for accurate $-figures.

Compliance Risk

€120.500.000

ePrivacy DirectiveAVGEAA
  • No privacy policy link detected
    AVG: EUR 10.000 – EUR 20.000.000
  • Trackers detected but no cookie policy found
    AVG: EUR 5.000 – EUR 10.000.000
  • Trackers detected but no cookie policy found
    AVG: EUR 10.000 – EUR 20.000.000

Bounce-Rate Cost

€5.717 /mo

+26.0pp bounce · ~2,598 lost visitors/mo

CPC: EUR 2.20

Bandwidth Waste

€0,89 /mo

11966.2 MB/mo × 0.074 EUR/GB

  • Optimize transfer: save ~1.2 MB per page load
    Saves €0,89/mo

Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.

Compliance methodology · SEO assumptions · Bandwidth model

Your performance is already good — improvements may show diminishing returns

Unique monthly visitors from your analytics

Purchases, signups, or key actions

Optional — for revenue estimation

additional conversions/month

more engaged visitors from reduced bounce

potential monthly revenue
Current bounce (est.)
After fixes (est.)
Estimated bounce reduction

Fix 5 critical issues to capture this value

How this is calculated

Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.

Your site's LCP: → estimated after fixes.

These are estimates based on industry research — actual results vary

Bounce-rate model & assumptions

Your data stays in your browser — nothing is sent to our servers

Lighthouse

Mobile

53
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

4.23 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

18.32 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

163 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.145

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

6.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.

18.32 s

Desktop

60
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.15 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.54 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.095

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

3.09 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.

4.54 s

Categories

8
Avg score 75.6

How you compare

Where this site stands against peers running the same stack.

Wagtail · 27 peers
You 73
·
Avg 76
At average
0 50 100
Better than 7% of Wagtail sites See full Wagtail benchmark →
Apple · 1279 peers
You 73
·
Avg 73
At average
0 50 100
Infrastructure P8Security P15Performance P69Accessibility P60Compliance P44Content P55SEO P46Sustainability P50

Top 10% of Apple sites score 94+ on Infrastructure; you're at 80 — closing this gap is the highest-leverage improvement.

Better than 43% of Apple sites See full Apple benchmark →

Technology stack

Wagtail, on Python, with Nginx CDN

12 technologies detected 5 stack layers 5 with CPE identifier Enterprise

Stack Architecture

Analytics
Piwik PRO Core
CMS
Wagtail
Framework
Apple Django MathJax 2.7.9Microsoft Microsoft 365 Open Graph Swiper
Runtime
Python
CDN
Nginx cdnjs

All Detected Technologies (12)

Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.

Categories Web servers, Reverse proxies Website https://nginx.org/en Detected by BeaverCheck Evidence Server header: nginx
This technology has a CPE identifier — check for known vulnerabilities Search NVD →
Categories CDN Detected by BeaverCheck · Medium Evidence Script URL contains cdnjs.cloudflare.com: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_CHTML

Python is an interpreted and general-purpose programming language.

Categories Programming languages Website https://python.org Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Wagtail is a Django content management system (CMS) focused on flexibility and user experience.

Categories CMS Website https://wagtail.org Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →
Categories Analytics Detected by BeaverCheck · Low Evidence TXT record: apple-domain-verification=vKvt2VfbB2WZUhzQ

Django is a Python-based free and open-source web application framework.

Categories Web frameworks Website https://djangoproject.com Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

MathJax is a cross-browser JavaScript library that displays mathematical notation in web browsers, using MathML, LaTeX and ASCIIMathML markup.

Categories JavaScript graphics Website https://www.mathjax.org Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →
Categories Analytics Detected by BeaverCheck · Low Evidence TXT record: MS=ms63043750
Categories Email Detected by BeaverCheck Evidence TXT SPF record includes spf.protection.outlook.com: v=spf1 ip4:192.16.191.0/27 ip4:192.174.88.179 ip4:192.174.88.180 ip4:13.58.74.171 include:_spf.surfmailfilter.nl include:projects5.greenlightsolutions.nl include:spf.protection.outlook.com ~all

Open Graph is a protocol that is used to integrate any web page into the social graph.

Categories Miscellaneous Website https://ogp.me Detected by BeaverCheck

Swiper is a JavaScript library that creates modern touch sliders with hardware-accelerated transitions.

Categories JavaScript libraries Website https://swiperjs.com Detected by BeaverCheck

Piwik PRO Core is a free alternative to Google Analytics that is privacy & compliance focused.

Categories Analytics Website https://piwik.pro Detected by BeaverCheck

Observations (2)

No build tool detected

A framework (Apple) 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.

Complex technology stack detected

12 technologies identified. A complex stack increases maintenance burden and attack surface. Consider whether all components are actively needed.

Show your score

Drop this badge on your README, marketing site, or status page. It auto-updates every time the audit re-runs and links back to this report.

BeaverCheck badge

This badge auto-updates with your latest scan result.

[![BeaverCheck](https://beavercheck.com/badge?url=https%3A%2F%2Fcwi.nl)](https://beavercheck.com/results/742e9dac-3fa7-4472-92bb-8371d78d85c4)
<a href="https://beavercheck.com/results/742e9dac-3fa7-4472-92bb-8371d78d85c4"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcwi.nl" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fcwi.nl

Export & share

Download the audit, share with your team, or grab a fix plan ready to copy into your tracker.

Share

Copies markdown to clipboard

Export
Download Markdown Report Download JSON

Fix Plan

Three-week roadmap to ship the audit's findings, with one-click copy targets for your tracker.

Three-week fix plan

2 sprints · 7h total → projected B (82)

Sprint 1: Quick Wins

+6

Highest ROI — low effort, high impact

3 findings 1h → C (79)
  • · HSTS header is missing
  • · 1 image-only link(s) without alt text
  • · 8 button(s) with no accessible text

Sprint 2: Core Fixes

+3

Medium effort, high structural impact

2 findings 6h → B (82)
  • · Content-Security-Policy header is missing
  • · No Content-Security-Policy header found

Send Feedback