Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'ASP.NET_SessionId' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/f7829a33-07f9-4da6-ac42-9b75bd503d11)<a href="https://beavercheck.com/results/f7829a33-07f9-4da6-ac42-9b75bd503d11"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbuiltwith.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbuiltwith.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~23%.
Page loads in 3.7s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 1.2s over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
14 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€280 investment → €1,794/month returns + EUR 120,500,000 risk avoided
€280
4h · 5 findings
€1,794 /mo
~€21,527 / year
EUR 120,500,000
if kept compliant
€160 — 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.
3.5 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,010 / year if left unfixed
€120,500,000
+7 more
€0.85 /mo
11515.6 MB/mo × 0.074 EUR/GB
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.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
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
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.54 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.063
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.21 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.68 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.container-fluid > div.row > div.col-12 > video#bw-hero-video div.container-fluid > div.row > div.col-12 > video#bw-hero-video | e.cdnpi.pe/_25/img/videoframe_0_compressed.png | 100.8 KiB | 94.0 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| :root{--blue:#004fff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e1… | 41.8 KiB | 38.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| e.cdnpi.pe/js/lord/icon.js | 108.9 KiB | 93.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| builtwith.com/ | 7.3 s |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
881 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.233
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.11 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.
1.83 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.container-fluid > div.row > div.col-12 > video#bw-hero-video div.container-fluid > div.row > div.col-12 > video#bw-hero-video | e.cdnpi.pe/_25/img/videoframe_0_compressed.png | 100.8 KiB | 77.4 KiB |
Holly div.col-md-6 > div.avatar > div.wrapper3 > img.rounded-circle | builtwith.com/img/customers/faces/holly-nobg.webp | 42.2 KiB | 38.6 KiB |
Thomas div.col-md-6 > div.avatar > div.wrapper3 > img.rounded-circle | builtwith.com/img/customers/faces/thomas-nobg.webp | 26.1 KiB | 23.8 KiB |
Ross div.col-md-6 > div.avatar > div.wrapper2 > img.rounded-circle | builtwith.com/img/customers/faces/ross-nobg.webp | 26.1 KiB | 23.7 KiB |
Deepak div.col-md-6 > div.avatar > div.wrapper1 > img.rounded-circle | builtwith.com/img/customers/faces/deepak-nobg.webp | 24.8 KiB | 22.6 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| :root{--blue:#004fff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e1… | 41.8 KiB | 38.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| e.cdnpi.pe/js/lord/icon.js | 108.9 KiB | 93.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Marketo
19,518 live websites
Demandware
10,135 live websites
Shopify Plus
85… body > div.container-fluid | 0.195 |
Marketo
19,518 live websites
Demandware
10,135 live websites
Shopify Plus
85… body > div.container-fluid | 0.038 |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
div.container-fluid > div.row > div.mb-2 > a div.container-fluid > div.row > div.mb-2 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EN div.container-fluid > div.row > div.col-md-6 > a.text-warning |
DE div.container-fluid > div.row > div.col-md-6 > a.text-light |
FR div.container-fluid > div.row > div.col-md-6 > a.text-light |
ES div.container-fluid > div.row > div.col-md-6 > a.text-light |
IT div.container-fluid > div.row > div.col-md-6 > a.text-light |
한국어 div.container-fluid > div.row > div.col-md-6 > a.text-light |
日本語 div.container-fluid > div.row > div.col-md-6 > a.text-light |
简体中文 div.container-fluid > div.row > div.col-md-6 > a.text-light |
Lead Generation div.row > div.mb-2 > p > a.text-dark |
Market Analysis div.row > div.mb-2 > p > a.text-dark |
Sales Intelligence div.row > div.mb-2 > p > a.text-dark |
Data Coverage div.row > div.mb-2 > p > a.text-dark |
Cyber Risk Auditing div.row > div.mb-2 > p > a.text-dark |
AI div.row > div.mb-2 > p > a.text-dark |
Report Filtering div.row > div.mb-2 > p > a.text-dark |
Financial Data div.row > div.mb-2 > p > a.text-dark |
Future Customers div.row > div.mb-2 > p > a.text-dark |
API Access div.row > div.mb-2 > p > a.text-dark |
CRM Integrations div.row > div.mb-2 > p > a.text-dark |
Browser Extensions div.row > div.mb-2 > p > a.text-dark |
All Features div.row > div.mb-2 > p > a.text-dark |
Screencast Demo div.row > div.mb-2 > p > a.text-dark |
Technology Lookup div.footer-pad > ul.list-unstyled > li > a |
Technology Trends div.footer-pad > ul.list-unstyled > li > a |
Keyword Lists div.footer-pad > ul.list-unstyled > li > a |
BuiltWith Ask™ div.footer-pad > ul.list-unstyled > li > a |
Top Sites div.footer-pad > ul.list-unstyled > li > a |
LeadsEye™ div.footer-pad > ul.list-unstyled > li > a |
Plans & Pricing div.footer-pad > ul.list-unstyled > li > a |
Lead Generation div.footer-pad > ul.list-unstyled > li > a |
Market Analysis div.footer-pad > ul.list-unstyled > li > a |
Sales Intelligence div.footer-pad > ul.list-unstyled > li > a |
Future Customers div.footer-pad > ul.list-unstyled > li > a |
Cyber Risk Auditing div.footer-pad > ul.list-unstyled > li > a |
Alternative Data div.footer-pad > ul.list-unstyled > li > a |
Report Filtering div.footer-pad > ul.list-unstyled > li > a |
Knowledge Base div.footer-pad > ul.list-unstyled > li > a |
Exportable Fields div.footer-pad > ul.list-unstyled > li > a |
Screencast div.footer-pad > ul.list-unstyled > li > a |
Customers div.footer-pad > ul.list-unstyled > li > a |
FAQ div.footer-pad > ul.list-unstyled > li > a |
Blog div.footer-pad > ul.list-unstyled > li > a |
About Us div.footer-pad > ul.list-unstyled > li > a |
Contact Us div.footer-pad > ul.list-unstyled > li > a |
Affiliates div.footer-pad > ul.list-unstyled > li > a |
API Access div.footer-pad > ul.list-unstyled > li > a |
Datasets div.footer-pad > ul.list-unstyled > li > a |
BuiltWith + AI div.footer-pad > ul.list-unstyled > li > a |
Browser Extensions div.footer-pad > ul.list-unstyled > li > a |
CRM Integrations div.footer-pad > ul.list-unstyled > li > a |
Removals div.footer-pad > ul.list-unstyled > li.mt-3 > a |
Modern Slavery div.footer-pad > ul.list-unstyled > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Listrak div.col-md-7 > div.row > div.col-md-6 > img.col-md-8 | builtwith.com/img/customers/faces/listrak.webp | 200 x 41 (4.88) | 466 x 84 (5.55) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback