Skip to content
Scanned
2026-09-22 13:37 UTC
Worker
🇪🇸 Madrid
Duration
1.8m
Vs prev

Global Performance

6/6 locations

High global latency — average 1475ms across 6 locations, fastest from Sao Paulo (928ms), slowest from Singapore (2170ms). Cloudflare edge cache (DYNAMIC). Cache-Control disables caching (no-store). 6 locations above the 500ms target.

Spain - Madrid
Full audit
1437ms
DNS 32ms · TLS 36ms
United Stated - New York
980ms
DNS 6ms · TLS 10ms
Netherlands - Amsterdam
2163ms
DNS 7ms · TLS 16ms
United States - Santa Clara
1173ms
DNS 25ms · TLS 11ms
Brazil - Sao Paulo
928ms
DNS 6ms · TLS 10ms
Singapore - Singapore
2170ms
DNS 11ms · TLS 10ms
CDN: Cloudflare (DYNAMIC) · Avg TTFB: 1475ms · Cache: no-store

Audit overview

All categories sit comfortably above the 70 threshold; this is a clean audit.

Fix Priority Matrix

5 findings

Quick Wins

1

High impact, low effort — start here.

Strategic

4

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

Scan returned a Cloudflare bot-protection interstitial, not the actual page

Security gaps expose your site and users to attacks, eroding trust.

Security › Bot Challenge Detection
Warning: 3

1 render-blocking <script src> tag(s) without async/defer

Performance issues directly impact user engagement and conversion rates.

Performance › JavaScript Blocking
Warning: 4

185 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
Warning: 5

96 inline style attribute(s) detected

Inline style attributes force `style-src 'unsafe-inline'` in any CSP -- effectively negating CSP's XSS-mitigation value for stylesheets.

Security › CSP Inline-Style Readiness
What fixing these means. Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 2.9s 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 2.9s — 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,350 investment → $7,094/month returns + USD 150,000 risk avoided

Investment
$1,350
13.5 h · 5 findings
Monthly returns
$7,094
$85,133/yr
Payback
0.2 mo
+6206% Y1
Regulatory risk avoided USD 150,000
Or — fix only the top 3 findings
$5500.1 mo payback · +15379% 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.
$50 — 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 ~23%.

Barriers
7
1 crit 6 warn
Bounce delta
+23pp
added vs baseline
Score
72
B
Speed
2
Trust
1
Usability
0
Content
3
Nav
1
  • Page feels frozen for 2.9s
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • Page loads in 2.9s
    Every additional 100ms above 2.5s costs conversions — you're 416ms over
    → Target <2.5s LCP: defer non-critical scripts and optimize the hero image
  • 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
  • No Open Graph tags
    Links shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
    → Add og:title, og:description, og:image, og:url to the page head
  • 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

$1,350 13.5 developer hours at $100/hr
Quick wins
$50 1 fixes in ~30 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

$6,311 / month at risk ~$75,737 / year if left unfixed
Default is 10,000. Use your own number for accurate $-figures.

Compliance Risk

$150,000

ADA Title III
  • No <nav> landmark found
    ADA Title III: USD 25,000 – USD 150,000
  • Skip navigation link is missing (WCAG 2.4.1)
    ADA Title III: USD 25,000 – USD 150,000

Bounce-Rate Cost

$6,310 /mo

+23.5pp bounce · ~2,346 lost visitors/mo

CPC: USD 2.69

Bandwidth Waste

$0.96 /mo

12040.5 MB/mo × 0.080 USD/GB

  • Optimize transfer: save ~1.2 MB per page load
    Saves $0.96/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 2 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

55
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
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.

2.75 s

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

2.92 s

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

2.87 s

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.

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

23.30 s

Desktop

76
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
97
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.
100
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.

834 ms

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

1.60 s

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

306 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.24 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.

7.24 s

Categories

8
Avg score 80.2

How you compare

Where this site stands against peers running the same stack.

AngularJS · 477 peers
You 82
·
Avg 74
+8 above average
0 50 100
Accessibility P99Compliance P7SEO P89Content P84Sustainability P23Security P70Performance P58Infrastructure P46

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

Better than 89% of AngularJS sites See full AngularJS benchmark →
Cloudflare Turnstile · 502 peers
You 82
·
Avg 75
+7 above average
0 50 100
Accessibility P99Compliance P8SEO P84Content P81Sustainability P23Security P69Performance P58Infrastructure P46

Top 10% of Cloudflare Turnstile sites score 82+ on Compliance; you're at 70 — closing this gap is the highest-leverage improvement.

Better than 88% of Cloudflare Turnstile sites See full Cloudflare Turnstile benchmark →

Technology stack

AngularJS, hosted on Next.js, with Cloudflare CDN

10 technologies detected 3 stack layers 4 with CPE identifier Enterprise

Stack Architecture

Framework
AngularJS Cloudflare Turnstile Google Search Console Google Workspace HSTS HTTP/3 React Webpack
CDN
Cloudflare
Hosting
Next.js

All Detected Technologies (10)

Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services.

Categories CDN Website https://www.cloudflare.com Detected by BeaverCheck Evidence Server header in redirect: cloudflare
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Next.js is a React framework for developing single page Javascript applications.

Categories JavaScript frameworks, Web frameworks, Web servers, Static site generator Website https://nextjs.org Detected by BeaverCheck Evidence X-Powered-By: Next.js in redirect
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

AngularJS is a JavaScript-based open-source web application framework led by the Angular Team at Google.

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

Turnstile is Cloudflare's smart CAPTCHA alternative.

Categories Security Website https://www.cloudflare.com/products/turnstile Detected by BeaverCheck Evidence Script URL contains challenges.cloudflare.com: https://challenges.cloudflare.com/turnstile/v0/g/330e41bb475c/api.js?onload=khCN8&render=explicit
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=EipBPlmj5ZTT-l8LhbYvdcs1OXELrksLYJ5W1Z37xi0
Categories Email Detected by BeaverCheck Evidence MX record: aspmx.l.google.com

HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS.

Categories Security Website https://www.rfc-editor.org/rfc/rfc6797#section-6.1 Detected by BeaverCheck

HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web.

Categories Miscellaneous Website https://httpwg.org/ Detected by BeaverCheck

React is an open-source JavaScript library for building user interfaces or UI components.

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

Webpack is an open-source JavaScript module bundler.

Categories Miscellaneous Website https://webpack.js.org/ Detected by BeaverCheck

Observations (2)

No build tool detected

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

10 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%2Fhol.org%2Fguard)](https://beavercheck.com/sites/hol.org)
<a href="https://beavercheck.com/sites/hol.org"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhol.org%2Fguard" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fhol.org%2Fguard

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 · 14h total → projected B (88)

Sprint 1: Quick Wins

+2

Highest ROI — low effort, high impact

1 findings 0h → B (84)
  • · Scan returned a Cloudflare bot-protection interstitial, not the actual page

Sprint 2: Core Fixes

+4

Medium effort, high structural impact

4 findings 13h → B (88)
  • · Content-Security-Policy header is missing
  • · 1 render-blocking <script src> tag(s) without async/defer
  • · 185 HTTP requests — consider bundling or reducing
  • · 96 inline style attribute(s) detected

Send Feedback