Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 19.0s 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 27.7 MB (12.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/c2b49432-27eb-4d4f-a402-609f5695fb7a)<a href="https://beavercheck.com/results/c2b49432-27eb-4d4f-a402-609f5695fb7a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnbcwashington.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnbcwashington.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 19.0s 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.
6 barrier(s) likely increasing bounce by ~31%.
Page takes 19.0s to load
+12% bounceUsers abandon at ~3s — you're 16.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
5 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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $3.21/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$3.21 /mo
~$39 / year
USD 157,500
if kept compliant
$100 — 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 $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,128 / month at risk
~$157,539 / year if left unfixed
$157,500
+8 more
$3.21 /mo
40136.2 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.
6.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.48 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.12 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.
35.82 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
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.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47635593470-1080pnbcstations.jpg?quality=85&stri... | 75.4 KiB | 62.8 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47636279918-1080pnbcstations.jpg?quality=85&stri... | 40.9 KiB | 33.1 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/dc-child-found-after-mother-killed-april-22-2026... | 37.3 KiB | 30.2 KiB |
Metro investigation underway after ‘prime mover' slams into train with about 30… div.video-module__column > div.video-module__video > div.video-playlist__placeholder > img | /2026/04/47639749664-1080pnbcstations.jpg?quality=85&stri... | 35.6 KiB | 28.8 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/morris-road-se-dc-shooting-scene.jpg?quality=85&... | 27.9 KiB | 27.1 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47630143221-1080pnbcstations.jpg?quality=85&stri... | 30.1 KiB | 24.4 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Virginia-voters-approve-Democrats-redistricting-... | 24.1 KiB | 23.4 KiB |
A portrait of the late Celeste Rivas Hernandez is shown during a press briefing… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2271742046-e1776890280945.jpg?qualit... | 22.0 KiB | 21.4 KiB |
div#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img | /2019/09/OTT-Washington-DC.png?fit=1920%2C1080&quality=85... | 32.0 KiB | 19.4 KiB |
XUMO_NBC_WASHINGTON_DC_FAST_STREAM img.player__poster | /2024/05/NBC4-FAST-live-tile.jpg?quality=85&strip=all&res... | 22.4 KiB | 18.1 KiB |
File - John Phelan speaks onstage during the Reindustrialize Conference 2025 on… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/JOHN-PHELAN-NAVY.jpg?quality=85&strip=all&resize... | 17.3 KiB | 14.0 KiB |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | media.nbcwashington.com/2024/04/DC-web@3x.png?fit=861%2C72&quality=85&strip=all | 4.7 KiB | 4.6 KiB |
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 |
|---|---|
| nbcwashington.com/ | 753 ms |
| www.nbcwashington.com/ | 0.0 ms |
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 |
|---|---|---|
| @charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@700,500,300&display=s… | 29.4 KiB | 29.4 KiB |
| html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6... | 20.6 KiB | 17.2 KiB |
| /wp-content/themes/nbc-station/client/build/css/jwPlayer.... | 22.7 KiB | 16.7 KiB |
| /wp-content/themes/nbc-station/client/build/css/home.6de9... | 17.1 KiB | 13.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 |
|---|---|
| Other | 9.7 s |
| Script Evaluation | 7.4 s |
| Style & Layout | 2.5 s |
| Rendering | 1.6 s |
| Script Parsing & Compilation | 809 ms |
| Parse HTML & CSS | 183 ms |
| Garbage Collection | 144 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 the main frame. | 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 |
|---|---|---|
| /wp-content/themes/nbc-station/static/video/videoHeartbea... | 5.7 KiB | 3.0 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 | |
|---|---|
Metro investigation underway after ‘prime mover' slams into train with about 30… div.video-module__column > div.video-module__video > div.video-playlist__placeholder > img | /2026/04/47639749664-1080pnbcstations.jpg?quality=85&stri... |
File - John Phelan speaks onstage during the Reindustrialize Conference 2025 on… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/JOHN-PHELAN-NAVY.jpg?quality=85&strip=all&resize... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47614221323-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/4MC-waymo-thumbnail-1200.jpg?quality=85&strip=al... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47612591739-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/dc-fire-truck.jpg?quality=85&strip=all&resize=85... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47640385750-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/dc-child-found-after-mother-killed-april-22-2026... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47636279918-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47635593470-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47630143221-1080pnbcstations.jpg?quality=85&stri... |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | media.nbcwashington.com/2024/04/DC-web@3x.png?fit=861%2C72&quality=85&strip=all |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo | /2019/09/DC_On_Light@2x.png?fit=518%2C80&quality=85&strip... |
Los Angeles Lakers center Deandre Ayton (5) reacts on the court after a three-p… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
The logo of the prediction market platform Kalshi is displayed on the screen of… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
NBC4 Washington div.site-footer__wrapper > div.site-footer__identity > a.site-footer__logo > img | /2024/08/WRC_station_logo_light.png?fit=300%2C58&quality=... |
NBC4 Washington div.flyout-nav > div.flyout-nav__logo > a > img | /2024/08/WRC_station_logo_light.png?fit=300%2C58&quality=... |
A portrait of the late Celeste Rivas Hernandez is shown during a press briefing… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2271742046-e1776890280945.jpg?qualit... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Baby-elephant-Linh-Mai-to-make-debut-at-National... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/capital-one-arena-rendering-credit-monumental.jp... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/4MC-ice-dentention-thumbnail-1200.jpg?quality=85... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/4mc-youth-sports-1200-v2.jpg?quality=85&strip=al... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47299299186-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/Oberg-1.jpg?quality=85&strip=all&resize=850%2C478 |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/46930049226-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/md-ice-facility-split-3.jpg?quality=85&strip=all... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47510746064-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47487206599-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47452495159-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Virginia-voters-approve-Democrats-redistricting-... |
Spirit Airlines a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2271644432.jpg?quality=85&strip=all&... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/morris-road-se-dc-shooting-scene.jpg?quality=85&... |
Second Chances Job Fair: DC employers have opportunities a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Forest bathing: Why to slow down and enjoy the woods a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Missing 2-year-old boy found safe after mom was shot, killed in DC a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
See it: Riders should expect delays after work vehicle hits Silver Line Metro t… a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
“Glass Half Full” podcast featuring Scott Galloway. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Victor Wembanyama #1 of the San Antonio Spurs holds his head. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
San Antonio Spurs forward Victor Wembanyama (1) reacts after falling to the gro… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
The Ticketmaster app on a smartphone in front of the Live Nation logo arranged … a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
In this photo illustration a Yelp logo is seen on a a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Abigail Spanberger, governor of Virginia, speaks. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Tourists walk past a banner with President Donald Trump hanging on the Departme… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
The Washington Commanders revealed a new alternate all-black look called the “H… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#home-fast-player > div.video-playlist__container > div.player > div.player__overlay div#home-fast-player > div.video-playlist__container > div.player > div.player__overlay |
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.
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 |
|---|
TRENDING div.site-header__secondary > div.site-header__wrap > div.site-header__trending > span.site-header__trending-label |
TONIGHT
56° div > div.weather-widget > div.tonight-tomorrow > div.tonight |
TOMORROW
80° div > div.weather-widget > div.tonight-tomorrow > div.tomorrow |
Copyright © 2026 NBCUniversal Media, LLC. All rights reserved footer.site-footer > div.site-footer__wrapper > div.site-footer__corporate > span.site-footer__corporate-copyright |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Second Chances Job Fair: DC employers have opportunities a > div.video-thumbnail__video > div.video-thumbnail__info > h4.video-thumbnail__video-title |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
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.top-stories-hero__wrapper > div.top-stories-hero__column-1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column2 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
section#nbc_weather_widget-2 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a section#nbc_weather_widget-2 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
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.
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 |
|---|
WASHINGTON DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
HEALTH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
IN THE COMMUNITY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
THE SCENE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
METRO (WMATA) div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
METRO (WMATA) div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FOOD & DRINK div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MILITARY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
VIRGINIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
VIRGINIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
AIRLINES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTHEAST DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MILITARY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CRIME AND COURTS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MENTAL HEALTH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
ARLINGTON COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NATIONAL ZOO div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CAPITAL ONE ARENA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
4 MORE CONTEXT div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
4 MORE CONTEXT div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
4 MORE CONTEXT div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WORKING 4 YOU div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
GAMBLING div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DC FIRE AND EMS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
IMMIGRATION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NEWS4 I-TEAM div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DC FIRE AND EMS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
IMMIGRATION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
STORM TEAM4 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. |
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 |
|---|---|
www.nbcwashington.com/ line 48, col 0 | Access to script at 'https://cdn.cookielaw.org/consent/a4ab8b1a-9be6-49ad-a4a2-40f17adfc9f9/otSDKStub.js' from origin 'https://www.nbcwashington.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "c_05ap16a" does not exist on source "composite" as specified by style layer "county_lines"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "coastlines" does not exist on source "composite" as specified by style layer "coastlines"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "glin_gl_mainlakes" does not exist on source "composite" as specified by style layer "Great Lakes Coastline"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 451 () | |
widgets.media.weather.com/wxwidget.loader.js?cid=369362872&ver=latest line 1, col 433873 | Uncaught (in promise) TypeError: Cannot read properties of null (reading 'clientHeight') |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
404 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.01 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
9.82 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/4mc-youth-sports-1200-v2.jpg?quality=85&strip=al... | 94.7 KiB | 88.2 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47635593470-1080pnbcstations.jpg?quality=85&stri... | 75.4 KiB | 68.9 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/4MC-ice-dentention-thumbnail-1200.jpg?quality=85... | 51.2 KiB | 46.2 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47614221323-1080pnbcstations.jpg?quality=85&stri... | 72.1 KiB | 42.6 KiB |
span#5206224891138523179545 > div#google_image_div > a#aw0 > img.img_ad span#5206224891138523179545 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/2430065939752619800 | 81.5 KiB | 42.0 KiB |
Victor Wembanyama #1 of the San Antonio Spurs holds his head. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2271894675-e1776829529433.jpg?qualit... | 41.5 KiB | 37.4 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47636279918-1080pnbcstations.jpg?quality=85&stri... | 40.9 KiB | 36.9 KiB |
San Antonio Spurs forward Victor Wembanyama (1) reacts after falling to the gro… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47621671936-1080pnbcstations.jpg?quality=85&stri... | 38.0 KiB | 34.3 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/capital-one-arena-rendering-credit-monumental.jp... | 37.6 KiB | 33.9 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/4MC-waymo-thumbnail-1200.jpg?quality=85&strip=al... | 52.1 KiB | 28.8 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47630143221-1080pnbcstations.jpg?quality=85&stri... | 30.1 KiB | 27.1 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/morris-road-se-dc-shooting-scene.jpg?quality=85&... | 27.9 KiB | 25.1 KiB |
“Glass Half Full” podcast featuring Scott Galloway. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/galloway.png?resize=850%2C478&quality=85&strip=all | 26.8 KiB | 24.2 KiB |
Forest bathing: Why to slow down and enjoy the woods a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47635593470-1080pnbcstations.jpg?quality=85&stri... | 25.6 KiB | 22.6 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Virginia-voters-approve-Democrats-redistricting-... | 24.1 KiB | 21.8 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/dc-child-found-after-mother-killed-april-22-2026... | 37.3 KiB | 20.7 KiB |
A portrait of the late Celeste Rivas Hernandez is shown during a press briefing… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2271742046-e1776890280945.jpg?qualit... | 22.0 KiB | 19.9 KiB |
XUMO_NBC_WASHINGTON_DC_FAST_STREAM img.player__poster | /2024/05/NBC4-FAST-live-tile.jpg?quality=85&strip=all&res... | 22.4 KiB | 19.6 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Baby-elephant-Linh-Mai-to-make-debut-at-National... | 19.4 KiB | 17.5 KiB |
Los Angeles Lakers center Deandre Ayton (5) reacts on the court after a three-p… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47623895855-1080pnbcstations.jpg?quality=85&stri... | 30.9 KiB | 17.1 KiB |
Missing 2-year-old boy found safe after mom was shot, killed in DC a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47634539811-1080pnbcstations.jpg?quality=85&stri... | 18.1 KiB | 15.0 KiB |
Metro investigation underway after ‘prime mover' slams into train with about 30… div.video-playlist__container > div.player > div.player__overlay > img.player__poster | /2026/04/47639749664-1080pnbcstations.jpg?quality=85&stri... | 35.6 KiB | 13.6 KiB |
Second Chances Job Fair: DC employers have opportunities a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47636279918-1080pnbcstations.jpg?quality=85&stri... | 15.0 KiB | 12.0 KiB |
See it: Riders should expect delays after work vehicle hits Silver Line Metro t… a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47630143221-1080pnbcstations.jpg?quality=85&stri... | 12.2 KiB | 9.4 KiB |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | media.nbcwashington.com/2024/04/DC-web@3x.png?fit=861%2C72&quality=85&strip=all | 4.7 KiB | 4.6 KiB |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo | /2019/09/DC_On_Light@2x.png?fit=518%2C80&quality=85&strip... | 6.1 KiB | 4.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| nbcwashington.com/ | 203 ms |
| www.nbcwashington.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 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| ssl.p.jwpcdn.com/player/v/8.30.1/jwplayer.core.js | 1.5 s | 54 ms | 2.5 ms |
| /wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff | 669 ms | 555 ms | 33 ms |
| Unattributable | 505 ms | 144 ms | 0.0 ms |
| www.nbcwashington.com/ | 465 ms | 30 ms | 11 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 331 ms | 286 ms | 18 ms |
| ssl.p.jwpcdn.com/player/v/8.30.1/provider.hlsjs.js | 102 ms | 77 ms | 8.8 ms |
| id.nbcuni.com/websdk/v2/identity-sdk.min.js?ver=0.1 | 95 ms | 72 ms | 18 ms |
| cdn.taboola.com/libtrc/nbcots-network/loader.js | 91 ms | 49 ms | 32 ms |
| cdn.cookielaw.org/scripttemplates/202309.1.0/otBannerSdk.js | 89 ms | 34 ms | 9.8 ms |
| js-agent.newrelic.com/nr-rum-1.313.1.min.js | 75 ms | 67 ms | 1.5 ms |
| cdn.doubleverify.com/dv-measurements9761.js | 70 ms | 58 ms | 8.1 ms |
| /wp-content/themes/nbc-station/static/video/videoHeartbea... | 65 ms | 55 ms | 2.6 ms |
| /widgets/wxwidget.map.js?cid=369362872&memberid=1470&mapi... | 54 ms | 46 ms | 7.0 ms |
| widgets.media.weather.com/wxwidget.loader.js?cid=369362872&ver=latest | 54 ms | 32 ms | 11 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.1 s |
| Other | 1.9 s |
| Style & Layout | 295 ms |
| Script Parsing & Compilation | 256 ms |
| Rendering | 156 ms |
| Garbage Collection | 71 ms |
| Parse HTML & CSS | 56 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 the main frame. | 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 |
|---|---|---|
| /wp-content/themes/nbc-station/static/video/videoHeartbea... | 5.7 KiB | 3.0 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.9 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 |
|---|---|---|
| @charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@700,500,300&display=s… | 29.4 KiB | 29.4 KiB |
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 19.9 KiB | 17.2 KiB |
| html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6... | 21.9 KiB | 16.8 KiB |
| /wp-content/themes/nbc-station/client/build/css/jwPlayer.... | 22.7 KiB | 16.2 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 | |
|---|---|
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/dc-fire-truck.jpg?quality=85&strip=all&resize=85... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/dc-child-found-after-mother-killed-april-22-2026... |
File - John Phelan speaks onstage during the Reindustrialize Conference 2025 on… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/JOHN-PHELAN-NAVY.jpg?quality=85&strip=all&resize... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47614221323-1080pnbcstations.jpg?quality=85&stri... |
Los Angeles Lakers center Deandre Ayton (5) reacts on the court after a three-p… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47623895855-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/4MC-waymo-thumbnail-1200.jpg?quality=85&strip=al... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47612591739-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47640385750-1080pnbcstations.jpg?quality=85&stri... |
Second Chances Job Fair: DC employers have opportunities a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47636279918-1080pnbcstations.jpg?quality=85&stri... |
Forest bathing: Why to slow down and enjoy the woods a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47635593470-1080pnbcstations.jpg?quality=85&stri... |
Missing 2-year-old boy found safe after mom was shot, killed in DC a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47634539811-1080pnbcstations.jpg?quality=85&stri... |
See it: Riders should expect delays after work vehicle hits Silver Line Metro t… a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47630143221-1080pnbcstations.jpg?quality=85&stri... |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | media.nbcwashington.com/2024/04/DC-web@3x.png?fit=861%2C72&quality=85&strip=all |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo | /2019/09/DC_On_Light@2x.png?fit=518%2C80&quality=85&strip... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Virginia-voters-approve-Democrats-redistricting-... |
Spirit Airlines a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2271644432.jpg?quality=85&strip=all&... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/morris-road-se-dc-shooting-scene.jpg?quality=85&... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47636279918-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47635593470-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47630143221-1080pnbcstations.jpg?quality=85&stri... |
A portrait of the late Celeste Rivas Hernandez is shown during a press briefing… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2271742046-e1776890280945.jpg?qualit... |
“Glass Half Full” podcast featuring Scott Galloway. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/galloway.png?resize=850%2C478&quality=85&strip=all |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/Baby-elephant-Linh-Mai-to-make-debut-at-National... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/capital-one-arena-rendering-credit-monumental.jp... |
Victor Wembanyama #1 of the San Antonio Spurs holds his head. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2271894675-e1776829529433.jpg?qualit... |
San Antonio Spurs forward Victor Wembanyama (1) reacts after falling to the gro… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47621671936-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/4MC-ice-dentention-thumbnail-1200.jpg?quality=85... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/4mc-youth-sports-1200-v2.jpg?quality=85&strip=al... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47299299186-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/Oberg-1.jpg?quality=85&strip=all&resize=850%2C478 |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/46930049226-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/03/md-ice-facility-split-3.jpg?quality=85&strip=all... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47510746064-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47487206599-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47452495159-1080pnbcstations.jpg?quality=85&stri... |
NBC4 Washington div.site-footer__wrapper > div.site-footer__identity > a.site-footer__logo > img | /2024/08/WRC_station_logo_light.png?fit=300%2C58&quality=... |
NBC4 Washington div.flyout-nav > div.flyout-nav__logo > a > img | /2024/08/WRC_station_logo_light.png?fit=300%2C58&quality=... |
The Ticketmaster app on a smartphone in front of the Live Nation logo arranged … a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
In this photo illustration a Yelp logo is seen on a a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
The logo of the prediction market platform Kalshi is displayed on the screen of… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Abigail Spanberger, governor of Virginia, speaks. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Tourists walk past a banner with President Donald Trump hanging on the Departme… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#home-fast-player > div.video-playlist__container > div.player > div.player__overlay div#home-fast-player > div.video-playlist__container > div.player > div.player__overlay |
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.
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 |
|---|
TRENDING div.site-header__secondary > div.site-header__wrap > div.site-header__trending > span.site-header__trending-label |
WASHINGTON DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
2 HOURS AGO div.story-card > div.story-card__text > div.story-card__meta > span.story-card__meta-time |
METRO (WMATA) div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
2 HOURS AGO div.story-card > div.story-card__text > div.story-card__meta > span.story-card__meta-time |
HEALTH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
3 HOURS AGO div.story-card > div.story-card__text > div.story-card__meta > span.story-card__meta-time |
TONIGHT
56° div > div.weather-widget > div.tonight-tomorrow > div.tonight |
TOMORROW
80° div > div.weather-widget > div.tonight-tomorrow > div.tomorrow |
Copyright © 2026 NBCUniversal Media, LLC. All rights reserved footer.site-footer > div.site-footer__wrapper > div.site-footer__corporate > span.site-footer__corporate-copyright |
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#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.player > div.player__controls > div.player__progress > input#seek div.player > div.player__controls > div.player__progress > input#seek |
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.top-stories-hero__wrapper > div.top-stories-hero__column-1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column1 > div.story-card > a.story-card__thumbnail |
div.upper-featured-posts__wrapper > div.upper-featured-posts__column2 > div.story-card > a.story-card__thumbnail |
section#nbc_weather_widget-2 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a section#nbc_weather_widget-2 > div.nbc-weather-widget > div.nbc_owned_television_stations_weather_iframe > a |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.news-module > div.news-module__column > div.story-card > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
div.homepage-categories__row > div.homepage-categories__category > div.homepage-categories__category-item > a.story-card__thumbnail |
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.
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 |
|---|
WASHINGTON DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
METRO (WMATA) div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
HEALTH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
VIRGINIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
AIRLINES div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTHEAST DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
IN THE COMMUNITY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
THE SCENE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
METRO (WMATA) div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
METRO (WMATA) div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FOOD & DRINK div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NATIONAL ZOO div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FOOD & DRINK div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MILITARY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CRIME AND COURTS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
MENTAL HEALTH div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
ARLINGTON COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NATIONAL ZOO div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CAPITAL ONE ARENA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
4 MORE CONTEXT div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
4 MORE CONTEXT div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
4 MORE CONTEXT div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WORKING 4 YOU div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON DC div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
ARTIFICIAL INTELLIGENCE div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
GAMBLING div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
TRUMP ADMINISTRATION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DC FIRE AND EMS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
IMMIGRATION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NEWS4 I-TEAM div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
DC FIRE AND EMS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
IMMIGRATION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
STORM TEAM4 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON COMMANDERS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON COMMANDERS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON COMMANDERS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WASHINGTON COMMANDERS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
Send Feedback div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-1960845 > a |
FCC Applications div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-2457801 > a |
Terms of Service div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-3611817 > a |
Privacy Policy div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-1960824 > a |
Advertise with us div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-1960829 > a |
CA Notice div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-2368191 > a |
Ad Choices div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-1960827 > a |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | js-agent.newrelic.com/nr-rum-1.313.1.min.js line 1, col 17824 |
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 |
|---|---|
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "c_05ap16a" does not exist on source "composite" as specified by style layer "county_lines"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "coastlines" does not exist on source "composite" as specified by style layer "coastlines"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff line 1, col 952819 | Error: Source layer "glin_gl_mainlakes" does not exist on source "composite" as specified by style layer "Great Lakes Coastline"
at i._validateLayer (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1435349)
at i.<anonymous> (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1432327)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952463)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at Mt.fire (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:952781)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1338253
at o (https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:1335987)
at https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff:2:948674 |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 451 () | |
widgets.media.weather.com/wxwidget.loader.js?cid=369362872&ver=latest line 1, col 433873 | Uncaught (in promise) TypeError: Cannot read properties of null (reading 'clientHeight') |
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.nbcuniversal.com/privacy | here |
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#homepage > div#template-hero > div.hero-background > img.hero-background__img div#homepage > div#template-hero > div.hero-background > img.hero-background__img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo div.nbc_owned_television_stations_weather_iframe > a > div.weather-module-brand > img.widget_logo |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback