Skip to content
Scanned
2026-04-22 21:10 UTC
Worker
🇪🇸 Madrid
Duration
2.5m
Vs prev

Audit overview

4 categories need attention: Performance, and 3 others.

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

'unsafe-eval' found in script source

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Security › Content Security Policy
Critical: 2

'unsafe-inline' found in script source

Unsafe value (unsafe-inline, unsafe-eval) in script-src defeats CSP's main protection — XSS injections can execute again.

Security › Content Security Policy
Critical: 3

1 control(s) without accessible label

Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.

Accessibility › Form Accessibility
Critical: 4

15 image(s) missing alt attribute

Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.

Accessibility › Alt Text Quality
Critical: 5

22 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
What fixing these means. Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
2 security gaps detected — browsers may warn visitors about your site.
3 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

$1,500 investment → $7,797/month returns + USD 157,500 risk avoided

Investment
$1,500
15.0 h · 5 findings
Monthly returns
$7,797
$93,566/yr
Payback
0.2 mo
+6138% Y1
Regulatory risk avoided USD 157,500
Or — fix only the top 3 findings
$1,3000.2 mo payback · +7097% 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

9 barrier(s) likely increasing bounce by ~29%.

Barriers
9
1 crit 8 warn
Bounce delta
+29pp
added vs baseline
Score
66
C
Speed
2
Trust
1
Usability
2
Content
2
Nav
2
  • Page takes 17.7s to load
    Users abandon at ~3s — you're 15.2s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • High main-thread blocking time
    Page is non-interactive for 357ms after first paint
    → Defer third-party scripts and split large bundles
  • 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
  • 1 form field(s) without a label
    Screen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
    → Associate every input with a visible <label for="…">; add autocomplete attributes

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

Remediation cost

$1,500 15.0 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

$7,797 / month at risk ~$93,566 / 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,796 /mo

+29.0pp bounce · ~2,898 lost visitors/mo

CPC: USD 2.69

Bandwidth Waste

$0.86 /mo

10803.0 MB/mo × 0.080 USD/GB

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

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

9.57 s

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

17.71 s

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

357 ms

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

0.128

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

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

17.90 s

Desktop

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

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

3.16 s

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

18 ms

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

0.021

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

7.08 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.19 s

Categories

8
Avg score 72.5

How you compare

Where this site stands against peers running the same stack.

Adobe Experience Manager · 159 peers
You 70
·
Avg 72
At average
0 50 100
Better than 15% of Adobe Experience Manager sites See full Adobe Experience Manager benchmark →
Azure Front Door · 33 peers
You 70
·
Avg 74
At average
0 50 100
Better than 9% of Azure Front Door sites See full Azure Front Door benchmark →

Technology stack

Adobe Experience Manager, on Java, hosted on Azure, with Azure CDN CDN

37 technologies detected 6 stack layers 12 with CPE identifier Enterprise

Stack Architecture

Analytics
Adobe Analytics Adobe Experience Platform Launch Adobe Target 2.11.7
CMS
Adobe Experience Manager
Framework
Azure Front Door Backbone.js 1.0.0 Bootstrap 4.3.1 DataTables 1.10.19 Element UI FancyBox 3.5.7 GSAP 2.0.2HSTS Hammer.js 2.0.8 Handlebars 4.7.7JSZip 3.10.1 List.js Lodash 1.13.5Masonry Moment.js 2.29.4 Open Graph Plyr Popper ScrollMagic 2.0.6 Selectize ServiceNow TrustArc Vue.js 2.5.17 YUI 2.6.0 ZURB Foundation core-js 3.0.1 crypto-js jPlayer jQuery 3.6.0 jQuery UI 1.13.2
Runtime
Java
CDN
Azure CDN
Hosting
Azure

All Detected Technologies (37)

Categories CDN Website https://azure.microsoft.com Detected by BeaverCheck Evidence x-azure-ref: 20260422T210754Z-1675fbfb9b4n2kmmhC1PARw4hn0000000kx000000000xsn4

Azure is a cloud computing service for building, testing, deploying, and managing applications and services through Microsoft-managed data centers.

Categories PaaS Website https://azure.microsoft.com Detected by BeaverCheck Evidence Header: x-azure-ref

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 →

Azure Front Door is a scalable and secure entry point for fast delivery of your global web applications.

Categories Load balancers Website https://docs.microsoft.com/en-us/azure/frontdoor/ Detected by BeaverCheck

BackboneJS is a JavaScript library that allows to develop and structure the client side applications that run in a web browser.

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

Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.

Categories UI frameworks Website https://getbootstrap.com Detected by BeaverCheck Evidence Found 6 Bootstrap class patterns in HTML
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

DataTables is a plug-in for the jQuery Javascript library adding advanced features like pagination, instant search, themes, and more to any HTML table.

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

Element UI is an open-source component library specifically designed for Vue.js, offering a collection of pre-designed UI components such as buttons, forms, tables, and modals.

Categories UI frameworks Website https://element.eleme.io/ Detected by BeaverCheck

FancyBox is a tool for displaying images, html content and multi-media in a Mac-style 'lightbox' that floats overtop of web page.

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

GSAP is an animation library that allows you to create animations with JavaScript.

Categories JavaScript frameworks Website https://greensock.com/gsap Detected by BeaverCheck

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

Hammer.js is a JavaScript library for adding touch gestures like swipe, pinch, and rotate to web applications.

Categories JavaScript libraries Website https://hammerjs.github.io Detected by BeaverCheck

Handlebars is a JavaScript library used to create reusable webpage templates.

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

JSZip is a JavaScript library that enables the creation, reading, and manipulation of zip files in a browser environment.

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

List.js is a small, fast JavaScript library that adds search, sort, and filter functionalities to plain HTML lists, tables, or other elements without requiring any dependencies.

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

Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.

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

Masonry is a JavaScript library that enables a cascading grid layout, positioning elements based on available vertical space for an optimized, gap-free arrangement.

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

Moment.js is a free and open-source JavaScript library that removes the need to use the native JavaScript Date object directly.

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

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

Plyr is a simple, lightweight, accessible and customizable HTML5, YouTube and Vimeo media player that supports modern browsers.

Categories Video players Website https://plyr.io Detected by BeaverCheck

Popper is a positioning engine, its purpose is to calculate the position of an element to make it possible to position it near a given reference element.

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

ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a playback scrub control.

Categories JavaScript libraries Website https://scrollmagic.io Detected by BeaverCheck

Selectize is an extensible jQuery-based custom <select> UI control.

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

ServiceNow is a cloud computing platform to help companies manage digital workflows for enterprise operations.

Categories Miscellaneous Website https://www.servicenow.com Detected by BeaverCheck

TrustArc provides software and services to help corporations update their privacy management processes so they comply with government laws and best practices.

Categories Cookie compliance Website https://trustarc.com Detected by BeaverCheck

Vue.js is an open-source model–view–viewmodel JavaScript framework for building user interfaces and single-page applications.

Categories JavaScript frameworks Website https://vuejs.org Detected by BeaverCheck

YUI is a JavaScript and CSS library with more than 30 unique components including low-level DOM utilities and high-level user-interface widgets.

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

Zurb Foundation is used to prototype in the browser. Allows rapid creation of websites or applications while leveraging mobile and responsive technology. The front end framework is the collection of HTML, CSS, and Javascript containing design patterns.

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

core-js is a modular standard library for JavaScript, with polyfills for cutting-edge ECMAScript features.

Categories JavaScript libraries Website https://github.com/zloirock/core-js Detected by BeaverCheck

crypto-js is a JavaScript library of crypto standards.

Categories JavaScript libraries Website https://github.com/brix/crypto-js Detected by BeaverCheck

jPlayer is a cross-browser JavaScript library developed as a jQuery plugin which facilitates the embedding of web based media, notably HTML5 audio and video in addition to Adobe Flash based media.

Categories Video players, JavaScript libraries Website https://jplayer.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 Evidence Script URL: https://www.dupont.com/etc.clientlibs/clientlibs/granite/jquery.min.js
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

jQuery UI is a collection of GUI widgets, animated visual effects, and themes implemented with jQuery, Cascading Style Sheets, and HTML.

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

Adobe Analytics is a web analytics, marketing and cross-channel analytics application.

Categories Analytics Website https://www.adobe.com/analytics/adobe-analytics.html 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

Observations (5)

jQuery loaded alongside a modern framework

Both jQuery and Vue.js are loaded. Modern frameworks handle DOM manipulation natively. jQuery may be unnecessary and adds ~30KB to the page weight. Check the Performance tab for bundle analysis.

→ Performance

No build tool detected

A framework (Azure Front Door) 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.

Bootstrap version may be outdated

Detected Bootstrap 4.3.1. The current major version is 5. Consider updating for security patches and new features.

→ Security

Vue.js version may be outdated

Detected Vue.js 2.5.17. The current major version is 3. Consider updating for security patches and new features.

→ Security

Complex technology stack detected

37 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%2Fdupont.com)](https://beavercheck.com/results/c054412b-2f62-4eb4-8b15-67b1b006937f)
<a href="https://beavercheck.com/results/c054412b-2f62-4eb4-8b15-67b1b006937f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdupont.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fdupont.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

3 sprints · 15h total → projected C (78)

Sprint 1: Quick Wins

+1

Highest ROI — low effort, high impact

1 findings 0h → C (71)
  • · 22 link(s) with no accessible text

Sprint 2: Core Fixes

+2

Medium effort, high structural impact

2 findings 2h → C (73)
  • · 1 control(s) without accessible label
  • · 15 image(s) missing alt attribute

Sprint 3: Strategic Improvements

+5

Higher effort, long-term payoff

2 findings 12h → C (78)
  • · 'unsafe-eval' found in script source
  • · 'unsafe-inline' found in script source

Send Feedback