Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 20.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 29.3 MB (12.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 link(s) with no accessible 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/3cc4211f-408e-48f7-a68d-6ceceb000016)<a href="https://beavercheck.com/results/3cc4211f-408e-48f7-a68d-6ceceb000016"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnbcphiladelphia.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnbcphiladelphia.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 20.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
5 barrier(s) likely increasing bounce by ~29%.
Page takes 20.4s to load
+12% bounceUsers abandon at ~3s — you're 17.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 8.1s
+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
1 broken link(s) on the page
+2% 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.01/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$3.01 /mo
~$36 / 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,536 / year if left unfixed
$157,500
+8 more
$3.01 /mo
37667.8 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.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.06 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
16.68 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.
51.23 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.
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.
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 | |
|---|---|---|---|
PHILADELPHIA PHILLIES See all
PHILLIES NEWS
14 MINUTES AGO
Phillies place key … main#main > div#homepage > div.homepage-modules-wrap > div.news-module-background | /2023/05/usa_citizens_bank_park_phillies.jpg?quality=85&s... | 456.3 KiB | 247.0 KiB |
Wildwood, NJ, USA August 23 2013 Bikers ride on a crowded boardwalk, swerving b… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-1253351177.jpg?quality=85&strip=all&... | 93.3 KiB | 91.4 KiB |
XUMO_NBC_PHILADELPHIA_FAST_STREAM img.player__poster | /2024/06/Tile_NEW-NBC10PhilaNewsLogo_DM_v2_001.jpg?qualit... | 60.8 KiB | 49.2 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/CCD-072325_070.jpg?quality=85&strip=all&resize=8... | 59.3 KiB | 48.0 KiB |
San Diego, CA, USA – May 14, 2022: A Brink’s armored truck is seen on the stree… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/06/brinks.jpg?quality=85&strip=all&resize=850%2C478 | 40.9 KiB | 33.1 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/01/Weather-team.jpg?quality=85&strip=all&resize=850... | 39.7 KiB | 32.1 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/image-32-4.jpg?quality=85&strip=all&resize=850%2... | 25.7 KiB | 24.9 KiB |
“Glass Half Full” podcast featuring Scott Galloway. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | cdn.pathtosuccess.global/DV_GlobalPassback_Update_320x50.jpg | 26.6 KiB | 24.0 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 | 17.8 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/washington-township.png?resize=850%2C478&quality... | 21.7 KiB | 17.6 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-Philadelphia.png?fit=1920%2C1080&quality=85&... | 29.3 KiB | 16.7 KiB |
Police warn of rise in car thefts across South Jersey div.video-module__column > div.video-module__video > div.video-playlist__placeholder > img | /2026/04/47641385693-1080pnbcstations.jpg?quality=85&stri... | 17.8 KiB | 14.4 KiB |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | /2024/04/Philly-web@3x.png?fit=909%2C72&quality=85&strip=all | 4.7 KiB | 4.6 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| nbcphiladelphia.com/ | 755 ms |
| www.nbcphiladelphia.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 |
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 20.2 KiB | 19.8 KiB |
| html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6... | 20.8 KiB | 17.5 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.2 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 | 14.0 s |
| Other | 9.2 s |
| Script Parsing & Compilation | 1.8 s |
| Style & Layout | 1.5 s |
| Rendering | 589 ms |
| Parse HTML & CSS | 386 ms |
| Garbage Collection | 318 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 |
| The page has an unload handler in a sub 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 |
| s3.amazonaws.com/stackadapt_public/js/saimp.js | 6.3 KiB | 2.4 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Police warn of rise in car thefts across South Jersey div.video-module__column > div.video-module__video > div.video-playlist__placeholder > img | /2026/04/47641385693-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... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47614374689-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/washington-township.png?resize=850%2C478&quality... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/01/Weather-team.jpg?quality=85&strip=all&resize=850... |
San Diego, CA, USA – May 14, 2022: A Brink’s armored truck is seen on the stree… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/06/brinks.jpg?quality=85&strip=all&resize=850%2C478 |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/CCD-072325_070.jpg?quality=85&strip=all&resize=8... |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | /2024/04/Philly-web@3x.png?fit=909%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/Philadelphia_On_Light@3x-4.png?fit=405%2C120&qua... |
Rachel Reid, Jacob Tierney a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Apr 13, 2026; Philadelphia, Pennsylvania, USA; Philadelphia Phillies left field… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Keldon Johnson #3 of the San Antonio Spurs reacts. 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 | |
VJ Edgecombe a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
NBC10 Philadelphia div.site-footer__wrapper > div.site-footer__identity > a.site-footer__logo > img | /2024/08/WCAU_station_logo_light.png?fit=310%2C58&quality... |
NBC10 Philadelphia div.flyout-nav > div.flyout-nav__logo > a > img | /2024/08/WCAU_station_logo_light.png?fit=310%2C58&quality... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/09/RallyBusSchedule-2025-THURSDAY-1920x1080-1.jpg?q... |
Wildwood, NJ, USA August 23 2013 Bikers ride on a crowded boardwalk, swerving b… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-1253351177.jpg?quality=85&strip=all&... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/image-32-4.jpg?quality=85&strip=all&resize=850%2... |
Lineup announced for Camden County's 2026 summer concert series a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Local organization uses overtime hockey to raise awareness on sudden cardiac ar… a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Philly city council continues talks over tax to fund schools a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | |
Man accused of striking officers with car appears in court 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 | |
NFL Christmas Gameday signage on a blimp a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
David Howard Thornton a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
George W. Bush Jenna Bush Hager a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Garnet Hathaway a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Trevor Zegras, Dan Vladar a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Christian Dvorak, Travis Konecny a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Jamie Drysdale, Denver Barkey a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Apr 21, 2026; Chicago, Illinois, USA; Philadelphia Phillies pitcher Jesus Luzar… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Feb 16, 2025; Clearwater, FL, USA; Philadelphia Phillies president of baseball … a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
VJ Edgecombe a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Los Angeles Lakers center Deandre Ayton (5) reacts on the court after a three-p… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Spirit Airlines a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Abigail Spanberger, governor of Virginia, speaks. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Andre Drummond, Tyrese Maxey a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Nick Nurse, Elton Brand, Daryl Morey a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
VJ Edgecombe, Cooper Flagg 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
49° div > div.weather-widget > div.tonight-tomorrow > div.tonight |
TOMORROW
79° 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 |
|---|
Lineup announced for Camden County's 2026 summer concert series 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 |
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 |
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__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 |
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.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 |
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 |
|---|
Your Daily NBC10 Forecast div.site-header__wrap > div.site-header__trending > nav.site-header__trending-nav > a.site-header__trending-nav-item |
Expand div.site-header__wrap > div.site-header__trending > div.site-header__trending-toggle > button.trending-toggle |
NEW JERSEY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS BLOG 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 |
FIRST ALERT WEATHER div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CENTER CITY PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WILDWOOD div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS BLOG div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WILDWOOD div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PENNSYLVANIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NEW JERSEY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
RETAIL 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 |
NFL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
TELEVISION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CELEBRITY NEWS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
TODAY SHOW div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS ANALYSIS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS BLOG div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS ANALYSIS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS ANALYSIS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILLIES NEWS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILLIES ANALYSIS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILLIES NEWS 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 |
VJ EDGECOMBE 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 |
GAMBLING 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 |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SIXERS ANALYSIS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA DRAFT div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SIXERS NEWS 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 |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/24610.js line 20, col 84959 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| 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 |
|---|---|
/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 |
/wp-content/themes/nbc-station/client/build/js/jwPlayer.5... line 1, col 76550 | TypeError: Cannot read properties of null (reading 'getMPID')
at https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/jwPlayer.54e847bc590d4b75ede6.bundle.min.js:2:76551 |
/wp-content/themes/nbc-station/client/build/js/jwPlayer.5... line 1, col 76550 | TypeError: Cannot read properties of null (reading 'getMPID')
at https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/jwPlayer.54e847bc590d4b75ede6.bundle.min.js:2:76551 |
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.nbcuniversalprivacy.com/privacy#accordionheader5 | 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 |
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 |
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.20 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
814 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.020
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.95 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.
11.13 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.
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 | |
|---|---|---|---|
PHILADELPHIA PHILLIES See all
PHILLIES NEWS
13 MINUTES AGO
Phillies place key … main#main > div#homepage > div.homepage-modules-wrap > div.news-module-background | /2023/05/usa_citizens_bank_park_phillies.jpg?quality=85&s... | 456.3 KiB | 247.0 KiB |
span#4851630387138534138948 > div#google_image_div > a#aw0 > img.img_ad span#4851630387138534138948 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/1309688031629226426 | 209.4 KiB | 169.9 KiB |
span#4851630387138549799810 > div#google_image_div > a#aw0 > img.img_ad span#4851630387138549799810 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/6790102879259612663 | 208.5 KiB | 169.0 KiB |
Wildwood, NJ, USA August 23 2013 Bikers ride on a crowded boardwalk, swerving b… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-1253351177.jpg?quality=85&strip=all&... | 93.3 KiB | 86.8 KiB |
Garnet Hathaway a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/USA-Garnet-Hathaway.jpg?quality=85&strip=all&res... | 89.1 KiB | 82.6 KiB |
span#4851630387138548284362 > div#google_image_div > a#aw0 > img.img_ad span#4851630387138548284362 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/2131291810505350959 | 83.7 KiB | 71.5 KiB |
Christian Dvorak, Travis Konecny a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/USA-Christian-Dvorak-Travis-Konecny.jpg?quality=... | 72.3 KiB | 65.8 KiB |
span#4851630387138534138504 > div#google_image_div > a#aw0 > img.img_ad span#4851630387138534138504 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7674439451283222663 | 96.8 KiB | 57.3 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/CCD-072325_070.jpg?quality=85&strip=all&resize=8... | 59.3 KiB | 53.5 KiB |
XUMO_NBC_PHILADELPHIA_FAST_STREAM img.player__poster | /2024/06/Tile_NEW-NBC10PhilaNewsLogo_DM_v2_001.jpg?qualit... | 60.8 KiB | 53.3 KiB |
Trevor Zegras, Dan Vladar a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/USA-Trevor-Zegras-Dan-Vladar.jpg?quality=85&stri... | 58.8 KiB | 53.0 KiB |
Jamie Drysdale, Denver Barkey a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/USA-Jamie-Drysdale-Denver-Barkey.jpg?quality=85&... | 56.7 KiB | 51.2 KiB |
David Howard Thornton a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2233786561.jpg?quality=85&strip=all&... | 54.6 KiB | 49.2 KiB |
San Diego, CA, USA – May 14, 2022: A Brink’s armored truck is seen on the stree… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/06/brinks.jpg?quality=85&strip=all&resize=850%2C478 | 40.9 KiB | 36.9 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/01/Weather-team.jpg?quality=85&strip=all&resize=850... | 39.7 KiB | 35.8 KiB |
George W. Bush Jenna Bush Hager a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/web-260421-george-w-bush-jenna-bush-hager.jpg?qu... | 33.7 KiB | 30.4 KiB |
“Glass Half Full” podcast featuring Scott Galloway. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | media.nbcnewyork.com/2026/04/galloway.png?resize=850%2C478&quality=85&strip=all | 26.8 KiB | 24.2 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/image-32-4.jpg?quality=85&strip=all&resize=850%2... | 25.7 KiB | 23.2 KiB |
Rachel Reid, Jacob Tierney a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/image-47-4.jpg?quality=85&strip=all&resize=850%2... | 40.0 KiB | 22.1 KiB |
Philly city council continues talks over tax to fund schools a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47641937897-1080pnbcstations.jpg?quality=85&stri... | 22.9 KiB | 19.9 KiB |
NFL Christmas Gameday signage on a blimp a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/260422-nfl-netflix-getty.jpg?quality=85&strip=al... | 22.0 KiB | 19.8 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 | 12.2 KiB |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/washington-township.png?resize=850%2C478&quality... | 21.7 KiB | 12.0 KiB |
Lineup announced for Camden County's 2026 summer concert series a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47640354678-1080pnbcstations.jpg?quality=85&stri... | 13.0 KiB | 10.0 KiB |
Man accused of striking officers with car appears in court a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47639995284-1080pnbcstations.jpg?quality=85&stri... | 10.9 KiB | 8.4 KiB |
Local organization uses overtime hockey to raise awareness on sudden cardiac ar… a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47641985704-1080pnbcstations.jpg?quality=85&stri... | 7.0 KiB | 5.4 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/Philadelphia_On_Light@3x-4.png?fit=405%2C120&qua... | 9.1 KiB | 4.8 KiB |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | /2024/04/Philly-web@3x.png?fit=909%2C72&quality=85&strip=all | 4.7 KiB | 4.6 KiB |
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.
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-measurements9761.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.
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 |
|---|---|
| nbcphiladelphia.com/ | 205 ms |
| www.nbcphiladelphia.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.
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 | 4.5 s |
| Other | 2.8 s |
| Style & Layout | 615 ms |
| Script Parsing & Compilation | 549 ms |
| Rendering | 267 ms |
| Garbage Collection | 164 ms |
| Parse HTML & CSS | 110 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%} … | 20.2 KiB | 19.8 KiB |
| /wp-content/themes/nbc-station/client/build/css/jwPlayer.... | 22.7 KiB | 16.2 KiB |
| html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6... | 20.8 KiB | 16.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/47614374689-1080pnbcstations.jpg?quality=85&stri... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/washington-township.png?resize=850%2C478&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... |
Rachel Reid, Jacob Tierney a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/image-47-4.jpg?quality=85&strip=all&resize=850%2... |
Lineup announced for Camden County's 2026 summer concert series a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47640354678-1080pnbcstations.jpg?quality=85&stri... |
Local organization uses overtime hockey to raise awareness on sudden cardiac ar… a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47641985704-1080pnbcstations.jpg?quality=85&stri... |
Philly city council continues talks over tax to fund schools a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47641937897-1080pnbcstations.jpg?quality=85&stri... |
Man accused of striking officers with car appears in court a > div.video-thumbnail__video > div.video-thumbnail__image-wrapper > img | /2026/04/47639995284-1080pnbcstations.jpg?quality=85&stri... |
Watch div#home-fast-player > div.hp-livestream__title-container > div.hp-livestream__meta > img.hp-livestream__fast-logo | /2024/04/Philly-web@3x.png?fit=909%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/Philadelphia_On_Light@3x-4.png?fit=405%2C120&qua... |
Wildwood, NJ, USA August 23 2013 Bikers ride on a crowded boardwalk, swerving b… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-1253351177.jpg?quality=85&strip=all&... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/image-32-4.jpg?quality=85&strip=all&resize=850%2... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/01/Weather-team.jpg?quality=85&strip=all&resize=850... |
San Diego, CA, USA – May 14, 2022: A Brink’s armored truck is seen on the stree… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/06/brinks.jpg?quality=85&strip=all&resize=850%2C478 |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/CCD-072325_070.jpg?quality=85&strip=all&resize=8... |
“Glass Half Full” podcast featuring Scott Galloway. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | media.nbcnewyork.com/2026/04/galloway.png?resize=850%2C478&quality=85&strip=all |
NFL Christmas Gameday signage on a blimp a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/260422-nfl-netflix-getty.jpg?quality=85&strip=al... |
David Howard Thornton a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/GettyImages-2233786561.jpg?quality=85&strip=all&... |
George W. Bush Jenna Bush Hager a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/web-260421-george-w-bush-jenna-bush-hager.jpg?qu... |
Garnet Hathaway a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/USA-Garnet-Hathaway.jpg?quality=85&strip=all&res... |
Trevor Zegras, Dan Vladar a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/USA-Trevor-Zegras-Dan-Vladar.jpg?quality=85&stri... |
Christian Dvorak, Travis Konecny a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/USA-Christian-Dvorak-Travis-Konecny.jpg?quality=... |
Jamie Drysdale, Denver Barkey a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2026/04/USA-Jamie-Drysdale-Denver-Barkey.jpg?quality=85&... |
NBC10 Philadelphia div.site-footer__wrapper > div.site-footer__identity > a.site-footer__logo > img | /2024/08/WCAU_station_logo_light.png?fit=310%2C58&quality... |
NBC10 Philadelphia div.flyout-nav > div.flyout-nav__logo > a > img | /2024/08/WCAU_station_logo_light.png?fit=310%2C58&quality... |
a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | /2025/09/RallyBusSchedule-2025-THURSDAY-1920x1080-1.jpg?q... |
Apr 13, 2026; Philadelphia, Pennsylvania, USA; Philadelphia Phillies left field… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Apr 21, 2026; Chicago, Illinois, USA; Philadelphia Phillies pitcher Jesus Luzar… a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Feb 16, 2025; Clearwater, FL, USA; Philadelphia Phillies president of baseball … a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Keldon Johnson #3 of the San Antonio Spurs reacts. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
VJ Edgecombe a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
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 | |
Spirit Airlines a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Abigail Spanberger, governor of Virginia, speaks. a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
VJ Edgecombe a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Andre Drummond, Tyrese Maxey a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
Nick Nurse, Elton Brand, Daryl Morey a.story-card__thumbnail > div.imagewrap1 > div.imagewrap2 > img | |
VJ Edgecombe, Cooper Flagg 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 |
PHILADELPHIA 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 |
FLYERS BLOG div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
23 MINUTES AGO div.story-card > div.story-card__text > div.story-card__meta > span.story-card__meta-time |
MILITARY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
7 MINUTES AGO div.story-card > div.story-card__text > div.story-card__meta > span.story-card__meta-time |
TONIGHT
49° div > div.weather-widget > div.tonight-tomorrow > div.tonight |
TOMORROW
79° 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 |
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 |
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__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.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 |
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 |
|---|
VIDEOS nav.site-header__nav-sections > div.menu-primary-container > nav#primary-menu > a.menu-item |
NEW JERSEY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS BLOG 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 |
WILDWOOD div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PENNSYLVANIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SOUTH PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NEW JERSEY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
RETAIL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FIRST ALERT WEATHER div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CENTER CITY PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
WILDWOOD div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CAMDEN COUNTY div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS BLOG 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 |
NFL div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
TELEVISION div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
CELEBRITY NEWS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
TODAY SHOW div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILADELPHIA FLYERS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS ANALYSIS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS BLOG div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS ANALYSIS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
FLYERS ANALYSIS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILLIES NEWS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILLIES ANALYSIS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
PHILLIES NEWS 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 |
VJ EDGECOMBE 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 |
GAMBLING 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 |
DECISION 2026 div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SIXERS OBSERVATIONS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SIXERS ANALYSIS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
NBA DRAFT div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
SIXERS NEWS div.story-card__text > div.story-card__meta > span.story-card__meta-tag > a.story-card__meta-tag-link |
Privacy Policy div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-1979916 > a |
FCC Applications div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-2578140 > a |
Terms of Service div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-3853417 > a |
Advertise with us div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-1979922 > a |
Send Feedback div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-1979952 > a |
CA Notice div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-2475593 > a |
Ad Choices div.site-footer__wrapper > ul#menu-secondary-footer > li#menu-item-1979918 > 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 |
|---|---|
| Topics | micro.rubiconproject.com/prebid/dynamic/24610.js line 20, col 84959 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| 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 |
|---|---|
/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 |
/wp-content/themes/nbc-station/client/build/js/jwPlayer.5... line 1, col 76550 | TypeError: Cannot read properties of null (reading 'getMPID')
at https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/jwPlayer.54e847bc590d4b75ede6.bundle.min.js:2:76551 |
/wp-content/themes/nbc-station/client/build/js/jwPlayer.5... line 1, col 76550 | TypeError: Cannot read properties of null (reading 'getMPID')
at https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/jwPlayer.54e847bc590d4b75ede6.bundle.min.js:2:76551 |
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.nbcuniversalprivacy.com/privacy#accordionheader5 | 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 |
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 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback