Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
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.
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.
Soft 404: server returns HTTP 200 for non-existent pages
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/563f6e4e-baad-4dc7-a718-542694d4cf1d)<a href="https://beavercheck.com/results/563f6e4e-baad-4dc7-a718-542694d4cf1d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fviglink.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fviglink.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~35%.
Page takes 7.8s to load
+12% bounceUsers abandon at ~3s — you're 5.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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.
$450 investment → $5,871/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$5,871 /mo
~$70,458 / year
USD 157,500
if kept compliant
$150 — 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.
4.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,505 / year if left unfixed
$157,500
+4 more
$0.45 /mo
5659.3 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.
5.48 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.79 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
105 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.
5.90 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.
11.64 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.sovrn.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 14400.0 s | 12.5 KiB |
| signal-beacon.s-onetag.com/beacon.min.js | 86400.0 s | 8.7 KiB |
| get.s-onetag.com/aa40a8c7-d646-4438-aa0b-2856efd3c1e0/tag.min.js | 86400.0 s | 4.1 KiB |
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.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33377 div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33377 | www.sovrn.com/wp-content/uploads/Commerce-Header-1-1.png | 135.2 KiB | 130.0 KiB |
div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33372 div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33372 | www.sovrn.com/wp-content/uploads/Commerce-Header-6-1.png | 104.6 KiB | 101.1 KiB |
div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-35313 div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-35313 | www.sovrn.com/wp-content/uploads/Create-a-link-768x646.png | 132.5 KiB | 89.0 KiB |
div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-33552 div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-33552 | www.sovrn.com/wp-content/uploads/price-comparisons-2-768x526.png | 56.5 KiB | 36.7 KiB |
div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-35322 div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-35322 | www.sovrn.com/wp-content/uploads/AI-Galleries-3-768x589.png | 50.6 KiB | 28.5 KiB |
div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-36662 div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-36662 | www.sovrn.com/wp-content/uploads/Header-image-1-768x730.png | 42.8 KiB | 25.9 KiB |
div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-35312 div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-35312 | www.sovrn.com/wp-content/uploads/Commerce-Code-2-768x645.png | 36.1 KiB | 16.7 KiB |
div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33374 div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33374 | www.sovrn.com/wp-content/uploads/Commerce-Header-3-1.png | 20.4 KiB | 16.5 KiB |
div.wp-block-group > div.wp-block-group > figure.wp-block-image > img.wp-image-33381 div.wp-block-group > div.wp-block-group > figure.wp-block-image > img.wp-image-33381 | www.sovrn.com/wp-content/uploads/Commerce-Icon-CTA.png | 18.4 KiB | 16.3 KiB |
div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-35283 div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-35283 | www.sovrn.com/wp-content/uploads/Purchase-Intent-Funnel-768x759.png | 36.2 KiB | 13.1 KiB |
div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33375 div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33375 | www.sovrn.com/wp-content/uploads/Commerce-Header-2-1.png | 15.4 KiB | 12.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| viglink.com/ | 1.0 s |
| www.viglink.com/ | 1.0 s |
| sovrn.com/commerce/?utm_source=viglink | 873 ms |
| www.sovrn.com/commerce/?utm_source=viglink | 0.0 ms |
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.
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 |
|---|---|---|
| /wp-content/plugins/real-time-validation-for-gravity-form... | 12.6 KiB | 7.0 KiB |
| /wp-content/plugins/webtoffee-gdpr-cookie-consent/public/... | 12.6 KiB | 2.9 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| use.fontawesome.com/releases/v6.5.2/css/all.css?ver=6.9.4 | 24.1 KiB | 23.9 KiB |
| cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/css/bootstrap.min.css?ver=6.9.4 | 23.5 KiB | 22.6 KiB |
| /wp-content/themes/wptheme-vellum2024/css/vellum-styles.c... | 15.3 KiB | 11.7 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 |
|---|---|---|
| /wp-content/plugins/sassy-social-share/public/js/sassy-so... | 47.8 KiB | 45.5 KiB |
| /wp-content/themes/wptheme-vellum2024/js/bubble-scroller.... | 77.3 KiB | 37.7 KiB |
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 | 862 ms |
| Other | 627 ms |
| Style & Layout | 322 ms |
| Rendering | 105 ms |
| Parse HTML & CSS | 103 ms |
| Script Parsing & Compilation | 96 ms |
| Garbage Collection | 11 ms |
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 | |
|---|---|
ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img | www.sovrn.com/wp-content/themes/wptheme-vellum2024/img/sovrn-logo.svg |
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 |
|---|
PRICE COMPARISONS div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.has-text-color |
YIELD OPTIMIZATION div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.rounded-full |
BROKEN LINK REPORTING div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.has-text-color |
SIMPLIFIED WORKFLOWS div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.has-white-color |
Company ul.sub-menu > li#menu-item-33125 > a > b |
Support ul.sub-menu > li#menu-item-33146 > a > b |
© 2026 Sovrn, Inc. All rights reserved. div.footer-end > div.legal-and-socials > div.legal-container > p.copyright |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
RECENT POSTS div#page-wrapper > main#site-main > div.wp-block-group > h6.wp-block-heading |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img |
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.menu-site-navigation-2024-container > ul#menu-site-navigation-2024 > li#menu-item-33106 > a div.menu-site-navigation-2024-container > ul#menu-site-navigation-2024 > li#menu-item-33106 > a |
div.wp-block-column > div.wp-block-group > figure.wp-block-image > a div.wp-block-column > div.wp-block-group > figure.wp-block-image > a |
div.menu-social-links-container > ul#menu-social-links > li#menu-item-25931 > a div.menu-social-links-container > ul#menu-social-links > li#menu-item-25931 > a |
div.menu-social-links-container > ul#menu-social-links > li#menu-item-25932 > a div.menu-social-links-container > ul#menu-social-links > li#menu-item-25932 > a |
div.menu-social-links-container > ul#menu-social-links > li#menu-item-25933 > a div.menu-social-links-container > ul#menu-social-links > li#menu-item-25933 > 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) | |
|---|---|---|---|
div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-35284 div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-35284 | www.sovrn.com/wp-content/uploads/Commerce-Dashboard-768x539.png | 366 x 275 (1.33) | 768 x 539 (1.42) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
Failed to load resource: the server responded with a status of 429 () |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.sovrn.com/sovrn-for-creators/ | Learn more |
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 |
|---|
ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img |
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.
2.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.51 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.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.30 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.
2.51 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.sovrn.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? | 14400.0 s | 12.6 KiB |
| signal-beacon.s-onetag.com/beacon.min.js | 86400.0 s | 8.7 KiB |
| get.s-onetag.com/aa40a8c7-d646-4438-aa0b-2856efd3c1e0/tag.min.js | 86400.0 s | 4.1 KiB |
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.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-33552 div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-33552 | www.sovrn.com/wp-content/uploads/price-comparisons-2-1536x1052.png | 162.1 KiB | 154.2 KiB |
div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33377 div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33377 | www.sovrn.com/wp-content/uploads/Commerce-Header-1-1.png | 135.2 KiB | 133.5 KiB |
div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-35322 div.wp-block-column > div.wp-block-group > figure.wp-block-image > img.wp-image-35322 | www.sovrn.com/wp-content/uploads/AI-Galleries-3-1536x1178.png | 137.2 KiB | 130.5 KiB |
div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33372 div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33372 | www.sovrn.com/wp-content/uploads/Commerce-Header-6-1.png | 104.6 KiB | 103.4 KiB |
div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-35284 div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-35284 | www.sovrn.com/wp-content/uploads/Commerce-Dashboard-1536x1079.png | 81.9 KiB | 76.6 KiB |
section.wp-block-group > div.wp-block-group > figure.wp-block-image > img.wp-image-35433 section.wp-block-group > div.wp-block-group > figure.wp-block-image > img.wp-image-35433 | www.sovrn.com/wp-content/uploads/Link-Optimization-v2-1536x639.png | 53.9 KiB | 34.6 KiB |
div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33374 div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33374 | www.sovrn.com/wp-content/uploads/Commerce-Header-3-1.png | 20.4 KiB | 18.7 KiB |
div.wp-block-group > div.wp-block-group > figure.wp-block-image > img.wp-image-33381 div.wp-block-group > div.wp-block-group > figure.wp-block-image > img.wp-image-33381 | www.sovrn.com/wp-content/uploads/Commerce-Icon-CTA.png | 18.4 KiB | 17.7 KiB |
div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-35283 div.wp-block-columns > div.wp-block-column > figure.wp-block-image > img.wp-image-35283 | www.sovrn.com/wp-content/uploads/Purchase-Intent-Funnel.png | 25.2 KiB | 16.1 KiB |
div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33375 div.animated-horizontal-rows > div.bubble-row > figure.wp-block-image > img.wp-image-33375 | www.sovrn.com/wp-content/uploads/Commerce-Header-2-1.png | 15.4 KiB | 14.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| viglink.com/ | 488 ms |
| www.viglink.com/ | 490 ms |
| sovrn.com/commerce/?utm_source=viglink | 323 ms |
| www.sovrn.com/commerce/?utm_source=viglink | 0.0 ms |
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.
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 |
|---|---|---|
| /wp-content/plugins/real-time-validation-for-gravity-form... | 12.6 KiB | 7.0 KiB |
| /wp-content/plugins/webtoffee-gdpr-cookie-consent/public/... | 12.6 KiB | 2.9 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| use.fontawesome.com/releases/v6.5.2/css/all.css?ver=6.9.4 | 24.0 KiB | 23.9 KiB |
| cdn.jsdelivr.net/npm/bootstrap@4.2.1/dist/css/bootstrap.min.css?ver=6.9.4 | 23.5 KiB | 22.3 KiB |
| /wp-content/themes/wptheme-vellum2024/css/vellum-styles.c... | 15.3 KiB | 12.2 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 |
|---|---|---|
| /wp-content/plugins/sassy-social-share/public/js/sassy-so... | 47.9 KiB | 45.5 KiB |
| /wp-content/themes/wptheme-vellum2024/js/bubble-scroller.... | 77.3 KiB | 37.7 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.
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 | |
|---|---|
ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img | www.sovrn.com/wp-content/themes/wptheme-vellum2024/img/sovrn-logo.svg |
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 |
|---|
YIELD OPTIMIZATION div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.rounded-full |
ALL YOUR NETWORKS IN ONE PLACE div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.rounded-full |
SHOPPING GALLERIES div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.has-text-color |
REAL-TIME ANALYTICS div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.has-white-color |
SIMPLIFIED WORKFLOWS div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.has-white-color |
API CONNECTIONS div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.rounded-full |
LINK MANAGEMENT div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.has-text-color |
COMPARISON TOOLS div#bubble-scroller > div.animated-horizontal-rows > div.bubble-row > p.has-text-color |
Learn ul.sub-menu > li#menu-item-33120 > a > b |
Company ul.sub-menu > li#menu-item-33125 > a > b |
Support ul.sub-menu > li#menu-item-33146 > a > b |
© 2026 Sovrn, Inc. All rights reserved. div.footer-end > div.legal-and-socials > div.legal-container > p.copyright |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
RECENT POSTS div#page-wrapper > main#site-main > div.wp-block-group > h6.wp-block-heading |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img |
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.menu-site-navigation-2024-container > ul#menu-site-navigation-2024 > li#menu-item-33106 > a div.menu-site-navigation-2024-container > ul#menu-site-navigation-2024 > li#menu-item-33106 > a |
div.wp-block-column > div.wp-block-group > figure.wp-block-image > a div.wp-block-column > div.wp-block-group > figure.wp-block-image > a |
div.menu-social-links-container > ul#menu-social-links > li#menu-item-25931 > a div.menu-social-links-container > ul#menu-social-links > li#menu-item-25931 > a |
div.menu-social-links-container > ul#menu-social-links > li#menu-item-25932 > a div.menu-social-links-container > ul#menu-social-links > li#menu-item-25932 > a |
div.menu-social-links-container > ul#menu-social-links > li#menu-item-25933 > a div.menu-social-links-container > ul#menu-social-links > li#menu-item-25933 > 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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
Failed to load resource: the server responded with a status of 429 () |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.sovrn.com/sovrn-for-creators/ | Learn more |
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 |
|---|
ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img ul#menu-site-navigation-2024 > li#menu-item-33106 > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback