Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 4.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 90.4 MB (68.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/ea6f8611-5c22-401b-be42-dbd9183ba6ab)<a href="https://beavercheck.com/results/ea6f8611-5c22-401b-be42-dbd9183ba6ab"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fupi.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fupi.comThis 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 4.4s 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.
8 barrier(s) likely increasing bounce by ~35%.
Page takes 4.4s to load
+12% bounceUsers abandon at ~3s — you're 1.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 31.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
7 form field(s) without a label
+6% 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 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
6 broken link(s) on the page
+5% 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.
€510 investment → €2,744/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€2,744 /mo
~€32,926 / year
EUR 120,500,000
if kept compliant
€85 — 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.
6.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,683 / month at risk
~€120,500,192 / year if left unfixed
€120,500,000
+10 more
€16 /mo
216284.6 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
31.15 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.278
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
25.99 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.
91.75 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Est Savings |
|---|---|
| creative-p.undertone.com/2150/141963-1774982763/GOTHAMBOLD.woff | 125 ms |
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.
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Israel honors fallen soldiers on Yom HaZikaron div.more > div.ic > a > img.ph | creative-p.undertone.com/2150/141963-1774982763/image.webp | 166.9 KiB | 124.5 KiB |
| /ML/f1530a375dfb4df8aba80988cfc9f1a4__scv1__622x368.webp | 49.2 KiB | 41.6 KiB | |
KOSPI sets record peak amid hopes of peace talks, tech rally div.ic > div.story > a.l > div.hl | s0.2mdn.net/simgad/10497198704341707715 | 12.1 KiB | 9.5 KiB |
head > link head > link | /sadbundle/8897821387132369542/ed8612d2-7cf4-4607-807a-ed... | 25.3 KiB | 8.0 KiB |
Anne Hathaway, Meryl Streep attend 'Devil Wears Prada 2' premiere div.i_p > div#content > div.slide-image-container > img | /related/6631776785591/1/v1.5/a05ea6cd1b2821ec07378e3ba0f... | 33.2 KiB | 7.5 KiB |
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.
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 |
|---|---|---|
| a.pub.network/upi-com/cls.css | 899 B | 773 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| upi.com/ | 793 ms |
| www.upi.com/ | 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 |
|---|---|
JD Vance's trip to Pakistan for Iran talks delayed
Rep. Sheila Cherfilus-McCo… body > div#px | 0.194 |
JD Vance's trip to Pakistan for Iran talks delayed
Rep. Sheila Cherfilus-McCo… body > div#px | 0.061 |
JD Vance's trip to Pakistan for Iran talks delayed
Rep. Sheila Cherfilus-McCo… body > div#px | 0.061 |
| 0.029 | |
Close Ad body > div#fs-sticky-footer > div#fs-slot-footer-wrapper | 0.021 |
Close Ad body > div#fs-sticky-footer | 0.007 |
Close Ad body > div#fs-sticky-footer | 0.002 |
div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 | 0.001 |
div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 | 0.001 |
div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 | 0.001 |
div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 | 0.001 |
div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 | 0.001 |
Freestar body > div#fs-sticky-footer > div#fs-slot-footer-wrapper > div.__fs-branding | 0.001 |
Freestar body > div#fs-sticky-footer > div#fs-slot-footer-wrapper > div.__fs-branding | 0.001 |
div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 div > div#primisPlayerContainerDiv > div#primis_container_div_69e7e009127d7 > div#primis_playerSekindoSPlayer69e7e009127d4 | 0.001 |
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.upi.com/inc/css/site.v1773262863.css?fp=1&ss=1 | 25.0 KiB | 24.2 KiB |
| .upi-ad-unit #upi_leaderboard{ width: 320px; height: 50px; } … | 19.2 KiB | 16.9 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
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 | 58.6 s |
| Other | 17.4 s |
| Script Parsing & Compilation | 2.8 s |
| Style & Layout | 2.2 s |
| Garbage Collection | 1.4 s |
| Rendering | 1.4 s |
| Parse HTML & CSS | 547 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| live.primis.tech/content/video/css/primisslate.css | 7.4 KiB | 2.3 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /live/liveView.php?s=122086&cbuster=1776803848&pubUrl=htt... | 19.2 KiB | 3.8 KiB |
| live.primis.tech/content/omid/static/omid-session-client-v1.5.6.js | 21.5 KiB | 2.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 | |
|---|---|
Jessica Lange and Meryl Streep at the 1983 Oscars div.ic > a.l > div.ph_ol > img.ph_hld | /related/4451776690335/1/v1.2/ffa42ca68edd28d96989d73712c... |
When digital society disconnects the self, the body speaks div#rc_st_op > div.ic > a.l > img.ph_hld | /related/8071776791121/1/v1.2/1a7c481d13b7377de233a5593d1... |
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 |
|---|
ADVERTISEMENT div#fp_cont > div.section-flex > div.main-column > div.advert_tag |
Top News // 21 hours ago div.widget > a > div > div.rcmp |
Top News // 18 hours ago div.widget > a > div > div.rcmp |
Odd News // 5 hours ago div.widget > a > div > div.rcmp |
Top News // 17 hours ago div.widget > a > div > div.rcmp |
Top News // 23 hours ago div.widget > a > div > div.rcmp |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cn3_1 > div.story > a.l > img.ph div.cn3_1 > div.story > a.l > img.ph |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-md-12 > div#upi-com_leaderboard_atf_89344 > div#_fs-ad-iframe-container > iframe#_fs-ad-6359c12e2294ef38 div.col-md-12 > div#upi-com_leaderboard_atf_89344 > div#_fs-ad-iframe-container > iframe#_fs-ad-6359c12e2294ef38 |
div.i_p > div#upi-com_incontent_reusable_39878 > div#_fs-ad-iframe-container > iframe#_fs-ad-26b1f1da4b036b2 div.i_p > div#upi-com_incontent_reusable_39878 > div#_fs-ad-iframe-container > iframe#_fs-ad-26b1f1da4b036b2 |
div.i_p > div#upi-com_incontent_reusable_87559 > div#_fs-ad-iframe-container > iframe#_fs-ad-27779b827ec5a668 div.i_p > div#upi-com_incontent_reusable_87559 > div#_fs-ad-iframe-container > iframe#_fs-ad-27779b827ec5a668 |
div#adContainerDiv > div#adVpaid > div#slotContainer > iframe#sekindoVpaidIframe div#adContainerDiv > div#adVpaid > div#slotContainer > iframe#sekindoVpaidIframe |
div#fs-slot-footer-wrapper > div#upi-com_sticky_footer > div#_fs-ad-iframe-container > iframe#_fs-ad-22376c2cdb904768 div#fs-slot-footer-wrapper > div#upi-com_sticky_footer > div#_fs-ad-iframe-container > iframe#_fs-ad-22376c2cdb904768 |
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.
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.
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 |
|---|---|
| Topics | a.pub.network/upi-com/prebid.js line 89, col 1157 |
| SharedStorage | live.primis.tech/content/pal/pal.js line 9, col 27561 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | |
| Unload event listeners are deprecated and will be removed. | www.googletagservices.com/dcm/impl_v106.js line 125, col 359 |
| AttributionReporting |
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 |
|---|---|
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=106' from origin 'https://www.upi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://na.edge.optable.co/config?osdk=web-v0.45.0&sid=uCtgIQ4rG4eWWTXJbW3_ug&t=freestar-auth&o=upi-com&cookies=no&passport=' from origin 'https://www.upi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://na.edge.optable.co/v2/targeting?id=__passport__&ab_test_id=all&osdk=web-v0.45.0&sid=uCtgIQ4rG4eWWTXJbW3_ug&t=freestar-auth&o=upi-com&cookies=no&passport=' from origin 'https://www.upi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
html-load.cc/script/d3d3LnVwaS5jb20.js line 1, col 111952 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
html-load.cc/script/d3d3LnVwaS5jb20.js line 1, col 111952 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 87437 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 87437 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 42792 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 42792 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 489742 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 376384 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
live.primis.tech/content/omid/static/omweb-v1.5.6.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
live.primis.tech/content/omid/static/omweb-v1.5.6.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
live.primis.tech/content/omid/static/omweb-v1.5.6.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
live.primis.tech/content/omid/static/omweb-v1.5.6.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
live.primis.tech/content/prebid/prebidVid.9.18.0_77.min.js line 11, col 8267 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
live.primis.tech/content/prebid/prebidVid.9.18.0_77.min.js line 11, col 8267 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
tpc.googlesyndication.com/sodar/xdEizrWJ.js line 68, col 202 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
c.amazon-adsystem.com/aax2/apstag.js line 4, col 175816 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
imasdk.googleapis.com/js/sdkloader/ima3.js line 713, col 303 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
imasdk.googleapis.com/js/sdkloader/ima3.js line 625, col 268 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
imasdk.googleapis.com/js/sdkloader/ima3.js line 625, col 268 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
tpc.googlesyndication.com/sodar/Q12zgMmT.js line 78, col 22 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
tpc.googlesyndication.com/sodar/Q12zgMmT.js line 78, col 22 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
www.googletagservices.com/dcm/impl_v106.js line 121, col 323 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
www.googletagservices.com/dcm/impl_v106.js line 121, col 323 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
www.googletagservices.com/dcm/impl_v106.js line 121, col 323 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
www.googletagservices.com/dcm/impl_v106.js line 121, col 323 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
s0.2mdn.net/879366/express_html_inpage_rendering_lib_200_287.js line 130, col 88 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
s0.2mdn.net/879366/express_html_inpage_rendering_lib_200_287.js line 130, col 88 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
ep2.adtrafficquality.google/sodar/VFc2VJAc.js line 82, col 507 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
ep2.adtrafficquality.google/sodar/VFc2VJAc.js line 82, col 507 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
static.adsafeprotected.com/ias/v1/vpaid.2026.03.17-14.05-76cd18c.js line 369, col 196 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
static.adsafeprotected.com/ias/v1/vpaid.2026.03.17-14.05-76cd18c.js line 369, col 196 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
/fwjsvid/st/2851123/93533288/skeleton.js?videoId=2f84c29f... line 1301, col 266340 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/fwjsvid/st/2851123/93533288/skeleton.js?videoId=2f84c29f... line 1301, col 266340 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/?i=157156,141963&vv=2&x=3334bb6901924ca895cc35ce745bef7f... line 10, col 46988 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
t.seedtag.com/c/headerBidding.js?cb=1776802800000 line 1, col 87550 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
t.seedtag.com/c/headerBidding.js?cb=1776802800000 line 1, col 87550 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
imasdk.googleapis.com/js/sdkloader/ima3.js line 713, col 303 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
imasdk.googleapis.com/js/sdkloader/ima3.js line 625, col 268 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
imasdk.googleapis.com/js/sdkloader/ima3.js line 625, col 268 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
static.adsafeprotected.com/ias/v1/vpaid.2026.03.17-14.05-76cd18c.js line 369, col 196 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
static.adsafeprotected.com/ias/v1/vpaid.2026.03.17-14.05-76cd18c.js line 369, col 196 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
/fwjsvid/st/2851123/93533288/skeleton.js?videoId=03a67303... line 1301, col 266340 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/fwjsvid/st/2851123/93533288/skeleton.js?videoId=03a67303... line 1301, col 266340 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/?i=157156,141963&vv=2&x=40cb03ff64754cb28ce6763cc0de906f... line 10, col 46988 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
www.googletagservices.com/dcm/impl_v106.js line 121, col 323 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
www.googletagservices.com/dcm/impl_v106.js line 121, col 323 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
ep2.adtrafficquality.google/sodar/VFc2VJAc.js line 82, col 507 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
freestar.solutions.cdn.optable.co/public-assets/freestar-sdk.js line 1, col 19125 | Uncaught (in promise) TypeError: Failed to fetch |
static.adsafeprotected.com/ias/v1/vpaid.2026.03.17-14.05-76cd18c.js line 357, col 87 | Uncaught Error: adapter not ready |
static.adsafeprotected.com/ias/v1/vpaid.2026.03.17-14.05-76cd18c.js line 357, col 87 | Uncaught Error: adapter not ready |
static.adsafeprotected.com/ias/v1/vpaid.2026.03.17-14.05-76cd18c.js line 357, col 87 | Uncaught Error: adapter not ready |
static.adsafeprotected.com/ias/v1/vpaid.2026.03.17-14.05-76cd18c.js line 357, col 87 | Uncaught Error: adapter not ready |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Freestar div#fs-sticky-footer > div#fs-slot-footer-wrapper > div.__fs-branding > a |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cn3_1 > div.story > a.l > img.ph div.cn3_1 > div.story > a.l > img.ph |
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.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.78 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.088
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.46 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.
13.99 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.
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 | |
|---|---|---|---|
U.S. News
RFK Jr. says he never talked to Trump about Schwartz CDC nomination
S… div.main-column > div#fp_tps > div#content > div.ic | s0.2mdn.net/simgad/3823916523188402168 | 248.7 KiB | 246.3 KiB |
body > a > img body > a > img | ad.adsrvr.org/5wudkrg/ndgwmbi/voq0i6xi12.gif?cb=520346 | 166.7 KiB | 86.7 KiB |
March retail sales jump on higher gas prices div.ic > div.ph_ol > a.l > img.ph_hld | /related/6031776799913/3/v1.2/cb8adba97a669468bc1c0a8d8ca... | 76.0 KiB | 65.1 KiB |
EU's top court finds Hungary violated law with anti-LGBTQ reforms div.ic > div.ph_ol > a.l > img.ph_hld | /related/6031776799913/5/v1.2/9e305e802e899e33e79840eafaf... | 70.9 KiB | 60.5 KiB |
Korea Regional Review ul.main-menu > li > a > img | www.upi.com/Korea-Regional-Review/img/Korea-Regional-Review.png | 57.6 KiB | 56.1 KiB |
Rep. Sheila Cherfilus-McCormick resigns from office before hearing div.ic > div.ph_ol > a.l > img.ph_hld | /related/6031776799913/2/v1.2/4bc06413000b146a7afdb329134... | 66.4 KiB | 55.9 KiB |
TRENDING div.row > div.col-md-12 > div.content-container > div.m | s0.2mdn.net/simgad/6796573294155993722 | 35.6 KiB | 35.6 KiB |
Kevin Warsh's confirmation hearing centers independence of Fed div.ic > div.ph_ol > a.l > img.ph_hld | /related/6031776799913/4/v1.2/b2a9cf199cb9777a41a2c27cc9a... | 40.1 KiB | 31.4 KiB |
Jessica Lange and Meryl Streep at the 1983 Oscars div.ic > a.l > div.ph_ol > img.ph_hld | /related/4451776690335/1/v1.2/ffa42ca68edd28d96989d73712c... | 33.0 KiB | 17.3 KiB |
Southwest jets div.row > div.col-md-12 > div.content-container > div | /sadbundle/5155579455989235061/2026_FordPro_IL_TV_NAT_AWA... | 10.9 KiB | 10.2 KiB |
JD Vance's trip to Pakistan for Iran talks delayed div.ph_ol > a.l > div#ph1 > img.main_i_p | /related/6031776799913/1/v1.2/afc5381e80fd3cbd93bf6fa2dbb... | 52.9 KiB | 9.6 KiB |
Hiker fall div.row > div.col-md-12 > div.content-container > div | /sadbundle/5155579455989235061/2026_FordPro_IL_TV_NAT_AWA... | 8.9 KiB | 8.5 KiB |
When digital society disconnects the self, the body speaks div#rc_st_op > div.ic > a.l > img.ph_hld | /related/8071776791121/1/v1.2/1a7c481d13b7377de233a5593d1... | 17.7 KiB | 5.8 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.
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.
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.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 | 5.0 ms |
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 |
|---|---|---|
| a.pub.network/upi-com/cls.css | 900 B | 266 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| upi.com/ | 222 ms |
| www.upi.com/ | 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.
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
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 | 7.1 s |
| Other | 2.5 s |
| Script Parsing & Compilation | 620 ms |
| Style & Layout | 539 ms |
| Garbage Collection | 231 ms |
| Rendering | 207 ms |
| Parse HTML & CSS | 169 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| live.primis.tech/content/video/css/primisslate.css | 7.3 KiB | 2.3 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /live/liveView.php?s=122086&cbuster=1776803959&pubUrl=htt... | 18.9 KiB | 3.8 KiB |
| live.primis.tech/content/omid/static/omid-session-client-v1.5.6.js | 21.5 KiB | 2.6 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.upi.com/inc/css/site.v1773262863.css?fp=1&ss=1 | 25.0 KiB | 24.2 KiB |
| .upi-ad-unit #upi_leaderboard{ width: 982px; height: 102px; } … | 19.2 KiB | 16.1 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 | |
|---|---|
Korea Regional Review ul.main-menu > li > a > img | www.upi.com/Korea-Regional-Review/img/Korea-Regional-Review.png |
Jessica Lange and Meryl Streep at the 1983 Oscars div.ic > a.l > div.ph_ol > img.ph_hld | /related/4451776690335/1/v1.2/ffa42ca68edd28d96989d73712c... |
When digital society disconnects the self, the body speaks div#rc_st_op > div.ic > a.l > img.ph_hld | /related/8071776791121/1/v1.2/1a7c481d13b7377de233a5593d1... |
RFK Jr. says he never talked to Trump about Schwartz CDC nomination div.cn3_1 > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Chile, U.S. sign deals on critical minerals, security div.cn3_2 > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
On This Day: South Vietnamese President Nguyen Van Thieu resigns div.cn3_3 > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
div.cn3_1 > div.story > a.l > img.ph div.cn3_1 > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Anne Hathaway performs for Michaela Coel in 'Mother Mary' trailer div.cn3_2 > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Chicago Bulls coach Billy Donovan resigns after six seasons div.cn3_3 > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Israel honors fallen soldiers on Yom HaZikaron div.more > div.ic > a > img.ph | www.upi.com/img/clear.gif |
NHL playoffs: Philadelphia Flyers defeat Pittsburgh Penguins in Game 2 div.more > div.ic > a > img.ph | www.upi.com/img/clear.gif |
Feria de Abril continues with horse and carriages exhibition div.more > div.ic > a > img.ph | www.upi.com/img/clear.gif |
Driver's license renewal leads Indiana woman to doppelganger mystery div.ic > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Cuba confirms meeting with U.S. State Department delegation div.ic > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Llama and two pygmy goats escape farm, block traffic div.ic > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Children to be banned from using phones in schools in England by law div.ic > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Police seek arrest warrant for Hybe chairman over alleged unfair stock trading div.ic > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
KOSPI sets record peak amid hopes of peace talks, tech rally div.ic > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Iran demands U.S. release seized ship, threatening to defend itself div.ic > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
U.S. imposes visa restrictions on 75 people tied to Sinaloa Cartel div.ic > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Rep. Nancy Mace files bill to expel Rep. Cory Mills from Congress div.ic > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
Southwest jets take evasive action, avoid mid-air crash over Nashville div.ic > div.story > a.l > img.ph | www.upi.com/img/clear.gif |
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 |
|---|
ADVERTISEMENT div#fp_cont > div.section-flex > div.main-column > div.advert_tag |
Odd News // 3 hours ago div.ic > div.story > a.l > div.ago |
World News // 4 hours ago div.ic > div.story > a.l > div.ago |
Odd News // 4 hours ago div.ic > div.story > a.l > div.ago |
World News // 9 hours ago div.ic > div.story > a.l > div.ago |
World News // 11 hours ago div.ic > div.story > a.l > div.ago |
World News // 11 hours ago div.ic > div.story > a.l > div.ago |
World News // 12 hours ago div.ic > div.story > a.l > div.ago |
U.S. News // 15 hours ago div.ic > div.story > a.l > div.ago |
U.S. News // 16 hours ago div.ic > div.story > a.l > div.ago |
U.S. News // 17 hours ago div.ic > div.story > a.l > div.ago |
Top News // 21 hours ago div.widget > a > div > div.rcmp |
Top News // 18 hours ago div.widget > a > div > div.rcmp |
Odd News // 5 hours ago div.widget > a > div > div.rcmp |
Top News // 17 hours ago div.widget > a > div > div.rcmp |
Top News // 23 hours ago div.widget > a > div > div.rcmp |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cn3_1 > div.story > a.l > img.ph div.cn3_1 > div.story > a.l > img.ph |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.i_p > div#upi-com_siderail_right_1_39684 > div#_fs-ad-iframe-container > iframe#_fs-ad-283bdfa26e2e5428 div.i_p > div#upi-com_siderail_right_1_39684 > div#_fs-ad-iframe-container > iframe#_fs-ad-283bdfa26e2e5428 |
div.i_p > div#upi-com_siderail_right_2_64349 > div#_fs-ad-iframe-container > iframe#_fs-ad-2038b37143886818 div.i_p > div#upi-com_siderail_right_2_64349 > div#_fs-ad-iframe-container > iframe#_fs-ad-2038b37143886818 |
div#fs-slot-footer-wrapper > div#upi-com_sticky_footer > div#_fs-ad-iframe-container > iframe#_fs-ad-17cf13a42f80338 div#fs-slot-footer-wrapper > div#upi-com_sticky_footer > div#_fs-ad-iframe-container > iframe#_fs-ad-17cf13a42f80338 |
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.container > div.row > div.col-md-6 > a div.container > div.row > div.col-md-6 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.
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 |
|---|---|
| Topics | a.pub.network/upi-com/prebid.js line 89, col 1157 |
| SharedStorage | live.primis.tech/content/pal/pal.js line 9, col 27561 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | |
| Unload event listeners are deprecated and will be removed. | www.googletagservices.com/dcm/impl_v106.js line 125, col 359 |
| AttributionReporting |
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 |
|---|---|
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=106' from origin 'https://www.upi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://na.edge.optable.co/config?osdk=web-v0.45.0&sid=IwMepADs2JAzQ8j0zvbFGg&t=freestar-auth&o=upi-com&cookies=no&passport=' from origin 'https://www.upi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://na.edge.optable.co/v2/targeting?id=__passport__&ab_test_id=all&osdk=web-v0.45.0&sid=IwMepADs2JAzQ8j0zvbFGg&t=freestar-auth&o=upi-com&cookies=no&passport=' from origin 'https://www.upi.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 404 () | |
Framing 'https://www.google.com/' violates the following report-only Content Security Policy directive: "frame-ancestors 'self'". The violation has been logged, but no further action has been taken.
| |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
a.pub.network/upi-com/prebid.js line 11, col 87437 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 87437 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 42792 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 42792 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 477, col 506 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 489742 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js line 18, col 376384 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
live.primis.tech/content/omid/static/omweb-v1.5.6.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
live.primis.tech/content/omid/static/omweb-v1.5.6.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
live.primis.tech/content/omid/static/omweb-v1.5.6.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
live.primis.tech/content/omid/static/omweb-v1.5.6.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
live.primis.tech/content/prebid/prebidVid.9.18.0_77.min.js line 11, col 8267 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
live.primis.tech/content/prebid/prebidVid.9.18.0_77.min.js line 11, col 8267 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
a.pub.network/upi-com/prebid.js line 11, col 17868 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
c.amazon-adsystem.com/aax2/apstag.js line 4, col 175816 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
tpc.googlesyndication.com/sodar/xdEizrWJ.js line 68, col 202 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
www.googletagservices.com/dcm/impl_v106.js line 122, col 287 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
imasdk.googleapis.com/js/sdkloader/ima3.js line 713, col 303 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
imasdk.googleapis.com/js/sdkloader/ima3.js line 625, col 268 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
imasdk.googleapis.com/js/sdkloader/ima3.js line 625, col 268 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
tpc.googlesyndication.com/sodar/Q12zgMmT.js line 78, col 22 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
s0.2mdn.net/879366/html_inpage_rendering_lib_200_287.js line 220, col 88 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js line 83, col 549 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
s0.2mdn.net/879366/express_html_inpage_rendering_lib_200_287.js line 130, col 88 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
tpc.googlesyndication.com/sodar/Q12zgMmT.js line 78, col 22 | The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
The Content-Security-Policy directive 'frame-ancestors' contains 'frame-ancestors' as a source expression. Did you want to add it as a directive and forget a semicolon? | |
freestar.solutions.cdn.optable.co/public-assets/freestar-sdk.js line 1, col 19125 | Uncaught (in promise) TypeError: Failed to fetch |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Freestar div#fs-sticky-footer > div#fs-slot-footer-wrapper > div.__fs-branding > a |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cn3_1 > div.story > a.l > img.ph div.cn3_1 > div.story > a.l > img.ph |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback