Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 10.9s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 22.4 MB (6.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/5a6a0559-3889-4124-986c-90ce62325c52)<a href="https://beavercheck.com/results/5a6a0559-3889-4124-986c-90ce62325c52"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnbcnews.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnbcnews.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 10.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 10.9s to load
+12% bounceUsers abandon at ~3s — you're 8.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.7s
+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
32 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
4 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.
$500 investment → $4,515/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$4,515 /mo
~$54,175 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,520 / year if left unfixed
$157,500
+8 more
$1.64 /mo
20490.6 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.72 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.057
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
16.24 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.
49.44 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
A body is removed on a gurney from the home of former Virginia Lt. Gov. Justin … div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-760x428,f_auto,q_auto:best/rockcms/... | 94.3 KiB | 81.6 KiB |
People stand outside of a damaged building with a damaged car parked out front div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-760x428,f_auto,q_auto:best/rockcms/... | 90.1 KiB | 77.4 KiB |
Smoke rises behind palm trees and a McDonald's "Golden Arches" sign in Al-Hosh,… div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-760x428,f_auto,q_auto:best/rockcms/... | 89.7 KiB | 77.0 KiB |
div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.background > div.bg-background > div.bg-background__picture div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.background > div.bg-background > div.bg-background__picture | /image/upload/t_fit-360w,f_avif,q_auto:eco,dpr_2/rockcms/... | 193.0 KiB | 42.9 KiB |
A split composite image of Joe Hathaway, left, and Analilia Meija div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-760x428,f_auto,q_auto:best/rockcms/... | 49.8 KiB | 37.9 KiB |
Robert F. Kennedy, Jr. div.storyline-media > a > picture.teasePicture > img | /image/upload/t_focal-762x508,f_auto,q_auto:best/rockcms/... | 36.7 KiB | 28.0 KiB |
Novo To Sell Weight-Loss Drug Wegovy Directly To Patients div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-760x428,f_auto,q_auto:best/rockcms/... | 31.5 KiB | 23.9 KiB |
| /image/upload/q_auto:eco/f_auto/newsgroup-logos/nbcnewsno... | 19.4 KiB | 18.5 KiB | |
NBC Select div.styles_wrapper__b539O > div.styles_wrapperTop__Rar3Q > h2.styles_title__Vyf10 > img.titleLogo | media-cldnry.s-nbcnews.com/image/upload/rockcms/2023-07/S-H-C-3e0612.png | 9.4 KiB | 9.4 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.
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.
| URL | Protocol |
|---|---|
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| cdn.doubleverify.com/dv-measurements9748.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
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 |
|---|---|
| nbcnews.com/ | 1.0 s |
| www.nbcnews.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 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 |
|---|---|---|
| nodeassets.nbcnews.com/_next/static/css/2c518d910b28eb95.css | 100.3 KiB | 94.9 KiB |
| nodeassets.nbcnews.com/_next/static/css/a37731148a6832ff.css | 24.8 KiB | 22.5 KiB |
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 19.9 KiB | 17.7 KiB |
| .trc_rbox_container { direction: ltr; text-align: left; } … | 18.7 KiB | 14.0 KiB |
| nodeassets.nbcnews.com/_next/static/css/f5cd85229476aa0f.css | 11.6 KiB | 11.2 KiB |
| .jw-controls,.jw-controls-backdrop,.jw-flag-small-player ... | 11.8 KiB | 10.6 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 | 13.5 s |
| Other | 5.7 s |
| Style & Layout | 2.2 s |
| Script Parsing & Compilation | 1.6 s |
| Rendering | 565 ms |
| Garbage Collection | 476 ms |
| Parse HTML & CSS | 429 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| mps.nbcuni.com/fetch/ext/load-nbcnews-bento.js?nowrite=jq | 65.3 KiB | 21.2 KiB |
| www.nbcnews.com/omweb-v1.js | 15.7 KiB | 7.2 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 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 | |
|---|---|
NBC Select div.styles_wrapper__b539O > div.styles_wrapperTop__Rar3Q > h2.styles_title__Vyf10 > img.titleLogo | media-cldnry.s-nbcnews.com/image/upload/rockcms/2023-07/S-H-C-3e0612.png |
Smoke rises behind palm trees and a McDonald's "Golden Arches" sign in Al-Hosh,… div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-760x428,f_auto,q_auto:best/rockcms/... |
A body is removed on a gurney from the home of former Virginia Lt. Gov. Justin … div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-760x428,f_auto,q_auto:best/rockcms/... |
People stand outside of a damaged building with a damaged car parked out front div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-760x428,f_auto,q_auto:best/rockcms/... |
A split composite image of Joe Hathaway, left, and Analilia Meija div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-760x428,f_auto,q_auto:best/rockcms/... |
Novo To Sell Weight-Loss Drug Wegovy Directly To Patients div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-760x428,f_auto,q_auto:best/rockcms/... |
Logo for Subnav div.links-container > div.standard-logo-div > a > img.mobile-title-img | /image/upload/rockcms/2025-05/news-sports-horiz-combo-38e... |
div.headline-item-container > div.standard-layout__badge > span.badge-label > img.styles_icon__tCG_L div.headline-item-container > div.standard-layout__badge > span.badge-label > img.styles_icon__tCG_L | /_next/static/images/sports-badge-pill-1eb936e42cb92419d7... |
div.headline-item-container > div.standard-layout__badge > span.badge-label > img.styles_icon__tCG_L div.headline-item-container > div.standard-layout__badge > span.badge-label > img.styles_icon__tCG_L | /_next/static/images/sports-badge-pill-1eb936e42cb92419d7... |
div.multistory-vv-card > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.multistory-vv-card > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.multistory-vv-card > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.multistory-vv-card > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.related-content-tease__headline > span.related-content-tease__badge-label > div.subscriber-badge > img div.related-content-tease__headline > span.related-content-tease__badge-label > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div > div.standard-layout__badge > div.subscriber-badge > img div > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.share-inner > ul.share-ul > li.share-li > button.share-ex div.share-inner > ul.share-ul > li.share-li > button.share-ex |
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.share-inner > ul.share-ul > li.share-li > a.js-hfs-share div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share |
div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share |
div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share |
div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share |
div.styles_left__nP7eU > section.pkg > div.live-video-embed__block > a.live-video-embed__logo-link div.styles_left__nP7eU > section.pkg > div.live-video-embed__block > a.live-video-embed__logo-link |
ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a |
ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a |
ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a |
ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a |
div.media > div.styles_multistory-media__XG0t_ > div.styles_media__dsFnw > a div.media > div.styles_multistory-media__XG0t_ > div.styles_media__dsFnw > 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.
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 |
|---|
Live / div.styles_left__nP7eU > section.pkg > div.live-video-embed__block > span.live-video-embed__eyebrow |
NBCUniversal div.mediavoice-native-ad > div.plr-ad-ud > div.plr-wrapper-ud > div.plr_advertiser-ud |
These are opportunities to improve the legibility of your content.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NBC News' Matt Bradley on the major questions around Lebanon agreement div.styles_multistory-media__XG0t_ > div.styles_gridStackWrapper__Z_AMc > div.styles_gridStackWrapper__Z_AMc > div |
Fairfax's children were home during the shootings and called 911 div.styles_playerWrapper__L5r1Y > div.styles_gridStackWrapper__Z_AMc > div.styles_gridStackWrapper__Z_AMc > div |
Dangerous tornadoes rip across the Midwest div.styles_playerWrapper__L5r1Y > div.styles_gridStackWrapper__Z_AMc > div.styles_gridStackWrapper__Z_AMc > div |
Steve Kornacki breaks down special election trends div.styles_multistory-media__XG0t_ > div.styles_gridStackWrapper__Z_AMc > div.styles_gridStackWrapper__Z_AMc > div |
CEO says covering weight loss drugs led to millions in financial losses div.styles_playerWrapper__L5r1Y > div.styles_gridStackWrapper__Z_AMc > div.styles_gridStackWrapper__Z_AMc > div |
SPONSORED / PATOLO div.videoCube > a.item-label-href > span.video-label-box > span.branding |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | static.polarcdn.com/creative/creative.js line 1, col 22712 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.nbcnews.com/latest-stories/ | SEE MORE |
| www.nbcuniversal.com/privacy | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Image for Taboola Advertising Unit div#rbox-h2m > div#internal_trc_3687818833 > div.videoCube > a.item-thumbnail-href |
DACIA BIGSTER
Intérieur spacieux
Dacia
|
Sponsored div#rbox-h2m > div#internal_trc_3687818833 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_3481960790 > div.videoCube > a.item-thumbnail-href |
DECATHLON
/
SPONSORED
Entraînement complet haut du corps
Plus de 10 positions, … div#rbox-h2v > div#internal_trc_3481960790 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_2306756265 > div.videoCube > a.item-thumbnail-href |
DECATHLON
/
SPONSORED
Débardeur & Legging pour vos futures séances
Double promo… div#rbox-h2v > div#internal_trc_2306756265 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_1886417715 > div.videoCube > a.item-thumbnail-href |
ALLIANZ AUTO
/
SPONSORED
Petits rouleurs : les 3 formules d'Allianz pour ne plu… div#rbox-h2v > div#internal_trc_1886417715 > div.videoCube > a.item-label-href |
To appear in search results, crawlers need access to your app.
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.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
411 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.081
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.76 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.
10.37 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Image: Detainees inside an immigration detention facility. div.storyline-media > a > picture.teasePicture > img | /image/upload/t_focal-1000x667,f_auto,q_auto:best/rockcms... | 211.8 KiB | 188.8 KiB |
People stand outside of a damaged building with a damaged car parked out front div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-860x484,f_auto,q_auto:best/rockcms/... | 98.4 KiB | 79.0 KiB |
div.storyline-media > a > picture.teasePicture > img div.storyline-media > a > picture.teasePicture > img | /image/upload/t_focal-1000x667,f_auto,q_auto:best/rockcms... | 83.9 KiB | 66.1 KiB |
Robert F. Kennedy, Jr. div.storyline-media > a > picture.teasePicture > img | /image/upload/t_focal-1000x667,f_auto,q_auto:best/rockcms... | 60.5 KiB | 47.7 KiB |
div#gamma-accessibility-wrapper > div#jwplayer-1 > div.jw-wrapper > div.jw-preview div#gamma-accessibility-wrapper > div#jwplayer-1 > div.jw-wrapper > div.jw-preview | /image/upload/t_focal-860x484,f_auto,q_auto:best/rockcms/... | 114.3 KiB | 46.5 KiB |
div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.background > div.bg-background > div.bg-background__picture div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.background > div.bg-background > div.bg-background__picture | /image/upload/t_fit-360w,f_avif,q_auto:eco,dpr_2/rockcms/... | 193.0 KiB | 42.9 KiB |
div#gamma-accessibility-wrapper > div#jwplayer-0 > div.jw-wrapper > div.jw-preview div#gamma-accessibility-wrapper > div#jwplayer-0 > div.jw-wrapper > div.jw-preview | /image/upload/t_focal-860x484,f_auto,q_auto:best/rockcms/... | 108.3 KiB | 40.6 KiB |
A split composite image of Joe Hathaway, left, and Analilia Meija div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-860x484,f_auto,q_auto:best/rockcms/... | 52.1 KiB | 33.5 KiB |
| /image/upload/q_auto:eco/f_auto/newsgroup-logos/nbcnewsno... | 19.4 KiB | 19.0 KiB | |
Randy Slaughter at his apartment in Bryan, Texas. div.styles_media__dsFnw > a > picture.teasePicture > img | /image/upload/t_focal-321x214,f_auto,q_auto:best/rockcms/... | 20.2 KiB | 17.9 KiB |
President Trump Announces TrumpRx From The White House div.styles_media__dsFnw > a > picture.teasePicture > img | /image/upload/t_focal-321x214,f_auto,q_auto:best/rockcms/... | 16.0 KiB | 13.6 KiB |
NBC Select div.styles_wrapper__b539O > div.styles_wrapperTop__Rar3Q > h2.styles_title__Vyf10 > img.titleLogo | media-cldnry.s-nbcnews.com/image/upload/rockcms/2023-07/S-H-C-3e0612.png | 9.4 KiB | 9.4 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.
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.
| URL | Protocol |
|---|---|
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| cdn.doubleverify.com/dv-measurements9748.js | http/1.1 |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| nbcnews.com/ | 719 ms |
| www.nbcnews.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| nodeassets.nbcnews.com/_next/static/css/2c518d910b28eb95.css | 100.3 KiB | 94.1 KiB |
| nodeassets.nbcnews.com/_next/static/css/a37731148a6832ff.css | 24.8 KiB | 22.2 KiB |
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 19.9 KiB | 17.3 KiB |
| .trc_rbox_container { direction: ltr; text-align: left; } … | 22.6 KiB | 16.8 KiB |
| nodeassets.nbcnews.com/_next/static/css/f5cd85229476aa0f.css | 11.6 KiB | 11.0 KiB |
| .jw-controls,.jw-controls-backdrop,.jw-flag-small-player ... | 11.8 KiB | 10.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.5 s |
| Other | 832 ms |
| Style & Layout | 603 ms |
| Script Parsing & Compilation | 424 ms |
| Parse HTML & CSS | 124 ms |
| Rendering | 111 ms |
| Garbage Collection | 88 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| mps.nbcuni.com/fetch/ext/load-nbcnews-bento.js?nowrite=jq | 65.2 KiB | 21.1 KiB |
| www.nbcnews.com/omweb-v1.js | 15.7 KiB | 7.2 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 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 | |
|---|---|
NBC Select div.styles_wrapper__b539O > div.styles_wrapperTop__Rar3Q > h2.styles_title__Vyf10 > img.titleLogo | media-cldnry.s-nbcnews.com/image/upload/rockcms/2023-07/S-H-C-3e0612.png |
Smoke rises behind palm trees and a McDonald's "Golden Arches" sign in Al-Hosh,… div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-860x484,f_auto,q_auto:best/rockcms/... |
A split composite image of Joe Hathaway, left, and Analilia Meija div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-860x484,f_auto,q_auto:best/rockcms/... |
A body is removed on a gurney from the home of former Virginia Lt. Gov. Justin … div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-860x484,f_auto,q_auto:best/rockcms/... |
People stand outside of a damaged building with a damaged car parked out front div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-860x484,f_auto,q_auto:best/rockcms/... |
Novo To Sell Weight-Loss Drug Wegovy Directly To Patients div.styles_gridStackWrapper__Z_AMc > div > picture > img | /image/upload/t_focal-860x484,f_auto,q_auto:best/rockcms/... |
Logo for Subnav div.links-container > div.standard-logo-div > a > img.desktop-title-img | /image/upload/rockcms/2025-05/news-sports-horiz-combo-38e... |
div.headline-item-container > div.standard-layout__badge > span.badge-label > img.styles_icon__tCG_L div.headline-item-container > div.standard-layout__badge > span.badge-label > img.styles_icon__tCG_L | /_next/static/images/sports-badge-pill-1eb936e42cb92419d7... |
div.headline-item-container > div.standard-layout__badge > span.badge-label > img.styles_icon__tCG_L div.headline-item-container > div.standard-layout__badge > span.badge-label > img.styles_icon__tCG_L | /_next/static/images/sports-badge-pill-1eb936e42cb92419d7... |
div.multistory-vv-card > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.multistory-vv-card > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.multistory-vv-card > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.multistory-vv-card > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.related-content-tease__headline > span.related-content-tease__badge-label > div.subscriber-badge > img div.related-content-tease__headline > span.related-content-tease__badge-label > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div > div.standard-layout__badge > div.subscriber-badge > img div > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img div.styles_vertVideoCardWrapper__ie_iW > div.styles_vertVideoCardsTwoByThreeContainer__DOkDK > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img div.headline-item-container > div.standard-layout__badge > div.subscriber-badge > img | media-cldnry.s-nbcnews.com/image/upload/rockcms/2026-01/asterisk-43f04b.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
POLITICS
U.S. NEWS
WORLD
LOCAL
NEW YORK
LOS ANGELES
CHICAGO
DALLAS-FORT WORTH
P… div.local-inner > div.local-wrap > div.shortcuts > ul.shortcuts-list |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
LOCAL
NEW YORK
LOS ANGELES
CHICAGO
DALLAS-FORT WORTH
PHILADELPHIA
WASHINGTON, D… div.local-wrap > div.shortcuts > ul.shortcuts-list > li.shortcuts-list-item |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.share-inner > ul.share-ul > li.share-li > button.share-ex div.share-inner > ul.share-ul > li.share-li > button.share-ex |
div > div.styles_vertVideoScrollWrapper__k9oxs > div.styles_vertVideoNextBtnContainer__P5E08 > button.styles_vertVideoPageBtnNext__SUbof div > div.styles_vertVideoScrollWrapper__k9oxs > div.styles_vertVideoNextBtnContainer__P5E08 > button.styles_vertVideoPageBtnNext__SUbof |
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.share-inner > ul.share-ul > li.share-li > a.js-hfs-share div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share |
div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share |
div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share div.share-inner > ul.share-ul > li.share-li > a.js-hfs-share |
ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a |
ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a |
ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a |
ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a ul.styles_items__qlCXA > li.styles_item__cdOVo > div.styles_imageWrapper__RrQhH > a |
div.media > div.styles_multistory-media__XG0t_ > div.styles_media__dsFnw > a div.media > div.styles_multistory-media__XG0t_ > div.styles_media__dsFnw > 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.
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#__next > div#content > div.header-and-footer--banner-ad > p.ad-placeholder |
Live / div.package-grid__column > section.pkg > div.live-video-embed__block > span.live-video-embed__eyebrow |
These are opportunities to improve the legibility of your content.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
SPONSORED span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NBC News' Matt Bradley on the major questions around Lebanon agreement div.styles_multistory-media__XG0t_ > div.styles_gridStackWrapper__Z_AMc > div.styles_gridStackWrapper__Z_AMc > div |
Fairfax's children were home during the shootings and called 911 div.styles_playerWrapper__L5r1Y > div.styles_gridStackWrapper__Z_AMc > div.styles_gridStackWrapper__Z_AMc > div |
Dangerous tornadoes rip across the Midwest div.styles_playerWrapper__L5r1Y > div.styles_gridStackWrapper__Z_AMc > div.styles_gridStackWrapper__Z_AMc > div |
Steve Kornacki breaks down special election trends div.styles_multistory-media__XG0t_ > div.styles_gridStackWrapper__Z_AMc > div.styles_gridStackWrapper__Z_AMc > div |
CEO says covering weight loss drugs led to millions in financial losses div.styles_playerWrapper__L5r1Y > div.styles_gridStackWrapper__Z_AMc > div.styles_gridStackWrapper__Z_AMc > div |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | static.polarcdn.com/creative/creative.js line 1, col 22712 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.nbcnews.com/latest-stories/ | SEE MORE |
| www.nbcuniversal.com/privacy | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
Image for Taboola Advertising Unit div#rbox-h2m > div#internal_trc_64165024 > div.videoCube > a.item-thumbnail-href |
Renault Twingo E-Tech électrique
Un design joyeux disponible en 4 couleurs dist… div#rbox-h2m > div#internal_trc_64165024 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_7644798954 > div.videoCube > a.item-thumbnail-href |
DECATHLON
/
SPONSORED
Débardeur & Legging pour vos futures séances
Double promo… div#rbox-h2v > div#internal_trc_7644798954 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_8471612168 > div.videoCube > a.item-thumbnail-href |
VOLVO
/
SPONSORED
VOLVO EX30 : Bénéficiez de 3 mois de loyer* et d’assurance** … div#rbox-h2v > div#internal_trc_8471612168 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_292446870 > div.videoCube > a.item-thumbnail-href |
DECATHLON
/
SPONSORED
Home Gym 900 : la machine pour progresser sans compromis
… div#rbox-h2v > div#internal_trc_292446870 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_6792822768 > div.videoCube > a.item-thumbnail-href |
VOLVO
/
SPONSORED
Découvrez notre offre sur le Volvo EX30 100% électrique
3 moi… div#rbox-h2v > div#internal_trc_6792822768 > div.videoCube > a.item-label-href |
To appear in search results, crawlers need access to your app.
Send Feedback