Skip to content
https://www.prefect.io Export & share
Scanned
2026-04-07 20:35 UTC
Worker
🇺🇸 New York
Duration
1.0m
Vs prev

Audit overview

Accessibility needs attention; the rest of the categories are in good shape.

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

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: 2

2 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
Warning: 3

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

Certificate expires soon (27 days remaining)

Cert expiry within the renewal window — fix now while there's no user impact, instead of after expiry when there's a full outage.

Security › TLS & Certificates
Warning: 5

Cross-Origin-Embedder-Policy header is missing

COEP enforces that all embedded resources opt-in to cross-origin embedding — required for cross-origin isolation features.

Security › Security Headers
What fixing these means. Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 4.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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 audience reach.
2 accessibility issues exclude users who rely on assistive technology.
Your LCP is 4.7s — fixing the 1 performance critical could bring it under Google's 2.5s 'Good' threshold.
2 security gaps detected — browsers may warn visitors about your site.

Business case

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

Return on investment

$800 investment → $11,667/month returns + USD 157,500 risk avoided

Investment
$800
8.0 h · 5 findings
Monthly returns
$11,667
$140,004/yr
Payback
0.1 mo
+17400% Y1
Regulatory risk avoided USD 157,500
Or — fix only the top 3 findings
$6500.1 mo payback · +21439% 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

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

Barriers
5
2 crit 3 warn
Bounce delta
+25pp
added vs baseline
Score
71
B
Speed
2
Trust
1
Usability
1
Content
0
Nav
1
  • Page takes 4.7s to load
    Users abandon at ~3s — you're 2.2s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 2.0s
    Clicks on the primary CTA are ignored while JavaScript runs
    → Break up long tasks; defer non-critical JavaScript to post-hydration
  • 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
  • 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
  • No skip-to-content link
    Keyboard and screen-reader users must tab through the entire header on every page
    → Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element

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

Remediation cost

$800 8.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

$8,810 / month at risk ~$105,723 / 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
  • 3 advertising/retargeting trackers detected
    CCPA/CPRA: USD 2,500 – USD 7,500
  • Trackers detected but no cookie policy found
    CCPA/CPRA: USD 2,500 – USD 7,500

Bounce-Rate Cost

$8,810 /mo

+25.2pp bounce · ~2,517 lost visitors/mo

CPC: USD 3.50

Bandwidth Waste

$0.48 /mo

5974.0 MB/mo × 0.080 USD/GB

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

54
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
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.41 s

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

4.74 s

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

2.02 s

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

0.009

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

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

16.26 s

Desktop

98
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
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.

411 ms

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

986 ms

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

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

1.06 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.45 s

Categories

8
Avg score 80.1

How you compare

Where this site stands against peers running the same stack.

AddEvent · 5 peers
You 76
·
Avg 71
At average
0 50 100
Better than 80% of AddEvent sites See full AddEvent benchmark →
HSTS · 2556 peers
You 76
·
Avg 75
At average
0 50 100
Content P98Accessibility P37SEO P39Sustainability P59Compliance P43Security P55Infrastructure P46Performance P54

Top 10% of HSTS sites score 77+ on Accessibility; you're at 59 — closing this gap is the highest-leverage improvement.

Better than 56% of HSTS sites See full HSTS benchmark →

Technology stack

AddEvent, on Turbopack, hosted on Next.js, with Vercel Edge CDN

24 technologies detected 5 stack layers 2 with CPE identifier Enterprise

Stack Architecture

Analytics
Google Analytics Google Tag Manager Linkedin Ads Linkedin Insight Tag Microsoft Advertising Twitter Ads
Framework
AddEvent HSTS Lucide OneTrust Open Graph Priority Hints Radix UI React Signals Tailwind CSS Webpack reCAPTCHA shadcn/ui
Runtime
Turbopack
CDN
Vercel Edge
Hosting
Next.js 16.1.4 Next.js App Router Vercel

All Detected Technologies (24)

Categories CDN Website https://vercel.com Detected by BeaverCheck Evidence x-vercel-id: iad1::iad1::grxr2-1775594076994-c3563501ea64

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 Script URL: https://www.prefect.io/_next/static/chunks/797fcb0710da3be2.js?dpl=dpl_28dSMm69PiuKWBPr3J369Wae9e1H
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

The Next.js App Router is a new paradigm for building applications using React's latest features.

Categories JavaScript frameworks, Web servers Website https://nextjs.org/docs/app Detected by BeaverCheck

Vercel is a cloud platform for static frontends and serverless functions.

Categories PaaS Website https://vercel.com Detected by BeaverCheck Evidence Header: x-vercel-id, Server: Vercel

Turbopack is an incremental bundler for JavaScript and TypeScript, written in Rust and integrated into the Next.js framework for optimized build performance.

Categories Development Website https://nextjs.org/docs/app/api-reference/turbopack Detected by BeaverCheck

AddEvent is used to Add to Calendar and event tools for websites and newsletters.

Categories Appointment scheduling Website https://www.addevent.com 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

Lucide is an open-source icon library that provides 1000+ vector (svg) files for displaying icons and symbols in digital and non-digital projects.

Categories Font scripts Website https://lucide.dev Detected by BeaverCheck

OneTrust is a cloud-based data privacy management compliance platform.

Categories Cookie compliance Website https://www.onetrust.com Detected by BeaverCheck Evidence Script URL contains cdn.cookielaw.org: https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=7a2a6d0d-5278-453f-8d34-038d9250c914

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

Radix UI is a React-based user interface component library that offers accessible, responsive, and customisable components for building web applications.

Categories UI frameworks Website https://www.radix-ui.com 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 →

Signals is a cloud-based platform for managing employee pipelines, handling tickets, training new hires, and scaling recruiting operations.

Categories Recruitment & staffing Website https://getsignals.ai Detected by BeaverCheck

Tailwind is a utility-first CSS framework for rapidly building custom user interfaces.

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

Webpack is an open-source JavaScript module bundler.

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

reCAPTCHA is a free service from Google that helps protect websites from spam and abuse.

Categories Security Website https://www.google.com/recaptcha/ Detected by BeaverCheck Evidence Script URL contains www.google.com/recaptcha: https://www.google.com/recaptcha/api.js?render=6LfqLR0sAAAAAHKwteQhNuV9JN2nMULiKKVd4Qfe

shadcn/ui is a component system built with Radix UI and Tailwind CSS.

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

Google Analytics is a free web analytics service that tracks and reports website traffic.

Categories Analytics Website https://google.com/analytics Detected by BeaverCheck

Google Tag Manager is a tag management system (TMS) that allows you to quickly and easily update measurement codes and related code fragments collectively known as tags on your website or mobile app.

Categories Tag managers Website https://www.google.com/tagmanager Detected by BeaverCheck Evidence Script URL contains www.googletagmanager.com: https://www.googletagmanager.com/gtag/js?id=G-CP29SJK4E7&cx=c&gtm=4e6460

Linkedin Ads is a paid marketing tool that offers access to Linkedin social networks through various sponsored posts and other methods.

Categories Advertising Website https://business.linkedin.com/marketing-solutions/ads Detected by BeaverCheck

LinkedIn Insight Tag is a lightweight JavaScript tag that powers conversion tracking, website audiences, and website demographics.

Categories Analytics Website https://business.linkedin.com/marketing-solutions/insight-tag Detected by BeaverCheck

Microsoft Advertising is an online advertising platform developed by Microsoft.

Categories Advertising Website https://ads.microsoft.com Detected by BeaverCheck Evidence Script URL contains bat.bing.com: https://bat.bing.com/bat.js

Twitter Ads is an advertising platform for Twitter 'microblogging' system.

Categories Advertising Website https://ads.twitter.com Detected by BeaverCheck

Observations (2)

No build tool detected

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

24 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.prefect.io)](https://beavercheck.com/results/38377411-e6e5-5c73-4575-472593b4be89)
<a href="https://beavercheck.com/results/38377411-e6e5-5c73-4575-472593b4be89"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.prefect.io" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fwww.prefect.io

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

Sprint 1: Quick Wins

+1

Highest ROI — low effort, high impact

1 findings 0h → C (77)
  • · Certificate expires soon (27 days remaining)

Sprint 2: Core Fixes

+5

Medium effort, high structural impact

4 findings 8h → B (82)
  • · 1 control(s) without accessible label
  • · 2 image(s) missing alt attribute
  • · Cross-Origin-Embedder-Policy header is missing
  • · 148 HTTP requests — consider bundling or reducing

Send Feedback