Skip to content
Scanned
2026-04-16 17:37 UTC
Worker
🇺🇸 New York
Duration
1.2m
Vs prev

Audit overview

3 categories need attention: Security, and 2 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
Critical: 4

Page weighs 17.6 MB (11.6 MB transferred)

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

Performance › Page Weight Budget
Critical: 5

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
What fixing these means. Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 66.4s 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 user trust.
3 security gaps detected — browsers may warn visitors about your site.
Your LCP is 66.4s — fixing the 1 performance critical could bring it under Google's 2.5s 'Good' threshold.
1 accessibility issue excludes 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

TWD 11,600 investment → TWD 153,945/month returns

Investment
TWD 11,600
7.3 h · 4 findings
Monthly returns
TWD 153,945
TWD 1,847,339/yr
Payback
0.1 mo
+15825% Y1
Or — fix only the top 3 findings
TWD 10,0000.1 mo payback · +18373% 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.
TWD 400 — 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

10 barrier(s) likely increasing bounce by ~31%.

Barriers
10
2 crit 8 warn
Bounce delta
+31pp
added vs baseline
Score
56
C
Speed
2
Trust
2
Usability
1
Content
2
Nav
3
  • Page takes 66.4s to load
    Users abandon at ~3s — you're 63.9s over the 2.5s threshold
    → Optimize render-blocking resources, preload the hero image, and compress images
  • Page feels frozen for 2.1s
    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
  • 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

NT$11,600 7.3 developer hours at NT$1600/hr
Quick wins
NT$400 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.

NT$ /hr

Rates reflect fully-loaded developer cost including overhead

How developer rates are sourced

Warning:Cost of inaction

TWD 153,945 / month at risk ~TWD 1,847,339 / year if left unfixed
Default is 10,000. Use your own number for accurate $-figures.

Bounce-Rate Cost

TWD 153,850 /mo

+30.8pp bounce · ~3,077 lost visitors/mo

CPC: TWD 50.00

Bandwidth Waste

TWD 94 /mo

36615.3 MB/mo × 2.581 TWD/GB

  • Optimize transfer: save ~3.7 MB per page load
    Saves TWD 94/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

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

5.11 s

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

66.40 s

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

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

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

66.40 s

Desktop

60
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.
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.58 s

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

15.34 s

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

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

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

15.34 s

Categories

8
Avg score 71.6

How you compare

Where this site stands against peers running the same stack.

HubSpot CMS Hub · 12 peers
You 69
·
Avg 74
At average
0 50 100
Joomla · 12 peers
You 69
·
Avg 74
At average
0 50 100

Technology stack

HubSpot CMS Hub, on PHP, with Cloudflare CDN

25 technologies detected 5 stack layers 5 with CPE identifier Enterprise

Stack Architecture

Analytics
DoubleClick Floodlight Google Ads Google Ads Conversion Tracking Google Analytics Google Tag Manager HubSpot HubSpot Analytics
CMS
HubSpot CMS Hub Joomla
Framework
Apple Facebook Font Awesome 6.4.2 Goober Google Search Console Google Workspace Microsoft 365 Open Graph Priority Hints Swiper jQuery 3.7.1 jQuery Migrate 3.4.1
Runtime
PHP
CDN
Cloudflare F5 BigIP cdnjs

All Detected Technologies (25)

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 →

F5's BIG-IP is a family of products covering software and hardware designed around application availability, access control, and security solutions.

Categories Reverse proxies Website https://www.f5.com/products/big-ip-services Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

cdnjs is a free distributed JS library delivery service.

Categories CDN Website https://cdnjs.com Detected by BeaverCheck Evidence Script URL contains cdnjs.cloudflare.com: //cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js

PHP is a general-purpose scripting language used for web development.

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

CMS Hub is a content management platform by HubSpot for marketers to manage, optimize, and track content performance on websites, blogs, and landing pages.

Categories CMS Website https://www.hubspot.com/products/cms Detected by BeaverCheck

Joomla is a free and open-source content management system for publishing web content.

Categories CMS Website https://www.joomla.org/ Detected by BeaverCheck
This technology has a CPE identifier — check for known vulnerabilities Search NVD →
Categories Analytics Detected by BeaverCheck · Low Evidence TXT record: apple-domain-verification=aoExaIJncTfUoGR6
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: facebook-domain-verification=aev8borqu0mtb43scdgioqksjrvb4u

Font Awesome is a font and icon toolkit based on CSS and Less.

Categories Font scripts Website https://fontawesome.com/ Detected by BeaverCheck

Goober is a minified CSS-in-JS styling solution.

Categories JavaScript libraries Website https://goober.js.org Detected by BeaverCheck
Categories Analytics Detected by BeaverCheck · Medium Evidence TXT record: google-site-verification=0EJmrJwt-JV9g2wy9NClju8ynZcIbaSWKsrdBqAXSHM
Categories Email Detected by BeaverCheck Evidence TXT SPF record includes _spf.google.com: v=spf1 include:spf.mediatek.com include:bmsend.com include:spf.protection.outlook.com include:_spf.qualtrics.com include:_spf.google.com -all
Categories Email Detected by BeaverCheck Evidence TXT SPF record includes spf.protection.outlook.com: v=spf1 include:spf.mediatek.com include:bmsend.com include:spf.protection.outlook.com include:_spf.qualtrics.com include:_spf.google.com -all

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

Swiper is a JavaScript library that creates modern touch sliders with hardware-accelerated transitions.

Categories JavaScript libraries Website https://swiperjs.com 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://code.jquery.com/jquery-3.7.1.min.js
This technology has a CPE identifier — check for known vulnerabilities Search NVD →

Query Migrate is a javascript library that allows you to preserve the compatibility of your jQuery code developed for versions of jQuery older than 1.9.

Categories JavaScript libraries Website https://github.com/jquery/jquery-migrate Detected by BeaverCheck
Categories Advertising Website https://support.google.com/ds/answer/6029713?hl=en Detected by BeaverCheck

Google Ads is an online advertising platform developed by Google.

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

Google Ads Conversion Tracking is a free tool that shows you what happens after a customer interacts with your ads.

Categories Analytics Website https://support.google.com/google-ads/answer/1722022 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-V4S2606G0C&cx=c&gtm=4e64f0

HubSpot is a marketing and sales software that helps companies attract visitors, convert leads, and close customers.

Categories Marketing automation Website https://www.hubspot.com Detected by BeaverCheck Evidence Script URL contains js.hubspot.com: https://js.hubspot.com/web-interactives-embed.js

HubSpot is a marketing and sales software that helps companies attract visitors, convert leads, and close customers.

Categories Analytics Website https://www.hubspot.com/products/marketing/analytics Detected by BeaverCheck

Observations (2)

No build tool detected

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

25 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%2Fmediatek.com)](https://beavercheck.com/results/7314e206-313f-46d8-9d8e-0d45b7b297c9)
<a href="https://beavercheck.com/results/7314e206-313f-46d8-9d8e-0d45b7b297c9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmediatek.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fmediatek.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 · 7h total → projected C (79)

Sprint 1: Quick Wins

+5

Highest ROI — low effort, high impact

2 findings 0h → C (74)
  • · Page weighs 17.6 MB (11.6 MB transferred)
  • · HSTS header is missing

Sprint 2: Core Fixes

+5

Medium effort, high structural impact

3 findings 7h → C (79)
  • · 1 control(s) without accessible label
  • · Content-Security-Policy header is missing
  • · No Content-Security-Policy header found

Send Feedback