Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 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.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
Access-Control-Allow-Origin: * with credentials — critical misconfiguration
Security gaps expose your site and users to attacks, eroding trust.
Content-Security-Policy header is missing
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.
No <main> landmark found
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/33ecd0e9-bdd1-453b-84ce-5d537b7e63fb)<a href="https://beavercheck.com/results/33ecd0e9-bdd1-453b-84ce-5d537b7e63fb"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fallaboutcookies.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fallaboutcookies.orgThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. 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.
9 barrier(s) likely increasing bounce by ~27%.
Page loads in 3.1s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 638ms over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
Page feels frozen for 2.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$350 investment → $1,201/month returns + USD 157,500 risk avoided
$350
4h · 5 findings
$1,201 /mo
~$14,416 / year
USD 157,500
if kept compliant
$200 — 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 $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,506 / year if left unfixed
$157,500
+5 more
$0.47 /mo
5842.1 MB/mo × 0.080 USD/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.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.25 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.130
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.55 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.72 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.
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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 | |
|---|---|---|---|
Awards Banner Image div.center-page-content-container > div.awards-banner > div.flex > img.min-w-[174px] | cdn.allaboutcookies.org/images/2025/12/09/img-badge-editors-choice-2026.png | 13.9 KiB | 6.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| allaboutcookies.org/ | 613 ms |
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 |
|---|---|
Whenever the user returns to the same website, the browser retrieves and sends … main > article > div.center-page-content-container > p | 0.130 |
Antivirus div.border > a.block > div.bg-white > span.inline-block | 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604140101/pubads_impl.js?cb=31... | 187.7 KiB | 130.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TRBW4B8 | 142.8 KiB | 107.9 KiB |
| /prebid/9.30.0.js?fork=1&v=cbd0a7a61d7dff310b7650c3f492d0... | 119.8 KiB | 84.5 KiB |
| allaboutcookies.org/v56l/?id=G-CH7VRHFMHP&cx=c>m=4e64f0h1 | 162.0 KiB | 70.1 KiB |
| allaboutcookies.org/v56l/ | 148.2 KiB | 69.6 KiB |
| allaboutcookies.org/v56l/?id=G-LYCBDHD4P0&cx=c>m=4e64f0h1 | 158.9 KiB | 67.6 KiB |
| raven-static.aditude.io/prod/1.19.13-0fnlww/raven.js | 106.8 KiB | 63.2 KiB |
| cdn.cookielaw.org/scripttemplates/202510.1.0/otBannerSdk.js | 123.2 KiB | 58.7 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.4 KiB | 38.0 KiB |
| /launchpotato-YLDcsRXt6U/ui_allaboutcookies.org/prebid-wr... | 78.2 KiB | 30.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.9 s |
| Other | 882 ms |
| Script Parsing & Compilation | 490 ms |
| Style & Layout | 243 ms |
| Garbage Collection | 152 ms |
| Parse HTML & CSS | 111 ms |
| Rendering | 97 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
nav.relative > div.flex > a > img#aac-header-logo nav.relative > div.flex > a > img#aac-header-logo | /static-assets/production/static-3460/client-side/images/... |
div#header-navigation-container > div.flex > span#search-icon > img.cursor-pointer div#header-navigation-container > div.flex > span#search-icon > img.cursor-pointer | /static-assets/production/static-3460/client-side/images/... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
You’re serious about security. div.my-8 > h1.leading-[1.09] > div.text-lg > span.text-green-default |
Best VPNs div.awards-banner > div.flex > div.grid > a.awards-banner_cta |
Best Antivirus div.awards-banner > div.flex > div.grid > a.awards-banner_cta |
Best ID Protection div.awards-banner > div.flex > div.grid > a.awards-banner_cta |
See all winners div.awards-banner > div.flex > div.grid > a.awards-banner_cta |
Sign me up form > div.mt-4 > button.email-signup-cta > span.group-[.is-loading]:hidden |
Guides and Tips div.center-page-content-container > div.lg:flex > div.border > a.bg-[#F7F7F7] |
Guides and Tips div.center-page-content-container > div.lg:flex > div.border > a.bg-[#F7F7F7] |
Guides and Tips div.center-page-content-container > div.lg:flex > div.border > a.bg-[#F7F7F7] |
Guides and Tips div.center-page-content-container > div.lg:flex > div.border > a.bg-[#F7F7F7] |
Guides and Tips div.center-page-content-container > div.lg:flex > div.border > a.bg-[#F7F7F7] |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.relative > div.flex > a > img#aac-header-logo nav.relative > div.flex > a > img#aac-header-logo |
div#header-navigation-container > div.flex > span#search-icon > img.cursor-pointer div#header-navigation-container > div.flex > span#search-icon > img.cursor-pointer |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.contentBlock > div#email_signup_widget_7513 > div.transition-opacity > img.absolute div.contentBlock > div#email_signup_widget_7513 > div.transition-opacity > img.absolute |
div.center-page-content-container > div.border-b > div.text-xl > img.inline-block div.center-page-content-container > div.border-b > div.text-xl > img.inline-block |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.border > a.block > div.bg-white > img.h-[49px] div.border > a.block > div.bg-white > img.h-[49px] |
div.border > a.block > div.bg-white > img.h-[49px] div.border > a.block > div.bg-white > img.h-[49px] |
div.border > a.block > div.bg-white > img.h-[48px] div.border > a.block > div.bg-white > img.h-[48px] |
div.border > a.block > div.bg-white > img.h-[47px] div.border > a.block > div.bg-white > img.h-[47px] |
div.border > a.block > div.bg-white > img.h-[51px] div.border > a.block > div.bg-white > img.h-[51px] |
div.pt-12 > div.flex > div > img#aac-logo-footer div.pt-12 > div.flex > div > img#aac-logo-footer |
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 |
|---|
header > nav.relative > div.flex > a header > nav.relative > div.flex > 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.
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) | |
|---|---|---|---|
Awards Banner Tiny Background div.center-page-content-container > div.awards-banner > div.awards-banner__fake-background > img.w-full | /static-assets/production/static-3460/client-side/images/... | 372 x 534 (0.70) | 50 x 62 (0.81) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
browser.sentry-cdn.com/6.19.7/bundle.min.js line 1, col 7660 | %cCW display: inline-block; color: #fff; font-size: 9px; background: #61B321; padding: 1px 4px; border-radius: 0; margin-right: 1px; Interstitial unit not found [object Object] |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
VPN Guides ul > li.text-blue-default > div.flex > a.w-full |
VPN Reviews ul > li.text-blue-default > div.flex > a.w-full |
Ad Blocker Guides ul > li.text-blue-default > div.flex > a.w-full |
Ad Blocker Reviews ul > li.text-blue-default > div.flex > a.w-full |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.relative > div.flex > a > img#aac-header-logo nav.relative > div.flex > a > img#aac-header-logo |
div#header-navigation-container > div.flex > span#search-icon > img.cursor-pointer div#header-navigation-container > div.flex > span#search-icon > img.cursor-pointer |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.contentBlock > div#email_signup_widget_7513 > div.transition-opacity > img.absolute div.contentBlock > div#email_signup_widget_7513 > div.transition-opacity > img.absolute |
div.center-page-content-container > div.border-b > div.text-xl > img.inline-block div.center-page-content-container > div.border-b > div.text-xl > img.inline-block |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.border > a.block > div.bg-white > img.h-[49px] div.border > a.block > div.bg-white > img.h-[49px] |
div.border > a.block > div.bg-white > img.h-[49px] div.border > a.block > div.bg-white > img.h-[49px] |
div.border > a.block > div.bg-white > img.h-[48px] div.border > a.block > div.bg-white > img.h-[48px] |
div.border > a.block > div.bg-white > img.h-[47px] div.border > a.block > div.bg-white > img.h-[47px] |
div.border > a.block > div.bg-white > img.h-[51px] div.border > a.block > div.bg-white > img.h-[51px] |
div.pt-12 > div.flex > div > img#aac-logo-footer div.pt-12 > div.flex > div > img#aac-logo-footer |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
427 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
952 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
172 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.110
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.72 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.50 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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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 | |
|---|---|---|---|
Map showing the scammiest cities in America div.lg:mx-auto > div.flex > a.lg:basis-1/3 > img.object-cover | /420x420/filters:quality(100)/images/2026/02/05/scammiest... | 53.6 KiB | 43.9 KiB |
Circle chart showing that most people have had passwords appear in data breache… div.lg:mx-auto > div.flex > a.lg:basis-1/3 > img.object-cover | /420x420/filters:quality(100)/images/2026/03/31/password-... | 34.0 KiB | 24.3 KiB |
Awards Banner Image div.center-page-content-container > div.awards-banner > div.flex > img.min-w-[174px] | cdn.allaboutcookies.org/images/2025/12/09/img-badge-editors-choice-2026.png | 13.9 KiB | 10.4 KiB |
div.contentBlock > div#email_signup_widget_9173 > div.transition-opacity > img.absolute div.contentBlock > div#email_signup_widget_9173 > div.transition-opacity > img.absolute | /static-assets/production/static-3460/client-side/images/... | 11.5 KiB | 9.9 KiB |
Awards Banner Background div.center-page-content-container > div.awards-banner > div.awards-banner__bg > img.rounded-md | /static-assets/production/static-3460/client-side/images/... | 17.7 KiB | 4.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
Due to their core role of enhancing or enabling usability and site processes, d… main > article > div.center-page-content-container > p | 0.110 |
Password Managers div.border > a.block > div.bg-white > span.inline-block | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604130101/pubads_impl.js | 187.5 KiB | 129.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TRBW4B8 | 142.8 KiB | 107.9 KiB |
| /prebid/9.30.0.js?fork=1&v=cbd0a7a61d7dff310b7650c3f492d0... | 119.8 KiB | 84.5 KiB |
| allaboutcookies.org/v56l/?id=G-CH7VRHFMHP&cx=c>m=4e64f0 | 162.0 KiB | 70.5 KiB |
| allaboutcookies.org/v56l/ | 148.0 KiB | 70.1 KiB |
| allaboutcookies.org/v56l/?id=G-LYCBDHD4P0&cx=c>m=4e64f0 | 158.9 KiB | 67.2 KiB |
| raven-static.aditude.io/prod/1.19.13-0fnlww/raven.js | 106.9 KiB | 63.3 KiB |
| cdn.cookielaw.org/scripttemplates/202510.1.0/otBannerSdk.js | 123.2 KiB | 58.7 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 38.0 KiB |
| /launchpotato-YLDcsRXt6U/ui_allaboutcookies.org/prebid-wr... | 78.2 KiB | 30.5 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Awards Banner Background div.center-page-content-container > div.awards-banner > div.awards-banner__bg > img.rounded-md | /static-assets/production/static-3460/client-side/images/... |
nav.relative > div.flex > a > img#aac-header-logo nav.relative > div.flex > a > img#aac-header-logo | /static-assets/production/static-3460/client-side/images/... |
div#search-box > form.w-full > span.hidden > img.cursor-pointer div#search-box > form.w-full > span.hidden > img.cursor-pointer | /static-assets/production/static-3460/client-side/images/... |
div.pt-12 > div.flex > div > img#aac-logo-footer div.pt-12 > div.flex > div > img#aac-logo-footer |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
You’re serious about security. div.my-8 > h1.leading-[1.09] > div.text-lg > span.text-green-default |
Best VPNs div.awards-banner > div.flex > div.grid > a.awards-banner_cta |
Best Antivirus div.awards-banner > div.flex > div.grid > a.awards-banner_cta |
Best ID Protection div.awards-banner > div.flex > div.grid > a.awards-banner_cta |
See all winners div.awards-banner > div.flex > div.grid > a.awards-banner_cta |
Sign me up form > div.mt-4 > button.email-signup-cta > span.group-[.is-loading]:hidden |
Guides and Tips div.center-page-content-container > div.lg:flex > div.border > a.bg-[#F7F7F7] |
Guides and Tips div.center-page-content-container > div.lg:flex > div.border > a.bg-[#F7F7F7] |
Guides and Tips div.center-page-content-container > div.lg:flex > div.border > a.bg-[#F7F7F7] |
Guides and Tips div.center-page-content-container > div.lg:flex > div.border > a.bg-[#F7F7F7] |
Guides and Tips div.center-page-content-container > div.lg:flex > div.border > a.bg-[#F7F7F7] |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.relative > div.flex > a > img#aac-header-logo nav.relative > div.flex > a > img#aac-header-logo |
div#search-box > form.w-full > span.hidden > img.cursor-pointer div#search-box > form.w-full > span.hidden > img.cursor-pointer |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.contentBlock > div#email_signup_widget_9173 > div.transition-opacity > img.absolute div.contentBlock > div#email_signup_widget_9173 > div.transition-opacity > img.absolute |
div.center-page-content-container > div.border-b > div.text-xl > img.inline-block div.center-page-content-container > div.border-b > div.text-xl > img.inline-block |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.border > a.block > div.bg-white > img.h-[49px] div.border > a.block > div.bg-white > img.h-[49px] |
div.border > a.block > div.bg-white > img.h-[49px] div.border > a.block > div.bg-white > img.h-[49px] |
div.border > a.block > div.bg-white > img.h-[48px] div.border > a.block > div.bg-white > img.h-[48px] |
div.border > a.block > div.bg-white > img.h-[47px] div.border > a.block > div.bg-white > img.h-[47px] |
div.border > a.block > div.bg-white > img.h-[51px] div.border > a.block > div.bg-white > img.h-[51px] |
div.pt-12 > div.flex > div > img#aac-logo-footer div.pt-12 > div.flex > div > img#aac-logo-footer |
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 |
|---|
header > nav.relative > div.flex > a header > nav.relative > div.flex > 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.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
browser.sentry-cdn.com/6.19.7/bundle.min.js line 1, col 7660 | %cCW display: inline-block; color: #fff; font-size: 9px; background: #61B321; padding: 1px 4px; border-radius: 0; margin-right: 1px; Interstitial unit not found [object Object] |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
VPN Guides ul > li.text-blue-default > div.flex > a.w-full |
VPN Reviews ul > li.text-blue-default > div.flex > a.w-full |
Ad Blocker Guides ul > li.text-blue-default > div.flex > a.w-full |
Ad Blocker Reviews ul > li.text-blue-default > div.flex > a.w-full |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.relative > div.flex > a > img#aac-header-logo nav.relative > div.flex > a > img#aac-header-logo |
div#search-box > form.w-full > span.hidden > img.cursor-pointer div#search-box > form.w-full > span.hidden > img.cursor-pointer |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.border > a.block > div.bg-white > img.h-[30px] div.border > a.block > div.bg-white > img.h-[30px] |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.flex > div.grid > a.awards-banner_cta > img div.flex > div.grid > a.awards-banner_cta > img |
div.contentBlock > div#email_signup_widget_9173 > div.transition-opacity > img.absolute div.contentBlock > div#email_signup_widget_9173 > div.transition-opacity > img.absolute |
div.center-page-content-container > div.border-b > div.text-xl > img.inline-block div.center-page-content-container > div.border-b > div.text-xl > img.inline-block |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.center-page-content-container > div.content-around > span.inline-block > img div.center-page-content-container > div.content-around > span.inline-block > img |
div.border > a.block > div.bg-white > img.h-[49px] div.border > a.block > div.bg-white > img.h-[49px] |
div.border > a.block > div.bg-white > img.h-[49px] div.border > a.block > div.bg-white > img.h-[49px] |
div.border > a.block > div.bg-white > img.h-[48px] div.border > a.block > div.bg-white > img.h-[48px] |
div.border > a.block > div.bg-white > img.h-[47px] div.border > a.block > div.bg-white > img.h-[47px] |
div.border > a.block > div.bg-white > img.h-[51px] div.border > a.block > div.bg-white > img.h-[51px] |
div.pt-12 > div.flex > div > img#aac-logo-footer div.pt-12 > div.flex > div > img#aac-logo-footer |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback