Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 41.8 MB (41.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 image(s) missing alt attribute
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/31c6ee70-fb22-4174-ac21-937b47741154)<a href="https://beavercheck.com/results/31c6ee70-fb22-4174-ac21-937b47741154"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmedia.net" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmedia.netThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 16.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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 16.9s to load
+12% bounceUsers abandon at ~3s — you're 14.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.6s
+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, …)
7 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
AED 1,750 investment → AED 38/month returns + AED 5,000,000 risk avoided
AED 1,750
7h · 5 findings
AED 38 /mo
~AED 459 / year
AED 5,000,000
if kept compliant
AED 125 — 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.
7.0 developer hours at د.إ250/hr
Based on UAE rates (د.إ250/hr)
Start here for the best return on investment
AED 416,705 / month at risk
~AED 5,000,459 / year if left unfixed
AED 5,000,000
+1 more
AED 38 /mo
128959.8 MB/mo × 0.296 AED/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.
8.23 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.93 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.57 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.39 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
16.94 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.media.net/webflow/homepage/advertiser-homepage-1.webm | 0.0 ms | 5.0 MiB |
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.4 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-16 | 86400.0 s | 100.8 KiB |
| /signals/config/1290131704330599?v=2.9.298&r=stable&domai... | 1200.0 s | 44.4 KiB |
| /delivery/customdata/bV8xLndfNjYyNzEucl9HRFBSLmxfZW4uZF8z... | 3600.0 s | 47.1 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| scripts.clarity.ms/0.8.60-beta/clarity.js | 86400.0 s | 25.0 KiB |
| cdn.consentmanager.net/delivery/customcmp/66271.js | 1800.0 s | 4.9 KiB |
| cdn.consentmanager.net/delivery/recall/logos/66271 | 86400.0 s | 1.5 KiB |
| /tr/?id=1290131704330599&ev=PageView&dl=https%3A%2F%2Fwww... | 0.0 ms | 19 B |
| www.media.net/webflow/homepage/homepage-media-ONE.mp4 | 482950.0 s | 0 B |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
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.stretch-full-width > div.full-visual > div.video-embed > video div.stretch-full-width > div.full-visual > div.video-embed > video | s31073.pcdn.co/wf-assets/images/homepage-footer-video-thumbnail-overlay-v1.jpg | 144.6 KiB | 119.4 KiB |
Shopper sees contextually relevant ad on mobile while in grocery store div.section-hero_visual > div.section-hero_visual-images-wrap > div.w-embed > img.section-hero_visual-image | s31073.pcdn.co/wf-assets/images/conversion-compress.jpg | 96.2 KiB | 62.0 KiB |
div.section-advertisers_grid > div.section-advertisers_visual > div.video-embed > video div.section-advertisers_grid > div.section-advertisers_visual > div.video-embed > video | /wf-assets/images/homepage-adv-video-thumbnail-cropped-ov... | 96.1 KiB | 59.2 KiB |
Man pets dog while viewing a pet food article containing contextual ads for pet… div.section-hero_visual > div.section-hero_visual-images-wrap > div.w-embed > img.section-hero_visual-image | s31073.pcdn.co/wf-assets/images/context-compress.jpg | 92.9 KiB | 58.7 KiB |
Person on couch sees ad for basketball streaming service while reading basketba… div.section-hero_visual > div.section-hero_visual-images-wrap > div.w-embed > img.section-hero_visual-image | s31073.pcdn.co/wf-assets/images/reach-compress.jpg | 69.7 KiB | 39.6 KiB |
div.flex-center > div.section-outcome_cards > div.section-outcome_card > div.section-outcome_card-bg-1 div.flex-center > div.section-outcome_cards > div.section-outcome_card > div.section-outcome_card-bg-1 | s31073.pcdn.co/wf-assets/images/home-outcome-card-01.png | 209.1 KiB | 30.3 KiB |
Three mobiles showing different ad unit types and placements on publisher websi… div.section-publishers_grid > div.section-publishers_visual > div.w-embed > img | s31073.pcdn.co/wf-assets/images/homepage_publisher-visual-20-2-p-800.png | 93.7 KiB | 28.0 KiB |
Yahoo! Advertising logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/yahoo-20adv.png | 28.0 KiB | 24.0 KiB |
Adelaide logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/adelaide.png | 21.6 KiB | 19.4 KiB |
The Trade Desk logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/ttd-202-p-500.png | 20.1 KiB | 17.4 KiB |
Criteo logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/criteo.png | 15.2 KiB | 11.7 KiB |
Experian logo div.section-partners_logo-strip > div.section-partners_logo > div.code-embed-8 > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/experian-latest.png | 10.4 KiB | 9.9 KiB |
Time logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/time.png | 11.5 KiB | 7.6 KiB |
New York Post logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/ny-20post-p-500.png | 14.3 KiB | 7.0 KiB |
Fiducia logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/fiducia.png | 8.7 KiB | 6.2 KiB |
div.flex-center > div.section-outcome_cards > div.section-outcome_card > div.section-outcome_card-bg-4 div.flex-center > div.section-outcome_cards > div.section-outcome_card > div.section-outcome_card-bg-4 | s31073.pcdn.co/wf-assets/images/home-outcome-card-04.png | 185.0 KiB | 6.2 KiB |
Jounce Media logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/jounce.png | 8.0 KiB | 5.6 KiB |
Scope3 logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/scope-203.png | 7.2 KiB | 5.5 KiB |
WebMD logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/web-20md.png | 9.8 KiB | 5.3 KiB |
DeepIntent logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/deep-20intent.png | 7.1 KiB | 5.2 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 851 ms |
| /66ed1f19164e8996fdcbd2db/css/media-net.webflow.shared.00... | 35.0 KiB | 1.8 s |
| s31073.pcdn.co/wp-content/themes/media.net/assets/dist/css/webf/choices.min.css | 2.5 KiB | 815 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| media.net/ | 1.0 s |
| www.media.net/ | 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.
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 |
|---|---|---|
| /66ed1f19164e8996fdcbd2db/css/media-net.webflow.shared.00... | 34.5 KiB | 30.3 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/gtag/destination?id=AW-882393934&cx=c>m=4e64f0 | 137.5 KiB | 66.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-3XKS6CS72C&cx=c>m=4e64f0 | 166.4 KiB | 65.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TWLKW34 | 162.9 KiB | 64.6 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-16 | 100.4 KiB | 35.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.3 KiB | 31.1 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.1 s |
| Other | 1.2 s |
| Script Parsing & Compilation | 327 ms |
| Style & Layout | 253 ms |
| Garbage Collection | 57 ms |
| Rendering | 51 ms |
| Parse HTML & CSS | 48 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 | |
|---|---|
Experian logo div.section-partners_logo-strip > div.section-partners_logo > div.code-embed-8 > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/experian-latest.png |
Three mobiles showing different ad unit types and placements on publisher websi… div.section-publishers_grid > div.section-publishers_visual > div.w-embed > img | s31073.pcdn.co/wf-assets/images/homepage_publisher-visual-20-2-p-800.png |
Everyday Health logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/everyday-20health.png |
Adelaide logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/adelaide.png |
DeepIntent logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/deep-20intent.png |
Sertify logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/sertify.png |
Yahoo! Advertising logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/yahoo-20adv.png |
Jounce Media logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/jounce.png |
Scope3 logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/scope-203.png |
HUMAN logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/human.png |
Fiducia logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/fiducia.png |
The Weather Channel logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/weather-20channel.png |
WebMD logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/web-20md.png |
Yahoo! logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/yahoo.png |
Criteo logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/criteo.png |
Epsilon logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/epsilon.png |
Time logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/time.png |
SEEN THIS logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/seen-20this.png |
The Trade Desk logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/ttd-202-p-500.png |
Display & Video 360 logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/dv-20logo-p-500.png |
New York Post logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | s31073.pcdn.co/wf-assets/images/ny-20post-p-500.png |
IAB logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.w-embed > img.section-footer_logo-strip-item-image | |
IAB Tech Lab logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.w-embed > img.section-footer_logo-strip-item-image | |
Digital Advertising Alliance (YourAdChoices) logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.w-embed > img.section-footer_logo-strip-item-image | |
NAI logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.w-embed > img.section-footer_logo-strip-item-image | |
Local Media Consortium logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.w-embed > img.section-footer_logo-strip-item-image | |
ANA logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.code-embed-4 > img.section-footer_logo-strip-item-image | |
TAG logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.code-embed-5 > img.section-footer_logo-strip-item-image | |
div.max-width-small > a.section-footer_logo > div.div-block-37 > img div.max-width-small > a.section-footer_logo > div.div-block-37 > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Conversions. div.max-width-xxmedium > h1.heading-style-h1 > span.section-hero_title-flip-text > span |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1037 third parties div#cmpboxcontent > div.cmpboxtxtdiv > div.cmpboxtxt > a.cmplink |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
What it takes to be an outcome-first SSP. div.flex-center > div.max-width-large > div.text-align-center > h3.heading-style-h3 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.nav_padding > div.nav_container > div.nav_wrapper > a.nav_logo div.nav_padding > div.nav_container > div.nav_wrapper > a.nav_logo |
div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link |
div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link |
div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Connecting to 'https://bat.bing.net/actionp/0?ti=25033849&tm=gtm002&Ver=2&mid=d0ce3cbc-265c-4565-81ae-68316e3af605&bo=3&evt=gtmConsent&gasc=D&asc=D' violates the following Content Security Policy directive: "default-src 'self' data: https://*.pcdn.co http://*.pcdn.co https://*.google-analytics.com https://www.googletagmanager.com https://www.googleadservices.com https://*.doubleclick.net https://*.google.com https://*.google.ad https://*.google.ae https://*.google.com.af https://*.google.com.ag https://*.google.com.ai https://*.google.al https://*.google.am https://*.google.co.ao https://*.google.com.ar https://*.google.as https://*.google.at https://*.google.com.au https://*.google.az https://*.google.ba https://*.google.com.bd https://*.google.be https://*.google.bf https://*.google.bg https://*.google.com.bh https://*.google.bi https://*.google.bj https://*.google.com.bn https://*.google.com.bo https://*.google.com.br https://*.google.bs https://*.google.bt https://*.google.co.bw https://*.google.by https://*.google.com.bz https://*.google.ca https://*.google.cd https://*.google.cf https://*.google.cg https://*.google.ch https://*.google.ci https://*.google.co.ck https://*.google.cl https://*.google.cm https://*.google.cn https://*.google.com.co https://*.google.co.cr https://*.google.com.cu https://*.google.cv https://*.google.com.cy https://*.google.cz https://*.google.de https://*.google.dj https://*.google.dk https://*.google.dm https://*.google.com.do https://*.google.dz https://*.google.com.ec https://*.google.ee https://*.google.com.eg https://*.google.es https://*.google.com.et https://*.google.fi https://*.google.com.fj https://*.google.fm https://*.google.fr https://*.google.ga https://*.google.ge https://*.google.gg https://*.google.com.gh https://*.google.com.gi https://*.google.gl https://*.google.gm https://*.google.gr https://*.google.com.gt https://*.google.gy https://*.google.com.hk https://*.google.hn https://*.google.hr https://*.google.ht https://*.google.hu https://*.google.co.id https://*.google.ie https://*.google.co.il https://*.google.im https://*.google.co.in https://*.google.iq https://*.google.is https://*.google.it https://*.google.je https://*.google.com.jm https://*.google.jo https://*.google.co.jp https://*.google.co.ke https://*.google.com.kh https://*.google.ki https://*.google.kg https://*.google.co.kr https://*.google.com.kw https://*.google.kz https://*.google.la https://*.google.com.lb https://*.google.li https://*.google.lk https://*.google.co.ls https://*.google.lt https://*.google.lu https://*.google.lv https://*.google.com.ly https://*.google.co.ma https://*.google.md https://*.google.me https://*.google.mg https://*.google.mk https://*.google.ml https://*.google.com.mm https://*.google.mn https://*.google.ms https://*.google.com.mt https://*.google.mu https://*.google.mv https://*.google.mw https://*.google.com.mx https://*.google.com.my https://*.google.co.mz https://*.google.com.na https://*.google.com.ng https://*.google.com.ni https://*.google.ne https://*.google.nl https://*.google.no https://*.google.com.np https://*.google.nr https://*.google.nu https://*.google.co.nz https://*.google.com.om https://*.google.com.pa https://*.google.com.pe https://*.google.com.pg https://*.google.com.ph https://*.google.com.pk https://*.google.pl https://*.google.pn https://*.google.com.pr https://*.google.ps https://*.google.pt https://*.google.com.py https://*.google.com.qa https://*.google.ro https://*.google.ru https://*.google.rw https://*.google.com.sa https://*.google.com.sb https://*.google.sc https://*.google.se https://*.google.com.sg https://*.google.sh https://*.google.si https://*.google.sk https://*.google.com.sl https://*.google.sn https://*.google.so https://*.google.sm https://*.google.sr https://*.google.st https://*.google.com.sv https://*.google.td https://*.google.tg https://*.google.co.th https://*.google.com.tj https://*.google.tl https://*.google.tm https://*.google.tn https://*.google.to https://*.google.com.tr https://*.google.tt https://*.google.com.tw https://*.google.co.tz https://*.google.com.ua https://*.google.co.ug https://*.google.co.uk https://*.google.com.uy https://*.google.co.uz https://*.google.com.vc https://*.google.co.ve https://*.google.vg https://*.google.co.vi https://*.google.com.vn https://*.google.vu https://*.google.ws https://*.google.rs https://*.google.co.za https://*.google.co.zm https://*.google.co.zw https://*.google.cat http://t.co https://*.facebook.com https://*.facebook.net https://*.quora.com https://*.ads-twitter.com https://*.media.net http://*.media.net https://*.twitter.com https://*.youtube.com https://*.ytimg.com https://noembed.com https://cdn.plyr.io https://*.akamaihd.net https://*.googleapis.com https://*.googleusercontent.com https://*.gstatic.com https://*.consensu.org https://*.livechatinc.com/ https://*.ads.linkedin.com/ https://*.linkedin.com/ https://*.pm-srv.co https://bat.bing.com/bat.js https://bat.bing.com https://share.transistor.fm/ https://cdn.cookielaw.org https://*.privacyrequest.net https://privacyrequest.net https://*.consentmanager.net https://*.googlesyndication.com/ https://webflow.com/ https://*.webflow.com/ https://d3e54v103j8qbb.cloudfront.net https://cdn.prod.website-files.com https://cdn.jsdelivr.net/ https://*.clarity.ms/ https://clarity.microsoft.com/ https://*.bing.com/ 'unsafe-inline'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Connecting to 'https://bat.bing.net/actionp/0?ti=25033849&tm=gtm002&Ver=2&mid=d0ce3cbc-265c-4565-81ae-68316e3af605&bo=4&evt=consent&src=update&cdb=AQoV&asc=D' violates the following Content Security Policy directive: "default-src 'self' data: https://*.pcdn.co http://*.pcdn.co https://*.google-analytics.com https://www.googletagmanager.com https://www.googleadservices.com https://*.doubleclick.net https://*.google.com https://*.google.ad https://*.google.ae https://*.google.com.af https://*.google.com.ag https://*.google.com.ai https://*.google.al https://*.google.am https://*.google.co.ao https://*.google.com.ar https://*.google.as https://*.google.at https://*.google.com.au https://*.google.az https://*.google.ba https://*.google.com.bd https://*.google.be https://*.google.bf https://*.google.bg https://*.google.com.bh https://*.google.bi https://*.google.bj https://*.google.com.bn https://*.google.com.bo https://*.google.com.br https://*.google.bs https://*.google.bt https://*.google.co.bw https://*.google.by https://*.google.com.bz https://*.google.ca https://*.google.cd https://*.google.cf https://*.google.cg https://*.google.ch https://*.google.ci https://*.google.co.ck https://*.google.cl https://*.google.cm https://*.google.cn https://*.google.com.co https://*.google.co.cr https://*.google.com.cu https://*.google.cv https://*.google.com.cy https://*.google.cz https://*.google.de https://*.google.dj https://*.google.dk https://*.google.dm https://*.google.com.do https://*.google.dz https://*.google.com.ec https://*.google.ee https://*.google.com.eg https://*.google.es https://*.google.com.et https://*.google.fi https://*.google.com.fj https://*.google.fm https://*.google.fr https://*.google.ga https://*.google.ge https://*.google.gg https://*.google.com.gh https://*.google.com.gi https://*.google.gl https://*.google.gm https://*.google.gr https://*.google.com.gt https://*.google.gy https://*.google.com.hk https://*.google.hn https://*.google.hr https://*.google.ht https://*.google.hu https://*.google.co.id https://*.google.ie https://*.google.co.il https://*.google.im https://*.google.co.in https://*.google.iq https://*.google.is https://*.google.it https://*.google.je https://*.google.com.jm https://*.google.jo https://*.google.co.jp https://*.google.co.ke https://*.google.com.kh https://*.google.ki https://*.google.kg https://*.google.co.kr https://*.google.com.kw https://*.google.kz https://*.google.la https://*.google.com.lb https://*.google.li https://*.google.lk https://*.google.co.ls https://*.google.lt https://*.google.lu https://*.google.lv https://*.google.com.ly https://*.google.co.ma https://*.google.md https://*.google.me https://*.google.mg https://*.google.mk https://*.google.ml https://*.google.com.mm https://*.google.mn https://*.google.ms https://*.google.com.mt https://*.google.mu https://*.google.mv https://*.google.mw https://*.google.com.mx https://*.google.com.my https://*.google.co.mz https://*.google.com.na https://*.google.com.ng https://*.google.com.ni https://*.google.ne https://*.google.nl https://*.google.no https://*.google.com.np https://*.google.nr https://*.google.nu https://*.google.co.nz https://*.google.com.om https://*.google.com.pa https://*.google.com.pe https://*.google.com.pg https://*.google.com.ph https://*.google.com.pk https://*.google.pl https://*.google.pn https://*.google.com.pr https://*.google.ps https://*.google.pt https://*.google.com.py https://*.google.com.qa https://*.google.ro https://*.google.ru https://*.google.rw https://*.google.com.sa https://*.google.com.sb https://*.google.sc https://*.google.se https://*.google.com.sg https://*.google.sh https://*.google.si https://*.google.sk https://*.google.com.sl https://*.google.sn https://*.google.so https://*.google.sm https://*.google.sr https://*.google.st https://*.google.com.sv https://*.google.td https://*.google.tg https://*.google.co.th https://*.google.com.tj https://*.google.tl https://*.google.tm https://*.google.tn https://*.google.to https://*.google.com.tr https://*.google.tt https://*.google.com.tw https://*.google.co.tz https://*.google.com.ua https://*.google.co.ug https://*.google.co.uk https://*.google.com.uy https://*.google.co.uz https://*.google.com.vc https://*.google.co.ve https://*.google.vg https://*.google.co.vi https://*.google.com.vn https://*.google.vu https://*.google.ws https://*.google.rs https://*.google.co.za https://*.google.co.zm https://*.google.co.zw https://*.google.cat http://t.co https://*.facebook.com https://*.facebook.net https://*.quora.com https://*.ads-twitter.com https://*.media.net http://*.media.net https://*.twitter.com https://*.youtube.com https://*.ytimg.com https://noembed.com https://cdn.plyr.io https://*.akamaihd.net https://*.googleapis.com https://*.googleusercontent.com https://*.gstatic.com https://*.consensu.org https://*.livechatinc.com/ https://*.ads.linkedin.com/ https://*.linkedin.com/ https://*.pm-srv.co https://bat.bing.com/bat.js https://bat.bing.com https://share.transistor.fm/ https://cdn.cookielaw.org https://*.privacyrequest.net https://privacyrequest.net https://*.consentmanager.net https://*.googlesyndication.com/ https://webflow.com/ https://*.webflow.com/ https://d3e54v103j8qbb.cloudfront.net https://cdn.prod.website-files.com https://cdn.jsdelivr.net/ https://*.clarity.ms/ https://clarity.microsoft.com/ https://*.bing.com/ 'unsafe-inline'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Connecting to 'https://bat.bing.net/actionp/0?ti=25033849&tm=gtm002&Ver=2&mid=d0ce3cbc-265c-4565-81ae-68316e3af605&bo=5&evt=consent&src=tcf&cdb=AQoV&asc=D' violates the following Content Security Policy directive: "default-src 'self' data: https://*.pcdn.co http://*.pcdn.co https://*.google-analytics.com https://www.googletagmanager.com https://www.googleadservices.com https://*.doubleclick.net https://*.google.com https://*.google.ad https://*.google.ae https://*.google.com.af https://*.google.com.ag https://*.google.com.ai https://*.google.al https://*.google.am https://*.google.co.ao https://*.google.com.ar https://*.google.as https://*.google.at https://*.google.com.au https://*.google.az https://*.google.ba https://*.google.com.bd https://*.google.be https://*.google.bf https://*.google.bg https://*.google.com.bh https://*.google.bi https://*.google.bj https://*.google.com.bn https://*.google.com.bo https://*.google.com.br https://*.google.bs https://*.google.bt https://*.google.co.bw https://*.google.by https://*.google.com.bz https://*.google.ca https://*.google.cd https://*.google.cf https://*.google.cg https://*.google.ch https://*.google.ci https://*.google.co.ck https://*.google.cl https://*.google.cm https://*.google.cn https://*.google.com.co https://*.google.co.cr https://*.google.com.cu https://*.google.cv https://*.google.com.cy https://*.google.cz https://*.google.de https://*.google.dj https://*.google.dk https://*.google.dm https://*.google.com.do https://*.google.dz https://*.google.com.ec https://*.google.ee https://*.google.com.eg https://*.google.es https://*.google.com.et https://*.google.fi https://*.google.com.fj https://*.google.fm https://*.google.fr https://*.google.ga https://*.google.ge https://*.google.gg https://*.google.com.gh https://*.google.com.gi https://*.google.gl https://*.google.gm https://*.google.gr https://*.google.com.gt https://*.google.gy https://*.google.com.hk https://*.google.hn https://*.google.hr https://*.google.ht https://*.google.hu https://*.google.co.id https://*.google.ie https://*.google.co.il https://*.google.im https://*.google.co.in https://*.google.iq https://*.google.is https://*.google.it https://*.google.je https://*.google.com.jm https://*.google.jo https://*.google.co.jp https://*.google.co.ke https://*.google.com.kh https://*.google.ki https://*.google.kg https://*.google.co.kr https://*.google.com.kw https://*.google.kz https://*.google.la https://*.google.com.lb https://*.google.li https://*.google.lk https://*.google.co.ls https://*.google.lt https://*.google.lu https://*.google.lv https://*.google.com.ly https://*.google.co.ma https://*.google.md https://*.google.me https://*.google.mg https://*.google.mk https://*.google.ml https://*.google.com.mm https://*.google.mn https://*.google.ms https://*.google.com.mt https://*.google.mu https://*.google.mv https://*.google.mw https://*.google.com.mx https://*.google.com.my https://*.google.co.mz https://*.google.com.na https://*.google.com.ng https://*.google.com.ni https://*.google.ne https://*.google.nl https://*.google.no https://*.google.com.np https://*.google.nr https://*.google.nu https://*.google.co.nz https://*.google.com.om https://*.google.com.pa https://*.google.com.pe https://*.google.com.pg https://*.google.com.ph https://*.google.com.pk https://*.google.pl https://*.google.pn https://*.google.com.pr https://*.google.ps https://*.google.pt https://*.google.com.py https://*.google.com.qa https://*.google.ro https://*.google.ru https://*.google.rw https://*.google.com.sa https://*.google.com.sb https://*.google.sc https://*.google.se https://*.google.com.sg https://*.google.sh https://*.google.si https://*.google.sk https://*.google.com.sl https://*.google.sn https://*.google.so https://*.google.sm https://*.google.sr https://*.google.st https://*.google.com.sv https://*.google.td https://*.google.tg https://*.google.co.th https://*.google.com.tj https://*.google.tl https://*.google.tm https://*.google.tn https://*.google.to https://*.google.com.tr https://*.google.tt https://*.google.com.tw https://*.google.co.tz https://*.google.com.ua https://*.google.co.ug https://*.google.co.uk https://*.google.com.uy https://*.google.co.uz https://*.google.com.vc https://*.google.co.ve https://*.google.vg https://*.google.co.vi https://*.google.com.vn https://*.google.vu https://*.google.ws https://*.google.rs https://*.google.co.za https://*.google.co.zm https://*.google.co.zw https://*.google.cat http://t.co https://*.facebook.com https://*.facebook.net https://*.quora.com https://*.ads-twitter.com https://*.media.net http://*.media.net https://*.twitter.com https://*.youtube.com https://*.ytimg.com https://noembed.com https://cdn.plyr.io https://*.akamaihd.net https://*.googleapis.com https://*.googleusercontent.com https://*.gstatic.com https://*.consensu.org https://*.livechatinc.com/ https://*.ads.linkedin.com/ https://*.linkedin.com/ https://*.pm-srv.co https://bat.bing.com/bat.js https://bat.bing.com https://share.transistor.fm/ https://cdn.cookielaw.org https://*.privacyrequest.net https://privacyrequest.net https://*.consentmanager.net https://*.googlesyndication.com/ https://webflow.com/ https://*.webflow.com/ https://d3e54v103j8qbb.cloudfront.net https://cdn.prod.website-files.com https://cdn.jsdelivr.net/ https://*.clarity.ms/ https://clarity.microsoft.com/ https://*.bing.com/ 'unsafe-inline'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Connecting to 'https://bat.bing.net/actionp/0?ti=25033849&tm=gtm002&Ver=2&mid=d0ce3cbc-265c-4565-81ae-68316e3af605&bo=6&evt=consent&src=update&cdb=AQoV&asc=D' violates the following Content Security Policy directive: "default-src 'self' data: https://*.pcdn.co http://*.pcdn.co https://*.google-analytics.com https://www.googletagmanager.com https://www.googleadservices.com https://*.doubleclick.net https://*.google.com https://*.google.ad https://*.google.ae https://*.google.com.af https://*.google.com.ag https://*.google.com.ai https://*.google.al https://*.google.am https://*.google.co.ao https://*.google.com.ar https://*.google.as https://*.google.at https://*.google.com.au https://*.google.az https://*.google.ba https://*.google.com.bd https://*.google.be https://*.google.bf https://*.google.bg https://*.google.com.bh https://*.google.bi https://*.google.bj https://*.google.com.bn https://*.google.com.bo https://*.google.com.br https://*.google.bs https://*.google.bt https://*.google.co.bw https://*.google.by https://*.google.com.bz https://*.google.ca https://*.google.cd https://*.google.cf https://*.google.cg https://*.google.ch https://*.google.ci https://*.google.co.ck https://*.google.cl https://*.google.cm https://*.google.cn https://*.google.com.co https://*.google.co.cr https://*.google.com.cu https://*.google.cv https://*.google.com.cy https://*.google.cz https://*.google.de https://*.google.dj https://*.google.dk https://*.google.dm https://*.google.com.do https://*.google.dz https://*.google.com.ec https://*.google.ee https://*.google.com.eg https://*.google.es https://*.google.com.et https://*.google.fi https://*.google.com.fj https://*.google.fm https://*.google.fr https://*.google.ga https://*.google.ge https://*.google.gg https://*.google.com.gh https://*.google.com.gi https://*.google.gl https://*.google.gm https://*.google.gr https://*.google.com.gt https://*.google.gy https://*.google.com.hk https://*.google.hn https://*.google.hr https://*.google.ht https://*.google.hu https://*.google.co.id https://*.google.ie https://*.google.co.il https://*.google.im https://*.google.co.in https://*.google.iq https://*.google.is https://*.google.it https://*.google.je https://*.google.com.jm https://*.google.jo https://*.google.co.jp https://*.google.co.ke https://*.google.com.kh https://*.google.ki https://*.google.kg https://*.google.co.kr https://*.google.com.kw https://*.google.kz https://*.google.la https://*.google.com.lb https://*.google.li https://*.google.lk https://*.google.co.ls https://*.google.lt https://*.google.lu https://*.google.lv https://*.google.com.ly https://*.google.co.ma https://*.google.md https://*.google.me https://*.google.mg https://*.google.mk https://*.google.ml https://*.google.com.mm https://*.google.mn https://*.google.ms https://*.google.com.mt https://*.google.mu https://*.google.mv https://*.google.mw https://*.google.com.mx https://*.google.com.my https://*.google.co.mz https://*.google.com.na https://*.google.com.ng https://*.google.com.ni https://*.google.ne https://*.google.nl https://*.google.no https://*.google.com.np https://*.google.nr https://*.google.nu https://*.google.co.nz https://*.google.com.om https://*.google.com.pa https://*.google.com.pe https://*.google.com.pg https://*.google.com.ph https://*.google.com.pk https://*.google.pl https://*.google.pn https://*.google.com.pr https://*.google.ps https://*.google.pt https://*.google.com.py https://*.google.com.qa https://*.google.ro https://*.google.ru https://*.google.rw https://*.google.com.sa https://*.google.com.sb https://*.google.sc https://*.google.se https://*.google.com.sg https://*.google.sh https://*.google.si https://*.google.sk https://*.google.com.sl https://*.google.sn https://*.google.so https://*.google.sm https://*.google.sr https://*.google.st https://*.google.com.sv https://*.google.td https://*.google.tg https://*.google.co.th https://*.google.com.tj https://*.google.tl https://*.google.tm https://*.google.tn https://*.google.to https://*.google.com.tr https://*.google.tt https://*.google.com.tw https://*.google.co.tz https://*.google.com.ua https://*.google.co.ug https://*.google.co.uk https://*.google.com.uy https://*.google.co.uz https://*.google.com.vc https://*.google.co.ve https://*.google.vg https://*.google.co.vi https://*.google.com.vn https://*.google.vu https://*.google.ws https://*.google.rs https://*.google.co.za https://*.google.co.zm https://*.google.co.zw https://*.google.cat http://t.co https://*.facebook.com https://*.facebook.net https://*.quora.com https://*.ads-twitter.com https://*.media.net http://*.media.net https://*.twitter.com https://*.youtube.com https://*.ytimg.com https://noembed.com https://cdn.plyr.io https://*.akamaihd.net https://*.googleapis.com https://*.googleusercontent.com https://*.gstatic.com https://*.consensu.org https://*.livechatinc.com/ https://*.ads.linkedin.com/ https://*.linkedin.com/ https://*.pm-srv.co https://bat.bing.com/bat.js https://bat.bing.com https://share.transistor.fm/ https://cdn.cookielaw.org https://*.privacyrequest.net https://privacyrequest.net https://*.consentmanager.net https://*.googlesyndication.com/ https://webflow.com/ https://*.webflow.com/ https://d3e54v103j8qbb.cloudfront.net https://cdn.prod.website-files.com https://cdn.jsdelivr.net/ https://*.clarity.ms/ https://clarity.microsoft.com/ https://*.bing.com/ 'unsafe-inline'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.media.net/advertiser | Learn More |
| www.media.net/publishers | Learn More |
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.
1.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
155 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.01 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.92 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
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.section-advertisers_grid > div.section-advertisers_visual > div.video-embed > video div.section-advertisers_grid > div.section-advertisers_visual > div.video-embed > video | /wf-assets/images/homepage-adv-video-thumbnail-cropped-ov... | 96.1 KiB | 65.8 KiB |
div.stretch-full-width > div.full-visual > div.video-embed > video div.stretch-full-width > div.full-visual > div.video-embed > video | s31073.pcdn.co/wf-assets/images/homepage-footer-video-thumbnail-overlay-v1.jpg | 144.6 KiB | 56.3 KiB |
Shopper sees contextually relevant ad on mobile while in grocery store div.section-hero_visual > div.section-hero_visual-images-wrap > div.w-embed > img.section-hero_visual-image | s31073.pcdn.co/wf-assets/images/conversion-compress.jpg | 96.2 KiB | 47.0 KiB |
Man pets dog while viewing a pet food article containing contextual ads for pet… div.section-hero_visual > div.section-hero_visual-images-wrap > div.w-embed > img.section-hero_visual-image | s31073.pcdn.co/wf-assets/images/context-compress.jpg | 92.9 KiB | 43.7 KiB |
Three mobiles showing different ad unit types and placements on publisher websi… div.section-publishers_grid > div.section-publishers_visual > div.w-embed > img | s31073.pcdn.co/wf-assets/images/homepage_publisher-visual-20-2-p-800.png | 93.7 KiB | 39.8 KiB |
div.section-hero_grid > div.section-hero_visual > div.w-embed > img.section-hero_visual-image-bg div.section-hero_grid > div.section-hero_visual > div.w-embed > img.section-hero_visual-image-bg | s31073.pcdn.co/wf-assets/images/hero-bg-p-1080.png | 86.9 KiB | 33.9 KiB |
div.flex-center > div.section-outcome_cards > div.section-outcome_card > div.section-outcome_card-bg-1 div.flex-center > div.section-outcome_cards > div.section-outcome_card > div.section-outcome_card-bg-1 | s31073.pcdn.co/wf-assets/images/home-outcome-card-01.png | 209.1 KiB | 30.3 KiB |
Person on couch sees ad for basketball streaming service while reading basketba… div.section-hero_visual > div.section-hero_visual-images-wrap > div.w-embed > img.section-hero_visual-image | s31073.pcdn.co/wf-assets/images/reach-compress.jpg | 69.7 KiB | 26.4 KiB |
div.flex-center > div.section-outcome_cards > div.section-outcome_card > div.section-outcome_card-bg-4 div.flex-center > div.section-outcome_cards > div.section-outcome_card > div.section-outcome_card-bg-4 | s31073.pcdn.co/wf-assets/images/home-outcome-card-04.png | 185.0 KiB | 6.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 301 ms |
| /66ed1f19164e8996fdcbd2db/css/media-net.webflow.shared.00... | 35.0 KiB | 328 ms |
| s31073.pcdn.co/wp-content/themes/media.net/assets/dist/css/webf/choices.min.css | 2.5 KiB | 256 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.media.net/webflow/homepage/advertiser-homepage-1.webm | 0.0 ms | 5.0 MiB |
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.4 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-16 | 86400.0 s | 100.8 KiB |
| /signals/config/1290131704330599?v=2.9.298&r=stable&domai... | 1200.0 s | 44.4 KiB |
| /delivery/customdata/bV8xLndfNjYyNzEucl9HRFBSLmxfZW4uZF8z... | 3600.0 s | 47.0 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| scripts.clarity.ms/0.8.60-beta/clarity.js | 86400.0 s | 25.0 KiB |
| cdn.consentmanager.net/delivery/customcmp/66271.js | 1800.0 s | 4.9 KiB |
| cdn.consentmanager.net/delivery/recall/logos/66271 | 86400.0 s | 1.5 KiB |
| /tr/?id=1290131704330599&ev=PageView&dl=https%3A%2F%2Fwww... | 0.0 ms | 16 B |
| www.media.net/webflow/homepage/homepage-media-ONE.mp4 | 482933.0 s | 0 B |
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 |
|---|---|
| media.net/ | 486 ms |
| www.media.net/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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 |
|---|---|---|
| /66ed1f19164e8996fdcbd2db/css/media-net.webflow.shared.00... | 34.5 KiB | 31.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-3XKS6CS72C&cx=c>m=4e64f1h2 | 166.4 KiB | 64.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TWLKW34 | 162.9 KiB | 62.2 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-882393934&cx=c>m=4e64f1h2 | 137.5 KiB | 55.6 KiB |
| cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-16 | 100.4 KiB | 35.5 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.3 KiB | 31.6 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 | |
|---|---|
Three mobiles showing different ad unit types and placements on publisher websi… div.section-publishers_grid > div.section-publishers_visual > div.w-embed > img | s31073.pcdn.co/wf-assets/images/homepage_publisher-visual-20-2-p-800.png |
Criteo logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Display & Video 360 logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
The Trade Desk logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
DeepIntent logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Epsilon logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Yahoo! Advertising logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Time logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
New York Post logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Yahoo! logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
WebMD logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
The Weather Channel logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Fiducia logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Adelaide logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
SEEN THIS logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Jounce Media logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
HUMAN logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Scope3 logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Sertify logo div.section-partners_logo-strip > div.section-partners_logo > div.w-embed > img.section-partners_logo-image | |
Experian logo div.section-partners_logo-strip > div.section-partners_logo > div.code-embed-8 > img.section-partners_logo-image | |
IAB logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.w-embed > img.section-footer_logo-strip-item-image | |
IAB Tech Lab logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.w-embed > img.section-footer_logo-strip-item-image | |
Digital Advertising Alliance (YourAdChoices) logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.w-embed > img.section-footer_logo-strip-item-image | |
NAI logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.w-embed > img.section-footer_logo-strip-item-image | |
Local Media Consortium logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.w-embed > img.section-footer_logo-strip-item-image | |
ANA logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.code-embed-4 > img.section-footer_logo-strip-item-image | |
TAG logo div.section-footer_logo-strip > div.section-footer_logo-strip-item > div.code-embed-5 > img.section-footer_logo-strip-item-image | |
div.max-width-small > a.section-footer_logo > div.div-block-37 > img div.max-width-small > a.section-footer_logo > div.div-block-37 > img |
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.
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 |
|---|
What it takes to be an outcome-first SSP. div.flex-center > div.max-width-large > div.text-align-center > h3.heading-style-h3 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.nav_padding > div.nav_container > div.nav_wrapper > a.nav_logo div.nav_padding > div.nav_container > div.nav_wrapper > a.nav_logo |
div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link |
div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link |
div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link div.container-lsmall > div.section-footer_bottom > div.section-footer_spcial-links > a.section-footer_spcial-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Connecting to 'https://bat.bing.net/actionp/0?ti=25033849&tm=gtm002&Ver=2&mid=b1f7d27a-e396-4f55-8344-155c04024f09&bo=3&evt=gtmConsent&gasc=D&asc=D' violates the following Content Security Policy directive: "default-src 'self' data: https://*.pcdn.co http://*.pcdn.co https://*.google-analytics.com https://www.googletagmanager.com https://www.googleadservices.com https://*.doubleclick.net https://*.google.com https://*.google.ad https://*.google.ae https://*.google.com.af https://*.google.com.ag https://*.google.com.ai https://*.google.al https://*.google.am https://*.google.co.ao https://*.google.com.ar https://*.google.as https://*.google.at https://*.google.com.au https://*.google.az https://*.google.ba https://*.google.com.bd https://*.google.be https://*.google.bf https://*.google.bg https://*.google.com.bh https://*.google.bi https://*.google.bj https://*.google.com.bn https://*.google.com.bo https://*.google.com.br https://*.google.bs https://*.google.bt https://*.google.co.bw https://*.google.by https://*.google.com.bz https://*.google.ca https://*.google.cd https://*.google.cf https://*.google.cg https://*.google.ch https://*.google.ci https://*.google.co.ck https://*.google.cl https://*.google.cm https://*.google.cn https://*.google.com.co https://*.google.co.cr https://*.google.com.cu https://*.google.cv https://*.google.com.cy https://*.google.cz https://*.google.de https://*.google.dj https://*.google.dk https://*.google.dm https://*.google.com.do https://*.google.dz https://*.google.com.ec https://*.google.ee https://*.google.com.eg https://*.google.es https://*.google.com.et https://*.google.fi https://*.google.com.fj https://*.google.fm https://*.google.fr https://*.google.ga https://*.google.ge https://*.google.gg https://*.google.com.gh https://*.google.com.gi https://*.google.gl https://*.google.gm https://*.google.gr https://*.google.com.gt https://*.google.gy https://*.google.com.hk https://*.google.hn https://*.google.hr https://*.google.ht https://*.google.hu https://*.google.co.id https://*.google.ie https://*.google.co.il https://*.google.im https://*.google.co.in https://*.google.iq https://*.google.is https://*.google.it https://*.google.je https://*.google.com.jm https://*.google.jo https://*.google.co.jp https://*.google.co.ke https://*.google.com.kh https://*.google.ki https://*.google.kg https://*.google.co.kr https://*.google.com.kw https://*.google.kz https://*.google.la https://*.google.com.lb https://*.google.li https://*.google.lk https://*.google.co.ls https://*.google.lt https://*.google.lu https://*.google.lv https://*.google.com.ly https://*.google.co.ma https://*.google.md https://*.google.me https://*.google.mg https://*.google.mk https://*.google.ml https://*.google.com.mm https://*.google.mn https://*.google.ms https://*.google.com.mt https://*.google.mu https://*.google.mv https://*.google.mw https://*.google.com.mx https://*.google.com.my https://*.google.co.mz https://*.google.com.na https://*.google.com.ng https://*.google.com.ni https://*.google.ne https://*.google.nl https://*.google.no https://*.google.com.np https://*.google.nr https://*.google.nu https://*.google.co.nz https://*.google.com.om https://*.google.com.pa https://*.google.com.pe https://*.google.com.pg https://*.google.com.ph https://*.google.com.pk https://*.google.pl https://*.google.pn https://*.google.com.pr https://*.google.ps https://*.google.pt https://*.google.com.py https://*.google.com.qa https://*.google.ro https://*.google.ru https://*.google.rw https://*.google.com.sa https://*.google.com.sb https://*.google.sc https://*.google.se https://*.google.com.sg https://*.google.sh https://*.google.si https://*.google.sk https://*.google.com.sl https://*.google.sn https://*.google.so https://*.google.sm https://*.google.sr https://*.google.st https://*.google.com.sv https://*.google.td https://*.google.tg https://*.google.co.th https://*.google.com.tj https://*.google.tl https://*.google.tm https://*.google.tn https://*.google.to https://*.google.com.tr https://*.google.tt https://*.google.com.tw https://*.google.co.tz https://*.google.com.ua https://*.google.co.ug https://*.google.co.uk https://*.google.com.uy https://*.google.co.uz https://*.google.com.vc https://*.google.co.ve https://*.google.vg https://*.google.co.vi https://*.google.com.vn https://*.google.vu https://*.google.ws https://*.google.rs https://*.google.co.za https://*.google.co.zm https://*.google.co.zw https://*.google.cat http://t.co https://*.facebook.com https://*.facebook.net https://*.quora.com https://*.ads-twitter.com https://*.media.net http://*.media.net https://*.twitter.com https://*.youtube.com https://*.ytimg.com https://noembed.com https://cdn.plyr.io https://*.akamaihd.net https://*.googleapis.com https://*.googleusercontent.com https://*.gstatic.com https://*.consensu.org https://*.livechatinc.com/ https://*.ads.linkedin.com/ https://*.linkedin.com/ https://*.pm-srv.co https://bat.bing.com/bat.js https://bat.bing.com https://share.transistor.fm/ https://cdn.cookielaw.org https://*.privacyrequest.net https://privacyrequest.net https://*.consentmanager.net https://*.googlesyndication.com/ https://webflow.com/ https://*.webflow.com/ https://d3e54v103j8qbb.cloudfront.net https://cdn.prod.website-files.com https://cdn.jsdelivr.net/ https://*.clarity.ms/ https://clarity.microsoft.com/ https://*.bing.com/ 'unsafe-inline'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Connecting to 'https://bat.bing.net/actionp/0?ti=25033849&tm=gtm002&Ver=2&mid=b1f7d27a-e396-4f55-8344-155c04024f09&bo=4&evt=consent&src=update&cdb=AQoV&asc=D' violates the following Content Security Policy directive: "default-src 'self' data: https://*.pcdn.co http://*.pcdn.co https://*.google-analytics.com https://www.googletagmanager.com https://www.googleadservices.com https://*.doubleclick.net https://*.google.com https://*.google.ad https://*.google.ae https://*.google.com.af https://*.google.com.ag https://*.google.com.ai https://*.google.al https://*.google.am https://*.google.co.ao https://*.google.com.ar https://*.google.as https://*.google.at https://*.google.com.au https://*.google.az https://*.google.ba https://*.google.com.bd https://*.google.be https://*.google.bf https://*.google.bg https://*.google.com.bh https://*.google.bi https://*.google.bj https://*.google.com.bn https://*.google.com.bo https://*.google.com.br https://*.google.bs https://*.google.bt https://*.google.co.bw https://*.google.by https://*.google.com.bz https://*.google.ca https://*.google.cd https://*.google.cf https://*.google.cg https://*.google.ch https://*.google.ci https://*.google.co.ck https://*.google.cl https://*.google.cm https://*.google.cn https://*.google.com.co https://*.google.co.cr https://*.google.com.cu https://*.google.cv https://*.google.com.cy https://*.google.cz https://*.google.de https://*.google.dj https://*.google.dk https://*.google.dm https://*.google.com.do https://*.google.dz https://*.google.com.ec https://*.google.ee https://*.google.com.eg https://*.google.es https://*.google.com.et https://*.google.fi https://*.google.com.fj https://*.google.fm https://*.google.fr https://*.google.ga https://*.google.ge https://*.google.gg https://*.google.com.gh https://*.google.com.gi https://*.google.gl https://*.google.gm https://*.google.gr https://*.google.com.gt https://*.google.gy https://*.google.com.hk https://*.google.hn https://*.google.hr https://*.google.ht https://*.google.hu https://*.google.co.id https://*.google.ie https://*.google.co.il https://*.google.im https://*.google.co.in https://*.google.iq https://*.google.is https://*.google.it https://*.google.je https://*.google.com.jm https://*.google.jo https://*.google.co.jp https://*.google.co.ke https://*.google.com.kh https://*.google.ki https://*.google.kg https://*.google.co.kr https://*.google.com.kw https://*.google.kz https://*.google.la https://*.google.com.lb https://*.google.li https://*.google.lk https://*.google.co.ls https://*.google.lt https://*.google.lu https://*.google.lv https://*.google.com.ly https://*.google.co.ma https://*.google.md https://*.google.me https://*.google.mg https://*.google.mk https://*.google.ml https://*.google.com.mm https://*.google.mn https://*.google.ms https://*.google.com.mt https://*.google.mu https://*.google.mv https://*.google.mw https://*.google.com.mx https://*.google.com.my https://*.google.co.mz https://*.google.com.na https://*.google.com.ng https://*.google.com.ni https://*.google.ne https://*.google.nl https://*.google.no https://*.google.com.np https://*.google.nr https://*.google.nu https://*.google.co.nz https://*.google.com.om https://*.google.com.pa https://*.google.com.pe https://*.google.com.pg https://*.google.com.ph https://*.google.com.pk https://*.google.pl https://*.google.pn https://*.google.com.pr https://*.google.ps https://*.google.pt https://*.google.com.py https://*.google.com.qa https://*.google.ro https://*.google.ru https://*.google.rw https://*.google.com.sa https://*.google.com.sb https://*.google.sc https://*.google.se https://*.google.com.sg https://*.google.sh https://*.google.si https://*.google.sk https://*.google.com.sl https://*.google.sn https://*.google.so https://*.google.sm https://*.google.sr https://*.google.st https://*.google.com.sv https://*.google.td https://*.google.tg https://*.google.co.th https://*.google.com.tj https://*.google.tl https://*.google.tm https://*.google.tn https://*.google.to https://*.google.com.tr https://*.google.tt https://*.google.com.tw https://*.google.co.tz https://*.google.com.ua https://*.google.co.ug https://*.google.co.uk https://*.google.com.uy https://*.google.co.uz https://*.google.com.vc https://*.google.co.ve https://*.google.vg https://*.google.co.vi https://*.google.com.vn https://*.google.vu https://*.google.ws https://*.google.rs https://*.google.co.za https://*.google.co.zm https://*.google.co.zw https://*.google.cat http://t.co https://*.facebook.com https://*.facebook.net https://*.quora.com https://*.ads-twitter.com https://*.media.net http://*.media.net https://*.twitter.com https://*.youtube.com https://*.ytimg.com https://noembed.com https://cdn.plyr.io https://*.akamaihd.net https://*.googleapis.com https://*.googleusercontent.com https://*.gstatic.com https://*.consensu.org https://*.livechatinc.com/ https://*.ads.linkedin.com/ https://*.linkedin.com/ https://*.pm-srv.co https://bat.bing.com/bat.js https://bat.bing.com https://share.transistor.fm/ https://cdn.cookielaw.org https://*.privacyrequest.net https://privacyrequest.net https://*.consentmanager.net https://*.googlesyndication.com/ https://webflow.com/ https://*.webflow.com/ https://d3e54v103j8qbb.cloudfront.net https://cdn.prod.website-files.com https://cdn.jsdelivr.net/ https://*.clarity.ms/ https://clarity.microsoft.com/ https://*.bing.com/ 'unsafe-inline'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Connecting to 'https://bat.bing.net/actionp/0?ti=25033849&tm=gtm002&Ver=2&mid=b1f7d27a-e396-4f55-8344-155c04024f09&bo=5&evt=consent&src=tcf&cdb=AQoV&asc=D' violates the following Content Security Policy directive: "default-src 'self' data: https://*.pcdn.co http://*.pcdn.co https://*.google-analytics.com https://www.googletagmanager.com https://www.googleadservices.com https://*.doubleclick.net https://*.google.com https://*.google.ad https://*.google.ae https://*.google.com.af https://*.google.com.ag https://*.google.com.ai https://*.google.al https://*.google.am https://*.google.co.ao https://*.google.com.ar https://*.google.as https://*.google.at https://*.google.com.au https://*.google.az https://*.google.ba https://*.google.com.bd https://*.google.be https://*.google.bf https://*.google.bg https://*.google.com.bh https://*.google.bi https://*.google.bj https://*.google.com.bn https://*.google.com.bo https://*.google.com.br https://*.google.bs https://*.google.bt https://*.google.co.bw https://*.google.by https://*.google.com.bz https://*.google.ca https://*.google.cd https://*.google.cf https://*.google.cg https://*.google.ch https://*.google.ci https://*.google.co.ck https://*.google.cl https://*.google.cm https://*.google.cn https://*.google.com.co https://*.google.co.cr https://*.google.com.cu https://*.google.cv https://*.google.com.cy https://*.google.cz https://*.google.de https://*.google.dj https://*.google.dk https://*.google.dm https://*.google.com.do https://*.google.dz https://*.google.com.ec https://*.google.ee https://*.google.com.eg https://*.google.es https://*.google.com.et https://*.google.fi https://*.google.com.fj https://*.google.fm https://*.google.fr https://*.google.ga https://*.google.ge https://*.google.gg https://*.google.com.gh https://*.google.com.gi https://*.google.gl https://*.google.gm https://*.google.gr https://*.google.com.gt https://*.google.gy https://*.google.com.hk https://*.google.hn https://*.google.hr https://*.google.ht https://*.google.hu https://*.google.co.id https://*.google.ie https://*.google.co.il https://*.google.im https://*.google.co.in https://*.google.iq https://*.google.is https://*.google.it https://*.google.je https://*.google.com.jm https://*.google.jo https://*.google.co.jp https://*.google.co.ke https://*.google.com.kh https://*.google.ki https://*.google.kg https://*.google.co.kr https://*.google.com.kw https://*.google.kz https://*.google.la https://*.google.com.lb https://*.google.li https://*.google.lk https://*.google.co.ls https://*.google.lt https://*.google.lu https://*.google.lv https://*.google.com.ly https://*.google.co.ma https://*.google.md https://*.google.me https://*.google.mg https://*.google.mk https://*.google.ml https://*.google.com.mm https://*.google.mn https://*.google.ms https://*.google.com.mt https://*.google.mu https://*.google.mv https://*.google.mw https://*.google.com.mx https://*.google.com.my https://*.google.co.mz https://*.google.com.na https://*.google.com.ng https://*.google.com.ni https://*.google.ne https://*.google.nl https://*.google.no https://*.google.com.np https://*.google.nr https://*.google.nu https://*.google.co.nz https://*.google.com.om https://*.google.com.pa https://*.google.com.pe https://*.google.com.pg https://*.google.com.ph https://*.google.com.pk https://*.google.pl https://*.google.pn https://*.google.com.pr https://*.google.ps https://*.google.pt https://*.google.com.py https://*.google.com.qa https://*.google.ro https://*.google.ru https://*.google.rw https://*.google.com.sa https://*.google.com.sb https://*.google.sc https://*.google.se https://*.google.com.sg https://*.google.sh https://*.google.si https://*.google.sk https://*.google.com.sl https://*.google.sn https://*.google.so https://*.google.sm https://*.google.sr https://*.google.st https://*.google.com.sv https://*.google.td https://*.google.tg https://*.google.co.th https://*.google.com.tj https://*.google.tl https://*.google.tm https://*.google.tn https://*.google.to https://*.google.com.tr https://*.google.tt https://*.google.com.tw https://*.google.co.tz https://*.google.com.ua https://*.google.co.ug https://*.google.co.uk https://*.google.com.uy https://*.google.co.uz https://*.google.com.vc https://*.google.co.ve https://*.google.vg https://*.google.co.vi https://*.google.com.vn https://*.google.vu https://*.google.ws https://*.google.rs https://*.google.co.za https://*.google.co.zm https://*.google.co.zw https://*.google.cat http://t.co https://*.facebook.com https://*.facebook.net https://*.quora.com https://*.ads-twitter.com https://*.media.net http://*.media.net https://*.twitter.com https://*.youtube.com https://*.ytimg.com https://noembed.com https://cdn.plyr.io https://*.akamaihd.net https://*.googleapis.com https://*.googleusercontent.com https://*.gstatic.com https://*.consensu.org https://*.livechatinc.com/ https://*.ads.linkedin.com/ https://*.linkedin.com/ https://*.pm-srv.co https://bat.bing.com/bat.js https://bat.bing.com https://share.transistor.fm/ https://cdn.cookielaw.org https://*.privacyrequest.net https://privacyrequest.net https://*.consentmanager.net https://*.googlesyndication.com/ https://webflow.com/ https://*.webflow.com/ https://d3e54v103j8qbb.cloudfront.net https://cdn.prod.website-files.com https://cdn.jsdelivr.net/ https://*.clarity.ms/ https://clarity.microsoft.com/ https://*.bing.com/ 'unsafe-inline'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. | |
Connecting to 'https://bat.bing.net/actionp/0?ti=25033849&tm=gtm002&Ver=2&mid=b1f7d27a-e396-4f55-8344-155c04024f09&bo=6&evt=consent&src=update&cdb=AQoV&asc=D' violates the following Content Security Policy directive: "default-src 'self' data: https://*.pcdn.co http://*.pcdn.co https://*.google-analytics.com https://www.googletagmanager.com https://www.googleadservices.com https://*.doubleclick.net https://*.google.com https://*.google.ad https://*.google.ae https://*.google.com.af https://*.google.com.ag https://*.google.com.ai https://*.google.al https://*.google.am https://*.google.co.ao https://*.google.com.ar https://*.google.as https://*.google.at https://*.google.com.au https://*.google.az https://*.google.ba https://*.google.com.bd https://*.google.be https://*.google.bf https://*.google.bg https://*.google.com.bh https://*.google.bi https://*.google.bj https://*.google.com.bn https://*.google.com.bo https://*.google.com.br https://*.google.bs https://*.google.bt https://*.google.co.bw https://*.google.by https://*.google.com.bz https://*.google.ca https://*.google.cd https://*.google.cf https://*.google.cg https://*.google.ch https://*.google.ci https://*.google.co.ck https://*.google.cl https://*.google.cm https://*.google.cn https://*.google.com.co https://*.google.co.cr https://*.google.com.cu https://*.google.cv https://*.google.com.cy https://*.google.cz https://*.google.de https://*.google.dj https://*.google.dk https://*.google.dm https://*.google.com.do https://*.google.dz https://*.google.com.ec https://*.google.ee https://*.google.com.eg https://*.google.es https://*.google.com.et https://*.google.fi https://*.google.com.fj https://*.google.fm https://*.google.fr https://*.google.ga https://*.google.ge https://*.google.gg https://*.google.com.gh https://*.google.com.gi https://*.google.gl https://*.google.gm https://*.google.gr https://*.google.com.gt https://*.google.gy https://*.google.com.hk https://*.google.hn https://*.google.hr https://*.google.ht https://*.google.hu https://*.google.co.id https://*.google.ie https://*.google.co.il https://*.google.im https://*.google.co.in https://*.google.iq https://*.google.is https://*.google.it https://*.google.je https://*.google.com.jm https://*.google.jo https://*.google.co.jp https://*.google.co.ke https://*.google.com.kh https://*.google.ki https://*.google.kg https://*.google.co.kr https://*.google.com.kw https://*.google.kz https://*.google.la https://*.google.com.lb https://*.google.li https://*.google.lk https://*.google.co.ls https://*.google.lt https://*.google.lu https://*.google.lv https://*.google.com.ly https://*.google.co.ma https://*.google.md https://*.google.me https://*.google.mg https://*.google.mk https://*.google.ml https://*.google.com.mm https://*.google.mn https://*.google.ms https://*.google.com.mt https://*.google.mu https://*.google.mv https://*.google.mw https://*.google.com.mx https://*.google.com.my https://*.google.co.mz https://*.google.com.na https://*.google.com.ng https://*.google.com.ni https://*.google.ne https://*.google.nl https://*.google.no https://*.google.com.np https://*.google.nr https://*.google.nu https://*.google.co.nz https://*.google.com.om https://*.google.com.pa https://*.google.com.pe https://*.google.com.pg https://*.google.com.ph https://*.google.com.pk https://*.google.pl https://*.google.pn https://*.google.com.pr https://*.google.ps https://*.google.pt https://*.google.com.py https://*.google.com.qa https://*.google.ro https://*.google.ru https://*.google.rw https://*.google.com.sa https://*.google.com.sb https://*.google.sc https://*.google.se https://*.google.com.sg https://*.google.sh https://*.google.si https://*.google.sk https://*.google.com.sl https://*.google.sn https://*.google.so https://*.google.sm https://*.google.sr https://*.google.st https://*.google.com.sv https://*.google.td https://*.google.tg https://*.google.co.th https://*.google.com.tj https://*.google.tl https://*.google.tm https://*.google.tn https://*.google.to https://*.google.com.tr https://*.google.tt https://*.google.com.tw https://*.google.co.tz https://*.google.com.ua https://*.google.co.ug https://*.google.co.uk https://*.google.com.uy https://*.google.co.uz https://*.google.com.vc https://*.google.co.ve https://*.google.vg https://*.google.co.vi https://*.google.com.vn https://*.google.vu https://*.google.ws https://*.google.rs https://*.google.co.za https://*.google.co.zm https://*.google.co.zw https://*.google.cat http://t.co https://*.facebook.com https://*.facebook.net https://*.quora.com https://*.ads-twitter.com https://*.media.net http://*.media.net https://*.twitter.com https://*.youtube.com https://*.ytimg.com https://noembed.com https://cdn.plyr.io https://*.akamaihd.net https://*.googleapis.com https://*.googleusercontent.com https://*.gstatic.com https://*.consensu.org https://*.livechatinc.com/ https://*.ads.linkedin.com/ https://*.linkedin.com/ https://*.pm-srv.co https://bat.bing.com/bat.js https://bat.bing.com https://share.transistor.fm/ https://cdn.cookielaw.org https://*.privacyrequest.net https://privacyrequest.net https://*.consentmanager.net https://*.googlesyndication.com/ https://webflow.com/ https://*.webflow.com/ https://d3e54v103j8qbb.cloudfront.net https://cdn.prod.website-files.com https://cdn.jsdelivr.net/ https://*.clarity.ms/ https://clarity.microsoft.com/ https://*.bing.com/ 'unsafe-inline'". Note that 'connect-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.media.net/advertiser | Learn More |
| www.media.net/publishers | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback