Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
14 button(s) with no accessible text
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/c0de1fa9-0a2d-4a57-b57c-054a213161e2)<a href="https://beavercheck.com/results/c0de1fa9-0a2d-4a57-b57c-054a213161e2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fquantcast.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fquantcast.comThis 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 ~31%.
Page takes 8.9s to load
+12% bounceUsers abandon at ~3s — you're 6.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 950ms
+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
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
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.
€383 investment → €5,463/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€5,463 /mo
~€65,557 / year
EUR 120,500,000
if kept compliant
€128 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,008 / year if left unfixed
€120,500,000
+13 more
€0.63 /mo
8509.1 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.
5.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
950 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.066
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.61 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.
17.71 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.
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 forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.quantcast.com/assets/root-D9wn_uBL.css | 72.0 KiB | 1.1 s |
| www.quantcast.com/assets/builder-registry-BtVUuy88.css | 27.4 KiB | 158 ms |
| www.quantcast.com/assets/builder-react-N-LsAYC3.css | 6.2 KiB | 158 ms |
| fonts.googleapis.com/css?family=Work+Sans | 948 B | 807 ms |
| use.typekit.net/hph3gqm.css | 1.3 KiB | 757 ms |
| /p.css?s=1&k=hph3gqm&ht=tk&f=139.140.173.175.176.5474.701... | 172 B | 752 ms |
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.
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.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8e7... | 524.2 KiB | 206.3 KiB |
div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/cef... | 378.0 KiB | 62.6 KiB |
div._gridContainer_fwe0h_340 > div._rightContainer_1wojy_31 > div._container_1c0u0_12 > img._image_1wojy_55 div._gridContainer_fwe0h_340 > div._rightContainer_1wojy_31 > div._container_1c0u0_12 > img._image_1wojy_55 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/44b... | 45.4 KiB | 31.2 KiB |
div._mainContainer_h3dnn_20 > div._contentContainer_h3dnn_29 > div._videoContainer_h3dnn_40 > video._video_h3dnn_40 div._mainContainer_h3dnn_20 > div._contentContainer_h3dnn_29 > div._videoContainer_h3dnn_40 > video._video_h3dnn_40 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/e0e... | 24.4 KiB | 19.3 KiB |
Travel Texas Gains an Edge with 84% Lift Among High-Awareness Audiences div.slick-slide > div > button._container_ejfuy_12 > img._bgImage_ejfuy_57 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/bff... | 38.1 KiB | 5.5 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 |
|---|---|
| quantcast.com/ | 1.3 s |
| www.quantcast.com/ | 982 ms |
| www.quantcast.com/home | 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.
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 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 |
|---|---|---|
| www.quantcast.com/assets/root-D9wn_uBL.css | 71.5 KiB | 70.6 KiB |
| www.quantcast.com/assets/builder-registry-BtVUuy88.css | 26.9 KiB | 25.4 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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-WHRVN7Z | 176.5 KiB | 71.9 KiB |
| www.quantcast.com/assets/builder-react.es5-H92InkZ9.js | 126.7 KiB | 66.3 KiB |
| info.quantcast.com/js/forms2/js/forms2.min.js | 67.0 KiB | 65.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-872723084&cx=c>m=4e64k1h2 | 145.3 KiB | 64.5 KiB |
| cmp.inmobi.com/tcfv2/cmp2.js?referer=www.quantcast.com | 116.3 KiB | 63.7 KiB |
| www.quantcast.com/assets/builder-registry-CFuzHw87.js | 96.3 KiB | 57.3 KiB |
| info.quantcast.com/js/forms2/js/forms2.min.js | 67.0 KiB | 51.6 KiB |
| info.quantcast.com/js/forms2/js/forms2.min.js | 67.0 KiB | 33.0 KiB |
| www.quantcast.com/assets/chunk-GNGMS2XR-DTR6na3c.js | 37.4 KiB | 23.4 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.quantcast.com/home | 1.4 s | 46 ms | 43 ms |
| Unattributable | 1.4 s | 179 ms | 0.0 ms |
| www.quantcast.com/assets/index-CqingYmP.js | 1.2 s | 981 ms | 1.5 ms |
| info.quantcast.com/js/forms2/js/forms2.min.js | 639 ms | 393 ms | 98 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WHRVN7Z | 472 ms | 377 ms | 73 ms |
| cmp.inmobi.com/tcfv2/cmp2.js?referer=www.quantcast.com | 342 ms | 250 ms | 74 ms |
| www.googletagmanager.com/gtag/js?id=AW-872723084&cx=c>m=4e64k1h2 | 335 ms | 281 ms | 50 ms |
| www.quantcast.com/assets/index-C3sq2W8y.js | 173 ms | 23 ms | 0.6 ms |
| www.quantcast.com/assets/builder-registry-CFuzHw87.js | 80 ms | 16 ms | 2.1 ms |
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 | 2.6 s |
| Other | 1.7 s |
| Style & Layout | 914 ms |
| Script Parsing & Compilation | 362 ms |
| Rendering | 332 ms |
| Parse HTML & CSS | 161 ms |
| Garbage Collection | 80 ms |
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 | |
|---|---|
div._gridContainer_fwe0h_340 > div._rightContainer_1wojy_31 > div._container_1c0u0_12 > img._image_1wojy_55 div._gridContainer_fwe0h_340 > div._rightContainer_1wojy_31 > div._container_1c0u0_12 > img._image_1wojy_55 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/44b... |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img | |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img | |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img | |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img | |
Twitter / X div._panelContainer_fwe0h_181 > div._listContainer_11lmu_12 > button.ant-btn > img._socialMediaButtonImage_fwe0h_1237 | static.quantcast.com/marketing-site/icon-social-x-white.svg |
Quantcast Logo div._outerContainer_13lxv_12 > div._container_13lxv_35 > div._menuLeft_13lxv_48 > img._logo_13lxv_61 | static.quantcast.com/marketing-site/Quantcast_Marque_Black.svg |
Quantcast Logo body > div._container_b5xxs_12 > div._panelContainer_fwe0h_181 > img._logo_x34ib_25 | static.quantcast.com/marketing-site/Quantcast_Marque_Grey.svg |
<p>New: Gen-AI Features are <u>here</u></p> icon div._mainContainer_h3dnn_20 > div._contentContainer_h3dnn_29 > button._container_1nccb_12 > img._icon_1nccb_45 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/bac... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Vodafone logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/9a4... |
Vodafone logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/9a4... |
Vodafone logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/9a4... |
Vodafone logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/9a4... |
Vodafone logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/9a4... |
Vodafone logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/9a4... |
Vodafone logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/9a4... |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Funcom Levels Up with 57% More Video Views, 10% Lower CPV
Technology div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
SodaStream Bubbles Up 107% Conversion Lift with 19% Lower CPA
Food & Beverage div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Travel Texas Gains an Edge with 84% Lift Among High-Awareness Audiences
Travel
… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
17% Higher Ad Recall for Starbucks with Focused Creative Messaging
Food & Bever… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Yokohama Achieves 61% Lower CPA and 356% More Store Visits
Automotive div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Travel Texas Gains an Edge with 84% Lift Among High-Awareness Audiences
Travel
… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
17% Higher Ad Recall for Starbucks with Focused Creative Messaging
Food & Bever… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Yokohama Achieves 61% Lower CPA and 356% More Store Visits
Automotive div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
United Airlines Campaign Soars to 77% More Efficient CPA and 27% Higher Awarene… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
88% Above Goal: MBNA Delivers More Approvals at Lower CPA
Finance div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Real-Time Insights Drive 23% Awareness Lift for Copalli Rum
Food & Beverage div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Funcom Levels Up with 57% More Video Views, 10% Lower CPV
Technology div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
SodaStream Bubbles Up 107% Conversion Lift with 19% Lower CPA
Food & Beverage div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Travel Texas Gains an Edge with 84% Lift Among High-Awareness Audiences
Travel
… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
17% Higher Ad Recall for Starbucks with Focused Creative Messaging
Food & Bever… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Yokohama Achieves 61% Lower CPA and 356% More Store Visits
Automotive div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Trusted By div.builder-block > div._container_4qrmh_12 > div._textContainer_4qrmh_23 > h4._text_4qrmh_23 |
Our customers consistently highlight how Quantcast helps them: div._container_wtcj5_12 > div._panelContainer_wtcj5_29 > div._container_1c0u0_12 > h4._schemeDarkBlueText_fwe0h_222 |
Company div._container_b5xxs_12 > div._panelContainer_fwe0h_181 > div > h6._linksHeader_3taj9_20 |
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 |
|---|
div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 |
div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
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.
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 |
|---|
div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 |
div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > 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.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
26 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.204
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.58 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.
4.22 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.
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 forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.quantcast.com/assets/root-D9wn_uBL.css | 72.0 KiB | 192 ms |
| www.quantcast.com/assets/builder-react-N-LsAYC3.css | 6.2 KiB | |
| www.quantcast.com/assets/builder-registry-BtVUuy88.css | 27.4 KiB | 144 ms |
| fonts.googleapis.com/css?family=Work+Sans | 951 B | 262 ms |
| use.typekit.net/hph3gqm.css | 1.3 KiB | 203 ms |
| /p.css?s=1&k=hph3gqm&ht=tk&f=139.140.173.175.176.5474.701... | 172 B | 204 ms |
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.
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.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8e7... | 524.2 KiB | 256.3 KiB |
div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/cef... | 378.0 KiB | 110.2 KiB |
div._gridContainer_fwe0h_340 > div._rightContainer_1wojy_31 > div._container_1c0u0_12 > img._image_1wojy_55 div._gridContainer_fwe0h_340 > div._rightContainer_1wojy_31 > div._container_1c0u0_12 > img._image_1wojy_55 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/44b... | 45.4 KiB | 25.2 KiB |
div._mainContainer_h3dnn_20 > div._contentContainer_h3dnn_29 > div._videoContainer_h3dnn_40 > video._video_h3dnn_40 div._mainContainer_h3dnn_20 > div._contentContainer_h3dnn_29 > div._videoContainer_h3dnn_40 > video._video_h3dnn_40 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/e0e... | 24.4 KiB | 10.0 KiB |
Travel Texas Gains an Edge with 84% Lift Among High-Awareness Audiences div.slick-slide > div > button._container_ejfuy_12 > img._bgImage_ejfuy_57 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/bff... | 38.1 KiB | 5.5 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 |
|---|---|
| quantcast.com/ | 803 ms |
| www.quantcast.com/ | 440 ms |
| www.quantcast.com/home | 0.0 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 |
|---|---|
New: Gen-AI Features are here
The Ad Platform Built for Performance Marketers
… div.builder-block > div._container_1c0u0_12 > div._mainContainer_h3dnn_20 > div._contentContainer_h3dnn_29 | 0.204 |
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 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 |
|---|---|---|
| www.quantcast.com/assets/root-D9wn_uBL.css | 71.5 KiB | 70.3 KiB |
| www.quantcast.com/assets/builder-registry-BtVUuy88.css | 26.9 KiB | 24.8 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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-WHRVN7Z | 176.4 KiB | 71.9 KiB |
| www.quantcast.com/assets/builder-react.es5-H92InkZ9.js | 126.7 KiB | 66.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-872723084&cx=c>m=4e64k0 | 145.3 KiB | 63.9 KiB |
| cmp.inmobi.com/tcfv2/cmp2.js?referer=www.quantcast.com | 116.3 KiB | 63.7 KiB |
| www.quantcast.com/assets/builder-registry-CFuzHw87.js | 96.3 KiB | 57.3 KiB |
| info.quantcast.com/js/forms2/js/forms2.min.js | 67.0 KiB | 51.6 KiB |
| info.quantcast.com/js/forms2/js/forms2.min.js | 67.0 KiB | 33.3 KiB |
| www.quantcast.com/assets/chunk-GNGMS2XR-DTR6na3c.js | 37.4 KiB | 23.4 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 | |
|---|---|
div._gridContainer_fwe0h_340 > div._rightContainer_1wojy_31 > div._container_1c0u0_12 > img._image_1wojy_55 div._gridContainer_fwe0h_340 > div._rightContainer_1wojy_31 > div._container_1c0u0_12 > img._image_1wojy_55 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/44b... |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img | |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img | |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img | |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img | |
Twitter / X div > div._listContainer_11lmu_12 > button.ant-btn > img._socialMediaButtonImage_fwe0h_1237 | static.quantcast.com/marketing-site/icon-social-x-white.svg |
Quantcast Logo div._topContainer_1jusn_25 > div._topLeftContainer_1jusn_33 > div._topleftTopContainer_1jusn_38 > img._logo_1jusn_56 | static.quantcast.com/marketing-site/Quantcast_Marque_Grey.svg |
<p>New: Gen-AI Features are <u>here</u></p> icon div._mainContainer_h3dnn_20 > div._contentContainer_h3dnn_29 > button._container_1nccb_12 > img._icon_1nccb_45 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/bac... |
Quantcast Logo div._container_18zmf_30 > div._menuLeft_18zmf_74 > div._logoContainer_18zmf_49 > img._logo_18zmf_49 | static.quantcast.com/marketing-site/Quantcast_Logo_Black.svg |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Sodastream logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/af8... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Denver Health logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/c56... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Everlane logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/132... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Adina Hotels logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/05b... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Container Store logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/8a7... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Manettas Seafood logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/db3... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Nutmeg logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/346... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
Pandora logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/022... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
United Airlines logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/368... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
Funcom logo div > div > div._trackContainer_4qrmh_47 > img._image_4qrmh_56 | /api/v1/image/assets/899c30cfb67041108c959c75593ff238/438... |
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Funcom Levels Up with 57% More Video Views, 10% Lower CPV
Technology div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
SodaStream Bubbles Up 107% Conversion Lift with 19% Lower CPA
Food & Beverage div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Travel Texas Gains an Edge with 84% Lift Among High-Awareness Audiences
Travel
… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
17% Higher Ad Recall for Starbucks with Focused Creative Messaging
Food & Bever… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Yokohama Achieves 61% Lower CPA and 356% More Store Visits
Automotive div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Travel Texas Gains an Edge with 84% Lift Among High-Awareness Audiences
Travel
… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
17% Higher Ad Recall for Starbucks with Focused Creative Messaging
Food & Bever… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Yokohama Achieves 61% Lower CPA and 356% More Store Visits
Automotive div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
United Airlines Campaign Soars to 77% More Efficient CPA and 27% Higher Awarene… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
88% Above Goal: MBNA Delivers More Approvals at Lower CPA
Finance div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Real-Time Insights Drive 23% Awareness Lift for Copalli Rum
Food & Beverage div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Funcom Levels Up with 57% More Video Views, 10% Lower CPV
Technology div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
SodaStream Bubbles Up 107% Conversion Lift with 19% Lower CPA
Food & Beverage div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Travel Texas Gains an Edge with 84% Lift Among High-Awareness Audiences
Travel
… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
17% Higher Ad Recall for Starbucks with Focused Creative Messaging
Food & Bever… div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
Yokohama Achieves 61% Lower CPA and 356% More Store Visits
Automotive div.slick-slider > div.slick-list > div.slick-track > div.slick-slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Trusted By div.builder-block > div._container_4qrmh_12 > div._textContainer_4qrmh_23 > h4._text_4qrmh_23 |
Our customers consistently highlight how Quantcast helps them: div._container_wtcj5_12 > div._panelContainer_wtcj5_29 > div._container_1c0u0_12 > h4._schemeDarkBlueText_fwe0h_222 |
Company div._topLeftContainer_1jusn_33 > div._topleftTopContainer_1jusn_38 > div > h6._linksHeader_3taj9_20 |
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 |
|---|
div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 |
div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
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.
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 |
|---|
div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 |
div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 div.builder-blocks > div.builder-block > div._panelContainer_fwe0h_181 > img._bgImage_1dm9h_39 |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img div._container_1c0u0_12 > div._schemeDarkestBlueText_fwe0h_288 > p > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback