Skip to content
Scanned
2026-05-06 17:51 UTC
Worker
🇪🇸 Madrid
Duration
3.0m
Vs prev

Global Performance

6/6 locations

Acceptable global latency — average 236ms across 6 locations, fastest from Amsterdam (14ms), slowest from Singapore (796ms). AWS CloudFront edge cache (FunctionGeneratedResponse from cloudfront). Cache-Control header is missing. 1 location above the 500ms target.

Spain - Madrid
Full audit
53ms
DNS 1ms · TLS 19ms
United States - Santa Clara
38ms
DNS 21ms · TLS 6ms
United Stated - New York
25ms
DNS 14ms · TLS 5ms
Singapore - Singapore
796ms
DNS 104ms · TLS 4ms
Brazil - Sao Paulo
491ms
DNS 94ms · TLS 5ms
Netherlands - Amsterdam
14ms
DNS 3ms · TLS 5ms
CDN: AWS CloudFront (FunctionGeneratedResponse from cloudfront) · Avg TTFB: 236ms · Cache: No cache headers

Audit overview

5 categories need attention: Performance, and 4 others.

Fix Priority Matrix

5 findings

Quick Wins

2

High impact, low effort — start here.

Strategic

3

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
Warning: 4

113 third-party resources (100% of weight)

Informational: third-party resource count and their share of page weight. High share caps perf gains from frontend optimization.

Performance › Page Weight Inventory
Warning: 5

114 HTTP requests — consider bundling or reducing

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Performance › Page Weight Budget
What fixing these means. Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 20.0s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. 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.
Your LCP is 20.0s — fixing the 2 performance criticals could bring it under Google's 2.5s 'Good' threshold.

Business case

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

Return on investment

$1,025 investment → $9,120/month returns + USD 7,500 risk avoided

Investment
$1,025
10.3 h · 4 findings
Monthly returns
$9,120
$109,444/yr
Payback
0.1 mo
+10577% Y1
Regulatory risk avoided USD 7,500
Or — fix only the top 3 findings
$6250.1 mo payback · +17411% 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.
$25 — 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

5 barrier(s) likely increasing bounce by ~34%.

Barriers
5
3 crit 2 warn
Bounce delta
+34pp
added vs baseline
Score
64
C
Speed
2
Trust
2
Usability
1
Content
0
Nav
0
  • Page takes 20.0s to load
    Users abandon at ~3s — you're 17.5s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 1.8s
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • No viewport meta tag
    Mobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
    → Add <meta name="viewport" content="width=device-width, initial-scale=1">
  • 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

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

Remediation cost

$1,025 10.3 developer hours at $100/hr
Quick wins
$25 1 fixes in ~15 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

$9,120 / month at risk ~$109,444 / year if left unfixed
Default is 10,000. Use your own number for accurate $-figures.

Compliance Risk

$7,500

CCPA/CPRA
  • No privacy policy link detected
    CCPA/CPRA: USD 2,500 – USD 7,500
  • Trackers detected but no cookie policy found
    CCPA/CPRA: USD 2,500 – USD 7,500
  • Trackers detected but no privacy policy found
    CCPA/CPRA: USD 2,500 – USD 7,500

Bounce-Rate Cost

$9,120 /mo

+33.9pp bounce · ~3,390 lost visitors/mo

CPC: USD 2.69

Bandwidth Waste

$0.70 /mo

8788.8 MB/mo × 0.080 USD/GB

  • Optimize transfer: save ~879 KB per page load
    Saves $0.70/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 3 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

29
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

7.28 s

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

20.00 s

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

1.84 s

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

0.002

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

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

20.37 s

Desktop

78
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

1.32 s

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

2.30 s

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

30 ms

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

0.007

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

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

3.55 s

Categories

6
Avg score 65.3

How you compare

Where this site stands against peers running the same stack.

Amazon Route 53 · 1003 peers
You 64
·
Avg 72
-8 below average
0 50 100
Performance P1Accessibility P1Compliance P9Infrastructure P78Security P73Sustainability P35

Top 10% of Amazon Route 53 sites score 85+ on Performance; you're at 66 — closing this gap is the highest-leverage improvement.

Facebook · 1405 peers
You 64
·
Avg 72
-8 below average
0 50 100
Performance P1Accessibility P1Compliance P9Sustainability P28Infrastructure P72Security P67

Top 10% of Facebook sites score 82+ on Performance; you're at 66 — closing this gap is the highest-leverage improvement.

Technology stack

Amazon Route 53, hosted on AWS, with AWS CloudFront CDN

9 technologies detected 3 stack layers Enterprise

Stack Architecture

Framework
Amazon Route 53 Facebook Google Search Console Google Workspace Microsoft
CDN
AWS CloudFront Amazon CloudFront
Hosting
AWS Amazon Web Services

All Detected Technologies (9)

Categories CDN Website https://aws.amazon.com/cloudfront Detected by BeaverCheck Evidence x-amz-cf-id: tkcJz_bX_IH87_xZq7oS88xH11pOvagnf8rbgZvrqtv6S-FIRtKEHw==

Amazon CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds.

Categories CDN Website https://aws.amazon.com/cloudfront/ Detected by BeaverCheck
Categories Hosting Website https://aws.amazon.com Detected by BeaverCheck · Medium Evidence Header: X-Amz-Cf-Id

Amazon Web Services (AWS) is a comprehensive cloud services platform offering compute power, database storage, content delivery and other functionality.

Categories PaaS Website https://aws.amazon.com/ Detected by BeaverCheck
Categories DNS Detected by BeaverCheck Evidence NS record: ns-1337.awsdns-39.org
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: facebook-domain-verification=91v041mbqqze167es1w24ja4qj96h5
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=BER9CXK3xkVm2RqIvjSNn7Uqnl29B0xVywNcMd4xwrg
Categories Email Detected by BeaverCheck Evidence MX record: smtp.google.com
Categories Analytics Detected by BeaverCheck · Low Evidence TXT record: MS=ms31863815

Observations (2)

No build tool detected

A framework (Amazon Route 53) 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

9 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%2Fzalando.com)](https://beavercheck.com/results/04cc33e1-d4ae-4a48-ab95-a1272ff1ea3a)
<a href="https://beavercheck.com/results/04cc33e1-d4ae-4a48-ab95-a1272ff1ea3a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fzalando.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fzalando.com

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 · 10h total → projected C (74)

Sprint 1: Quick Wins

+4

Highest ROI — low effort, high impact

2 findings 0h → D (68)
  • · HSTS header is missing
  • · 113 third-party resources (100% of weight)

Sprint 2: Core Fixes

+6

Medium effort, high structural impact

3 findings 10h → C (74)
  • · Content-Security-Policy header is missing
  • · No Content-Security-Policy header found
  • · 114 HTTP requests — consider bundling or reducing

Send Feedback