Skip to content
Scanned
2026-04-07 20:08 UTC
Worker
🇪🇸 Madrid
Duration
3.4m
Vs prev

Audit overview

3 categories need attention: Security, and 2 others.

Fix Priority Matrix

5 findings

Quick Wins

4

High impact, low effort — start here.

Strategic

1

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

Cookie 'bm_sz' is missing the Secure flag

A cookie without the Secure flag can leak over HTTP — in HSTS-protected sites, this is still a defense-in-depth gap.

Security › Cookie Security
Critical: 2

Page weighs 43.1 MB (14.0 MB transferred)

Informational: total page weight (uncompressed) and bytes actually transferred over the wire.

Performance › Page Weight Budget
Critical: 3

2 link(s) with no accessible text

Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.

Accessibility › Link & Button Quality
Critical: 4

No <main> landmark found

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Accessibility › Landmark Structure
Warning: 5

204 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 performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 9.1s 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.
1 security gap detected — browsers may warn visitors about your site.
Your LCP is 9.1s — fixing the 2 performance criticals could bring it under Google's 2.5s 'Good' threshold.
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

$492 investment → $13,830/month returns + USD 157,500 risk avoided

Investment
$492
4.9 h · 4 findings
Monthly returns
$13,830
$165,960/yr
Payback
0.0 mo
+33655% Y1
Regulatory risk avoided USD 157,500
Or — fix only the top 3 findings
$920.0 mo payback · +180947% 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.
$92 — 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 ~27%.

Barriers
7
2 crit 5 warn
Bounce delta
+27pp
added vs baseline
Score
65
C
Speed
2
Trust
2
Usability
0
Content
1
Nav
2
  • Page takes 9.1s to load
    Users abandon at ~3s — you're 6.6s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 6.8s
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • 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
  • Content is hard to read
    Graduate-level reading difficulty — limits the addressable audience for product or blog pages
    → Shorten sentences; replace jargon with plain language; target Flesch ease ≥60

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

Remediation cost

$492 4.9 developer hours at $100/hr
Quick wins
$92 3 fixes in ~55 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

$7,343 / month at risk ~$88,110 / year if left unfixed
Default is 10,000. Use your own number for accurate $-figures.

Compliance Risk

$157,500

ADA Title IIICCPA/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

$7,339 /mo

+27.3pp bounce · ~2,728 lost visitors/mo

CPC: USD 2.69

Bandwidth Waste

$3.52 /mo

43981.4 MB/mo × 0.080 USD/GB

  • Optimize transfer: save ~4.4 MB per page load
    Saves $3.52/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 4 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

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

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

9.14 s

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

6.82 s

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

0.060

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

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

46.14 s

Desktop

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

1.91 s

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

2.22 s

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

907 ms

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

0.106

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

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

9.44 s

Categories

8
Avg score 74.5

How you compare

Where this site stands against peers running the same stack.

Adobe Experience Manager · 159 peers
You 73
·
Avg 72
At average
0 50 100
Better than 55% of Adobe Experience Manager sites See full Adobe Experience Manager benchmark →
Adobe Client Data Layer · 85 peers
You 73
·
Avg 71
At average
0 50 100
Better than 65% of Adobe Client Data Layer sites See full Adobe Client Data Layer benchmark →

Technology stack

Adobe Experience Manager, on Java, with Akamai CDN

21 technologies detected 5 stack layers 3 with CPE identifier Enterprise

Stack Architecture

Analytics
Adobe Experience Platform Launch Adobe Target Marketo 165 Microsoft Clarity Tealium
CMS
Adobe Experience Manager
Framework
Adobe Client Data Layer 2.0.2 Akamai Bot Manager Express HSTS IBM Carbon Design System Kaltura Open Graph Priority Hints Prism Underscore.js 4.17.23 jQuery 1.12.4 lit-element 3.3.3 lit-html 2.8.0
Runtime
Java
CDN
Akamai

All Detected Technologies (21)

Akamai is global content delivery network (CDN) services provider for media and software delivery, and cloud security solutions.

Categories CDN Website https://akamai.com Detected by BeaverCheck

Java is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

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

Adobe Experience Manager (AEM) is a content management solution for building websites, mobile apps and forms.

Categories CMS Website https://www.adobe.com/marketing/experience-manager.html Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Adobe Client Data Layer is a framework of JavaScript objects on your site that contains all variable values used in your implementation.

Categories JavaScript frameworks Website https://github.com/adobe/adobe-client-data-layer Detected by BeaverCheck

Akamai Bot Manager detect bots using device fingerprinting bot signatures.

Categories Security Website https://www.akamai.com/us/en/products/security/bot-manager.jsp Detected by BeaverCheck
Categories Framework Detected by BeaverCheck · Medium Evidence X-Powered-By: Express in redirect

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

IBM Carbon Design System is an open-source design system for building products and digital experiences.

Categories UI frameworks Website https://carbondesignsystem.com Detected by BeaverCheck

Kaltura is a video content management platform that allows users to upload, manage, share, publish, and stream videos.

Categories Video players, Livestreaming Website https://corp.kaltura.com Detected by BeaverCheck

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

Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.

Categories Performance Website https://wicg.github.io/priority-hints/ Detected by BeaverCheck

Prism is an extensible syntax highlighter.

Categories Miscellaneous Website https://prismjs.com Detected by BeaverCheck

Underscore.js is a JavaScript library which provides utility functions for common programming tasks. It is comparable to features provided by Prototype.js and the Ruby language, but opts for a functional programming design instead of extending object prototypes.

Categories JavaScript libraries Website https://underscorejs.org Detected by BeaverCheck

jQuery is a JavaScript library which is a free, open-source software designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.

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

lit-element is a simple base class for creating web components that work in any web page with any framework. lit-element uses lit-html to render into shadow DOM, and adds API to manage properties and attributes.

Categories JavaScript libraries Website https://lit.dev Detected by BeaverCheck

lit-html is a simple, modern, safe, small and fast HTML templating library for JavaScript.

Categories JavaScript libraries Website https://lit.dev Detected by BeaverCheck

Adobe Experience Cloud Launch is an extendable tag management solution for Adobe Experience Cloud, Adobe Experience Platform, and other applications.

Categories Tag managers Website https://docs.adobelaunch.com/getting-started Detected by BeaverCheck

Adobe Target is an A/B testing, multi-variate testing, personalisation, and optimisation application

Categories A/B Testing, Personalisation Website https://www.adobe.com/marketing/target.html Detected by BeaverCheck

Marketo develops and sells marketing automation software for account-based marketing and other marketing services and products including SEO and content creation.

Categories Marketing automation Website https://www.marketo.com Detected by BeaverCheck

Microsoft's Clarity is a analytics tool which provides website usage statistics, session recording, and heatmaps.

Categories Analytics Website https://clarity.microsoft.com Detected by BeaverCheck

Tealium provides a sales enterprise tag management system and marketing software.

Categories Tag managers, Customer data platform Website https://tealium.com Detected by BeaverCheck

Observations (3)

No build tool detected

A framework (Adobe Client Data Layer) 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.

jQuery version may be outdated

Detected jQuery 1.12.4. The current major version is 3. Consider updating for security patches and new features.

→ Security

Complex technology stack detected

21 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%2Fwww.ibm.com)](https://beavercheck.com/results/c40c4e73-e984-a677-2403-3c90fb9113a8)
<a href="https://beavercheck.com/results/c40c4e73-e984-a677-2403-3c90fb9113a8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.ibm.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fwww.ibm.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 · 5h total → projected B (82)

Sprint 1: Quick Wins

+8

Highest ROI — low effort, high impact

4 findings 1h → B (81)
  • · Page weighs 43.1 MB (14.0 MB transferred)
  • · No <main> landmark found
  • · Cookie 'bm_sz' is missing the Secure flag
  • · 2 link(s) with no accessible text

Sprint 2: Core Fixes

+1

Medium effort, high structural impact

1 findings 4h → B (82)
  • · 204 HTTP requests — consider bundling or reducing

Send Feedback