Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Accessibility
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.
ARIA
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| 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.
Navigation
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.
Names and labels
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.
Best practices
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.
Best Practices
SEO
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.
Content Best Practices
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.