Skip to content
https://nbcphiladelphia.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
6
REVIEW
2
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

25
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
82
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

Page Load Progression

1.1 s
2.2 s
3.2 s
4.3 s
5.4 s
6.5 s
7.6 s
8.6 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
12.0 MB transferred, 416 requests
FIX
12.0 MB transferred, 416 requests
Critical::
Page weighs 29.3 MB (12.0 MB transferred)
Warning::
JavaScript is 3.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.5 MB
Warning::
Images are 2.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.0 MB
Info::
Fonts are 377 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 377 KB
Warning::
416 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.5 g CO2 per page load
12.0 MB / 2.4 MB budget
12.0 MB transferred
416 requests
2.5 g CO2 per page load
Other 5.0 MiB 42%
JavaScript 3.5 MiB 30%
Images 2.0 MiB 17%
Other 831.8 KiB 7%
Fonts 377.3 KiB 3%
HTML 179.4 KiB 1%
CSS 57.2 KiB 0%
Other 33.4 KiB 0%
Other 1.3 KiB 0%
Other 451 B 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (12.0 MiB of 12.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
27253ms total JS execution
FIX
27253ms total JS execution
Warning::
https://ssl.p.jwpcdn.com/player/v/8.30.1/jwplayer....: 6206ms CPU time
Warning::
Unattributable: 3195ms CPU time
Warning::
https://widgets-blue.media.weather.com/wxwidget.mo...: 3057ms CPU time
Warning::
https://www.nbcphiladelphia.com/: 2419ms CPU time
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 2207ms CPU time
Warning::
Third-party scripts: 27253ms (100% of total)

Main Thread Breakdown

Script Evaluation 50% Other 33% Script Parsing & Compilation 7% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
https://ssl.p.jwpcdn.com/player/v/8.30.1/jwplayer.core.js6206ms219ms17ms3rd
Unattributable3195ms1070ms0ms3rd
https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff3057ms2493ms304ms3rd
https://www.nbcphiladelphia.com/2419ms224ms55ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=310980082207ms1923ms78ms3rd
https://id.nbcuni.com/websdk/v2/identity-sdk.min.js?ver=0.11573ms1325ms100ms3rd
https://ssl.p.jwpcdn.com/player/v/8.30.1/provider.hlsjs.js1097ms848ms47ms3rd
https://cdn.doubleverify.com/dv-measurements9761.js780ms612ms150ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js474ms418ms40ms3rd
https://cdn.taboola.com/libtrc/nbcots-network/loader.js445ms244ms172ms3rd

Showing top 10 of 42 scripts

F
JS Bundles
Action
97 scripts, 1.4 MB unused
FIX
97 scripts, 1.4 MB unused
Warning::
https://widgets-blue.media.weather.com/wxwidget.mo...: 242 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.taboola.com/libtrc/nbcots-network/load...: 213 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://id.nbcuni.com/websdk/v2/identity-sdk.min.j...: 158 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 86 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://widgets-blue.media.weather.com/wxwidget.co...: 76 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1452 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff420 KB242 KB (58%)3rd
https://cdn.taboola.com/libtrc/nbcots-network/loader.js328 KB213 KB (65%)3rd
https://id.nbcuni.com/websdk/v2/identity-sdk.min.js?ver=0.1210 KB158 KB (75%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008188 KB86 KB (46%)3rd
https://widgets-blue.media.weather.com/wxwidget.common.js?cid=369362872&v=6eb3ef3d10ae586673ff187 KB76 KB (41%)3rd
https://native.sharethrough.com/assets/sfp.js127 KB64 KB (51%)3rd
https://cdn.cookielaw.org/scripttemplates/202309.1.0/otBannerSdk.js102 KB56 KB (55%)3rd
https://ssl.p.jwpcdn.com/player/v/8.30.1/provider.hlsjs.js114 KB54 KB (49%)3rd
https://widgets-blue.media.weather.com/wxwidget.loader.js?cid=369362872157 KB54 KB (34%)3rd
https://widgets.media.weather.com/wxwidget.loader.js?cid=369362872&ver=latest157 KB53 KB (34%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
416 resources · 12.0 MB · 1.4 MB savings available
FIX
416 resources · 12.0 MB · 1.4 MB savings available
Warning::
Page weight 11.0 MB over 1MB target
Got: 12.0 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Warning::
415 third-party resources (100% of weight)
Info::
12 resources over 200KB
416 resources · 12.0 MiB · 415 third-party 11.0 MiB over 1MB target
Media 41% · 4.9 MiB
JavaScript 30% · 3.5 MiB
Image 18% · 2.1 MiB
Other 7% · 872.8 KiB
Font 3% · 377.3 KiB
Document 1% · 180.8 KiB
CSS 0% · 61.0 KiB

~1.4 MiB of savings available

Remove unused JavaScript: 1.4 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
90 images, 0 KB saveable
REVIEW
90 images, 0 KB saveable
Warning::
https://media.nbcphiladelphia.com/2025/09/RallyBus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2026/01/Weather-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2026/04/washingt... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2026/04/47641385... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcmiami.com/2026/04/GettyImages-227... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2019/09/Philadel... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2026/04/GettyIma... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2026/04/47614374... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2024/04/Philly-w... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2026/04/image-32... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2026/04/CCD-0723... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2024/08/WCAU_sta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://media.nbcphiladelphia.com/2025/06/brinks.j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
90 images 2.0 MB
0 oversized -0 KB
53 legacy format
14 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
9 fonts (377 KB)
PASS
9 fonts (377 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

377 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 6.7 s LCP 20.4 shttps://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Regular.woff2ArthouseOwned-Regular.w... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Regular.woff2 — 50.7 KiB — 64 ms — font-display: swaphttps://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Bold.woff2ArthouseOwned-Bold.woff2 https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Bold.woff2 — 52.0 KiB — 56 ms — font-display: swaphttps://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Black.woff2ArthouseOwned-Black.woff2 https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Black.woff2 — 47.4 KiB — 40 ms — font-display: swaphttps://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/Roboto-Bold.woff2Roboto-Bold.woff2 https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/Roboto-Bold.woff2 — 11.0 KiB — 42 ms — font-display: swaphttps://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Medium.woff2ArthouseOwned-Medium.woff2 https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Medium.woff2 — 51.4 KiB — 20 ms — font-display: swaphttps://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/Roboto-Regular.woff2Roboto-Regular.woff2 https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/Roboto-Regular.woff2 — 11.0 KiB — 21 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 6 ms — font-display: swaphttps://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/HostGrotesk-Bold.ttfHostGrotesk-Bold.ttf https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/HostGrotesk-Bold.ttf — 58.6 KiB — 43 ms — font-display: swaphttps://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/HostGrotesk-Regular.ttfHostGrotesk-Regular.ttf https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/HostGrotesk-Regular.ttf — 58.7 KiB — 57 ms — font-display: swap
ArthouseOwned-Regular.w... woff2 swap
Size 51 KB
Load time 64 ms
Start 371 ms
Risk FOUT — text flashes from fallback to web font
ArthouseOwned-Bold.woff2 woff2 swap
Size 52 KB
Load time 56 ms
Start 371 ms
Risk FOUT — text flashes from fallback to web font
ArthouseOwned-Black.woff2 woff2 swap
Size 47 KB
Load time 40 ms
Start 372 ms
Risk FOUT — text flashes from fallback to web font
Roboto-Bold.woff2 woff2 swap
Size 11 KB
Load time 42 ms
Start 372 ms
Risk FOUT — text flashes from fallback to web font
ArthouseOwned-Medium.woff2 woff2 swap
Size 51 KB
Load time 20 ms
Start 458 ms
Risk FOUT — text flashes from fallback to web font
Roboto-Regular.woff2 woff2 swap
Size 11 KB
Load time 21 ms
Start 641 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 6 ms
Start 873 ms
Risk FOUT — text flashes from fallback to web font
HostGrotesk-Bold.ttf ttf swap
Size 59 KB
Load time 43 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
HostGrotesk-Regular.ttf ttf swap
Size 59 KB
Load time 57 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~35 KB and ~70 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
7 hints, 0 missing preconnects
PASS
7 hints, 0 missing preconnects
Info::
Page uses 7 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
7
prefetch

7 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
416 requests over 7804ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 6.7 s LCP 20.4 shttps://nbcphiladelphia.com// https://nbcphiladelphia.com/ — 301 — 244 B — 14 ms — http/1.1https://www.nbcphiladelphia.com/www.nbcphiladelphia.com/ https://www.nbcphiladelphia.com/ — 200 — 91.4 KiB — 67 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/home.6de9634901990e4a86cc.min.csswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/home.6de9634901990e4a86cc.min.css — 200 — 17.4 KiB — 26 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/jwPlayer.2381328b8c7e3a5f4968.min.csswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/jwPlayer.2381328b8c7e3a5f4968.min.css — 200 — 22.9 KiB — 31 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/unifiedIdentity.6a85f822e2e408c1e2e8.min.csswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/unifiedIdentity.6a85f822e2e408c1e2e8.min.css — 200 — 3.3 KiB — 30 ms — h2https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=202617ak.sail-horizon.com/spm/spm.v1.min.... https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=202617 — 200 — 48.1 KiB — 35 ms — h2https://id.nbcuni.com/websdk/v2/identity-sdk.min.js?ver=0.1id.nbcuni.com/websdk/v2/identity-sd... https://id.nbcuni.com/websdk/v2/identity-sdk.min.js?ver=0.1 — 200 — 210.3 KiB — 43 ms — h2https://www.nbcphiladelphia.com/wp-content/plugins/ad-layers-nbc/js/ad-layers-dfp.js?ver=0.0.10www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/plugins/ad-layers-nbc/js/ad-layers-dfp.js?ver=0.0.10 — 200 — 1.6 KiB — 37 ms — h2https://www.nbcphiladelphia.com/wp-content/plugins/ad-layers-nbc/js/ad-layers.js?ver=0.0.10www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/plugins/ad-layers-nbc/js/ad-layers.js?ver=0.0.10 — 200 — 814 B — 38 ms — h2https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js?ver=1.0.2sb.scorecardresearch.com/c2/plugins... https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js?ver=1.0.2 — 302 — 279 B — 61 ms — h2https://media.nbcphiladelphia.com/2019/09/OTT-Philadelphia.png?fit=1920%2C1080&quality=85&strip=all&w=800&h=229&crop=1media.nbcphiladelphia.com/2019/09/O... https://media.nbcphiladelphia.com/2019/09/OTT-Philadelphia.png?fit=1920%2C1080&quality=85&strip=all&w=800&h=229&crop=1 — 200 — 29.6 KiB — 48 ms — h2https://media.nbcphiladelphia.com/2019/09/Philadelphia_On_Light@3x-4.png?fit=405%2C120&quality=85&strip=allmedia.nbcphiladelphia.com/2019/09/P... https://media.nbcphiladelphia.com/2019/09/Philadelphia_On_Light@3x-4.png?fit=405%2C120&quality=85&strip=all — 200 — 9.4 KiB — 48 ms — h2https://cdn.cookielaw.org/opt-out/otCCPAiab.jscdn.cookielaw.org/opt-out/otCCPAiab... https://cdn.cookielaw.org/opt-out/otCCPAiab.js — 200 — 6.4 KiB — 47 ms — h2https://cdn.cookielaw.org/consent/4ef4e955-b2be-4ddd-8fdc-259c8d8fee7a/otSDKStub.jscdn.cookielaw.org/consent/4ef4e955-... https://cdn.cookielaw.org/consent/4ef4e955-b2be-4ddd-8fdc-259c8d8fee7a/otSDKStub.js — 200 — 7.4 KiB — 33 ms — h2https://sb.scorecardresearch.com/internal-c2/default/streamingtag_plugin_jwplayer.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-c2/default/streamingtag_plugin_jwplayer.js — 200 — 53.9 KiB — 12 ms — h2https://media.nbcphiladelphia.com/2024/08/WCAU_station_logo_light.png?fit=310%2C58&quality=85&strip=allmedia.nbcphiladelphia.com/2024/08/W... https://media.nbcphiladelphia.com/2024/08/WCAU_station_logo_light.png?fit=310%2C58&quality=85&strip=all — 200 — 3.2 KiB — 19 ms — h2https://www.nbcphiladelphia.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6www.nbcphiladelphia.com/wp-includes... https://www.nbcphiladelphia.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 1.9 KiB — 124 ms — h2https://www.nbcphiladelphia.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6www.nbcphiladelphia.com/wp-includes... https://www.nbcphiladelphia.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 3.8 KiB — 124 ms — h2https://api.sail-personalize.com/v1/personalize/simple?pageviews=1&isMobile=1api.sail-personalize.com/v1/persona... https://api.sail-personalize.com/v1/personalize/simple?pageviews=1&isMobile=1 — 200 — 0 B — 51 ms — h2https://www.nbcphiladelphia.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0www.nbcphiladelphia.com/wp-includes... https://www.nbcphiladelphia.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 14.6 KiB — 103 ms — h2https://www.nbcphiladelphia.com/wp-includes/js/dist/url.min.js?ver=c2964167dfe2477c14eawww.nbcphiladelphia.com/wp-includes... https://www.nbcphiladelphia.com/wp-includes/js/dist/url.min.js?ver=c2964167dfe2477c14ea — 200 — 4.1 KiB — 194 ms — h2https://www.nbcphiladelphia.com/wp-includes/js/dist/api-fetch.min.js?ver=3623a576c78df404ff20www.nbcphiladelphia.com/wp-includes... https://www.nbcphiladelphia.com/wp-includes/js/dist/api-fetch.min.js?ver=3623a576c78df404ff20 — 200 — 2.6 KiB — 156 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/common.618b60db962f0a07ebcc.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/common.618b60db962f0a07ebcc.bundle.min.js — 200 — 24.7 KiB — 86 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/static/video/videoHeartbeat/VideoHeartbeat.min.js?ver=1.0.2www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/static/video/videoHeartbeat/VideoHeartbeat.min.js?ver=1.0.2 — 200 — 33.7 KiB — 178 ms — h2https://widgets.media.weather.com/wxwidget.loader.js?cid=369362872&ver=latestwidgets.media.weather.com/wxwidget.... https://widgets.media.weather.com/wxwidget.loader.js?cid=369362872&ver=latest — 200 — 157.4 KiB — 51 ms — h2https://micro.rubiconproject.com/prebid/dynamic/24610.jsmicro.rubiconproject.com/prebid/dyn... https://micro.rubiconproject.com/prebid/dynamic/24610.js — 200 — 116.1 KiB — 43 ms — h2https://media.nbcphiladelphia.com/2024/08/WCAU_station_logo_dark.png?fit=309%2C58&quality=85&strip=all&w=426&h=80media.nbcphiladelphia.com/2024/08/W... https://media.nbcphiladelphia.com/2024/08/WCAU_station_logo_dark.png?fit=309%2C58&quality=85&strip=all&w=426&h=80 — 200 — 2.3 KiB — 40 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/global.69066530e10f3389ff14.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/global.69066530e10f3389ff14.bundle.min.js — 200 — 11.8 KiB — 82 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/home.5b3b6c9f8371f5116579.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/home.5b3b6c9f8371f5116579.bundle.min.js — 200 — 33.0 KiB — 102 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/flyoutNav.43634ff7c2729442eb4b.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/flyoutNav.43634ff7c2729442eb4b.bundle.min.js — 200 — 2.9 KiB — 83 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 6.7 s LCP 20.4 shttps://nbcphiladelphia.com// https://nbcphiladelphia.com/ — 301 — 244 B — 14 ms — http/1.1https://www.nbcphiladelphia.com/www.nbcphiladelphia.com/ https://www.nbcphiladelphia.com/ — 200 — 91.4 KiB — 67 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/home.6de9634901990e4a86cc.min.csswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/home.6de9634901990e4a86cc.min.css — 200 — 17.4 KiB — 26 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/jwPlayer.2381328b8c7e3a5f4968.min.csswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/jwPlayer.2381328b8c7e3a5f4968.min.css — 200 — 22.9 KiB — 31 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/unifiedIdentity.6a85f822e2e408c1e2e8.min.csswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/unifiedIdentity.6a85f822e2e408c1e2e8.min.css — 200 — 3.3 KiB — 30 ms — h2https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=202617ak.sail-horizon.com/spm/spm.v1.min.... https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=202617 — 200 — 48.1 KiB — 35 ms — h2https://id.nbcuni.com/websdk/v2/identity-sdk.min.js?ver=0.1id.nbcuni.com/websdk/v2/identity-sd... https://id.nbcuni.com/websdk/v2/identity-sdk.min.js?ver=0.1 — 200 — 210.3 KiB — 43 ms — h2https://www.nbcphiladelphia.com/wp-content/plugins/ad-layers-nbc/js/ad-layers-dfp.js?ver=0.0.10www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/plugins/ad-layers-nbc/js/ad-layers-dfp.js?ver=0.0.10 — 200 — 1.6 KiB — 37 ms — h2https://www.nbcphiladelphia.com/wp-content/plugins/ad-layers-nbc/js/ad-layers.js?ver=0.0.10www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/plugins/ad-layers-nbc/js/ad-layers.js?ver=0.0.10 — 200 — 814 B — 38 ms — h2https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js?ver=1.0.2sb.scorecardresearch.com/c2/plugins... https://sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js?ver=1.0.2 — 302 — 279 B — 61 ms — h2https://media.nbcphiladelphia.com/2019/09/OTT-Philadelphia.png?fit=1920%2C1080&quality=85&strip=all&w=800&h=229&crop=1media.nbcphiladelphia.com/2019/09/O... https://media.nbcphiladelphia.com/2019/09/OTT-Philadelphia.png?fit=1920%2C1080&quality=85&strip=all&w=800&h=229&crop=1 — 200 — 29.6 KiB — 48 ms — h2https://media.nbcphiladelphia.com/2019/09/Philadelphia_On_Light@3x-4.png?fit=405%2C120&quality=85&strip=allmedia.nbcphiladelphia.com/2019/09/P... https://media.nbcphiladelphia.com/2019/09/Philadelphia_On_Light@3x-4.png?fit=405%2C120&quality=85&strip=all — 200 — 9.4 KiB — 48 ms — h2https://cdn.cookielaw.org/opt-out/otCCPAiab.jscdn.cookielaw.org/opt-out/otCCPAiab... https://cdn.cookielaw.org/opt-out/otCCPAiab.js — 200 — 6.4 KiB — 47 ms — h2https://cdn.cookielaw.org/consent/4ef4e955-b2be-4ddd-8fdc-259c8d8fee7a/otSDKStub.jscdn.cookielaw.org/consent/4ef4e955-... https://cdn.cookielaw.org/consent/4ef4e955-b2be-4ddd-8fdc-259c8d8fee7a/otSDKStub.js — 200 — 7.4 KiB — 33 ms — h2https://sb.scorecardresearch.com/internal-c2/default/streamingtag_plugin_jwplayer.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-c2/default/streamingtag_plugin_jwplayer.js — 200 — 53.9 KiB — 12 ms — h2https://media.nbcphiladelphia.com/2024/08/WCAU_station_logo_light.png?fit=310%2C58&quality=85&strip=allmedia.nbcphiladelphia.com/2024/08/W... https://media.nbcphiladelphia.com/2024/08/WCAU_station_logo_light.png?fit=310%2C58&quality=85&strip=all — 200 — 3.2 KiB — 19 ms — h2https://www.nbcphiladelphia.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6www.nbcphiladelphia.com/wp-includes... https://www.nbcphiladelphia.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 1.9 KiB — 124 ms — h2https://www.nbcphiladelphia.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6www.nbcphiladelphia.com/wp-includes... https://www.nbcphiladelphia.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 3.8 KiB — 124 ms — h2https://api.sail-personalize.com/v1/personalize/simple?pageviews=1&isMobile=1api.sail-personalize.com/v1/persona... https://api.sail-personalize.com/v1/personalize/simple?pageviews=1&isMobile=1 — 200 — 0 B — 51 ms — h2https://www.nbcphiladelphia.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0www.nbcphiladelphia.com/wp-includes... https://www.nbcphiladelphia.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 14.6 KiB — 103 ms — h2https://www.nbcphiladelphia.com/wp-includes/js/dist/url.min.js?ver=c2964167dfe2477c14eawww.nbcphiladelphia.com/wp-includes... https://www.nbcphiladelphia.com/wp-includes/js/dist/url.min.js?ver=c2964167dfe2477c14ea — 200 — 4.1 KiB — 194 ms — h2https://www.nbcphiladelphia.com/wp-includes/js/dist/api-fetch.min.js?ver=3623a576c78df404ff20www.nbcphiladelphia.com/wp-includes... https://www.nbcphiladelphia.com/wp-includes/js/dist/api-fetch.min.js?ver=3623a576c78df404ff20 — 200 — 2.6 KiB — 156 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/common.618b60db962f0a07ebcc.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/common.618b60db962f0a07ebcc.bundle.min.js — 200 — 24.7 KiB — 86 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/static/video/videoHeartbeat/VideoHeartbeat.min.js?ver=1.0.2www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/static/video/videoHeartbeat/VideoHeartbeat.min.js?ver=1.0.2 — 200 — 33.7 KiB — 178 ms — h2https://widgets.media.weather.com/wxwidget.loader.js?cid=369362872&ver=latestwidgets.media.weather.com/wxwidget.... https://widgets.media.weather.com/wxwidget.loader.js?cid=369362872&ver=latest — 200 — 157.4 KiB — 51 ms — h2https://micro.rubiconproject.com/prebid/dynamic/24610.jsmicro.rubiconproject.com/prebid/dyn... https://micro.rubiconproject.com/prebid/dynamic/24610.js — 200 — 116.1 KiB — 43 ms — h2https://media.nbcphiladelphia.com/2024/08/WCAU_station_logo_dark.png?fit=309%2C58&quality=85&strip=all&w=426&h=80media.nbcphiladelphia.com/2024/08/W... https://media.nbcphiladelphia.com/2024/08/WCAU_station_logo_dark.png?fit=309%2C58&quality=85&strip=all&w=426&h=80 — 200 — 2.3 KiB — 40 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/global.69066530e10f3389ff14.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/global.69066530e10f3389ff14.bundle.min.js — 200 — 11.8 KiB — 82 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/home.5b3b6c9f8371f5116579.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/home.5b3b6c9f8371f5116579.bundle.min.js — 200 — 33.0 KiB — 102 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/flyoutNav.43634ff7c2729442eb4b.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/flyoutNav.43634ff7c2729442eb4b.bundle.min.js — 200 — 2.9 KiB — 83 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/jwPlayer.54e847bc590d4b75ede6.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/jwPlayer.54e847bc590d4b75ede6.bundle.min.js — 200 — 27.6 KiB — 117 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/weatherConditions.b52d05603059fadd11d3.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/weatherConditions.b52d05603059fadd11d3.bundle.min.js — 200 — 7.5 KiB — 84 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/webVitals.e650750a683a6be2b9e9.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/webVitals.e650750a683a6be2b9e9.bundle.min.js — 200 — 2.2 KiB — 91 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/unifiedIdentity.1b3e95a90dd36331052e.bundle.min.jswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/js/unifiedIdentity.1b3e95a90dd36331052e.bundle.min.js — 200 — 4.2 KiB — 85 ms — h2https://assets.adobedtm.com/a2ef59fba8e9/3ba8c6b033ff/launch-6a742ce4ddf5.min.jsassets.adobedtm.com/a2ef59fba8e9/3b... https://assets.adobedtm.com/a2ef59fba8e9/3ba8c6b033ff/launch-6a742ce4ddf5.min.js — 200 — 68.9 KiB — 32 ms — h2https://native.sharethrough.com/assets/sfp.jsnative.sharethrough.com/assets/sfp.... https://native.sharethrough.com/assets/sfp.js — 200 — 127.0 KiB — 44 ms — h2https://js-sec.indexww.com/ht/p/185796-256714881512110.jsjs-sec.indexww.com/ht/p/185796-2567... https://js-sec.indexww.com/ht/p/185796-256714881512110.js — 200 — 32.6 KiB — 54 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 27 ms — h2https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.0 KiB — 52 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/weatherConditions.5d28482f682d84da68e8.min.csswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/weatherConditions.5d28482f682d84da68e8.min.css — 200 — 1.8 KiB — 82 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/footer.ace3c22a923b180ffa39.min.csswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/footer.ace3c22a923b180ffa39.min.css — 200 — 3.0 KiB — 88 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/flyoutNav.7064f6c03e07a99d5032.min.csswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/flyoutNav.7064f6c03e07a99d5032.min.css — 200 — 2.0 KiB — 89 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/weatherIcons.04ad80f6dd854170fd37.min.csswww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/css/weatherIcons.04ad80f6dd854170fd37.min.css — 200 — 767 B — 82 ms — h2data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yM…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yM… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ib… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjkiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwM…data:image/svg+xml;base64,PHN2ZyBoZ... data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjkiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwM… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yM…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yM… — 200 — 0 B — 0 ms — datahttps://api.sail-personalize.com/v1/personalize/simple?pageviews=1&isMobile=1api.sail-personalize.com/v1/persona... https://api.sail-personalize.com/v1/personalize/simple?pageviews=1&isMobile=1 — 200 — 497 B — 17 ms — h2https://media.nbcphiladelphia.com/2026/04/washington-township.png?resize=850%2C478&quality=85&strip=allmedia.nbcphiladelphia.com/2026/04/w... https://media.nbcphiladelphia.com/2026/04/washington-township.png?resize=850%2C478&quality=85&strip=all — 200 — 22.0 KiB — 22 ms — h2https://media.nbcphiladelphia.com/2026/01/Weather-team.jpg?quality=85&strip=all&resize=850%2C478media.nbcphiladelphia.com/2026/01/W... https://media.nbcphiladelphia.com/2026/01/Weather-team.jpg?quality=85&strip=all&resize=850%2C478 — 200 — 40.0 KiB — 62 ms — h2https://media.nbcphiladelphia.com/2025/06/brinks.jpg?quality=85&strip=all&resize=850%2C478media.nbcphiladelphia.com/2025/06/b... https://media.nbcphiladelphia.com/2025/06/brinks.jpg?quality=85&strip=all&resize=850%2C478 — 200 — 41.2 KiB — 61 ms — h2https://media.nbcphiladelphia.com/2026/04/CCD-072325_070.jpg?quality=85&strip=all&resize=850%2C478media.nbcphiladelphia.com/2026/04/C... https://media.nbcphiladelphia.com/2026/04/CCD-072325_070.jpg?quality=85&strip=all&resize=850%2C478 — 200 — 59.6 KiB — 70 ms — h2https://media.nbcphiladelphia.com/2026/04/GettyImages-1253351177.jpg?quality=85&strip=all&resize=850%2C478media.nbcphiladelphia.com/2026/04/G... https://media.nbcphiladelphia.com/2026/04/GettyImages-1253351177.jpg?quality=85&strip=all&resize=850%2C478 — 200 — 93.7 KiB — 68 ms — h2https://media.nbcphiladelphia.com/2026/04/image-32-4.jpg?quality=85&strip=all&resize=850%2C478media.nbcphiladelphia.com/2026/04/i... https://media.nbcphiladelphia.com/2026/04/image-32-4.jpg?quality=85&strip=all&resize=850%2C478 — 200 — 26.0 KiB — 28 ms — h2https://media.nbcmiami.com/2026/04/GettyImages-2271742046-e1776890280945.jpg?quality=85&strip=all&resize=850%2C478media.nbcmiami.com/2026/04/GettyIma... https://media.nbcmiami.com/2026/04/GettyImages-2271742046-e1776890280945.jpg?quality=85&strip=all&resize=850%2C478 — 200 — 22.4 KiB — 79 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Regular.woff2www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Regular.woff2 — 200 — 50.7 KiB — 64 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Bold.woff2www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Bold.woff2 — 200 — 52.0 KiB — 56 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Black.woff2www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Black.woff2 — 200 — 47.4 KiB — 40 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/Roboto-Bold.woff2www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/Roboto-Bold.woff2 — 200 — 11.0 KiB — 42 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/dnsfeedgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location/dnsfeed — 200 — 226 B — 56 ms — h2https://media.nbcphiladelphia.com/2023/05/usa_citizens_bank_park_phillies.jpg?quality=85&strip=all&fit=1500%2C857media.nbcphiladelphia.com/2023/05/u... https://media.nbcphiladelphia.com/2023/05/usa_citizens_bank_park_phillies.jpg?quality=85&strip=all&fit=1500%2C857 — 200 — 456.8 KiB — 75 ms — h2https://media.nbcphiladelphia.com/2024/10/Tyrese-Maxey-USATSI.jpg?quality=85&strip=all&fit=1488%2C837media.nbcphiladelphia.com/2024/10/T... https://media.nbcphiladelphia.com/2024/10/Tyrese-Maxey-USATSI.jpg?quality=85&strip=all&fit=1488%2C837 — 200 — 113.3 KiB — 82 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzM…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzM… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ib… — 200 — 0 B — 0 ms — datahttps://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Medium.woff2www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/ArthouseOwned-Medium.woff2 — 200 — 51.4 KiB — 20 ms — h2https://cdn.cookielaw.org/consent/4ef4e955-b2be-4ddd-8fdc-259c8d8fee7a/4ef4e955-b2be-4ddd-8fdc-259c8d8fee7a.jsoncdn.cookielaw.org/consent/4ef4e955-... https://cdn.cookielaw.org/consent/4ef4e955-b2be-4ddd-8fdc-259c8d8fee7a/4ef4e955-b2be-4ddd-8fdc-259c8d8fee7a.json — 200 — 2.1 KiB — 23 ms — h2https://sb.scorecardresearch.com/beacon.jssb.scorecardresearch.com/beacon.js https://sb.scorecardresearch.com/beacon.js — 200 — 6.8 KiB — 6 ms — h2https://cdn.taboola.com/libtrc/nbcots-network/loader.jscdn.taboola.com/libtrc/nbcots-netwo... https://cdn.taboola.com/libtrc/nbcots-network/loader.js — 200 — 327.9 KiB — 42 ms — h2https://c2.taboola.com/nr/nbcots-wcau/newsroom.jsc2.taboola.com/nr/nbcots-wcau/newsr... https://c2.taboola.com/nr/nbcots-wcau/newsroom.js — 200 — 18.1 KiB — 34 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 286 B — 19 ms — h2data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzN…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzN… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ib…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ib… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yM…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yM… — 200 — 0 B — 0 ms — datahttps://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/Roboto-Regular.woff2www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/Roboto-Regular.woff2 — 200 — 11.0 KiB — 21 ms — h2https://cdn.cookielaw.org/scripttemplates/202309.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202309.1.0/otBannerSdk.js — 200 — 102.4 KiB — 16 ms — h2https://cdn.branch.io/branch-latest.min.jscdn.branch.io/branch-latest.min.js https://cdn.branch.io/branch-latest.min.js — 200 — 23.5 KiB — 13 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.3.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=A8AB776A5245B4220A490D44%40AdobeOrg&d_nsid=0&ts=1776901230007dpm.demdex.net/id?d_visid_ver=5.3.0... https://dpm.demdex.net/id?d_visid_ver=5.3.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=A8AB776A5245B4220A490D44%40AdobeOrg&d_nsid=0&ts=1776901230007 — 200 — 1.1 KiB — 30 ms — h2https://assets.adobedtm.com/extensions/EPb56e12d7054b4acea984e91c910051cc/AppMeasurement.min.jsassets.adobedtm.com/extensions/EPb5... https://assets.adobedtm.com/extensions/EPb56e12d7054b4acea984e91c910051cc/AppMeasurement.min.js — 200 — 12.2 KiB — 9 ms — h2https://assets.adobedtm.com/extensions/EPb56e12d7054b4acea984e91c910051cc/AppMeasurement_Module_ActivityMap.min.jsassets.adobedtm.com/extensions/EPb5... https://assets.adobedtm.com/extensions/EPb56e12d7054b4acea984e91c910051cc/AppMeasurement_Module_ActivityMap.min.js — 200 — 1.8 KiB — 6 ms — h2https://fonts.googleapis.com/css2?family=Roboto:wght@700,500,300&display=swapfonts.googleapis.com/css2?family=Ro... https://fonts.googleapis.com/css2?family=Roboto:wght@700,500,300&display=swap — -1 — 0 B — 122 ms — https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:wght@300;700&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:wght@300;700&display=swap — 200 — 2.2 KiB — 38 ms — h2https://static.criteo.net/js/ld/publishertag.jsstatic.criteo.net/js/ld/publisherta... https://static.criteo.net/js/ld/publishertag.js — 200 — 47.6 KiB — 37 ms — h2https://match.adsrvr.org/track/rid?ttd_pid=casale&fmt=json&p=185796match.adsrvr.org/track/rid?ttd_pid=... https://match.adsrvr.org/track/rid?ttd_pid=casale&fmt=json&p=185796 — 200 — 580 B — 29 ms — h2https://id.sv.rkdms.com/identity/?vendor=idsv2&sv_cid=5274_04512&sv_pubid=NBCLOCAL&sv_domain=www.nbcphiladelphia.comid.sv.rkdms.com/identity/?vendor=id... https://id.sv.rkdms.com/identity/?vendor=idsv2&sv_cid=5274_04512&sv_pubid=NBCLOCAL&sv_domain=www.nbcphiladelphia.com — 200 — 277 B — 58 ms — h2https://api.rlcdn.com/api/identity?pid=2&rt=envelopeapi.rlcdn.com/api/identity?pid=2&rt... https://api.rlcdn.com/api/identity?pid=2&rt=envelope — 204 — 285 B — 62 ms — h2https://pixel.wp.com/g.gif?v=ext&blog=165596172&post=0&tz=-4&srv=www.nbcphiladelphia.com&arch_home=1&hp=vip&j=1%3A15.5-beta&host=www.nbcphiladelphia.com&ref=&fcp=0&rand=0.21119720028234867pixel.wp.com/g.gif?v=ext&blog=16559... https://pixel.wp.com/g.gif?v=ext&blog=165596172&post=0&tz=-4&srv=www.nbcphiladelphia.com&arch_home=1&hp=vip&j=1%3A15.5-beta&host=www.nbcphiladelphia.com&ref=&fcp=0&rand=0.21119720028234867 — 200 — 177 B — 5 ms — h2https://media.nbcphiladelphia.com/2024/06/Tile_NEW-NBC10PhilaNewsLogo_DM_v2_001.jpg?quality=85&strip=all&resize=850%2C478media.nbcphiladelphia.com/2024/06/T... https://media.nbcphiladelphia.com/2024/06/Tile_NEW-NBC10PhilaNewsLogo_DM_v2_001.jpg?quality=85&strip=all&resize=850%2C478 — 200 — 61.2 KiB — 26 ms — h2https://media.nbcphiladelphia.com/2024/04/Philly-web@3x.png?fit=909%2C72&quality=85&strip=allmedia.nbcphiladelphia.com/2024/04/P... https://media.nbcphiladelphia.com/2024/04/Philly-web@3x.png?fit=909%2C72&quality=85&strip=all — 200 — 5.0 KiB — 20 ms — h2https://media.nbcphiladelphia.com/2026/04/47641385693-1080pnbcstations.jpg?quality=85&strip=all&resize=850%2C478media.nbcphiladelphia.com/2026/04/4... https://media.nbcphiladelphia.com/2026/04/47641385693-1080pnbcstations.jpg?quality=85&strip=all&resize=850%2C478 — 200 — 18.1 KiB — 27 ms — h2data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yM…data:image/svg+xml;base64,PHN2ZyB3a... data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yM… — 200 — 0 B — 0 ms — datahttps://www.nbcphiladelphia.com/wp-json/nbc/v1/template/videoswww.nbcphiladelphia.com/wp-json/nbc... https://www.nbcphiladelphia.com/wp-json/nbc/v1/template/videos — 200 — 60.6 KiB — 26 ms — h2https://id.nbcuni.com/websdk/config/localstationsweb.jsonid.nbcuni.com/websdk/config/localst... https://id.nbcuni.com/websdk/config/localstationsweb.json — 200 — 2.3 KiB — 24 ms — h2data:image/svg+xml;base64,PHN2ZyBpZD0iZVhKS0dxYzdrNnMxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…data:image/svg+xml;base64,PHN2ZyBpZ... data:image/svg+xml;base64,PHN2ZyBpZD0iZVhKS0dxYzdrNnMxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAFoTx1HAAAABGdBTUEAALGPC/xhBQAAATVJREFUK…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAFoTx1HAAAABGdBTUEAALGPC/xhBQAAATVJREFUK… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRwe…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRwe… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRwe…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRwe… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRwe…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRwe… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTZwe…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTZwe… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 6 ms — h3https://nbcuni.demdex.net/dest5.html?d_nsid=0nbcuni.demdex.net/dest5.html?d_nsid... https://nbcuni.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 32 ms — h2https://www.nbcphiladelphia.com/weather/latest.json/?zipCode=19101www.nbcphiladelphia.com/weather/lat... https://www.nbcphiladelphia.com/weather/latest.json/?zipCode=19101 — 200 — 4.6 KiB — 44 ms — h2https://www.nbcphiladelphia.com/wp-json/nbc/v1/template/videoswww.nbcphiladelphia.com/wp-json/nbc... https://www.nbcphiladelphia.com/wp-json/nbc/v1/template/videos — 200 — 0 B — 12 ms — h2https://www.nbcphiladelphia.com/wp-json/wp/v2/live_context_barwww.nbcphiladelphia.com/wp-json/wp/... https://www.nbcphiladelphia.com/wp-json/wp/v2/live_context_bar — 200 — 1.3 KiB — 21 ms — h2https://www.nbcphiladelphia.com/wp-json/wp/v2/live_context_barwww.nbcphiladelphia.com/wp-json/wp/... https://www.nbcphiladelphia.com/wp-json/wp/v2/live_context_bar — 200 — 0 B — 22 ms — h2https://www.nbcphiladelphia.com/wp-json/nbc/v1/template/videoswww.nbcphiladelphia.com/wp-json/nbc... https://www.nbcphiladelphia.com/wp-json/nbc/v1/template/videos — 200 — 0 B — 11 ms — h2https://www.nbcphiladelphia.com/weather/latest.json/?zipCode=19101www.nbcphiladelphia.com/weather/lat... https://www.nbcphiladelphia.com/weather/latest.json/?zipCode=19101 — 200 — 4.6 KiB — 53 ms — h2https://www.nbcphiladelphia.com/wp-json/nbc/v1/template/videoswww.nbcphiladelphia.com/wp-json/nbc... https://www.nbcphiladelphia.com/wp-json/nbc/v1/template/videos — 200 — 0 B — 4 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008 — 200 — 187.6 KiB — 28 ms — h3https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/65.svgwww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/65.svg — 200 — 1.1 KiB — 17 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/103.svgwww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/103.svg — 200 — 635 B — 78 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/66.svgwww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/client/build/media/66.svg — 200 — 824 B — 48 ms — h2https://gum.criteo.com/sync?c=72&r=2&j=TRC.getRTUSgum.criteo.com/sync?c=72&r=2&j=TRC.... https://gum.criteo.com/sync?c=72&r=2&j=TRC.getRTUS — 302 — 651 B — 44 ms — h2https://cdn.cookielaw.org/consent/4ef4e955-b2be-4ddd-8fdc-259c8d8fee7a/0191e80d-088d-7957-b0cd-8479c619094e/en.jsoncdn.cookielaw.org/consent/4ef4e955-... https://cdn.cookielaw.org/consent/4ef4e955-b2be-4ddd-8fdc-259c8d8fee7a/0191e80d-088d-7957-b0cd-8479c619094e/en.json — 200 — 27.7 KiB — 24 ms — h2https://gum.criteo.com/sync?s=1&c=72&r=2&j=TRC.getRTUSgum.criteo.com/sync?s=1&c=72&r=2&j=... https://gum.criteo.com/sync?s=1&c=72&r=2&j=TRC.getRTUS — 200 — 718 B — 11 ms — h2https://app.link/_r?sdk=web2.87.1&branch_key=key_live_mbWP9CyFGRlwPVupIyU1aapjCAcT7h8Y&callback=branch_callback__0app.link/_r?sdk=web2.87.1&branch_ke... https://app.link/_r?sdk=web2.87.1&branch_key=key_live_mbWP9CyFGRlwPVupIyU1aapjCAcT7h8Y&callback=branch_callback__0 — 200 — 671 B — 88 ms — h2https://jssdkcdns.mparticle.com/js/v2/us1-36d67c9e4d591d4bb1bc1fa6c82ffcb9/mparticle.js?env=0jssdkcdns.mparticle.com/js/v2/us1-3... https://jssdkcdns.mparticle.com/js/v2/us1-36d67c9e4d591d4bb1bc1fa6c82ffcb9/mparticle.js?env=0 — 200 — 58.1 KiB — 14 ms — h2https://cdn.cookielaw.org/scripttemplates/202309.1.0/otGPP.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202309.1.0/otGPP.js — 200 — 11.8 KiB — 15 ms — h2https://htlb.casalemedia.com/cygnus?s=248326htlb.casalemedia.com/cygnus?s=24832... https://htlb.casalemedia.com/cygnus?s=248326 — 200 — 540 B — 27 ms — h3https://htlb.casalemedia.com/cygnus?s=248326htlb.casalemedia.com/cygnus?s=24832... https://htlb.casalemedia.com/cygnus?s=248326 — 200 — 505 B — 37 ms — h3https://htlb.casalemedia.com/openrtb/pbjs?s=1204333htlb.casalemedia.com/openrtb/pbjs?s... https://htlb.casalemedia.com/openrtb/pbjs?s=1204333 — 200 — 537 B — 18 ms — h3https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=1956125display.bidder.taboola.com/OpenRTB/... https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=1956125 — 204 — 270 B — 22 ms — h2https://rtb.openx.net/openrtbb/prebidjsrtb.openx.net/openrtbb/prebidjs https://rtb.openx.net/openrtbb/prebidjs — 200 — 248 B — 74 ms — h2https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=24610-544114&m=banner&s=1fastlane.rubiconproject.com/a/api/p... https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=24610-544114&m=banner&s=1 — 200 — 337 B — 104 ms — h2https://ads.trustx.org/pbhbads.trustx.org/pbhb https://ads.trustx.org/pbhb — 200 — 720 B — 85 ms — h2https://rtb.openx.net/openrtbb/prebidjsrtb.openx.net/openrtbb/prebidjs https://rtb.openx.net/openrtbb/prebidjs — 200 — 105 B — 69 ms — h2https://ads.trustx.org/pbhbads.trustx.org/pbhb https://ads.trustx.org/pbhb — 200 — 721 B — 36 ms — h2https://htlb.casalemedia.com/openrtb/pbjs?s=1204333htlb.casalemedia.com/openrtb/pbjs?s... https://htlb.casalemedia.com/openrtb/pbjs?s=1204333 — 200 — 530 B — 19 ms — h3https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=24610-544114&m=banner&s=1fastlane.rubiconproject.com/a/api/p... https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=24610-544114&m=banner&s=1 — 200 — 156 B — 96 ms — h2https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=1956125display.bidder.taboola.com/OpenRTB/... https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=1956125 — 204 — 50 B — 16 ms — h2https://ads.trustx.org/pbhbads.trustx.org/pbhb https://ads.trustx.org/pbhb — 200 — 720 B — 31 ms — h2https://htlb.casalemedia.com/openrtb/pbjs?s=1204333htlb.casalemedia.com/openrtb/pbjs?s... https://htlb.casalemedia.com/openrtb/pbjs?s=1204333 — 200 — 531 B — 17 ms — h3https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=24610-544114&m=banner&s=1fastlane.rubiconproject.com/a/api/p... https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=24610-544114&m=banner&s=1 — 200 — 3.3 KiB — 152 ms — h2https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=1956125display.bidder.taboola.com/OpenRTB/... https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=1956125 — 204 — 45 B — 13 ms — h2https://rtb.openx.net/openrtbb/prebidjsrtb.openx.net/openrtbb/prebidjs https://rtb.openx.net/openrtbb/prebidjs — 200 — 105 B — 78 ms — h2https://rtb.openx.net/openrtbb/prebidjsrtb.openx.net/openrtbb/prebidjs https://rtb.openx.net/openrtbb/prebidjs — 200 — 105 B — 45 ms — h2https://ads.trustx.org/pbhbads.trustx.org/pbhb https://ads.trustx.org/pbhb — 200 — 720 B — 36 ms — h2https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=1956125display.bidder.taboola.com/OpenRTB/... https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=1956125 — 204 — 45 B — 11 ms — h2https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=24610-544114&m=banner&s=1fastlane.rubiconproject.com/a/api/p... https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=24610-544114&m=banner&s=1 — 200 — 156 B — 144 ms — h2https://htlb.casalemedia.com/openrtb/pbjs?s=1204333htlb.casalemedia.com/openrtb/pbjs?s... https://htlb.casalemedia.com/openrtb/pbjs?s=1204333 — 200 — 540 B — 44 ms — h3https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901230867nbcu.demdex.net/event?d_dil_ver=9.5... https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901230867 — 200 — 1.6 KiB — 43 ms — h2https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s77790660457645?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2023%3A40%3A30%203%200&mid=76413570358672328801115064687488740450&aamlh=7&ce=UTF-8&pageName=home%3Ahome%20page&g=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c.&getTimeParting=6.3&getPreviousValue=3.0&getVisitNum=4.2&endOfDatePeriod=1.2&getNewRepeat=3.0&getTimeSinceLastVisit=2.0&inList=3.0&formatTime=2.0&getPageLoadTime=3.1&pageName=home%3Ahome%20page&reportSuiteId=nbcuotsdivisiontotal&callLetters=WCAU&businessUnit=nbcphiladelphia&division=nbc&siteKey=phi&template=home%20landing&tve.&did=demdex%20cookie%20not%20set&.tve&.c&cc=USD&ch=home&server=nbcphiladelphia&events=event1&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c1=home&v1=D%3Dc1&c2=home%20landing&v3=D%3Dc3&v4=D%3Dc4&v5=home%3Ahome%20page&c6=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&v6=D%3Dc6&c8=nbc&v8=D%3Dc8&c9=phi&v9=D%3Dc9&c10=WCAU&v10=D%3Dc10&c11=D%3DpageName&c12=7%3A40%20pm&c13=wednesday&v13=D%3Dc13&c15=new&v15=D%3Dc15&c16=1&v16=D%3Dc16&c17=New%20Visitor&v17=D%3Dc17&c20=nbcuotsdivisiontotal&v21=D%3Dc21&v22=D%3Dc22&c23=home&v23=D%3Dc23&v25=D%3Dc25&v28=D%3Dc28&v29=D%3Dc29&c32=no%20keyword&v32=D%3Dc32&c48=mobile%20web&c49=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&v49=D%3Dc49&v54=nbcphiladelphia&v55=home&v57=D%3Dc57&v59=D%3Dc59&v68=D%3Dc68&v70=D%3Dc70&c74=page%20not%20sponsored&v74=D%3Dc74&v75=D%3Dc75&v76=page%20not%20sponsored&v80=D%3Dc2&v200=demdex%20cookie%20not%20set&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=A8AB776A5245B4220A490D44%40AdobeOrg&AQE=1nbcume.sc.omtrdc.net/b/ss/nbcuotsdi... https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s77790660457645?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2023%3A40%3A30%203%200&mid=76413570358672328801115064687488740450&aamlh=7&ce=UTF-8&pageName=home%3Ahome%20page&g=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c.&getTimeParting=6.3&getPreviousValue=3.0&getVisitNum=4.2&endOfDatePeriod=1.2&getNewRepeat=3.0&getTimeSinceLastVisit=2.0&inList=3.0&formatTime=2.0&getPageLoadTime=3.1&pageName=home%3Ahome%20page&reportSuiteId=nbcuotsdivisiontotal&callLetters=WCAU&businessUnit=nbcphiladelphia&division=nbc&siteKey=phi&template=home%20landing&tve.&did=demdex%20cookie%20not%20set&.tve&.c&cc=USD&ch=home&server=nbcphiladelphia&events=event1&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c1=home&v1=D%3Dc1&c2=home%20landing&v3=D%3Dc3&v4=D%3Dc4&v5=home%3Ahome%20page&c6=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&v6=D%3Dc6&c8=nbc&v8=D%3Dc8&c9=phi&v9=D%3Dc9&c10=WCAU&v10=D%3Dc10&c11=D%3DpageName&c12=7%3A40%20pm&c13=wednesday&v13=D%3Dc13&c15=new&v15=D%3Dc15&c16=1&v16=D%3Dc16&c17=New%20Visitor&v17=D%3Dc17&c20=nbcuotsdivisiontotal&v21=D%3Dc21&v22=D%3Dc22&c23=home&v23=D%3Dc23&v25=D%3Dc25&v28=D%3Dc28&v29=D%3Dc29&c32=no%20keyword&v32=D%3Dc32&c48=mobile%20web&c49=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&v49=D%3Dc49&v54=nbcphiladelphia&v55=home&v57=D%3Dc57&v59=D%3Dc59&v68=D%3Dc68&v70=D%3Dc70&c74=page%20not%20sponsored&v74=D%3Dc74&v75=D%3Dc75&v76=page%20not%20sponsored&v80=D%3Dc2&v200=demdex%20cookie%20not%20set&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=A8AB776A5245B4220A490D44%40AdobeOrg&AQE=1 — 200 — 343 B — 73 ms — h2https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=96935507218&lsavail=1&networkId=10610&gzip=1grid-bidder.criteo.com/openrtb_2_5/... https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=96935507218&lsavail=1&networkId=10610&gzip=1 — 204 — 343 B — 37 ms — h2https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=6900229873&lsavail=1&networkId=10610&gzip=1grid-bidder.criteo.com/openrtb_2_5/... https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=6900229873&lsavail=1&networkId=10610&gzip=1 — 204 — 344 B — 26 ms — h2https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=96793601509&lsavail=1&networkId=10610&gzip=1grid-bidder.criteo.com/openrtb_2_5/... https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=96793601509&lsavail=1&networkId=10610&gzip=1 — 204 — 343 B — 29 ms — h2https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=18879756055&lsavail=1&networkId=10610&gzip=1grid-bidder.criteo.com/openrtb_2_5/... https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=18879756055&lsavail=1&networkId=10610&gzip=1 — 204 — 343 B — 28 ms — h2https://identity.mparticle.com/v1/identifyidentity.mparticle.com/v1/identify https://identity.mparticle.com/v1/identify — 204 — 0 B — 18 ms — h2https://identity.mparticle.com/v1/identifyidentity.mparticle.com/v1/identify https://identity.mparticle.com/v1/identify — 200 — 394 B — 26 ms — h2https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/otFloatingRoundedIcon.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/otFloatingRoundedIcon.json — 200 — 4.0 KiB — 14 ms — h2https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/v2/otPcCenter.json — 200 — 12.6 KiB — 18 ms — h2https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/otCommonStyles.css — 200 — 3.8 KiB — 19 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=6035083&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776901230365&ns_c=UTF-8&cs_cfg=1001110&cs_ucfr=&cs_ucc=1&cs_cmp_id=28&cs_cmp_rt=651&cs_cmp_av=1.1&gpp_sid=7&gpp_smv=1.1&cs_cmp_ie=13&c7=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c8=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=6035083&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776901230365&ns_c=UTF-8&cs_cfg=1001110&cs_ucfr=&cs_ucc=1&cs_cmp_id=28&cs_cmp_rt=651&cs_cmp_av=1.1&gpp_sid=7&gpp_smv=1.1&cs_cmp_ie=13&c7=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c8=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&c9= — 302 — 676 B — 51 ms — h2https://cm.g.doubleclick.net/partnerpixels?gpp=DBAA&gpp_sid=7&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2Fcm.g.doubleclick.net/partnerpixels?... https://cm.g.doubleclick.net/partnerpixels?gpp=DBAA&gpp_sid=7&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F — 200 — 232 B — 38 ms — h2https://sb.scorecardresearch.com/b2?c1=2&c2=6035083&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776901230365&ns_c=UTF-8&cs_cfg=1001110&cs_ucfr=&cs_ucc=1&cs_cmp_id=28&cs_cmp_rt=651&cs_cmp_av=1.1&gpp_sid=7&gpp_smv=1.1&cs_cmp_ie=13&c7=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c8=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&c9=sb.scorecardresearch.com/b2?c1=2&c2... https://sb.scorecardresearch.com/b2?c1=2&c2=6035083&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776901230365&ns_c=UTF-8&cs_cfg=1001110&cs_ucfr=&cs_ucc=1&cs_cmp_id=28&cs_cmp_rt=651&cs_cmp_av=1.1&gpp_sid=7&gpp_smv=1.1&cs_cmp_ie=13&c7=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c8=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&c9= — 204 — 225 B — 9 ms — h2https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4083142776176342&correlator=2288165423706877&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fif&gpp=DBAA&gpp_sid=7&iu_parts=2620%2Cots_mobile%2Cwcau_mobileweb%2Chome&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=1x1&ifi=1&dids=div-gpt-ad-mobilebackstage_739&adfs=832739167&sfv=1-0-45&sc=1&cookie_enabled=1&abxe=1&dt=1776901231083&lmt=1776901231&adxs=20&adys=2183&biw=412&bih=823&scr_x=0&scr_y=0&btvi=1&ucis=1&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&vis=1&psz=371x0&msz=371x0&fws=0&ohw=0&dlt=1776901229398&idt=1175&prev_scp=slot%3Dmobilebackstage%26pos%3Dmobilebackstage&cust_params=zipcode%3D19101%26gpt1%3Dots_mobile%26platform%3Dmobile%26source%3Dwww.nbcphiladelphia.com%26pageid%3D%26pageid2%3D%26sect%3Dhome%26sub%3D%26call%3DWCAU%26region%3Dphiladelphia%26stationtype%3Dnbc%26tags%3D%26gpt2%3DWCAU%26station%3Dots%26sponsor%3D%26excl_cat%3Dhome&adks=2932997541&frm=20&eoidce=1&gblpids=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome%23div-gpt-ad-mobilemultibox_665&pb_szs=300x250%7C320x50&pgls=CAEaBTYuOC41&blev=1&bisch=1securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4083142776176342&correlator=2288165423706877&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fif&gpp=DBAA&gpp_sid=7&iu_parts=2620%2Cots_mobile%2Cwcau_mobileweb%2Chome&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=1x1&ifi=1&dids=div-gpt-ad-mobilebackstage_739&adfs=832739167&sfv=1-0-45&sc=1&cookie_enabled=1&abxe=1&dt=1776901231083&lmt=1776901231&adxs=20&adys=2183&biw=412&bih=823&scr_x=0&scr_y=0&btvi=1&ucis=1&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&vis=1&psz=371x0&msz=371x0&fws=0&ohw=0&dlt=1776901229398&idt=1175&prev_scp=slot%3Dmobilebackstage%26pos%3Dmobilebackstage&cust_params=zipcode%3D19101%26gpt1%3Dots_mobile%26platform%3Dmobile%26source%3Dwww.nbcphiladelphia.com%26pageid%3D%26pageid2%3D%26sect%3Dhome%26sub%3D%26call%3DWCAU%26region%3Dphiladelphia%26stationtype%3Dnbc%26tags%3D%26gpt2%3DWCAU%26station%3Dots%26sponsor%3D%26excl_cat%3Dhome&adks=2932997541&frm=20&eoidce=1&gblpids=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome%23div-gpt-ad-mobilemultibox_665&pb_szs=300x250%7C320x50&pgls=CAEaBTYuOC41&blev=1&bisch=1 — 200 — 488 B — 262 ms — h3https://07ab9f774a82970524078451ff8458fe.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html07ab9f774a82970524078451ff8458fe.sa... https://07ab9f774a82970524078451ff8458fe.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 34 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4083142776176342&correlator=2288165423706877&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fif&gpp=DBAA&gpp_sid=7&iu_parts=2620%2Cots_mobile%2Cwcau_mobileweb%2Chome&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=300x250%7C320x50&ifi=2&dids=div-gpt-ad-mobilemultibox_665&adfs=1464109794&sfv=1-0-45&sc=1&cookie_enabled=1&abxe=1&dt=1776901231112&lmt=1776901231&adxs=20&adys=2213&biw=412&bih=823&scr_x=0&scr_y=0&btvi=2&ucis=2&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&vis=1&psz=371x0&msz=371x0&fws=4&ohw=371&dlt=1776901229398&idt=1175&prev_scp=slot%3Dmobilemultibox%26pos%3Dmobilemultibox&cust_params=zipcode%3D19101%26gpt1%3Dots_mobile%26platform%3Dmobile%26source%3Dwww.nbcphiladelphia.com%26pageid%3D%26pageid2%3D%26sect%3Dhome%26sub%3D%26call%3DWCAU%26region%3Dphiladelphia%26stationtype%3Dnbc%26tags%3D%26gpt2%3DWCAU%26station%3Dots%26sponsor%3D%26excl_cat%3Dhome&adks=3029898285&frm=20&eoidce=1&gblpids=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome%23div-gpt-ad-mobilemultibox_665&pb_szs=300x250%7C320x50&pgls=CAEaBTYuOC41&blev=1&bisch=1securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4083142776176342&correlator=2288165423706877&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fif&gpp=DBAA&gpp_sid=7&iu_parts=2620%2Cots_mobile%2Cwcau_mobileweb%2Chome&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=300x250%7C320x50&ifi=2&dids=div-gpt-ad-mobilemultibox_665&adfs=1464109794&sfv=1-0-45&sc=1&cookie_enabled=1&abxe=1&dt=1776901231112&lmt=1776901231&adxs=20&adys=2213&biw=412&bih=823&scr_x=0&scr_y=0&btvi=2&ucis=2&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&vis=1&psz=371x0&msz=371x0&fws=4&ohw=371&dlt=1776901229398&idt=1175&prev_scp=slot%3Dmobilemultibox%26pos%3Dmobilemultibox&cust_params=zipcode%3D19101%26gpt1%3Dots_mobile%26platform%3Dmobile%26source%3Dwww.nbcphiladelphia.com%26pageid%3D%26pageid2%3D%26sect%3Dhome%26sub%3D%26call%3DWCAU%26region%3Dphiladelphia%26stationtype%3Dnbc%26tags%3D%26gpt2%3DWCAU%26station%3Dots%26sponsor%3D%26excl_cat%3Dhome&adks=3029898285&frm=20&eoidce=1&gblpids=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome%23div-gpt-ad-mobilemultibox_665&pb_szs=300x250%7C320x50&pgls=CAEaBTYuOC41&blev=1&bisch=1 — 200 — 11.1 KiB — 562 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4083142776176342&correlator=2288165423706877&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fif&gpp=DBAA&gpp_sid=7&iu_parts=2620%2Cots_mobile%2Cwcau_mobileweb%2Chome&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=300x250&ifi=3&dids=div-gpt-ad-marketing_1&adfs=942057311&sfv=1-0-45&sc=1&cookie_enabled=1&abxe=1&dt=1776901231124&lmt=1776901231&adxs=56&adys=7199&biw=412&bih=823&scr_x=0&scr_y=0&btvi=3&ucis=3&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&vis=1&psz=412x60&msz=300x0&fws=0&ohw=0&dlt=1776901229398&idt=1175&prev_scp=slot%3Dmarketing%26pos%3Dmarketing&cust_params=zipcode%3D19101%26gpt1%3Dots_mobile%26platform%3Dmobile%26source%3Dwww.nbcphiladelphia.com%26pageid%3D%26pageid2%3D%26sect%3Dhome%26sub%3D%26call%3DWCAU%26region%3Dphiladelphia%26stationtype%3Dnbc%26tags%3D%26gpt2%3DWCAU%26station%3Dots%26sponsor%3D%26excl_cat%3Dhome&adks=3756761820&frm=20&eoidce=1&gblpids=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome%23div-gpt-ad-mobilemultibox_665&pb_szs=300x250%7C320x50&pgls=CAEaBTYuOC41&blev=1&bisch=1securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4083142776176342&correlator=2288165423706877&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fif&gpp=DBAA&gpp_sid=7&iu_parts=2620%2Cots_mobile%2Cwcau_mobileweb%2Chome&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=300x250&ifi=3&dids=div-gpt-ad-marketing_1&adfs=942057311&sfv=1-0-45&sc=1&cookie_enabled=1&abxe=1&dt=1776901231124&lmt=1776901231&adxs=56&adys=7199&biw=412&bih=823&scr_x=0&scr_y=0&btvi=3&ucis=3&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&vis=1&psz=412x60&msz=300x0&fws=0&ohw=0&dlt=1776901229398&idt=1175&prev_scp=slot%3Dmarketing%26pos%3Dmarketing&cust_params=zipcode%3D19101%26gpt1%3Dots_mobile%26platform%3Dmobile%26source%3Dwww.nbcphiladelphia.com%26pageid%3D%26pageid2%3D%26sect%3Dhome%26sub%3D%26call%3DWCAU%26region%3Dphiladelphia%26stationtype%3Dnbc%26tags%3D%26gpt2%3DWCAU%26station%3Dots%26sponsor%3D%26excl_cat%3Dhome&adks=3756761820&frm=20&eoidce=1&gblpids=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome%23div-gpt-ad-mobilemultibox_665&pb_szs=300x250%7C320x50&pgls=CAEaBTYuOC41&blev=1&bisch=1 — 200 — 452 B — 739 ms — h3https://nbcu.track.securedvisit.com/js/sv.js?sv_cid=5998_04729&sv_origin=www.nbcphiladelphia.comnbcu.track.securedvisit.com/js/sv.j... https://nbcu.track.securedvisit.com/js/sv.js?sv_cid=5998_04729&sv_origin=www.nbcphiladelphia.com — 200 — 26.2 KiB — 49 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 620 B — 12 ms — h2https://cdn.cookielaw.org/logos/17e5cb00-ad90-47f5-a58d-77597d9d2c16/ffe22c24-b5ec-419d-a0f9-f090bf07f6f0/9366d06d-524a-4047-b900-ba2d60e62e46/NBCU_logo.pngcdn.cookielaw.org/logos/17e5cb00-ad... https://cdn.cookielaw.org/logos/17e5cb00-ad90-47f5-a58d-77597d9d2c16/ffe22c24-b5ec-419d-a0f9-f090bf07f6f0/9366d06d-524a-4047-b900-ba2d60e62e46/NBCU_logo.png — 200 — 8.2 KiB — 29 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.7 KiB — 23 ms — h2https://api2.branch.io/v1/openapi2.branch.io/v1/open https://api2.branch.io/v1/open — 200 — 705 B — 112 ms — h2https://nbcu.sv.rkdms.com/?sv_dt=2026-04-22T23%3A40%3A31.278Z&sv_cid=5998_04729&sv_uid=2193245078208456443&sv_title=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&sv_referrer=&sv_url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&sv_keywords=&sv_tzOffset=0000&sv_inframe=false&sv_ver=2.0.2&sv_session=ff7689e10cfab588987b8b2d1a5ad3e1&sv_first=true&sv_px_domain_data=%22iHjobdQ1L1QHmw5yAfQvQWn3bhslbd01L1jIKqsID8t1mfjID89ebksJ2kt1LkbY2CnqmfjID89eKkhvQwz1tJbZTV9b2VnfK0qVbujqxqczT8K69qQ6DrQvQWn3bhsGgC9GKdt1LkbY2Cnqet%22nbcu.sv.rkdms.com/?sv_dt=2026-04-22... https://nbcu.sv.rkdms.com/?sv_dt=2026-04-22T23%3A40%3A31.278Z&sv_cid=5998_04729&sv_uid=2193245078208456443&sv_title=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&sv_referrer=&sv_url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&sv_keywords=&sv_tzOffset=0000&sv_inframe=false&sv_ver=2.0.2&sv_session=ff7689e10cfab588987b8b2d1a5ad3e1&sv_first=true&sv_px_domain_data=%22iHjobdQ1L1QHmw5yAfQvQWn3bhslbd01L1jIKqsID8t1mfjID89ebksJ2kt1LkbY2CnqmfjID89eKkhvQwz1tJbZTV9b2VnfK0qVbujqxqczT8K69qQ6DrQvQWn3bhsGgC9GKdt1LkbY2Cnqet%22 — 200 — 237 B — 35 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 16 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604210101&st=env&sjk=4083142776176342ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604210101&st=env&sjk=4083142776176342 — 200 — 13.2 KiB — 49 ms — h3https://widgets-blue.media.weather.com/wxwidget.loader.js?cid=369362872widgets-blue.media.weather.com/wxwi... https://widgets-blue.media.weather.com/wxwidget.loader.js?cid=369362872 — 200 — 157.4 KiB — 27 ms — h2https://media.nbcphiladelphia.com/2019/09/cropped-NBC_Philadelphia.png?fit=32%2C32&quality=85&strip=allmedia.nbcphiladelphia.com/2019/09/c... https://media.nbcphiladelphia.com/2019/09/cropped-NBC_Philadelphia.png?fit=32%2C32&quality=85&strip=all — 200 — 746 B — 43 ms — h2https://api2.branch.io/v1/pageviewapi2.branch.io/v1/pageview https://api2.branch.io/v1/pageview — 200 — 17.6 KiB — 121 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 24 ms — h2https://assets.adobedtm.com/ddcf247e4bf5/82484060cd13/launch-7d75747d0373.min.jsassets.adobedtm.com/ddcf247e4bf5/82... https://assets.adobedtm.com/ddcf247e4bf5/82484060cd13/launch-7d75747d0373.min.js — 200 — 65.0 KiB — 9 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 23 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 568 B — 40 ms — h3https://adobedc.demdex.net/ee/v1/interact?configId=656100c2-2477-4105-bbeb-16724c3fefe1&requestId=f9f4e17c-22d9-4bd5-a305-92e5d0cbbcefadobedc.demdex.net/ee/v1/interact?c... https://adobedc.demdex.net/ee/v1/interact?configId=656100c2-2477-4105-bbeb-16724c3fefe1&requestId=f9f4e17c-22d9-4bd5-a305-92e5d0cbbcef — 200 — 941 B — 39 ms — h2https://cdn.branch.io/branch-assets/1665643474243-og_image.pngcdn.branch.io/branch-assets/1665643... https://cdn.branch.io/branch-assets/1665643474243-og_image.png — 200 — 10.4 KiB — 4 ms — h2https://gum.criteo.com/syncframe?origin=publishertag&topUrl=www.nbcphiladelphia.com&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7gum.criteo.com/syncframe?origin=pub... https://gum.criteo.com/syncframe?origin=publishertag&topUrl=www.nbcphiladelphia.com&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7 — 200 — 5.2 KiB — 24 ms — h2https://bidder.criteo.com/cdb?ptv=106267&profileId=154&cb=1465066877bidder.criteo.com/cdb?ptv=106267&pr... https://bidder.criteo.com/cdb?ptv=106267&profileId=154&cb=1465066877 — 200 — 2.9 KiB — 67 ms — h2https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604210101&jk=4083142776176342&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604210101&jk=4083142776176342&rc= — 204 — 17 B — 49 ms — h3https://pagead2.googlesyndication.com/bg/6u4cjZJ6xo3e9mwcSLvMY6cXkaRwmTskeynnxfNWQwA.jspagead2.googlesyndication.com/bg/6u... https://pagead2.googlesyndication.com/bg/6u4cjZJ6xo3e9mwcSLvMY6cXkaRwmTskeynnxfNWQwA.js — 200 — 21.9 KiB — 21 ms — h3https://bidder.criteo.com/cdb?ptv=106267&profileId=154&cb=19443853690bidder.criteo.com/cdb?ptv=106267&pr... https://bidder.criteo.com/cdb?ptv=106267&profileId=154&cb=19443853690 — 200 — 2.9 KiB — 54 ms — h2https://gum.criteo.com/sid/json?origin=publishertag&domain=nbcphiladelphia.com&sn=AndroidSyncframe&so=0&topUrl=www.nbcphiladelphia.com&pm=1gum.criteo.com/sid/json?origin=publ... https://gum.criteo.com/sid/json?origin=publishertag&domain=nbcphiladelphia.com&sn=AndroidSyncframe&so=0&topUrl=www.nbcphiladelphia.com&pm=1 — 302 — 743 B — 9 ms — h2https://mug.criteo.com/sid?cpp=AP6H53wvS1MreWFlT0dkaWQxK3pPWS9pWEdsOHM1cUs3cUR4eG1ja2cyRzVpTXRzM1I5ZDBscFY2RjkrZ0Y0NWdoazBqc1Z5SHlDSDFUMDg1NktjdWhOSkZKZmRCdjVXZHRCMG4zMzBoRUpvU29vN002WjNXVloweWpaZ20wWVA5QUF3MkNPamg4TUF5eWlqdUh4M09uRWFiS2F3MmdiUU5MbFVoOTk3eG9ia1Z3bnZyNTFpMlFsR3ZDK3VnUHAwWjZQcUlIZU9yWFdtUlBxV2VnM0kxZnFUS2FQdnFuN1Vybi85clpCWCtkb0wvOFJKb1NYeTR3VGFlTjRsT0RtMDkzOU5FUExGbnFoWlFUVll6ZHpjelQwN0ZhZz09fA&cppv=2mug.criteo.com/sid?cpp=AP6H53wvS1Mr... https://mug.criteo.com/sid?cpp=AP6H53wvS1MreWFlT0dkaWQxK3pPWS9pWEdsOHM1cUs3cUR4eG1ja2cyRzVpTXRzM1I5ZDBscFY2RjkrZ0Y0NWdoazBqc1Z5SHlDSDFUMDg1NktjdWhOSkZKZmRCdjVXZHRCMG4zMzBoRUpvU29vN002WjNXVloweWpaZ20wWVA5QUF3MkNPamg4TUF5eWlqdUh4M09uRWFiS2F3MmdiUU5MbFVoOTk3eG9ia1Z3bnZyNTFpMlFsR3ZDK3VnUHAwWjZQcUlIZU9yWFdtUlBxV2VnM0kxZnFUS2FQdnFuN1Vybi85clpCWCtkb0wvOFJKb1NYeTR3VGFlTjRsT0RtMDkzOU5FUExGbnFoWlFUVll6ZHpjelQwN0ZhZz09fA&cppv=2 — 200 — 758 B — 39 ms — h2https://07ab9f774a82970524078451ff8458fe.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html07ab9f774a82970524078451ff8458fe.sa... https://07ab9f774a82970524078451ff8458fe.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 0 B — 5 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4083142776176342&correlator=2288165423706877&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fif&us_privacy=1YNN&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&iu_parts=2620%2Cots_mobile%2Cwcau_mobileweb%2Chome&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=320x50%7C300x100%7C6x1&ifi=4&dids=div-gpt-ad-mobiletopbanner_&adfs=1827273188&sfv=1-0-45&sc=1&cookie=ID%3D85af3d0a95a4c914%3AT%3D1776901231%3ART%3D1776901231%3AS%3DALNI_MavTNzQpORwxh15LSRwbIQJZAcqGg&gpic=UID%3D000013d88fbd83be%3AT%3D1776901231%3ART%3D1776901231%3AS%3DALNI_MYj_Y0KeQAgQBIeMe7ZwvOMaR5YYA&abxe=1&dt=1776901231791&lmt=1776901231&adxs=46&adys=35&biw=412&bih=823&scr_x=0&scr_y=0&btvi=0&ucis=4&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&vis=1&psz=412x70&msz=412x70&fws=0&ohw=0&psts=AOrYGslXqzWxZnMwa10HhsoG5C0a&dlt=1776901229398&idt=1175&prev_scp=slot%3Dmobiletopbanner%26pos%3Dmobiletopbanner%26ix_cdb_om%3D320x50_10%26ix_cdb_id%3D_muzA6nxF&cust_params=zipcode%3D19101%26gpt1%3Dots_mobile%26platform%3Dmobile%26source%3Dwww.nbcphiladelphia.com%26pageid%3D%26pageid2%3D%26sect%3Dhome%26sub%3D%26call%3DWCAU%26region%3Dphiladelphia%26stationtype%3Dnbc%26tags%3D%26gpt2%3DWCAU%26station%3Dots%26sponsor%3D%26excl_cat%3Dhome&adks=612806550&frm=20&eo_id_str=ID%3D980ed8acb15bce1a%3AT%3D1776901231%3ART%3D1776901231%3AS%3DAA-AfjZ1EoMqlg9PthH2JogZ5ksP&gblpids=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome%23div-gpt-ad-mobilemultibox_665&pb_szs=300x250%7C320x50&pgls=CAEaBTYuOC41&blev=1&bisch=1securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4083142776176342&correlator=2288165423706877&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fif&us_privacy=1YNN&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&iu_parts=2620%2Cots_mobile%2Cwcau_mobileweb%2Chome&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=320x50%7C300x100%7C6x1&ifi=4&dids=div-gpt-ad-mobiletopbanner_&adfs=1827273188&sfv=1-0-45&sc=1&cookie=ID%3D85af3d0a95a4c914%3AT%3D1776901231%3ART%3D1776901231%3AS%3DALNI_MavTNzQpORwxh15LSRwbIQJZAcqGg&gpic=UID%3D000013d88fbd83be%3AT%3D1776901231%3ART%3D1776901231%3AS%3DALNI_MYj_Y0KeQAgQBIeMe7ZwvOMaR5YYA&abxe=1&dt=1776901231791&lmt=1776901231&adxs=46&adys=35&biw=412&bih=823&scr_x=0&scr_y=0&btvi=0&ucis=4&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&vis=1&psz=412x70&msz=412x70&fws=0&ohw=0&psts=AOrYGslXqzWxZnMwa10HhsoG5C0a&dlt=1776901229398&idt=1175&prev_scp=slot%3Dmobiletopbanner%26pos%3Dmobiletopbanner%26ix_cdb_om%3D320x50_10%26ix_cdb_id%3D_muzA6nxF&cust_params=zipcode%3D19101%26gpt1%3Dots_mobile%26platform%3Dmobile%26source%3Dwww.nbcphiladelphia.com%26pageid%3D%26pageid2%3D%26sect%3Dhome%26sub%3D%26call%3DWCAU%26region%3Dphiladelphia%26stationtype%3Dnbc%26tags%3D%26gpt2%3DWCAU%26station%3Dots%26sponsor%3D%26excl_cat%3Dhome&adks=612806550&frm=20&eo_id_str=ID%3D980ed8acb15bce1a%3AT%3D1776901231%3ART%3D1776901231%3AS%3DAA-AfjZ1EoMqlg9PthH2JogZ5ksP&gblpids=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome%23div-gpt-ad-mobilemultibox_665&pb_szs=300x250%7C320x50&pgls=CAEaBTYuOC41&blev=1&bisch=1 — 200 — 13.6 KiB — 431 ms — h3https://securepubads.g.doubleclick.net/pagead/adview?ai=Cv7fqb1zpaa_3E8ijt_gPpqbyiQScge-wXKLKp6p0wI23ARABILqqhBZgyab4irSk2A_IAQngAgCoAwHIAwKqBLcCT9DvEIl6sKIQtwPNpkMuLuEadkpK6A5ziayKyTEErzuVxBx8c1ZvPZ05HuQGB110yMlhNyBjnOh5l2qFjpwZrcjofcbzXN3XEsaGeT32ivfQBvbPL63UOznaSPlU6ldy7VhLSYTqgCjC4BkzNpQLmTFVGF5CDZGYoqKrfKZeYFpu4wfEqC2Q2J1hPO9JwupCiA_c3oSH99kOlrhUw69qidfIOgTcifHSqYaruUqqJWU9ffoZhulD7efY2nDsF9mQmZc1Dt3CFXQK-5-tONHg5Of7mVp-Dec_JI3APIFFiPPwWpfApobRo_cbqSNQlmY9TSL9ba8JwZ4owlNQ5f2VCJFWDwgEklNypM_c6AMOrIwE2v6GvfATTGWOGQ2NrYSIWX8fMtO8L8XHegC3TNrv2GmI8wTGEMHgBAGABruC953osdmnBKAGIagHk9ixAqgHlNixAqgHldixAqgHmuGxAqgHpr4bqAeW2BuoB6qbsQKoB_-esQKoB9-fsQKoB62-sQLYBwDSCC0IgGEQATIIioKAgICAgAg6DoBAgMCAgICAqIACqIMQSL39wTpYm8_F9dCClAOACgP6CwIIAYAMAaoNAlVT4g0TCKr7xfXQgpQDFcjRDQkdJpM8QeoNEwiZvcb10IKUAxXI0Q0JHSaTPEGIDv___________wHQFQGAFwGyFywKGhIUcHViLTU2NzI1NTc0NTc4MzQ0NTQYsvgWGAwqCjExMTMxMzA5MzBQAaoYFwk4iUFgBeD1QBIKMTExMzEzMDkzMBgB&sigh=EPfz8zrl2M0&uach_m=%5BUACH%5D&sreq=1&cid=CAQS-wEABaugfWCFNd_rnz1IJiJXxg0hm_BDkF5YMc-uIS1rMfPXYEz6faD0ZNA0oigCans0IpVfiA0lF71JpW2FqwoS1jKzbSInOE0pfpP9Kbtm6MQi04fxrNkevwcrkhP-UiCVbHY7-fHCjB4MnAu83N_lYEBiAd1yTNz4Dgx09gcMiOgQYAx3KJr2g7KsZ8J0mtwzghp697ajG2w-UinuEhjNnanEnWGjka3j0CQqeFoSea9IS3CKRyOAvj-ppLqo6Wgz8hr38asiRs1E6D4fzhPKz4ccMzUvM-T4ZHjU9WV_zTwYbmuk1lTQJRohfBqdB6D9acZuvhwFwiRQJxgBsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/adview?ai=Cv7fqb1zpaa_3E8ijt_gPpqbyiQScge-wXKLKp6p0wI23ARABILqqhBZgyab4irSk2A_IAQngAgCoAwHIAwKqBLcCT9DvEIl6sKIQtwPNpkMuLuEadkpK6A5ziayKyTEErzuVxBx8c1ZvPZ05HuQGB110yMlhNyBjnOh5l2qFjpwZrcjofcbzXN3XEsaGeT32ivfQBvbPL63UOznaSPlU6ldy7VhLSYTqgCjC4BkzNpQLmTFVGF5CDZGYoqKrfKZeYFpu4wfEqC2Q2J1hPO9JwupCiA_c3oSH99kOlrhUw69qidfIOgTcifHSqYaruUqqJWU9ffoZhulD7efY2nDsF9mQmZc1Dt3CFXQK-5-tONHg5Of7mVp-Dec_JI3APIFFiPPwWpfApobRo_cbqSNQlmY9TSL9ba8JwZ4owlNQ5f2VCJFWDwgEklNypM_c6AMOrIwE2v6GvfATTGWOGQ2NrYSIWX8fMtO8L8XHegC3TNrv2GmI8wTGEMHgBAGABruC953osdmnBKAGIagHk9ixAqgHlNixAqgHldixAqgHmuGxAqgHpr4bqAeW2BuoB6qbsQKoB_-esQKoB9-fsQKoB62-sQLYBwDSCC0IgGEQATIIioKAgICAgAg6DoBAgMCAgICAqIACqIMQSL39wTpYm8_F9dCClAOACgP6CwIIAYAMAaoNAlVT4g0TCKr7xfXQgpQDFcjRDQkdJpM8QeoNEwiZvcb10IKUAxXI0Q0JHSaTPEGIDv___________wHQFQGAFwGyFywKGhIUcHViLTU2NzI1NTc0NTc4MzQ0NTQYsvgWGAwqCjExMTMxMzA5MzBQAaoYFwk4iUFgBeD1QBIKMTExMzEzMDkzMBgB&sigh=EPfz8zrl2M0&uach_m=%5BUACH%5D&sreq=1&cid=CAQS-wEABaugfWCFNd_rnz1IJiJXxg0hm_BDkF5YMc-uIS1rMfPXYEz6faD0ZNA0oigCans0IpVfiA0lF71JpW2FqwoS1jKzbSInOE0pfpP9Kbtm6MQi04fxrNkevwcrkhP-UiCVbHY7-fHCjB4MnAu83N_lYEBiAd1yTNz4Dgx09gcMiOgQYAx3KJr2g7KsZ8J0mtwzghp697ajG2w-UinuEhjNnanEnWGjka3j0CQqeFoSea9IS3CKRyOAvj-ppLqo6Wgz8hr38asiRs1E6D4fzhPKz4ccMzUvM-T4ZHjU9WV_zTwYbmuk1lTQJRohfBqdB6D9acZuvhwFwiRQJxgB — 200 — 22 B — 267 ms — h3https://rtb.us5.us.criteo.com/googleortb/auction/notify?profile=14&payload=m8LGJuWNUKwC-gHiIp0XAgAAAOkgeaVl63fN9GVNvnWQ75QQb1zpafMDTOz-NTjArAwAABIAAAoOQVFVQkVRRUJFUVlCRVH7jM6KtAW6YGoBB8O8Wlfd&wp=aelcbwAE-68JDdHIADyTJl9eGtkv5TpnYQV8lgrtb.us5.us.criteo.com/googleortb/au... https://rtb.us5.us.criteo.com/googleortb/auction/notify?profile=14&payload=m8LGJuWNUKwC-gHiIp0XAgAAAOkgeaVl63fN9GVNvnWQ75QQb1zpafMDTOz-NTjArAwAABIAAAoOQVFVQkVRRUJFUVlCRVH7jM6KtAW6YGoBB8O8Wlfd&wp=aelcbwAE-68JDdHIADyTJl9eGtkv5TpnYQV8lg — 200 — 126 B — 254 ms — h2https://tpc.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jstpc.googlesyndication.com/pagead/js... https://tpc.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 1.3 KiB — 77 ms — h2https://tpc.googlesyndication.com/pagead/js/r20260421/r20110914/client/qs_click_protection_fy2021.jstpc.googlesyndication.com/pagead/js... https://tpc.googlesyndication.com/pagead/js/r20260421/r20110914/client/qs_click_protection_fy2021.js — 200 — 8.9 KiB — 68 ms — h2https://tpc.googlesyndication.com/safeframe/1-0-45/js/ext.jstpc.googlesyndication.com/safeframe... https://tpc.googlesyndication.com/safeframe/1-0-45/js/ext.js — 200 — 6.4 KiB — 55 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 73.1 KiB — 22 ms — h3https://ads.us.criteo.com/delivery/r/afr.php?z=aelcbwAE-68JDdHIADyTJl9eGtkv5TpnYQV8lg&u=%7CfXF07mf0CJzzca7EHCI91qrQ6D3areYG1v%2FpDYil2tA%3D%7C&c1=KDnqesnxSL_5KBnHUFRwQZ_xZUMw5Qjg4RWXmvYkabXC9rvW5ZV4vYBcnhSzletDqraoZn-poUfZxZeW6nSAc38kRb7jo130mLVultGhS4q8-i1rOIIFRvVFSZ6Id5txIDVsqAH4AFTAEDM6KaAZvx_qTpY7cUBV9rAuvOmKVoqKjbSF6dKFU2Bh5pYSmoCLRitg8Hyct5x-WZ-UplZ9_kizoNK8ckbIj2j69fU6MzniXqBXcZFs0hzaQMJNh3XMGGZIAcBkgKc65sZXQx_MoTI-91usiUblWjaVXQT2BClpk1KllHwlyHXtFYXFJX_nHbvVB40_8Pr1tuGVAq3XpctbwRna6KFruVOiohnp4WkO1K3wPrtXFa2WPuiITK8qPE4Iz_JFWobiTq3flgRGOcB9HBucrbbR4CDqAo0_4irPBvYaq5PCam_7c98ccSQCVla_jYUtZYVp76mJxvVNDYOMSf8DYPX2oMMPFdXmmfylHyBswHBEWnb6DLTwHd__8y1n_HuO9HsYYoxI2bHRblR_i_AjoImGWj-R_3KaVCy5LB-YCvVaohSMaAn6I9fZf_GOLULOsSyyHexXhNA3NE5CAr_tQ1iBe4vMoMPjUPfzF_iwtCouZ8yxKCkMUdUyyHxaEVO9wJ1JdLHpjbxdunRmfTwMTaCq8n1VORLRYswvG91VFneUgevfczhd93oR-kRgsdIWDkar7GEz7KMrpZua8YuSDwn9nEJrOQeW59MTpLdJADn1U8XaXJ_hs03JSIlGMF1XfLu3m0GVA4frl7YPQf8JTjdYCx0GHeXAypnyLCKc6jsF0A&ct0=https://adclick.g.doubleclick.net/aclk%3Fsa%3DL%26ai%3DC7T7Ub1zpaa_3E8ijt_gPpqbyiQScge-wXKLKp6p0wI23ARABILqqhBZgyab4irSk2A_IAQngAgCoAwHIAwKqBLoCT9DvEIl6sKIQtwPNpkMuLuEadkpK6A5ziayKyTEErzuVxBx8c1ZvPZ05HuQGB110yMlhNyBjnOh5l2qFjpwZrcjofcbzXN3XEsaGeT32ivfQBvbPL63UOznaSPlU6ldy7VhLSYTqgCjC4BkzNpQLmTFVGF5CDZGYoqKrfKZeYFpu4wfEqC2Q2J1hPO9JwupCiA_c3oSH99kOlrhUw69qidfIOgTcifHSqYaruUqqJWU9ffoZhulD7efY2nDsF9mQmZc1Dt3CFXQK-5-tONHg5Of7mVp-Dec_JI3APIFFiPPwWpfApobRo_cbqSNQlmY9TSL9ba8JwZ4owlNQ5f2VCJFWDwgEklNypM_c6AMOrIwE2ryEnWLV8Y70kOayeQixvtuuPfu1Ad0D4fPNxRNRxkWQcsBSKSZLt6HgBAGABruC953osdmnBKAGIagHk9ixAqgHlNixAqgHldixAqgHmuGxAqgHpr4bqAeW2BuoB6qbsQKoB_-esQKoB9-fsQKoB62-sQKoB7_TsQLYBwDSCC0IgGEQATIIioKAgICAgAg6DoBAgMCAgICAqIACqIMQSL39wTpYm8_F9dCClAP6CwIIAYAMAaoNAlVT4g0TCKr7xfXQgpQDFcjRDQkdJpM8QeoNEwiZvcb10IKUAxXI0Q0JHSaTPEGIDv___________wHQFQGAFwGyFxAYDCoKMTExMzEzMDkzMFABqhgXCTiJQWAF4PVAEgoxMTEzMTMwOTMwGAE%26num%3D1%26sig%3DAOD64_1lWWemoDD3ovlIAe9p7px9F8Hijw%26client%3Dca-pub-5672557457834454%26adurl%3Dads.us.criteo.com/delivery/r/afr.ph... https://ads.us.criteo.com/delivery/r/afr.php?z=aelcbwAE-68JDdHIADyTJl9eGtkv5TpnYQV8lg&u=%7CfXF07mf0CJzzca7EHCI91qrQ6D3areYG1v%2FpDYil2tA%3D%7C&c1=KDnqesnxSL_5KBnHUFRwQZ_xZUMw5Qjg4RWXmvYkabXC9rvW5ZV4vYBcnhSzletDqraoZn-poUfZxZeW6nSAc38kRb7jo130mLVultGhS4q8-i1rOIIFRvVFSZ6Id5txIDVsqAH4AFTAEDM6KaAZvx_qTpY7cUBV9rAuvOmKVoqKjbSF6dKFU2Bh5pYSmoCLRitg8Hyct5x-WZ-UplZ9_kizoNK8ckbIj2j69fU6MzniXqBXcZFs0hzaQMJNh3XMGGZIAcBkgKc65sZXQx_MoTI-91usiUblWjaVXQT2BClpk1KllHwlyHXtFYXFJX_nHbvVB40_8Pr1tuGVAq3XpctbwRna6KFruVOiohnp4WkO1K3wPrtXFa2WPuiITK8qPE4Iz_JFWobiTq3flgRGOcB9HBucrbbR4CDqAo0_4irPBvYaq5PCam_7c98ccSQCVla_jYUtZYVp76mJxvVNDYOMSf8DYPX2oMMPFdXmmfylHyBswHBEWnb6DLTwHd__8y1n_HuO9HsYYoxI2bHRblR_i_AjoImGWj-R_3KaVCy5LB-YCvVaohSMaAn6I9fZf_GOLULOsSyyHexXhNA3NE5CAr_tQ1iBe4vMoMPjUPfzF_iwtCouZ8yxKCkMUdUyyHxaEVO9wJ1JdLHpjbxdunRmfTwMTaCq8n1VORLRYswvG91VFneUgevfczhd93oR-kRgsdIWDkar7GEz7KMrpZua8YuSDwn9nEJrOQeW59MTpLdJADn1U8XaXJ_hs03JSIlGMF1XfLu3m0GVA4frl7YPQf8JTjdYCx0GHeXAypnyLCKc6jsF0A&ct0=https://adclick.g.doubleclick.net/aclk%3Fsa%3DL%26ai%3DC7T7Ub1zpaa_3E8ijt_gPpqbyiQScge-wXKLKp6p0wI23ARABILqqhBZgyab4irSk2A_IAQngAgCoAwHIAwKqBLoCT9DvEIl6sKIQtwPNpkMuLuEadkpK6A5ziayKyTEErzuVxBx8c1ZvPZ05HuQGB110yMlhNyBjnOh5l2qFjpwZrcjofcbzXN3XEsaGeT32ivfQBvbPL63UOznaSPlU6ldy7VhLSYTqgCjC4BkzNpQLmTFVGF5CDZGYoqKrfKZeYFpu4wfEqC2Q2J1hPO9JwupCiA_c3oSH99kOlrhUw69qidfIOgTcifHSqYaruUqqJWU9ffoZhulD7efY2nDsF9mQmZc1Dt3CFXQK-5-tONHg5Of7mVp-Dec_JI3APIFFiPPwWpfApobRo_cbqSNQlmY9TSL9ba8JwZ4owlNQ5f2VCJFWDwgEklNypM_c6AMOrIwE2ryEnWLV8Y70kOayeQixvtuuPfu1Ad0D4fPNxRNRxkWQcsBSKSZLt6HgBAGABruC953osdmnBKAGIagHk9ixAqgHlNixAqgHldixAqgHmuGxAqgHpr4bqAeW2BuoB6qbsQKoB_-esQKoB9-fsQKoB62-sQKoB7_TsQLYBwDSCC0IgGEQATIIioKAgICAgAg6DoBAgMCAgICAqIACqIMQSL39wTpYm8_F9dCClAP6CwIIAYAMAaoNAlVT4g0TCKr7xfXQgpQDFcjRDQkdJpM8QeoNEwiZvcb10IKUAxXI0Q0JHSaTPEGIDv___________wHQFQGAFwGyFxAYDCoKMTExMzEzMDkzMFABqhgXCTiJQWAF4PVAEgoxMTEzMTMwOTMwGAE%26num%3D1%26sig%3DAOD64_1lWWemoDD3ovlIAe9p7px9F8Hijw%26client%3Dca-pub-5672557457834454%26adurl%3D — 200 — 15.8 KiB — 54 ms — h2https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4083142776176342&correlator=2288165423706877&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fif&us_privacy=1YNN&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&iu_parts=2620%2Cots_mobile%2Cwcau_mobileweb%2Chome&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=320x50%7C300x100&ifi=5&dids=div-gpt-ad-mobilebottombanner_&adfs=500044877&sfv=1-0-45&sc=1&cookie=ID%3D85af3d0a95a4c914%3AT%3D1776901231%3ART%3D1776901231%3AS%3DALNI_MavTNzQpORwxh15LSRwbIQJZAcqGg&gpic=UID%3D000013d88fbd83be%3AT%3D1776901231%3ART%3D1776901231%3AS%3DALNI_MYj_Y0KeQAgQBIeMe7ZwvOMaR5YYA&abxe=1&dt=1776901231824&lmt=1776901231&adxs=46&adys=4982&biw=412&bih=823&scr_x=0&scr_y=0&btvi=4&ucis=5&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&vis=1&psz=412x60&msz=320x0&fws=0&ohw=0&psts=AOrYGslXqzWxZnMwa10HhsoG5C0a&dlt=1776901229398&idt=1175&prev_scp=slot%3Dmobilebottombanner%26pos%3Dmobilebottombanner%26hb_ver%3D1.17.2%26hb_format_rubicon%3Dbanner%26hb_size_rubicon%3D320x50%26hb_pb_rubicon%3D0.07%26hb_adid_rubicon%3D29999e3a5bec0f8%26hb_bidder_rubicon%3Drubicon%26hb_format%3Dbanner%26hb_size%3D320x50%26hb_pb%3D0.07%26hb_adid%3D29999e3a5bec0f8%26hb_bidder%3Drubicon%26ix_cdb_om%3D320x50_10%26ix_cdb_id%3D_QEGJpf13&cust_params=zipcode%3D19101%26gpt1%3Dots_mobile%26platform%3Dmobile%26source%3Dwww.nbcphiladelphia.com%26pageid%3D%26pageid2%3D%26sect%3Dhome%26sub%3D%26call%3DWCAU%26region%3Dphiladelphia%26stationtype%3Dnbc%26tags%3D%26gpt2%3DWCAU%26station%3Dots%26sponsor%3D%26excl_cat%3Dhome&adks=2365403157&frm=20&eo_id_str=ID%3D980ed8acb15bce1a%3AT%3D1776901231%3ART%3D1776901231%3AS%3DAA-AfjZ1EoMqlg9PthH2JogZ5ksP&gblpids=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome%23div-gpt-ad-mobilemultibox_665&pb_szs=300x250%7C320x50&pgls=CAEaBTYuOC41&blev=1&bisch=1securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4083142776176342&correlator=2288165423706877&eid=31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fif&us_privacy=1YNN&gpp=DBABLA~BVQqAAAAAgA.QA&gpp_sid=7&iu_parts=2620%2Cots_mobile%2Cwcau_mobileweb%2Chome&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=320x50%7C300x100&ifi=5&dids=div-gpt-ad-mobilebottombanner_&adfs=500044877&sfv=1-0-45&sc=1&cookie=ID%3D85af3d0a95a4c914%3AT%3D1776901231%3ART%3D1776901231%3AS%3DALNI_MavTNzQpORwxh15LSRwbIQJZAcqGg&gpic=UID%3D000013d88fbd83be%3AT%3D1776901231%3ART%3D1776901231%3AS%3DALNI_MYj_Y0KeQAgQBIeMe7ZwvOMaR5YYA&abxe=1&dt=1776901231824&lmt=1776901231&adxs=46&adys=4982&biw=412&bih=823&scr_x=0&scr_y=0&btvi=4&ucis=5&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&vis=1&psz=412x60&msz=320x0&fws=0&ohw=0&psts=AOrYGslXqzWxZnMwa10HhsoG5C0a&dlt=1776901229398&idt=1175&prev_scp=slot%3Dmobilebottombanner%26pos%3Dmobilebottombanner%26hb_ver%3D1.17.2%26hb_format_rubicon%3Dbanner%26hb_size_rubicon%3D320x50%26hb_pb_rubicon%3D0.07%26hb_adid_rubicon%3D29999e3a5bec0f8%26hb_bidder_rubicon%3Drubicon%26hb_format%3Dbanner%26hb_size%3D320x50%26hb_pb%3D0.07%26hb_adid%3D29999e3a5bec0f8%26hb_bidder%3Drubicon%26ix_cdb_om%3D320x50_10%26ix_cdb_id%3D_QEGJpf13&cust_params=zipcode%3D19101%26gpt1%3Dots_mobile%26platform%3Dmobile%26source%3Dwww.nbcphiladelphia.com%26pageid%3D%26pageid2%3D%26sect%3Dhome%26sub%3D%26call%3DWCAU%26region%3Dphiladelphia%26stationtype%3Dnbc%26tags%3D%26gpt2%3DWCAU%26station%3Dots%26sponsor%3D%26excl_cat%3Dhome&adks=2365403157&frm=20&eo_id_str=ID%3D980ed8acb15bce1a%3AT%3D1776901231%3ART%3D1776901231%3AS%3DAA-AfjZ1EoMqlg9PthH2JogZ5ksP&gblpids=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome%23div-gpt-ad-mobilemultibox_665&pb_szs=300x250%7C320x50&pgls=CAEaBTYuOC41&blev=1&bisch=1 — 200 — 12.4 KiB — 551 ms — h3https://ep2.adtrafficquality.google/generate_204?mSSUWwep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?mSSUWw — 204 — 40 B — 10 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datahttps://static.criteo.net/flash/icon/privacy_small.svgstatic.criteo.net/flash/icon/privac... https://static.criteo.net/flash/icon/privacy_small.svg — 200 — 1.2 KiB — 60 ms — h2https://static.criteo.net/flash/icon/adchoices_en.svgstatic.criteo.net/flash/icon/adchoi... https://static.criteo.net/flash/icon/adchoices_en.svg — 200 — 1.4 KiB — 59 ms — h2https://static.criteo.net/flash/icon/close_button.svgstatic.criteo.net/flash/icon/close_... https://static.criteo.net/flash/icon/close_button.svg — 200 — 636 B — 88 ms — h2https://static.criteo.net/flash/icon/close.jpgstatic.criteo.net/flash/icon/close.... https://static.criteo.net/flash/icon/close.jpg — 200 — 7.8 KiB — 53 ms — h2https://static.criteo.net/flash/icon/back_button2.svgstatic.criteo.net/flash/icon/back_b... https://static.criteo.net/flash/icon/back_button2.svg — 200 — 621 B — 63 ms — h2https://cat.us5.us.criteo.com/delivery/lg.php?cppv=3&cpp=jmDuqYFI6ZkdhdSDQTSIfJbiPaLMFxz1Ik7O2pz8lJXNPKGGGa8o-JVhVfhEbI1ZIvlcqkRIypwnDpDINxOzpoYGHosmdCQ0iCG3QLLFHmJqfjxrsPNNCtdfEOGFhVnOW1YY4hvYItRJujgx4eV_V_eOjH9lXcyjT1D7pWuHNRiv1k8ttViKllvhfxWdlnm7SLN_ZCzbAyyf4FWx3nPxVDsw9E14z0nLuLznhSCG3ac9NqQhKkygW29dJPar5lPt0lNMCNFOcHjX8q46rCta2frkZaqOCc5I2-xZg0xv02GMfwxnDB_FXB6kF3VuJ5dydABW816WPoEyZKyUQF-eREb6WC7XDD4XgT_BWKE_aLgzk0gSVxGG82M_vyAPKXYYEKO_JQs-RI5F_5z-nIn9Rln4eiFNL_RxekE6mMlsN7UudIfUPlajGnaymW4VWo-gQ0YWio08TnEmvi1wcIEXTm0FpbBnkdJXD1CGN8UUnOB7W611ZKWPaOA_uR-o_WDeXTNw1Et-1Qc1qHVWRygrB_B4R1-bVlhoTJB1br2pHsq_csqzRPDGH0jMccu1JVf1fyNzpoi_cltsnz7GkZ22IV-L0YAJHUntTY_CxPCcf5vMNPAecat.us5.us.criteo.com/delivery/lg.p... https://cat.us5.us.criteo.com/delivery/lg.php?cppv=3&cpp=jmDuqYFI6ZkdhdSDQTSIfJbiPaLMFxz1Ik7O2pz8lJXNPKGGGa8o-JVhVfhEbI1ZIvlcqkRIypwnDpDINxOzpoYGHosmdCQ0iCG3QLLFHmJqfjxrsPNNCtdfEOGFhVnOW1YY4hvYItRJujgx4eV_V_eOjH9lXcyjT1D7pWuHNRiv1k8ttViKllvhfxWdlnm7SLN_ZCzbAyyf4FWx3nPxVDsw9E14z0nLuLznhSCG3ac9NqQhKkygW29dJPar5lPt0lNMCNFOcHjX8q46rCta2frkZaqOCc5I2-xZg0xv02GMfwxnDB_FXB6kF3VuJ5dydABW816WPoEyZKyUQF-eREb6WC7XDD4XgT_BWKE_aLgzk0gSVxGG82M_vyAPKXYYEKO_JQs-RI5F_5z-nIn9Rln4eiFNL_RxekE6mMlsN7UudIfUPlajGnaymW4VWo-gQ0YWio08TnEmvi1wcIEXTm0FpbBnkdJXD1CGN8UUnOB7W611ZKWPaOA_uR-o_WDeXTNw1Et-1Qc1qHVWRygrB_B4R1-bVlhoTJB1br2pHsq_csqzRPDGH0jMccu1JVf1fyNzpoi_cltsnz7GkZ22IV-L0YAJHUntTY_CxPCcf5vMNPAe — 200 — 348 B — 79 ms — h2https://flmb.cheapcaribbean.com/dynview/cheapcaribbean-com/1x1.b?etf-publisher=criteo&etf-name=criteo-631618&etf-prdref=&criteouid=be05d27b-49ed-4e0b-94cb-3bb75d9739d9&etf-media=ad&ea-rnd=69e95c6fee76889804dda971a6b44ad6&gdpr=&flmb.cheapcaribbean.com/dynview/che... https://flmb.cheapcaribbean.com/dynview/cheapcaribbean-com/1x1.b?etf-publisher=criteo&etf-name=criteo-631618&etf-prdref=&criteouid=be05d27b-49ed-4e0b-94cb-3bb75d9739d9&etf-media=ad&ea-rnd=69e95c6fee76889804dda971a6b44ad6&gdpr=& — 200 — 1.0 KiB — 110 ms — http/1.1https://static.criteo.net/html5/24972/cc-semi-annual-v1-display/prospecting/cc-pmdc-display-prosp-semi-annual-v1-sale-animated-apr-2026-300x250/index.htmlstatic.criteo.net/html5/24972/cc-se... https://static.criteo.net/html5/24972/cc-semi-annual-v1-display/prospecting/cc-pmdc-display-prosp-semi-annual-v1-sale-animated-apr-2026-300x250/index.html — 200 — 1.8 KiB — 26 ms — h2https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 110 ms — h3https://client-side-metrics.us5.us.criteo.net/all?cppv=3&cpp=VrPVlTIRV86Noq_zyovGZQSE32O05T8k4iiwXycvvevUoXJm_vDHeYp6on1qDsy4bfn2KflpD5jV1EO7wN76F6lzpScD3KiI0mcBUrGZfoS1QUuf4P8iCcMQqfrk_pOOe3OK50PZ3Ravd4ONCF51b4S8jG-B0AwcWJKPQAzl9zkUpczAlN5pHlziulZidS6zFig1dtKZxfua-CXNq59yMbqzE5z94kJ2zTj_sEGJBEZYnn1EMUjv8rW-zv5ikBN9LQViBFjOa8CJmG8L&sds=2&rev=106233.2&sendBeacon=trueclient-side-metrics.us5.us.criteo.n... https://client-side-metrics.us5.us.criteo.net/all?cppv=3&cpp=VrPVlTIRV86Noq_zyovGZQSE32O05T8k4iiwXycvvevUoXJm_vDHeYp6on1qDsy4bfn2KflpD5jV1EO7wN76F6lzpScD3KiI0mcBUrGZfoS1QUuf4P8iCcMQqfrk_pOOe3OK50PZ3Ravd4ONCF51b4S8jG-B0AwcWJKPQAzl9zkUpczAlN5pHlziulZidS6zFig1dtKZxfua-CXNq59yMbqzE5z94kJ2zTj_sEGJBEZYnn1EMUjv8rW-zv5ikBN9LQViBFjOa8CJmG8L&sds=2&rev=106233.2&sendBeacon=true — 200 — 293 B — 75 ms — h2https://static.criteo.net/flash/icon/criteo_logo_2021.svgstatic.criteo.net/flash/icon/criteo... https://static.criteo.net/flash/icon/criteo_logo_2021.svg — 200 — 1.3 KiB — 48 ms — h2https://static.criteo.net/flash/icon/privacy.svgstatic.criteo.net/flash/icon/privac... https://static.criteo.net/flash/icon/privacy.svg — 200 — 1.2 KiB — 43 ms — h2https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 93 ms — h3https://static.criteo.net/html5/24972/cc-semi-annual-v1-display/prospecting/cc-pmdc-display-prosp-semi-annual-v1-sale-animated-apr-2026-300x250/libs/1.0.0/createjs.min.jsstatic.criteo.net/html5/24972/cc-se... https://static.criteo.net/html5/24972/cc-semi-annual-v1-display/prospecting/cc-pmdc-display-prosp-semi-annual-v1-sale-animated-apr-2026-300x250/libs/1.0.0/createjs.min.js — 200 — 72.9 KiB — 37 ms — h2https://static.criteo.net/html5/24972/cc-semi-annual-v1-display/prospecting/cc-pmdc-display-prosp-semi-annual-v1-sale-animated-apr-2026-300x250/index.js?1774386396384static.criteo.net/html5/24972/cc-se... https://static.criteo.net/html5/24972/cc-semi-annual-v1-display/prospecting/cc-pmdc-display-prosp-semi-annual-v1-sale-animated-apr-2026-300x250/index.js?1774386396384 — 200 — 16.0 KiB — 37 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 35 ms — h3https://static.criteo.net/html5/24972/cc-semi-annual-v1-display/prospecting/cc-pmdc-display-prosp-semi-annual-v1-sale-animated-apr-2026-300x250/images/300x250-1.jpg?1774386396377static.criteo.net/html5/24972/cc-se... https://static.criteo.net/html5/24972/cc-semi-annual-v1-display/prospecting/cc-pmdc-display-prosp-semi-annual-v1-sale-animated-apr-2026-300x250/images/300x250-1.jpg?1774386396377 — 200 — 21.6 KiB — 12 ms — h2https://07ab9f774a82970524078451ff8458fe.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html07ab9f774a82970524078451ff8458fe.sa... https://07ab9f774a82970524078451ff8458fe.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 0 B — 2 ms — h3https://prebid-a.rubiconproject.com/eventprebid-a.rubiconproject.com/event https://prebid-a.rubiconproject.com/event — 204 — 126 B — 32 ms — h2https://app.launchdarkly.com/sdk/goals/61e73e52574f7e16d1e36e36app.launchdarkly.com/sdk/goals/61e7... https://app.launchdarkly.com/sdk/goals/61e73e52574f7e16d1e36e36 — 200 — 0 B — 36 ms — h2https://events.launchdarkly.com/events/diagnostic/61e73e52574f7e16d1e36e36events.launchdarkly.com/events/diag... https://events.launchdarkly.com/events/diagnostic/61e73e52574f7e16d1e36e36 — 204 — 0 B — 56 ms — h2https://app.launchdarkly.com/sdk/evalx/61e73e52574f7e16d1e36e36/contexts/eyJraW5kIjoidXNlciIsImRldmljZS1vcyI6IldlYiIsImlkbS1zZGstdmVyc2lvbiI6IjIuMjguMSIsImtleSI6IjIxOTMyNDUwNzgyMDg0NTY0NDMiLCJicmFuZCI6ImxvY2FsX25iY193ZWIiLCJwcm9kdWN0IjoibmJjcGhpbGFkZWxwaGlhLmNvbSIsImNyb3NzRG9tYWluIjp0cnVlLCJjaGVja291dEVuYWJsZWQiOmZhbHNlLCJkYXJrVGhlbWUiOmZhbHNlfQapp.launchdarkly.com/sdk/evalx/61e7... https://app.launchdarkly.com/sdk/evalx/61e73e52574f7e16d1e36e36/contexts/eyJraW5kIjoidXNlciIsImRldmljZS1vcyI6IldlYiIsImlkbS1zZGstdmVyc2lvbiI6IjIuMjguMSIsImtleSI6IjIxOTMyNDUwNzgyMDg0NTY0NDMiLCJicmFuZCI6ImxvY2FsX25iY193ZWIiLCJwcm9kdWN0IjoibmJjcGhpbGFkZWxwaGlhLmNvbSIsImNyb3NzRG9tYWluIjp0cnVlLCJjaGVja291dEVuYWJsZWQiOmZhbHNlLCJkYXJrVGhlbWUiOmZhbHNlfQ — 200 — 0 B — 31 ms — h2https://pagead2.googlesyndication.com/pagead/js/dv3.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/dv3.js — 200 — 35.2 KiB — 30 ms — h3https://tpc.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jstpc.googlesyndication.com/pagead/js... https://tpc.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 0 ms — h2https://tpc.googlesyndication.com/pagead/js/r20260421/r20110914/client/qs_click_protection_fy2021.jstpc.googlesyndication.com/pagead/js... https://tpc.googlesyndication.com/pagead/js/r20260421/r20110914/client/qs_click_protection_fy2021.js — 200 — 0 B — 0 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 0 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=xbid&dbm_b=AKAmf-ByqhwSRgU_6EqJHAlPY3KKdeC_sE9crodfc-Na85T5mCSykqcZQMi5VnRRPH2dtpHnSh04OeKOciDtkcM4vaFjfLgaZVT5c1JYIIp0lojTZcdush4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=xbid&dbm_b=AKAmf-ByqhwSRgU_6EqJHAlPY3KKdeC_sE9crodfc-Na85T5mCSykqcZQMi5VnRRPH2dtpHnSh04OeKOciDtkcM4vaFjfLgaZVT5c1JYIIp0lojTZcdush4 — 200 — 63 B — 29 ms — h3https://cdn.doubleverify.com/dvbs_src.js?ctx=30106817&cmp=177272&sid=a1ccb9534a444b7&plc=fc4a147f&dvregion=0&unit=320x50cdn.doubleverify.com/dvbs_src.js?ct... https://cdn.doubleverify.com/dvbs_src.js?ctx=30106817&cmp=177272&sid=a1ccb9534a444b7&plc=fc4a147f&dvregion=0&unit=320x50 — 200 — 1.3 KiB — 43 ms — http/1.1https://googleads.g.doubleclick.net/xbbe/pixel?d=CMTn2QIQk6DdAhjQyYbTAjAB&v=APEucNUIZEBAmNX8dqYNUQCm8_ci9QEcNSfW_vYwjlbjfTBTsAjXBJM_O0ZDaElcyrsPG1kAzC2vTlMNPANNZGGQYkJH6uQ6V9EPGAEH4_fS4DU_OmF5fFzOJ8dloAfYuSW7vp3u3gssgoogleads.g.doubleclick.net/xbbe/pi... https://googleads.g.doubleclick.net/xbbe/pixel?d=CMTn2QIQk6DdAhjQyYbTAjAB&v=APEucNUIZEBAmNX8dqYNUQCm8_ci9QEcNSfW_vYwjlbjfTBTsAjXBJM_O0ZDaElcyrsPG1kAzC2vTlMNPANNZGGQYkJH6uQ6V9EPGAEH4_fS4DU_OmF5fFzOJ8dloAfYuSW7vp3u3gss — 200 — 19 B — 49 ms — h3https://app.launchdarkly.com/sdk/evalx/61e73e52574f7e16d1e36e36/contexts/eyJraW5kIjoidXNlciIsImRldmljZS1vcyI6IldlYiIsImlkbS1zZGstdmVyc2lvbiI6IjIuMjguMSIsImtleSI6IjIxOTMyNDUwNzgyMDg0NTY0NDMiLCJicmFuZCI6ImxvY2FsX25iY193ZWIiLCJwcm9kdWN0IjoibmJjcGhpbGFkZWxwaGlhLmNvbSIsImNyb3NzRG9tYWluIjp0cnVlLCJjaGVja291dEVuYWJsZWQiOmZhbHNlLCJkYXJrVGhlbWUiOmZhbHNlfQapp.launchdarkly.com/sdk/evalx/61e7... https://app.launchdarkly.com/sdk/evalx/61e73e52574f7e16d1e36e36/contexts/eyJraW5kIjoidXNlciIsImRldmljZS1vcyI6IldlYiIsImlkbS1zZGstdmVyc2lvbiI6IjIuMjguMSIsImtleSI6IjIxOTMyNDUwNzgyMDg0NTY0NDMiLCJicmFuZCI6ImxvY2FsX25iY193ZWIiLCJwcm9kdWN0IjoibmJjcGhpbGFkZWxwaGlhLmNvbSIsImNyb3NzRG9tYWluIjp0cnVlLCJjaGVja291dEVuYWJsZWQiOmZhbHNlLCJkYXJrVGhlbWUiOmZhbHNlfQ — 200 — 1.1 KiB — 18 ms — h2https://app.launchdarkly.com/sdk/goals/61e73e52574f7e16d1e36e36app.launchdarkly.com/sdk/goals/61e7... https://app.launchdarkly.com/sdk/goals/61e73e52574f7e16d1e36e36 — 200 — 239 B — 9 ms — h2https://events.launchdarkly.com/events/diagnostic/61e73e52574f7e16d1e36e36events.launchdarkly.com/events/diag... https://events.launchdarkly.com/events/diagnostic/61e73e52574f7e16d1e36e36 — 202 — 358 B — 13 ms — h2https://clientstream.launchdarkly.com/eval/61e73e52574f7e16d1e36e36/eyJraW5kIjoidXNlciIsImRldmljZS1vcyI6IldlYiIsImlkbS1zZGstdmVyc2lvbiI6IjIuMjguMSIsImtleSI6IjIxOTMyNDUwNzgyMDg0NTY0NDMiLCJicmFuZCI6ImxvY2FsX25iY193ZWIiLCJwcm9kdWN0IjoibmJjcGhpbGFkZWxwaGlhLmNvbSIsImNyb3NzRG9tYWluIjp0cnVlLCJjaGVja291dEVuYWJsZWQiOmZhbHNlLCJkYXJrVGhlbWUiOmZhbHNlfQclientstream.launchdarkly.com/eval/... https://clientstream.launchdarkly.com/eval/61e73e52574f7e16d1e36e36/eyJraW5kIjoidXNlciIsImRldmljZS1vcyI6IldlYiIsImlkbS1zZGstdmVyc2lvbiI6IjIuMjguMSIsImtleSI6IjIxOTMyNDUwNzgyMDg0NTY0NDMiLCJicmFuZCI6ImxvY2FsX25iY193ZWIiLCJwcm9kdWN0IjoibmJjcGhpbGFkZWxwaGlhLmNvbSIsImNyb3NzRG9tYWluIjp0cnVlLCJjaGVja291dEVuYWJsZWQiOmZhbHNlLCJkYXJrVGhlbWUiOmZhbHNlfQ — 200 — 451 B — 50 ms — h2https://pagead2.googlesyndication.com/pagead/gen_204?id=dv3-render&msg=running&ord=1609248751040&version=m202604070101pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=dv3-render&msg=running&ord=1609248751040&version=m202604070101 — 204 — 20 B — 21 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=dv3-render&msg=tlbr&ord=1609248751040&version=m202604070101&ct=77&x=1&cor=15655694398951065600pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=dv3-render&msg=tlbr&ord=1609248751040&version=m202604070101&ct=77&x=1&cor=15655694398951065600 — 204 — 20 B — 22 ms — h3https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901232385nbcu.demdex.net/event?d_dil_ver=9.5... https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901232385 — 200 — 1.6 KiB — 20 ms — h2https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s79561225216994?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2023%3A40%3A32%203%200&mid=76413570358672328801115064687488740450&aamlh=7&ce=UTF-8&pageName=home%3Ahome%20page&g=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c.&actionmodule=identity%20state%20change&actionname=identity%20state%20change&.c&cc=USD&c1=home&c2=home%20landing&c8=nbc&c9=phi&c10=WCAU&c20=nbcuotsdivisiontotal&c23=home&c48=mobile%20web&c52=home%3Ahome%20page&c53=identity%20state%20change&c54=home%3Ahome%20page%20%7C%20identity%20state%20change&c55=identity%20state%20change&v123=unauthenticated&pe=lnk_o&pev2=identity%20state%20change&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=A8AB776A5245B4220A490D44%40AdobeOrg&lrt=79&AQE=1nbcume.sc.omtrdc.net/b/ss/nbcuotsdi... https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s79561225216994?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2023%3A40%3A32%203%200&mid=76413570358672328801115064687488740450&aamlh=7&ce=UTF-8&pageName=home%3Ahome%20page&g=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c.&actionmodule=identity%20state%20change&actionname=identity%20state%20change&.c&cc=USD&c1=home&c2=home%20landing&c8=nbc&c9=phi&c10=WCAU&c20=nbcuotsdivisiontotal&c23=home&c48=mobile%20web&c52=home%3Ahome%20page&c53=identity%20state%20change&c54=home%3Ahome%20page%20%7C%20identity%20state%20change&c55=identity%20state%20change&v123=unauthenticated&pe=lnk_o&pev2=identity%20state%20change&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=A8AB776A5245B4220A490D44%40AdobeOrg&lrt=79&AQE=1 — 200 — 184 B — 17 ms — h2https://www.nbcphiladelphia.com/wp-json/nbc/v1/ip?_locale=userwww.nbcphiladelphia.com/wp-json/nbc... https://www.nbcphiladelphia.com/wp-json/nbc/v1/ip?_locale=user — 200 — 478 B — 155 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604210101&jk=4083142776176342&bg=!qKulq8nNAAa1ilLUlYo7AEcBe5WfOJdXZC2MqODQjro9yYkXxr1v76-n29E23QBcSzaJphcOHJusJxeSiu_fVzG4gVp-4x16fdwgfWA50M7RAYaD6SqSCwIAAAC3UgAAAApoAQd-ADa1YXCHUJgwmKHI3G_7z1ukwbbe93NguUlWIByh2DtFmiV5hcMkB_i_K87FF13sPGEvepWOW3IKAAU8-BHFQ5kCslnDR-Y6XbvfD_N6lASFuVq6quCAfYI6P-pyz7j1x08h-4WHtkrH41VcTd1ddrzwSwAw3-UWMmnJQZsekHfr9WGH1Hj3Ng-24-Ko_1_DtscasyL_Jqq4TDioJyW6HyJcb9m7vZ7dFSHW6hjXmx8Tc7WSwe3uEULhe4dDTU2TUeaUX4O2VgpeEbX1j_uX0qNfUMIkDCLM3OoIkV09dgv8VhiE-oCykQJH4gk1XO8t1rUcbRFG5Zx-CTuQXlptSODhPzbmOoO8BAf4LutK2iJy5oLoILr9r5GLCuvIT0LVdhYV76wjcC7SmUEqqilSItIcfh1zOMJMnJ9_wjjnjjW65xUce5W5nrXQ2KCaJfARVLohYcnwABIt-R2rO3-62fUv2YSlXOl47Q3zDnFnTkEINRrmYwmResZ2-8ee2n6bNxDaUXuiTLApmUWvmPCbSP1fxLq9QN2A0r-TnWMMbPee1IvKPbLirHuu-UTM-vYrpjKwjeg3MbnOXLxl1rD7S-a_HAgDD6yn7esRvP5u-9N7mCRVNLPDVVjVDQSlKKcIE4m5yT31dXraPdQzyiMe6DXX0gGMJWNsBucuBZ3rNT_tryq7r28gf1zuSSyAi-kR5xf74rrcxINmXbs5JYOEFhO0Tj_QuNREpWxmcUFjc16wlS-2-tkLQ4BddvbBHZA9AQiAdhc7OETd79rFSDJ2PmBlh89cIdEchpVLh5q11xbC8lM_zNIwSsHSwMSnz9nZNvL8Hw7-6yct8m8yD4UPy2SFmZ4BrPwH9Nd3w_DVS9E4F3N0ovrvFqudNgnTE0fXK_7gyMehrzr2qoEL8MpiIX9d5AsrORPonAUYC2BM05SqqDtXyArdHzF5fROzZO-W2OCpxPmDQqpnnS3XCuvhsOUnrqXEj4ASnie0bLGjwvvYStC1UAep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604210101&jk=4083142776176342&bg=!qKulq8nNAAa1ilLUlYo7AEcBe5WfOJdXZC2MqODQjro9yYkXxr1v76-n29E23QBcSzaJphcOHJusJxeSiu_fVzG4gVp-4x16fdwgfWA50M7RAYaD6SqSCwIAAAC3UgAAAApoAQd-ADa1YXCHUJgwmKHI3G_7z1ukwbbe93NguUlWIByh2DtFmiV5hcMkB_i_K87FF13sPGEvepWOW3IKAAU8-BHFQ5kCslnDR-Y6XbvfD_N6lASFuVq6quCAfYI6P-pyz7j1x08h-4WHtkrH41VcTd1ddrzwSwAw3-UWMmnJQZsekHfr9WGH1Hj3Ng-24-Ko_1_DtscasyL_Jqq4TDioJyW6HyJcb9m7vZ7dFSHW6hjXmx8Tc7WSwe3uEULhe4dDTU2TUeaUX4O2VgpeEbX1j_uX0qNfUMIkDCLM3OoIkV09dgv8VhiE-oCykQJH4gk1XO8t1rUcbRFG5Zx-CTuQXlptSODhPzbmOoO8BAf4LutK2iJy5oLoILr9r5GLCuvIT0LVdhYV76wjcC7SmUEqqilSItIcfh1zOMJMnJ9_wjjnjjW65xUce5W5nrXQ2KCaJfARVLohYcnwABIt-R2rO3-62fUv2YSlXOl47Q3zDnFnTkEINRrmYwmResZ2-8ee2n6bNxDaUXuiTLApmUWvmPCbSP1fxLq9QN2A0r-TnWMMbPee1IvKPbLirHuu-UTM-vYrpjKwjeg3MbnOXLxl1rD7S-a_HAgDD6yn7esRvP5u-9N7mCRVNLPDVVjVDQSlKKcIE4m5yT31dXraPdQzyiMe6DXX0gGMJWNsBucuBZ3rNT_tryq7r28gf1zuSSyAi-kR5xf74rrcxINmXbs5JYOEFhO0Tj_QuNREpWxmcUFjc16wlS-2-tkLQ4BddvbBHZA9AQiAdhc7OETd79rFSDJ2PmBlh89cIdEchpVLh5q11xbC8lM_zNIwSsHSwMSnz9nZNvL8Hw7-6yct8m8yD4UPy2SFmZ4BrPwH9Nd3w_DVS9E4F3N0ovrvFqudNgnTE0fXK_7gyMehrzr2qoEL8MpiIX9d5AsrORPonAUYC2BM05SqqDtXyArdHzF5fROzZO-W2OCpxPmDQqpnnS3XCuvhsOUnrqXEj4ASnie0bLGjwvvYStC1UA — 204 — 17 B — 45 ms — h3https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901232403nbcu.demdex.net/event?d_dil_ver=9.5... https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901232403 — 200 — 1.6 KiB — 23 ms — h2https://prebid-a.rubiconproject.com/eventprebid-a.rubiconproject.com/event https://prebid-a.rubiconproject.com/event — 204 — 125 B — 11 ms — h2https://googleads.g.doubleclick.net/dbm/ad?dbm_c=AKAmf-BE6Rk66akrWTL8sa0QXE_bW4ryWcpz-17qTadXh1QW0TqvOQxZVhtbjLZ1B-OJLJqk7i0Z9INr80He0869LEJWhtfME1MkWv504passDyI7AW4WpiGRew595SXSuYRQtWWsA4V7T3RF9V3iqx5yBqbwWnQPo5XqV9T4CCShW_Bm_60coaRBhNxQfmTvZ7_LZOVe5a4Y_4YraLUOkh12a8OqLhWlLuLEwFtVRbfOySVQH4JY9-lpf5VZmEBBXdSPQfTsLlH9FV8vcfPevF05pXdQmfgpQ&cry=1&dbm_d=AKAmf-AA8MFPqjJATGQr4mzmLixFGwTZQJ5h018LDA1Cnt5hDtLmSnDqM4HqrEEFiMRlgv1mrSMP4UNmarGAVViDTcesJ-vjb8iLRnx5uyCjYzC7ShbqmCCyqZixZSo3Im1HhS2zerxAWMVR3xzjxQfMuSWyZJxwHLUI4ZM9A0TSbrkCxueQBpG9ATcAkJ9zkbxztyx98ijoFawUTRS2UYb2q0wlisL0x_XIBBTMyxPZ0jllvEjXu0eQX0yiXki7_IUGJ_G2yKdGtd0eKKoVDBW7PNGrmY5lGSfrI2New4t6PZiy4d7TwAddvpOlbiIFgiGAjQmfPGoWQQDejSokauzgbLBI5Qw5WM4pUa4pc_Pkh3ylkAD1VExWcyPrMZl7oXULna2LWuEEBkyDrkHJfbd_acj-I4CsV0gn9o7RCHpvbJCmS2lXcUWR4sFXGJCwkhSS4WNgYtf1-zClYVD0OhNm2DWxtyLirQycC6xYSEBHqyJr9VGzFSelleQPzdxUfUCe1_F9dGNDzgJVoLLp22fuO9sJ7mSnU6X1gejpq_8PPCutYtSCKtC2bvPDVslF_xZkmOdHTIkqGDPrZPxRPbM-yxHE3ryduvGvf_u2m2OGyjSOVi10SDQUm4QP5ZPhqvzBNHvT9NEHO-eM2cj_hz5MkB-B1ytChub_4_l5C0kw9z2L-ioaEXzO7ZOH2LNEw5Cgqz8bvKQvKPTNmLVxJGUEKjb2QOfH4QdhqBBCjhqxV7rNL1egsemZyzwSN3YqR3qUJ-WI-QhGx37rv4CTc3ECDxQ3hj4fCMcxNmMo6zAYV4JS7-81xNtZRthgTdl6VExkCsTav5bsLZDvyCFOpbXy2cuobMiI-7fC5rEM9r-6klaAvuIa2-FL_G8PgDMICuof8hdcMCXF3qDThYE9fEn6MHapkm7S-P9fKXGhL0OeiZuhSP9vlVCvhYb0EQZNBhVocMkeq5DgwEUtY_6Skp03x3d96wgaS6KkBDkEuAByaTLP7rT6cn23ooBzijxt7mElJhIdwEgRjRXQwCf-IrmH8n2Db8K6yGqf1MIGvO1u76ooc_37YUQ8yHF78kdXERdharQz9ur6KVkAvU7U8gDsGkl-hWMTd83EwbVxZyF8pUU0fdqxYqrfOvmyz9koUI4BbK_iMS2490WYcxsBDCsJFVNpztszl9aDSA2ejbGgx8Nrw8fy_ci-CpvHeH7TANV8CQvKbA7-LYU2jHSfmCnAfIYyECyEk-gLoRIoHoTSy85hiNz8FDtP6kH1phTIYlC1-yYaDjf3jCwGU5r-lyfRL7rox_GX2VrTUn0HyYUzOXcuy4w096tkSk0nhVCG1T9wZUNQot0Avy8H38SrX5EOLT_h2wMhN2zvgANsFb3RiZ5mup-4YUkEag5NnQWrpz5By_ZC7VDpg9BknAHytJlNoyUhZWS6Q241vBtB1cqY1JD4s0kOnsbaTsZzS5gUBcD2nSE0RvJ9hVOTgroDhx0KRGmWfjIREepjPZd1ZLsg2YP6IbefKakcIrfQFGE9-E9V7wbYlA7Bzne7f1JOa5iYFpJLf3MO-Vg_7N4EQMqlDZc8xzQodmMHV7W9ciM1NHJyzkBQmOyDaO8eEqGJkvd3tm1I1XQKGOfJ7jmW_lwUCC31GvV2BHEZfhDfO1AaavXSmZkmhp9xzeB62A6t-hUIa9peXPzE1g1TvSMBn_ucoV6xVxIoG-XX4CFYc4jejqUiAHHqXe6noelhr3nTGTToNx5bBwJm4Ci28AVcKgw4Wpt39s6Ce0KpklaMUo-vh67jYUrBdBSVrl8ay7XBklI-N8S2u1ei-KOszqp1FNQ9GvLxgUFePK9RYNzgMUJLTC4Rz5QehFNMHRN420kN75H3rLiITIb4jnKafX7mpXgFSMBtnnRni47fHIHXIMUy6EihbNuHN33aLomBKnVPyz690MDqjzAUXOpRd5zjj5mUHgdqABrjAkvef0f91MfW4uwXfvcXL_Wiarv_HixcPqgSImg9sTQa_mPhLT4ROImsYyjrV2Gydo1bXju_VqMTvTyGzrc-JlLqUJn7E16K-fbeE03ngqbR3s4Y3nPypv3HaiHoUuq5xeuFvB6wrSaXEO6SYi7nJe_jYow3RX7Qjk0Hj7uyuMlLOntMW_UJqNwZHEz-Mok4MAL6YrxdOv2D_mWYQJbyZm7lFIe9sPWuOEDzPVEHbUxWXYnp8m1mif2QU2geHUI-SovhurdsarYP2-szvqrCCWRxlKxDzDqzK7v0G2gl8W_8J67gtAT9nvBm2jxsvw_mkBPztC8rOCopxJ2ieSRBwhWqlgCb0b79NtzauiMBYGAS90TTOmXvn_5LioNG2OFMl64YVR5XgyyzWPM-E6XkkzrpI5NIlXRL7-HjZW3jTcPcQExIOaM2TofeHdBhmN4kT9xA23fYZ_CE2327CLxsHmNMzEKGIYY3NiN3_8gjIqnJDhzI-CQO4SQjQ_bjkl8HpU9nyiKowo1N7gwZu4stDCET-XiBU3INUBCoIu-P6rLo3XHzG3zGJyb_fh5WyN-kr1AQvlC61B1If5mWoRyK_DAKigcfxD5qPgMQe93SxGr6mLf4IvklmLkUyOzFFebCDmTpqpDZACC_opFYHwQWtn_M5Tj2Dvzo9b4BSAs64aDGpgOTcQQOvwM5L0nXH9FqoShcU_fQMzxXDn274H3OhNv8w39dZm2aGnrZ4jfhzmw5IxNX9s0wH53IP9KBwTydCMNHAHZryukeizn7cot0iPSwZ3llbCkxs68fwIrM1zn0MnwuXqahjs5wiCnGxmQkjaHAFzRtBs9wL8aaFSzy4mZh6nb_DlI-EYbn_cUxu-M2h5lv3VkxjtemJ3e8_G3gjtvKsb_zqRyI9zbW9U0ilpDjsgjekahubLSZqxDxdjKIRXWI7s1PgfzvzSzMI8yCM2DzYDGNPlNKoMIqwwUJUxjXZR-i8L_A2-YAXJ7mdm862O6YpX7RW8L9Rs_o7IDXgF6NElN3PMqbjWuXlvFVgkIk03UtYthz22QEWKJSp3MxJD4R6Jp1q3dG5UKGGK0F102sWfvkp07oP_v1KbmPTp_bQYP4PEe8F89vb0Aelyq5CHOEkUwIoU9wFsY_rho4tV2ICqpox_RLa92coKMoJpppTw3L_zSa6dcyUeG7WDzgpmb8BQ8sA1n6sUk3Cij7hdKwq-BhH-mOZacl8JFmfXVv9RCc4Zpoxk_eVWNaZrtDRCIckknp80umRyMqs73fYSUUktvzDGSqn5EMSvK_FDy4BO81uAC1hTQTYUC16xmr2faxlJRiFesEXOyBxabcRUZch5KYMBr_AvshGHYFzUO5Xy0926TSVcYtRqhEdiTBCZEfNXfG1L85fWnMpqcUSCVYMyn5dNpubE4X7LWNyq7JB2GUtC_TcbMZtgDtGAhWObu7FE8f_2D4aq1IOumSogthAlHO4tx93VGzDuFA4SDsLZTcL7nWMnzIMuUf4guZO_iI6eBjOrVoGG54Sb3VXHjb4RBXXYfEfUFYsBqOGfDpLXkAyMdqEkUpDvoIdUJs-U0YydN92z_yM8pfXIUyosHR-AgxkbrfLotf_0DoNC1xPq4ga_0jhPJCnnOG7krw8xrb05z6qIDx6JzzPwKtA5WQKOf3uYu0YYzGSTRNLxrmZ2VRtvToNNY8EC36CLyZq5p0fP5wbaVJ2Atfxr38SkTz9R4YIKZTzfIywuxN5sNS2855YCdbtnE-WzWCU_xvQZmJ-ZnrnTprIZZ4lpynDYyKYvalzHKCj2Cxl3X-YI643qIgR2H3T_lD36opmml0PiOxM7_jVDc4AnCm8S6PUjcZJmDicGcx53JnBuU-lN8nPyDkhN3gGGHVN71FC0wMugyTKFcjG8k14254H2qm98j95tAelZgqYaBeybrMLcGvuOC6rWPB8c2Jm95eJy4E9h7cMKXlgsP9DhKQcRKhxdxLEheqHLjz9N54EFgBdC4VV4NnGyNlHuEHMXk144_uWqM8u8OiEs89rJtkz7wY0v7flrT0yZswQTQ8G1CYPR010jw5YCRvfP9aEt7cD9qhXe6AVoQVT3d3yATGEpUCQ5MNAFeTqTj1rVaqBv2e7ukHE5aNUAp__kZL8CnPvb9-afcfX8Na2PycwDXtDZEYBt7ucmyU1ZNX8Ob7-aHkQonxI60RX4Lm0tyh-sWp3UCIr5XaJNj9h2WDat-J4-DfIcwDcABN_9IPXH6_cimlFaWlKMPZheR07aXOenTcUi90I7cD00EyCMrv7KdN2W8ne1pGm_2QV2yYuvsj4j2HMvw2CKPisS1S7jdqcaNeEGlGfdLbK6V0wjzQ240QvkjdrfBVjMQBH-KI_GAgTESfTQTxquc4ZJXVbSv8gEsLLNODJ6cT-wMxBZsBvL2nU28rVgk0QAOVAswBYb4-af_YI2GOMUBbuZn1RdzEolwTjHiCg2P1ce3uOIto7_kQBxDV4YTfECdsdLgWAVFw1hx_eZMtnSbUp3RJB8Wy6ykZxBjFIwFJkhoJHJ0lVuR8RgO6tlVt7uAVYHheyuh9585VPgjW8c20pWrc2D8jANNWWqjCCUH8WJrAPlC4cWOQNdAoyjycREhDLe5yc_-ib6STMcur4bse86bp9f6zBBpLKUJLQGoa9MGDs5UIUmu3UGNEqy043Lqw2_YJb7ofngD8oaEwK623qdb6Z6ggcyt4zfk00fRFveZ0GeNdv2xv9YCQqF9jKaNUgGVZvwpyBqeM1IAeOpEY8DzLIj7iKXwPeqyVspbcUxNSlJ0bRAPXHkgSa6QrssgpGCQrE7Rn4kgqxjAB7gNkFduvcrQfDyTB-towSG16kykzukdoWo-2T4fjwJWTeG9kCWMb0gqtAyubf2qVjNsbGgdszSRmcZ-Pl7amSr1KnCococpTdJgJ7IcGP4aVrayMlUcjJH8SpvuIj5IpByWsLJqowmWib7u0k3KkXcibrj-1wF9eAc1CJe2Jsc5EiF_i0LgmiolYwvAICmEZ6lzU3qOrFxX_riJV4HkrZG_jDkl17hLDkeYLf90fyPUJ6a68Wzi1DOEg9g92WUgCC1p847zPYfDfmiFqVjbrKVNf8XY66k9I9WmouiB5Zo_EVqo0SC2yBy3-sSt3nFXXuaK6Ps0vQ_CDOv7hjt75PRqE-a1XxmAVG9DOBS_oQkwkAWoJtL1pAKXUjKC21AzNUbBbiifzTOH0ZSGwHvoEyWMenaWOR9zwJ-wG35uc97p4QvwHM8xpFO6iLaAVKbHWkKkJouKTATLC0r9yBXHwWt5QxICLVjbzFgIOCfxfGAcdIo257TKGzUlgWU6WpA9VfmnqjWNjYEDp5n2Am2q4_hKf4Zau8Z_y4WXKkjH924HXoTrA24pq9cPL4hLtm8uzvA24rvEzYioVWmnBkXd7nNzXEhTz4IowZC9pSvAlunZSaOu53P5uDazp9Upch_iFcE1i81SRKGp8Wo9Vd9wfMujzTd2cB1Y_fvNMbIFXpolUAp4ATcwtEgQ5f2N8Hm-WcpJKFTGkoEWgtIY9ictMIST36F7X_VxKSAjxg_j5mGKKyuTfhmVcn1Sl9flliS85HrlyrCe41xgPfBP_2YyUoFjHYyX7lHNxy7T7nGtyrQOx1-w-fBaa4Ll973xXr3Q7y_jiCUiessFkO_UXdWodhXRcbdyE7PzWBC1iSdjW9nKLt36uMSNQLFh6uQqcMDX3sNYE7n8q_IvEqwqqPkqrQJAOj6rd6Adh1vDE7ZTitiE2-c2x4mCovTHvets1hEyY9MF_T2K0OWD7NBkiMVbbfsBR8M4LR1CD5HckudLaUWM&cid=CAQS_AEABaugffVon5xy72RP3bwIkMZgk93UCDflII96eExrMwx-r228kEAs3ZuWYAlq0gpC2Q5veybGJB2kHYa39_oKomqoKeFs8UAk9Nfc04yXn-QzeRjf6GpjVmHqyHZOAgcdcdXzLtmf0BaDO-gJTm-NSXjMbVDf-4mDzkTUAo6YsIRvMLz62Lynp61HdQiaFx294xSH3_QlBzYm_LjxQZBYUalyxYg1KZDAfhc3j9uJXdic0z6CqppxjUjfiTdGuoW_z8fEy_IKZNWOKjAqMg_B3tugoAfdwXKVvp3wVs0LnS86OolOJ3g1YmdI8hkUWOJTMF9uUYPNGn5qN1wYAQ&dv3_ver=m202604070101&nel=1&rfl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&ds=l&xdt=1&ct=77&iif=1&cor=15655694398951065600&adk=1033480540&idt=31&cac=0&dtd=102googleads.g.doubleclick.net/dbm/ad?... https://googleads.g.doubleclick.net/dbm/ad?dbm_c=AKAmf-BE6Rk66akrWTL8sa0QXE_bW4ryWcpz-17qTadXh1QW0TqvOQxZVhtbjLZ1B-OJLJqk7i0Z9INr80He0869LEJWhtfME1MkWv504passDyI7AW4WpiGRew595SXSuYRQtWWsA4V7T3RF9V3iqx5yBqbwWnQPo5XqV9T4CCShW_Bm_60coaRBhNxQfmTvZ7_LZOVe5a4Y_4YraLUOkh12a8OqLhWlLuLEwFtVRbfOySVQH4JY9-lpf5VZmEBBXdSPQfTsLlH9FV8vcfPevF05pXdQmfgpQ&cry=1&dbm_d=AKAmf-AA8MFPqjJATGQr4mzmLixFGwTZQJ5h018LDA1Cnt5hDtLmSnDqM4HqrEEFiMRlgv1mrSMP4UNmarGAVViDTcesJ-vjb8iLRnx5uyCjYzC7ShbqmCCyqZixZSo3Im1HhS2zerxAWMVR3xzjxQfMuSWyZJxwHLUI4ZM9A0TSbrkCxueQBpG9ATcAkJ9zkbxztyx98ijoFawUTRS2UYb2q0wlisL0x_XIBBTMyxPZ0jllvEjXu0eQX0yiXki7_IUGJ_G2yKdGtd0eKKoVDBW7PNGrmY5lGSfrI2New4t6PZiy4d7TwAddvpOlbiIFgiGAjQmfPGoWQQDejSokauzgbLBI5Qw5WM4pUa4pc_Pkh3ylkAD1VExWcyPrMZl7oXULna2LWuEEBkyDrkHJfbd_acj-I4CsV0gn9o7RCHpvbJCmS2lXcUWR4sFXGJCwkhSS4WNgYtf1-zClYVD0OhNm2DWxtyLirQycC6xYSEBHqyJr9VGzFSelleQPzdxUfUCe1_F9dGNDzgJVoLLp22fuO9sJ7mSnU6X1gejpq_8PPCutYtSCKtC2bvPDVslF_xZkmOdHTIkqGDPrZPxRPbM-yxHE3ryduvGvf_u2m2OGyjSOVi10SDQUm4QP5ZPhqvzBNHvT9NEHO-eM2cj_hz5MkB-B1ytChub_4_l5C0kw9z2L-ioaEXzO7ZOH2LNEw5Cgqz8bvKQvKPTNmLVxJGUEKjb2QOfH4QdhqBBCjhqxV7rNL1egsemZyzwSN3YqR3qUJ-WI-QhGx37rv4CTc3ECDxQ3hj4fCMcxNmMo6zAYV4JS7-81xNtZRthgTdl6VExkCsTav5bsLZDvyCFOpbXy2cuobMiI-7fC5rEM9r-6klaAvuIa2-FL_G8PgDMICuof8hdcMCXF3qDThYE9fEn6MHapkm7S-P9fKXGhL0OeiZuhSP9vlVCvhYb0EQZNBhVocMkeq5DgwEUtY_6Skp03x3d96wgaS6KkBDkEuAByaTLP7rT6cn23ooBzijxt7mElJhIdwEgRjRXQwCf-IrmH8n2Db8K6yGqf1MIGvO1u76ooc_37YUQ8yHF78kdXERdharQz9ur6KVkAvU7U8gDsGkl-hWMTd83EwbVxZyF8pUU0fdqxYqrfOvmyz9koUI4BbK_iMS2490WYcxsBDCsJFVNpztszl9aDSA2ejbGgx8Nrw8fy_ci-CpvHeH7TANV8CQvKbA7-LYU2jHSfmCnAfIYyECyEk-gLoRIoHoTSy85hiNz8FDtP6kH1phTIYlC1-yYaDjf3jCwGU5r-lyfRL7rox_GX2VrTUn0HyYUzOXcuy4w096tkSk0nhVCG1T9wZUNQot0Avy8H38SrX5EOLT_h2wMhN2zvgANsFb3RiZ5mup-4YUkEag5NnQWrpz5By_ZC7VDpg9BknAHytJlNoyUhZWS6Q241vBtB1cqY1JD4s0kOnsbaTsZzS5gUBcD2nSE0RvJ9hVOTgroDhx0KRGmWfjIREepjPZd1ZLsg2YP6IbefKakcIrfQFGE9-E9V7wbYlA7Bzne7f1JOa5iYFpJLf3MO-Vg_7N4EQMqlDZc8xzQodmMHV7W9ciM1NHJyzkBQmOyDaO8eEqGJkvd3tm1I1XQKGOfJ7jmW_lwUCC31GvV2BHEZfhDfO1AaavXSmZkmhp9xzeB62A6t-hUIa9peXPzE1g1TvSMBn_ucoV6xVxIoG-XX4CFYc4jejqUiAHHqXe6noelhr3nTGTToNx5bBwJm4Ci28AVcKgw4Wpt39s6Ce0KpklaMUo-vh67jYUrBdBSVrl8ay7XBklI-N8S2u1ei-KOszqp1FNQ9GvLxgUFePK9RYNzgMUJLTC4Rz5QehFNMHRN420kN75H3rLiITIb4jnKafX7mpXgFSMBtnnRni47fHIHXIMUy6EihbNuHN33aLomBKnVPyz690MDqjzAUXOpRd5zjj5mUHgdqABrjAkvef0f91MfW4uwXfvcXL_Wiarv_HixcPqgSImg9sTQa_mPhLT4ROImsYyjrV2Gydo1bXju_VqMTvTyGzrc-JlLqUJn7E16K-fbeE03ngqbR3s4Y3nPypv3HaiHoUuq5xeuFvB6wrSaXEO6SYi7nJe_jYow3RX7Qjk0Hj7uyuMlLOntMW_UJqNwZHEz-Mok4MAL6YrxdOv2D_mWYQJbyZm7lFIe9sPWuOEDzPVEHbUxWXYnp8m1mif2QU2geHUI-SovhurdsarYP2-szvqrCCWRxlKxDzDqzK7v0G2gl8W_8J67gtAT9nvBm2jxsvw_mkBPztC8rOCopxJ2ieSRBwhWqlgCb0b79NtzauiMBYGAS90TTOmXvn_5LioNG2OFMl64YVR5XgyyzWPM-E6XkkzrpI5NIlXRL7-HjZW3jTcPcQExIOaM2TofeHdBhmN4kT9xA23fYZ_CE2327CLxsHmNMzEKGIYY3NiN3_8gjIqnJDhzI-CQO4SQjQ_bjkl8HpU9nyiKowo1N7gwZu4stDCET-XiBU3INUBCoIu-P6rLo3XHzG3zGJyb_fh5WyN-kr1AQvlC61B1If5mWoRyK_DAKigcfxD5qPgMQe93SxGr6mLf4IvklmLkUyOzFFebCDmTpqpDZACC_opFYHwQWtn_M5Tj2Dvzo9b4BSAs64aDGpgOTcQQOvwM5L0nXH9FqoShcU_fQMzxXDn274H3OhNv8w39dZm2aGnrZ4jfhzmw5IxNX9s0wH53IP9KBwTydCMNHAHZryukeizn7cot0iPSwZ3llbCkxs68fwIrM1zn0MnwuXqahjs5wiCnGxmQkjaHAFzRtBs9wL8aaFSzy4mZh6nb_DlI-EYbn_cUxu-M2h5lv3VkxjtemJ3e8_G3gjtvKsb_zqRyI9zbW9U0ilpDjsgjekahubLSZqxDxdjKIRXWI7s1PgfzvzSzMI8yCM2DzYDGNPlNKoMIqwwUJUxjXZR-i8L_A2-YAXJ7mdm862O6YpX7RW8L9Rs_o7IDXgF6NElN3PMqbjWuXlvFVgkIk03UtYthz22QEWKJSp3MxJD4R6Jp1q3dG5UKGGK0F102sWfvkp07oP_v1KbmPTp_bQYP4PEe8F89vb0Aelyq5CHOEkUwIoU9wFsY_rho4tV2ICqpox_RLa92coKMoJpppTw3L_zSa6dcyUeG7WDzgpmb8BQ8sA1n6sUk3Cij7hdKwq-BhH-mOZacl8JFmfXVv9RCc4Zpoxk_eVWNaZrtDRCIckknp80umRyMqs73fYSUUktvzDGSqn5EMSvK_FDy4BO81uAC1hTQTYUC16xmr2faxlJRiFesEXOyBxabcRUZch5KYMBr_AvshGHYFzUO5Xy0926TSVcYtRqhEdiTBCZEfNXfG1L85fWnMpqcUSCVYMyn5dNpubE4X7LWNyq7JB2GUtC_TcbMZtgDtGAhWObu7FE8f_2D4aq1IOumSogthAlHO4tx93VGzDuFA4SDsLZTcL7nWMnzIMuUf4guZO_iI6eBjOrVoGG54Sb3VXHjb4RBXXYfEfUFYsBqOGfDpLXkAyMdqEkUpDvoIdUJs-U0YydN92z_yM8pfXIUyosHR-AgxkbrfLotf_0DoNC1xPq4ga_0jhPJCnnOG7krw8xrb05z6qIDx6JzzPwKtA5WQKOf3uYu0YYzGSTRNLxrmZ2VRtvToNNY8EC36CLyZq5p0fP5wbaVJ2Atfxr38SkTz9R4YIKZTzfIywuxN5sNS2855YCdbtnE-WzWCU_xvQZmJ-ZnrnTprIZZ4lpynDYyKYvalzHKCj2Cxl3X-YI643qIgR2H3T_lD36opmml0PiOxM7_jVDc4AnCm8S6PUjcZJmDicGcx53JnBuU-lN8nPyDkhN3gGGHVN71FC0wMugyTKFcjG8k14254H2qm98j95tAelZgqYaBeybrMLcGvuOC6rWPB8c2Jm95eJy4E9h7cMKXlgsP9DhKQcRKhxdxLEheqHLjz9N54EFgBdC4VV4NnGyNlHuEHMXk144_uWqM8u8OiEs89rJtkz7wY0v7flrT0yZswQTQ8G1CYPR010jw5YCRvfP9aEt7cD9qhXe6AVoQVT3d3yATGEpUCQ5MNAFeTqTj1rVaqBv2e7ukHE5aNUAp__kZL8CnPvb9-afcfX8Na2PycwDXtDZEYBt7ucmyU1ZNX8Ob7-aHkQonxI60RX4Lm0tyh-sWp3UCIr5XaJNj9h2WDat-J4-DfIcwDcABN_9IPXH6_cimlFaWlKMPZheR07aXOenTcUi90I7cD00EyCMrv7KdN2W8ne1pGm_2QV2yYuvsj4j2HMvw2CKPisS1S7jdqcaNeEGlGfdLbK6V0wjzQ240QvkjdrfBVjMQBH-KI_GAgTESfTQTxquc4ZJXVbSv8gEsLLNODJ6cT-wMxBZsBvL2nU28rVgk0QAOVAswBYb4-af_YI2GOMUBbuZn1RdzEolwTjHiCg2P1ce3uOIto7_kQBxDV4YTfECdsdLgWAVFw1hx_eZMtnSbUp3RJB8Wy6ykZxBjFIwFJkhoJHJ0lVuR8RgO6tlVt7uAVYHheyuh9585VPgjW8c20pWrc2D8jANNWWqjCCUH8WJrAPlC4cWOQNdAoyjycREhDLe5yc_-ib6STMcur4bse86bp9f6zBBpLKUJLQGoa9MGDs5UIUmu3UGNEqy043Lqw2_YJb7ofngD8oaEwK623qdb6Z6ggcyt4zfk00fRFveZ0GeNdv2xv9YCQqF9jKaNUgGVZvwpyBqeM1IAeOpEY8DzLIj7iKXwPeqyVspbcUxNSlJ0bRAPXHkgSa6QrssgpGCQrE7Rn4kgqxjAB7gNkFduvcrQfDyTB-towSG16kykzukdoWo-2T4fjwJWTeG9kCWMb0gqtAyubf2qVjNsbGgdszSRmcZ-Pl7amSr1KnCococpTdJgJ7IcGP4aVrayMlUcjJH8SpvuIj5IpByWsLJqowmWib7u0k3KkXcibrj-1wF9eAc1CJe2Jsc5EiF_i0LgmiolYwvAICmEZ6lzU3qOrFxX_riJV4HkrZG_jDkl17hLDkeYLf90fyPUJ6a68Wzi1DOEg9g92WUgCC1p847zPYfDfmiFqVjbrKVNf8XY66k9I9WmouiB5Zo_EVqo0SC2yBy3-sSt3nFXXuaK6Ps0vQ_CDOv7hjt75PRqE-a1XxmAVG9DOBS_oQkwkAWoJtL1pAKXUjKC21AzNUbBbiifzTOH0ZSGwHvoEyWMenaWOR9zwJ-wG35uc97p4QvwHM8xpFO6iLaAVKbHWkKkJouKTATLC0r9yBXHwWt5QxICLVjbzFgIOCfxfGAcdIo257TKGzUlgWU6WpA9VfmnqjWNjYEDp5n2Am2q4_hKf4Zau8Z_y4WXKkjH924HXoTrA24pq9cPL4hLtm8uzvA24rvEzYioVWmnBkXd7nNzXEhTz4IowZC9pSvAlunZSaOu53P5uDazp9Upch_iFcE1i81SRKGp8Wo9Vd9wfMujzTd2cB1Y_fvNMbIFXpolUAp4ATcwtEgQ5f2N8Hm-WcpJKFTGkoEWgtIY9ictMIST36F7X_VxKSAjxg_j5mGKKyuTfhmVcn1Sl9flliS85HrlyrCe41xgPfBP_2YyUoFjHYyX7lHNxy7T7nGtyrQOx1-w-fBaa4Ll973xXr3Q7y_jiCUiessFkO_UXdWodhXRcbdyE7PzWBC1iSdjW9nKLt36uMSNQLFh6uQqcMDX3sNYE7n8q_IvEqwqqPkqrQJAOj6rd6Adh1vDE7ZTitiE2-c2x4mCovTHvets1hEyY9MF_T2K0OWD7NBkiMVbbfsBR8M4LR1CD5HckudLaUWM&cid=CAQS_AEABaugffVon5xy72RP3bwIkMZgk93UCDflII96eExrMwx-r228kEAs3ZuWYAlq0gpC2Q5veybGJB2kHYa39_oKomqoKeFs8UAk9Nfc04yXn-QzeRjf6GpjVmHqyHZOAgcdcdXzLtmf0BaDO-gJTm-NSXjMbVDf-4mDzkTUAo6YsIRvMLz62Lynp61HdQiaFx294xSH3_QlBzYm_LjxQZBYUalyxYg1KZDAfhc3j9uJXdic0z6CqppxjUjfiTdGuoW_z8fEy_IKZNWOKjAqMg_B3tugoAfdwXKVvp3wVs0LnS86OolOJ3g1YmdI8hkUWOJTMF9uUYPNGn5qN1wYAQ&dv3_ver=m202604070101&nel=1&rfl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&ds=l&xdt=1&ct=77&iif=1&cor=15655694398951065600&adk=1033480540&idt=31&cac=0&dtd=102 — 200 — 20.2 KiB — 61 ms — h3https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstC5nB6HK9sDbnDjd-r9Ll9T5hkg35H3YGmRcKquvahGDIftZQfrUQWOjj-fQt6y_AJ7kOjz0S860xg-9Va1o3Emlw7I55nnrF4tJn2bAp-CrAM_OA9CV7vxJiTyQSzJBggH3y-GCEf4LoUUcZ8vTiBSRDAOMUCIKko5IR86j2LS9YwPUKGqtd76nSXyfNR3HOyacfggYW7Ro5_OessxRwb18myosMGARPCS2chdOH_LXTpFiAn-KuvOVVrmwkG2rDVwHq1IH4OSNdYOf57NneRvDcGw8HCyv8zD7Miu350O-WfZoek_dSznkhNL3Y8Z7bc81rSDBSFXnDQWGdfKBEzoM6vWLvYbT5P5vfyxevah6nJslxOfCpk9Ce2PJRrZn6lFR6nStUF981zkF-YGhDC2d8EIAWZmSNvalrs3fZYAoD-lCj2tpU9d9XbA13VExZNyvJEdm8mGwKa-GLML3YekOCq&sai=AMfl-YScYSQ-_dHBSOM0lxeNUMcirPm1KGtLEYzgcCfPqgHLbn-cJs6cL6FoVQuxW5oQ1W0WsYZC_BfuP_1l3BItqi9fq6sNaO-vFBH-VPQ-XiyjrMuqJ_OBI831D-WP0dgtn4W1VRmlTWvVzABM9zYnPOTBBBx3ZWMMKNeCx6RsGDZuknClxzCZ58-wRY2t-T2s5gHq5mV4SrLqI9leV3TQenc7pXnNmbqGO61dxohm1cZf4qPjKkS-qIMWqcTip9WipsYmPycWixyBRt9bxie0nvpR6OyR1hZxXmkQpFlhlJ1wrYCfdvu8iouAErSMxHeXfosqeysxVUK6FAf_xo7ojdvy8CksQbOV6KefWwsEmX6e1ZUEcg9-XyXA1GCPfOpifg&sig=Cg0ArKJSzGQ4zgWm9h1FEAE&uach_m=%5BUACH%5D&urlfix=1&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstC5nB6HK9sDbnDjd-r9Ll9T5hkg35H3YGmRcKquvahGDIftZQfrUQWOjj-fQt6y_AJ7kOjz0S860xg-9Va1o3Emlw7I55nnrF4tJn2bAp-CrAM_OA9CV7vxJiTyQSzJBggH3y-GCEf4LoUUcZ8vTiBSRDAOMUCIKko5IR86j2LS9YwPUKGqtd76nSXyfNR3HOyacfggYW7Ro5_OessxRwb18myosMGARPCS2chdOH_LXTpFiAn-KuvOVVrmwkG2rDVwHq1IH4OSNdYOf57NneRvDcGw8HCyv8zD7Miu350O-WfZoek_dSznkhNL3Y8Z7bc81rSDBSFXnDQWGdfKBEzoM6vWLvYbT5P5vfyxevah6nJslxOfCpk9Ce2PJRrZn6lFR6nStUF981zkF-YGhDC2d8EIAWZmSNvalrs3fZYAoD-lCj2tpU9d9XbA13VExZNyvJEdm8mGwKa-GLML3YekOCq&sai=AMfl-YScYSQ-_dHBSOM0lxeNUMcirPm1KGtLEYzgcCfPqgHLbn-cJs6cL6FoVQuxW5oQ1W0WsYZC_BfuP_1l3BItqi9fq6sNaO-vFBH-VPQ-XiyjrMuqJ_OBI831D-WP0dgtn4W1VRmlTWvVzABM9zYnPOTBBBx3ZWMMKNeCx6RsGDZuknClxzCZ58-wRY2t-T2s5gHq5mV4SrLqI9leV3TQenc7pXnNmbqGO61dxohm1cZf4qPjKkS-qIMWqcTip9WipsYmPycWixyBRt9bxie0nvpR6OyR1hZxXmkQpFlhlJ1wrYCfdvu8iouAErSMxHeXfosqeysxVUK6FAf_xo7ojdvy8CksQbOV6KefWwsEmX6e1ZUEcg9-XyXA1GCPfOpifg&sig=Cg0ArKJSzGQ4zgWm9h1FEAE&uach_m=%5BUACH%5D&urlfix=1&adurl= — 200 — 28 B — 39 ms — h3https://ads.rubiconproject.com/prebid/creative.jsads.rubiconproject.com/prebid/creat... https://ads.rubiconproject.com/prebid/creative.js — 200 — 9.7 KiB — 46 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 73.1 KiB — 65 ms — h3https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s79569216635367?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2023%3A40%3A32%203%200&mid=76413570358672328801115064687488740450&aamlh=7&ce=UTF-8&pageName=home%3Ahome%20page&g=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c.&actionmodule=identity%20state%20change&actionname=identity%20state%20change&.c&cc=USD&c1=home&c2=home%20landing&c8=nbc&c9=phi&c10=WCAU&c20=nbcuotsdivisiontotal&c23=home&c48=mobile%20web&c52=home%3Ahome%20page&c53=identity%20state%20change&c54=home%3Ahome%20page%20%7C%20identity%20state%20change&c55=identity%20state%20change&v123=unauthenticated&pe=lnk_o&pev2=identity%20state%20change&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=A8AB776A5245B4220A490D44%40AdobeOrg&AQE=1nbcume.sc.omtrdc.net/b/ss/nbcuotsdi... https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s79569216635367?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2023%3A40%3A32%203%200&mid=76413570358672328801115064687488740450&aamlh=7&ce=UTF-8&pageName=home%3Ahome%20page&g=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c.&actionmodule=identity%20state%20change&actionname=identity%20state%20change&.c&cc=USD&c1=home&c2=home%20landing&c8=nbc&c9=phi&c10=WCAU&c20=nbcuotsdivisiontotal&c23=home&c48=mobile%20web&c52=home%3Ahome%20page&c53=identity%20state%20change&c54=home%3Ahome%20page%20%7C%20identity%20state%20change&c55=identity%20state%20change&v123=unauthenticated&pe=lnk_o&pev2=identity%20state%20change&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=A8AB776A5245B4220A490D44%40AdobeOrg&AQE=1 — 200 — 115 B — 32 ms — h2https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901232413nbcu.demdex.net/event?d_dil_ver=9.5... https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901232413 — 200 — 1.6 KiB — 33 ms — h2https://widgets-blue.media.weather.com/wxwidget.common.js?cid=369362872&v=6eb3ef3d10ae586673ffwidgets-blue.media.weather.com/wxwi... https://widgets-blue.media.weather.com/wxwidget.common.js?cid=369362872&v=6eb3ef3d10ae586673ff — 200 — 187.2 KiB — 155 ms — h2https://widgets-blue.media.weather.com/widgets/wxwidget.map.js?cid=369362872&memberid=1470&mapid=0014&v=6eb3ef3d10ae586673ff&referrer=www.nbcphiladelphia.comwidgets-blue.media.weather.com/widg... https://widgets-blue.media.weather.com/widgets/wxwidget.map.js?cid=369362872&memberid=1470&mapid=0014&v=6eb3ef3d10ae586673ff&referrer=www.nbcphiladelphia.com — 200 — 92.5 KiB — 133 ms — h2https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ffwidgets-blue.media.weather.com/wxwi... https://widgets-blue.media.weather.com/wxwidget.mosaic.js?cid=369362872&v=6eb3ef3d10ae586673ff — 200 — 420.2 KiB — 264 ms — h2https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite.js — 200 — 10.5 KiB — 39 ms — h3https://ep2.adtrafficquality.google/sodar/VFc2VJAc.jsep2.adtrafficquality.google/sodar/V... https://ep2.adtrafficquality.google/sodar/VFc2VJAc.js — 200 — 14.0 KiB — 27 ms — h3https://cdn.doubleverify.com/dvbs_src_internal140.jscdn.doubleverify.com/dvbs_src_inter... https://cdn.doubleverify.com/dvbs_src_internal140.js — 200 — 21.0 KiB — 47 ms — http/1.1https://inventory.srv.stackadapt.com/log-error/display?aid=1-6237-177690123077454098505169-1&iid=1&nid=85&cid=1665950&advid=14238&naid=12332610&msg=okinventory.srv.stackadapt.com/log-er... https://inventory.srv.stackadapt.com/log-error/display?aid=1-6237-177690123077454098505169-1&iid=1&nid=85&cid=1665950&advid=14238&naid=12332610&msg=ok — 200 — 109 B — 123 ms — h2https://cdn.doubleverify.com/dvtp_src.js?ctx=34962712&aufilter2=IQMBFV&cmp=DV1436327&sid=stackadapt&plc=stackadapt-dispJS&adsrv=0&advid=3891363&autt=1&dvtagver=6.1.src&ppid=347&auevent=1-6237-177690123077454098505169-1_1&auadv=14238&aucmp=1665950&aucrtv=12332610&auplc=3380542&auxch=85&pltfrm=24610&aubndl=sa_blank&turl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c1=320&c2=50&gdpr=0&gdpr_consent=sa_blankcdn.doubleverify.com/dvtp_src.js?ct... https://cdn.doubleverify.com/dvtp_src.js?ctx=34962712&aufilter2=IQMBFV&cmp=DV1436327&sid=stackadapt&plc=stackadapt-dispJS&adsrv=0&advid=3891363&autt=1&dvtagver=6.1.src&ppid=347&auevent=1-6237-177690123077454098505169-1_1&auadv=14238&aucmp=1665950&aucrtv=12332610&auplc=3380542&auxch=85&pltfrm=24610&aubndl=sa_blank&turl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c1=320&c2=50&gdpr=0&gdpr_consent=sa_blank — 200 — 3.8 KiB — 132 ms — http/1.1https://east.srv.stackadapt.com/billing?aid=1-6237-177690123077454098505169-1&sid=1&wp=E265123D0F57B819&rid=abf955aa5dcf9b4104d30842447c71c099324dda&network=85&t=1776901230&said=1-6237-177690123077454098505169-1&sanid=85&bf=trueeast.srv.stackadapt.com/billing?aid... https://east.srv.stackadapt.com/billing?aid=1-6237-177690123077454098505169-1&sid=1&wp=E265123D0F57B819&rid=abf955aa5dcf9b4104d30842447c71c099324dda&network=85&t=1776901230&said=1-6237-177690123077454098505169-1&sanid=85&bf=true — 200 — 38 B — 124 ms — h2https://us-east-win.srv.stackadapt.com/win?aid=1-6237-177690123077454098505169-1&sid=1&wp=E265123D0F57B819&rid=abf955aa5dcf9b4104d30842447c71c099324dda&network=85&t=1776901230&said=1-6237-177690123077454098505169-1&sanid=85&bf=trueus-east-win.srv.stackadapt.com/win?... https://us-east-win.srv.stackadapt.com/win?aid=1-6237-177690123077454098505169-1&sid=1&wp=E265123D0F57B819&rid=abf955aa5dcf9b4104d30842447c71c099324dda&network=85&t=1776901230&said=1-6237-177690123077454098505169-1&sanid=85&bf=true — 200 — 112 B — 120 ms — h2https://beacon-iad6.rubiconproject.com/beacon/d/a4a7a536-5f38-4088-884e-dbe185371639?oo=0&accountId=24610&siteId=544114&zoneId=3380542&sizeId=43&e=6A1E40E384DA563B0AF6860E3810EED7CD11AB0C039EA70FB3F0D444DFFB07D2ED6ABA6489BAA4F20CDA57EDF8D52AFF93DEB459D2C755A7AB3D08CC7535C60E8F16064F84256CECA36FA0668672CCBFCAFECB0B8D978D28424FA97B00F5963253335AC319693C1A38075AE9F210A9C4C8420ED8F108A4FCC25F29AD251D135273BB463B31DAA626BCA678B99FBA5C30C17AF0818CC36350ADC1F66CD3EF24E6BCBA645BD6435C096F8175F3247BA30Cbeacon-iad6.rubiconproject.com/beac... https://beacon-iad6.rubiconproject.com/beacon/d/a4a7a536-5f38-4088-884e-dbe185371639?oo=0&accountId=24610&siteId=544114&zoneId=3380542&sizeId=43&e=6A1E40E384DA563B0AF6860E3810EED7CD11AB0C039EA70FB3F0D444DFFB07D2ED6ABA6489BAA4F20CDA57EDF8D52AFF93DEB459D2C755A7AB3D08CC7535C60E8F16064F84256CECA36FA0668672CCBFCAFECB0B8D978D28424FA97B00F5963253335AC319693C1A38075AE9F210A9C4C8420ED8F108A4FCC25F29AD251D135273BB463B31DAA626BCA678B99FBA5C30C17AF0818CC36350ADC1F66CD3EF24E6BCBA645BD6435C096F8175F3247BA30C — 200 — 227 B — 150 ms — h2https://creative.stackadapt.com/icons/adchoices/adchoices.pngcreative.stackadapt.com/icons/adcho... https://creative.stackadapt.com/icons/adchoices/adchoices.png — 200 — 2.0 KiB — 134 ms — h2https://srv.stackadapt.com/cookie?campid=1665950&is_ctv=0&nativeid=12332610&domain=nbcphiladelphia.com%3A%3A85&auctionid=1-6237-177690123077454098505169-1&impindex=0&m=MmEwMzo5MGMwOjE3Nzo6&isipgen=1&conv=1srv.stackadapt.com/cookie?campid=16... https://srv.stackadapt.com/cookie?campid=1665950&is_ctv=0&nativeid=12332610&domain=nbcphiladelphia.com%3A%3A85&auctionid=1-6237-177690123077454098505169-1&impindex=0&m=MmEwMzo5MGMwOjE3Nzo6&isipgen=1&conv=1 — 200 — 1.4 KiB — 155 ms — h2https://s3.amazonaws.com/stackadapt_public/js/saimp.jss3.amazonaws.com/stackadapt_public/... https://s3.amazonaws.com/stackadapt_public/js/saimp.js — 200 — 6.7 KiB — 188 ms — http/1.1https://s3.amazonaws.com/stackadapt_public/js/saurl.jss3.amazonaws.com/stackadapt_public/... https://s3.amazonaws.com/stackadapt_public/js/saurl.js — 200 — 1.7 KiB — 184 ms — http/1.1https://creative.stackadapt.com/js/meas/v4/saadcontext.jscreative.stackadapt.com/js/meas/v4/... https://creative.stackadapt.com/js/meas/v4/saadcontext.js — 200 — 1.8 KiB — 127 ms — h2https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/index.html?&click=https%3A%2F%2Fclk.srv.stackadapt.com%2Fclk%3Faid%3D1-6237-177690123077454098505169-1%26cid%3D1665950%26adid%3D12332610%26sid%3D1%26uid%3DxU3I6xZwL1oP1vqSwTIhUQ%26did%3Dnbcphiladelphia.com%253A%253A85%26adurl%3Dhttps%253A%252F%252Feast.srv.stackadapt.com%26t%3D1776901230%26brandname%3DFordham%2BUniversity%26adheading%3D%26iidx%3D0%26nid%3D85%26bip%3DMmEwMzo5MGMwOjE3Nzo6%26conv%3Dtrue%26curl%3DaHR0cHM6Ly93d3cuZm9yZGhhbS5lZHUvc2Nob29sLW9mLXByb2Zlc3Npb25hbC1hbmQtY29udGludWluZy1zdHVkaWVzL2FjYWRlbWljcy9yZWFsLWVzdGF0ZS1pbnN0aXR1dGUvaW5mb3JtYXRpb24tc2Vzc2lvbnMvP3V0bV9zb3VyY2U9c3RhY2thZGFwdCZ1dG1fbWVkaXVtPWRpc3BsYXkmdXRtX2NhbXBhaWduPXNjX3JlaV9leHByZXNz%26r%3D&text_SA_feedlink_1=https%3A%2F%2Fdocs.google.com%2Fspreadsheets%2Fd%2Fe%2F2PACX-1vRToFSTtaNvOrcDfb6T8sh6jC64-BdVRAiJ_O83sipWYQ49s3xaE87Vifq0FOO6sZsS-xOqriJdfv8E%2Fpub%3Fgid%3D1185671465%26single%3Dtrue%26output%3Dcsvhtml.stackadapt.com/Sound+Communica... https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/index.html?&click=https%3A%2F%2Fclk.srv.stackadapt.com%2Fclk%3Faid%3D1-6237-177690123077454098505169-1%26cid%3D1665950%26adid%3D12332610%26sid%3D1%26uid%3DxU3I6xZwL1oP1vqSwTIhUQ%26did%3Dnbcphiladelphia.com%253A%253A85%26adurl%3Dhttps%253A%252F%252Feast.srv.stackadapt.com%26t%3D1776901230%26brandname%3DFordham%2BUniversity%26adheading%3D%26iidx%3D0%26nid%3D85%26bip%3DMmEwMzo5MGMwOjE3Nzo6%26conv%3Dtrue%26curl%3DaHR0cHM6Ly93d3cuZm9yZGhhbS5lZHUvc2Nob29sLW9mLXByb2Zlc3Npb25hbC1hbmQtY29udGludWluZy1zdHVkaWVzL2FjYWRlbWljcy9yZWFsLWVzdGF0ZS1pbnN0aXR1dGUvaW5mb3JtYXRpb24tc2Vzc2lvbnMvP3V0bV9zb3VyY2U9c3RhY2thZGFwdCZ1dG1fbWVkaXVtPWRpc3BsYXkmdXRtX2NhbXBhaWduPXNjX3JlaV9leHByZXNz%26r%3D&text_SA_feedlink_1=https%3A%2F%2Fdocs.google.com%2Fspreadsheets%2Fd%2Fe%2F2PACX-1vRToFSTtaNvOrcDfb6T8sh6jC64-BdVRAiJ_O83sipWYQ49s3xaE87Vifq0FOO6sZsS-xOqriJdfv8E%2Fpub%3Fgid%3D1185671465%26single%3Dtrue%26output%3Dcsv — 200 — 28.4 KiB — 86 ms — h2https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s75634438566725?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2023%3A40%3A32%203%200&mid=76413570358672328801115064687488740450&aamlh=7&ce=UTF-8&pageName=home%3Ahome%20page&g=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c.&actionmodule=identity%20state%20change&actionname=identity%20state%20change&.c&cc=USD&c1=home&c2=home%20landing&c8=nbc&c9=phi&c10=WCAU&c20=nbcuotsdivisiontotal&c23=home&c48=mobile%20web&c52=home%3Ahome%20page&c53=identity%20state%20change&c54=home%3Ahome%20page%20%7C%20identity%20state%20change&c55=identity%20state%20change&v123=unauthenticated&pe=lnk_o&pev2=identity%20state%20change&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=A8AB776A5245B4220A490D44%40AdobeOrg&AQE=1nbcume.sc.omtrdc.net/b/ss/nbcuotsdi... https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s75634438566725?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2023%3A40%3A32%203%200&mid=76413570358672328801115064687488740450&aamlh=7&ce=UTF-8&pageName=home%3Ahome%20page&g=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c.&actionmodule=identity%20state%20change&actionname=identity%20state%20change&.c&cc=USD&c1=home&c2=home%20landing&c8=nbc&c9=phi&c10=WCAU&c20=nbcuotsdivisiontotal&c23=home&c48=mobile%20web&c52=home%3Ahome%20page&c53=identity%20state%20change&c54=home%3Ahome%20page%20%7C%20identity%20state%20change&c55=identity%20state%20change&v123=unauthenticated&pe=lnk_o&pev2=identity%20state%20change&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=A8AB776A5245B4220A490D44%40AdobeOrg&AQE=1 — 200 — 115 B — 31 ms — h2https://ep2.adtrafficquality.google/sodar/Klz6NWr5.htmlep2.adtrafficquality.google/sodar/K... https://ep2.adtrafficquality.google/sodar/Klz6NWr5.html — 200 — 11.8 KiB — 34 ms — h3https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901232417nbcu.demdex.net/event?d_dil_ver=9.5... https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901232417 — 200 — 1.6 KiB — 278 ms — h2https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s77028061013306?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2023%3A40%3A32%203%200&mid=76413570358672328801115064687488740450&aamlh=7&ce=UTF-8&pageName=home%3Ahome%20page&g=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c.&actionmodule=identity%20state%20change&actionname=identity%20state%20change&.c&cc=USD&c1=home&c2=home%20landing&c8=nbc&c9=phi&c10=WCAU&c20=nbcuotsdivisiontotal&c23=home&c48=mobile%20web&c52=home%3Ahome%20page&c53=identity%20state%20change&c54=home%3Ahome%20page%20%7C%20identity%20state%20change&c55=identity%20state%20change&v123=unauthenticated&pe=lnk_o&pev2=identity%20state%20change&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=A8AB776A5245B4220A490D44%40AdobeOrg&AQE=1nbcume.sc.omtrdc.net/b/ss/nbcuotsdi... https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s77028061013306?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2023%3A40%3A32%203%200&mid=76413570358672328801115064687488740450&aamlh=7&ce=UTF-8&pageName=home%3Ahome%20page&g=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c.&actionmodule=identity%20state%20change&actionname=identity%20state%20change&.c&cc=USD&c1=home&c2=home%20landing&c8=nbc&c9=phi&c10=WCAU&c20=nbcuotsdivisiontotal&c23=home&c48=mobile%20web&c52=home%3Ahome%20page&c53=identity%20state%20change&c54=home%3Ahome%20page%20%7C%20identity%20state%20change&c55=identity%20state%20change&v123=unauthenticated&pe=lnk_o&pev2=identity%20state%20change&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=A8AB776A5245B4220A490D44%40AdobeOrg&AQE=1 — 200 — 114 B — 42 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/static/video/jwplayer/jwplayer.8.30.0.js?ver=1.0.3www.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/static/video/jwplayer/jwplayer.8.30.0.js?ver=1.0.3 — 200 — 40.9 KiB — 61 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRwe…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRwe… — 200 — 0 B — 0 ms — datahttps://rtb0.doubleverify.com/verify.js?flvr=0&jsCallback=__verify_callback_818225935448&jsTagObjCallback=__tagObject_callback_818225935448&num=6&ctx=30106817&cmp=177272&plc=fc4a147f&sid=a1ccb9534a444b7&advid=&adsrv=&unit=320x50&isdvvid=&uid=818225935448&tagtype=&adID=&app=&sup=&isovv=0&gmnpo=&crt=&ee_dp_rdystreq=loading&dvp_intrst=1&dvp_ttp=&nav_pltfrm=Linux%20x86_64&brid=1&brver=&bridua=3&dup=null&srcurlD=0&ssl=1&refD=1&htmlmsging=1&tstype=128&m1=15&noc=4&fcifrms=13&brh=2&vavbkt=&lvvn=28&dvp_idcerr=undefined&ver=186&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETar9EEADTbpTauTau_f23h7ffc2gahf_dac_fgcd%6077gcdg76%5DD2767C2%3E6%5D8%40%408%3D6DJ%3F5%3A42E%3A%40%3F%5D4%40%3E&dvp_exetime=48.10&callbackName=__verify_callback_818225935448rtb0.doubleverify.com/verify.js?flv... https://rtb0.doubleverify.com/verify.js?flvr=0&jsCallback=__verify_callback_818225935448&jsTagObjCallback=__tagObject_callback_818225935448&num=6&ctx=30106817&cmp=177272&plc=fc4a147f&sid=a1ccb9534a444b7&advid=&adsrv=&unit=320x50&isdvvid=&uid=818225935448&tagtype=&adID=&app=&sup=&isovv=0&gmnpo=&crt=&ee_dp_rdystreq=loading&dvp_intrst=1&dvp_ttp=&nav_pltfrm=Linux%20x86_64&brid=1&brver=&bridua=3&dup=null&srcurlD=0&ssl=1&refD=1&htmlmsging=1&tstype=128&m1=15&noc=4&fcifrms=13&brh=2&vavbkt=&lvvn=28&dvp_idcerr=undefined&ver=186&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETar9EEADTbpTauTau_f23h7ffc2gahf_dac_fgcd%6077gcdg76%5DD2767C2%3E6%5D8%40%408%3D6DJ%3F5%3A42E%3A%40%3F%5D4%40%3E&dvp_exetime=48.10&callbackName=__verify_callback_818225935448 — 200 — 692 B — 142 ms — http/1.1https://use.typekit.net/nlx4nso.cssuse.typekit.net/nlx4nso.css https://use.typekit.net/nlx4nso.css — 200 — 983 B — 67 ms — h2https://creative.stackadapt.com/js/iframe-ct.jscreative.stackadapt.com/js/iframe-c... https://creative.stackadapt.com/js/iframe-ct.js — 200 — 2.0 KiB — 53 ms — h2https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic|Manrope:200,300,regular,500,600,700,800fonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Source+Sans+Pro:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,900,900italic|Manrope:200,300,regular,500,600,700,800 — 200 — 2.5 KiB — 71 ms — h2https://code.jquery.com/jquery-1.9.1.min.jscode.jquery.com/jquery-1.9.1.min.js https://code.jquery.com/jquery-1.9.1.min.js — 200 — 32.4 KiB — 122 ms — h2https://creative.stackadapt.com/js/param.jscreative.stackadapt.com/js/param.js https://creative.stackadapt.com/js/param.js — 200 — 2.5 KiB — 44 ms — h2https://ep1.adtrafficquality.google/bg/6u4cjZJ6xo3e9mwcSLvMY6cXkaRwmTskeynnxfNWQwA.jsep1.adtrafficquality.google/bg/6u4c... https://ep1.adtrafficquality.google/bg/6u4cjZJ6xo3e9mwcSLvMY6cXkaRwmTskeynnxfNWQwA.js — 200 — 21.9 KiB — 64 ms — h3https://p.typekit.net/p.css?s=1&k=nlx4nso&ht=tk&f=48452.54240.61589&a=118960247&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nlx4nso&h... https://p.typekit.net/p.css?s=1&k=nlx4nso&ht=tk&f=48452.54240.61589&a=118960247&app=typekit&e=css — 200 — 173 B — 112 ms — h2https://cdn.doubleverify.com/dv-measurements9761.jscdn.doubleverify.com/dv-measurement... https://cdn.doubleverify.com/dv-measurements9761.js — 200 — 94.3 KiB — 144 ms — http/1.1https://cdn.pathtosuccess.global/DV_GlobalPassback_Update_320x50.jpgcdn.pathtosuccess.global/DV_GlobalP... https://cdn.pathtosuccess.global/DV_GlobalPassback_Update_320x50.jpg — 200 — 27.0 KiB — 164 ms — h2https://rtbc-ue1.doubleverify.com/bsevent.gif?flvr=0&impid=35b085dbc9994866bca8e100f893b5dc&vfdur=149&cbust=1776901232834308rtbc-ue1.doubleverify.com/bsevent.g... https://rtbc-ue1.doubleverify.com/bsevent.gif?flvr=0&impid=35b085dbc9994866bca8e100f893b5dc&vfdur=149&cbust=1776901232834308 — 204 — 345 B — 181 ms — http/1.1https://eus.rubiconproject.com/usync.html?&geo=na&co=useus.rubiconproject.com/usync.html?&... https://eus.rubiconproject.com/usync.html?&geo=na&co=us — 200 — 379 B — 124 ms — h2https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 110 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 98 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 434 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 482 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 68 ms — h3https://cdn.doubleverify.com/dvtp_src.jscdn.doubleverify.com/dvtp_src.js https://cdn.doubleverify.com/dvtp_src.js — 200 — 3.8 KiB — 64 ms — http/1.1https://tags.srv.stackadapt.com/sa.csstags.srv.stackadapt.com/sa.css https://tags.srv.stackadapt.com/sa.css — 200 — 166 B — 125 ms — h2https://tags.srv.stackadapt.com/sa.jpegtags.srv.stackadapt.com/sa.jpeg https://tags.srv.stackadapt.com/sa.jpeg — 200 — 1.6 KiB — 152 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://prebid-a.rubiconproject.com/eventprebid-a.rubiconproject.com/event https://prebid-a.rubiconproject.com/event — 204 — 125 B — 36 ms — h2https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/static/video/videoHeartbeat/JWHeartbeat.js?ver=1.2.2.Bowww.nbcphiladelphia.com/wp-content/... https://www.nbcphiladelphia.com/wp-content/themes/nbc-station/static/video/videoHeartbeat/JWHeartbeat.js?ver=1.2.2.Bo — 200 — 5.9 KiB — 44 ms — h2https://ssl.p.jwpcdn.com/player/v/8.30.1/jwpsrv.jsssl.p.jwpcdn.com/player/v/8.30.1/jw... https://ssl.p.jwpcdn.com/player/v/8.30.1/jwpsrv.js — 200 — 18.0 KiB — 104 ms — h2https://ssl.p.jwpcdn.com/player/v/8.30.1/jwplayer.core.jsssl.p.jwpcdn.com/player/v/8.30.1/jw... https://ssl.p.jwpcdn.com/player/v/8.30.1/jwplayer.core.js — 200 — 40.1 KiB — 107 ms — h2https://ssl.p.jwpcdn.com/player/v/8.30.1/provider.hlsjs.jsssl.p.jwpcdn.com/player/v/8.30.1/pr... https://ssl.p.jwpcdn.com/player/v/8.30.1/provider.hlsjs.js — 200 — 114.3 KiB — 106 ms — h2https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 393 ms — h3https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/HostGrotesk-Bold.ttfhtml.stackadapt.com/Sound+Communica... https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/HostGrotesk-Bold.ttf — 200 — 58.6 KiB — 43 ms — h2https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/HostGrotesk-Regular.ttfhtml.stackadapt.com/Sound+Communica... https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/HostGrotesk-Regular.ttf — 200 — 58.7 KiB — 57 ms — h2https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 11.5 KiB — 27 ms — h2https://ep1.adtrafficquality.google/pagead/gen_204?id=sodar&v=46&t=2&bgai=BfEg1cFzpaYP_HNzyhNEP9LeOmAoAAAAAOAHgBAI&bg=!MTKlMlDNAAa1ilLUlYo7AEcBe5WfOBrz1LysY8X1WX5qLX58tQ7_fqV9XbTAgLSGgI-A6cqJzoAbYXh5_yL5kkHxSU1tOW_Zt6gAF-z6EaUWCs08kIk83AIAAADsUgAAAAZoAQd-ADTdJhwa_SAVL8E0nW9HqDVaaQXTn-Pwr3CcDo0cCOnGaUrOnmMnA78Enp5Em9cov1aAocQXmQLjhKCZy3XfmKNbzsYu1Fo1s45FxIx5q4zuxr3I4tTMDsLE_7OTvZgFf6QA8FNHdVosovxVLCrosS1qPNgegIksXNY83JTjQU2R5JSvL9jnIRt9H0fibN7pwpj7OOAAL0ssH3BWk0-1MPMyPCCJ4uz6SgahrArA9kRwR_LPQIJn1lghBmE9WWfDeG4m2Qt6Y7Uqv8rHhEr4cxffbRox8R1OoLlspzrTtWaZPm52TebloieSNnqDNan4UIDVf2yw6cugPGeXGWCS6Q8DIOUUHRdBaf-5mB9ZAdFCobQFfZ7OULLPigZR9Uqj-cIKO5QmmmsLhs9HptqEhXJpKE9Ea2cCSXIEgJHY6ki15d16IZuRtmpKMU60tcZN9rnWBJFC4a4rHHbYYeUKiM9Qo4XsZb5OZFhSzdcL4p8ij5Vd9sAGPhj4bHBVxOoX2JIlJmj-eJpAnEPUiwiZkhLr3AMFAKLsRhiKqLmAPUIk6rPCGf-4s1pgIJwe2wFTvSeid1TojaHdNjqYpj55WXKwy1EYhic1sFjdtpR4Y2qs0jDeLMClu5WtOFbNHdAPnTRMNmeTv3-137frPLP7cUhc8AMp0KQMK1wRPDNN-VxAfcyleFI6lE_kpEWm0m6sIDYKsIE1nuQXvRbrac8ox4w2OXMF-aL7I2p0a7Aarn2Az7P64Qz3aTPuWCeo6ZHTQQq9pQ9Wkpna02NSgxGcQoNYe1VTtbMX83nqqqCph4khpUaAwEjVx50M2CVGU2P7DTlZtQ_47H2OJ-RfaPwwalg1HuJyIStrY8y2i6AxEN_kp0dpsknrIyvcHRjqUB2SFqz-Z9WHNych-IELYhHkK7Et9DYCkxRPE6nI04VdD7rD0b32iPwFM2ZTCNyQeZOFTfeYlhxNERm9yioslutXG_R0xWOZPdeWXRxlcoEyyW1Pkpa_CMgP_SG-BwYQ1n-vL5hu4F_8sz89OCP-h_v8-SKsqLiw58I7ddgTAgep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/gen_204?id=sodar&v=46&t=2&bgai=BfEg1cFzpaYP_HNzyhNEP9LeOmAoAAAAAOAHgBAI&bg=!MTKlMlDNAAa1ilLUlYo7AEcBe5WfOBrz1LysY8X1WX5qLX58tQ7_fqV9XbTAgLSGgI-A6cqJzoAbYXh5_yL5kkHxSU1tOW_Zt6gAF-z6EaUWCs08kIk83AIAAADsUgAAAAZoAQd-ADTdJhwa_SAVL8E0nW9HqDVaaQXTn-Pwr3CcDo0cCOnGaUrOnmMnA78Enp5Em9cov1aAocQXmQLjhKCZy3XfmKNbzsYu1Fo1s45FxIx5q4zuxr3I4tTMDsLE_7OTvZgFf6QA8FNHdVosovxVLCrosS1qPNgegIksXNY83JTjQU2R5JSvL9jnIRt9H0fibN7pwpj7OOAAL0ssH3BWk0-1MPMyPCCJ4uz6SgahrArA9kRwR_LPQIJn1lghBmE9WWfDeG4m2Qt6Y7Uqv8rHhEr4cxffbRox8R1OoLlspzrTtWaZPm52TebloieSNnqDNan4UIDVf2yw6cugPGeXGWCS6Q8DIOUUHRdBaf-5mB9ZAdFCobQFfZ7OULLPigZR9Uqj-cIKO5QmmmsLhs9HptqEhXJpKE9Ea2cCSXIEgJHY6ki15d16IZuRtmpKMU60tcZN9rnWBJFC4a4rHHbYYeUKiM9Qo4XsZb5OZFhSzdcL4p8ij5Vd9sAGPhj4bHBVxOoX2JIlJmj-eJpAnEPUiwiZkhLr3AMFAKLsRhiKqLmAPUIk6rPCGf-4s1pgIJwe2wFTvSeid1TojaHdNjqYpj55WXKwy1EYhic1sFjdtpR4Y2qs0jDeLMClu5WtOFbNHdAPnTRMNmeTv3-137frPLP7cUhc8AMp0KQMK1wRPDNN-VxAfcyleFI6lE_kpEWm0m6sIDYKsIE1nuQXvRbrac8ox4w2OXMF-aL7I2p0a7Aarn2Az7P64Qz3aTPuWCeo6ZHTQQq9pQ9Wkpna02NSgxGcQoNYe1VTtbMX83nqqqCph4khpUaAwEjVx50M2CVGU2P7DTlZtQ_47H2OJ-RfaPwwalg1HuJyIStrY8y2i6AxEN_kp0dpsknrIyvcHRjqUB2SFqz-Z9WHNych-IELYhHkK7Et9DYCkxRPE6nI04VdD7rD0b32iPwFM2ZTCNyQeZOFTfeYlhxNERm9yioslutXG_R0xWOZPdeWXRxlcoEyyW1Pkpa_CMgP_SG-BwYQ1n-vL5hu4F_8sz89OCP-h_v8-SKsqLiw58I7ddgTAg — 204 — 20 B — 32 ms — h3data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==data:image/gif;base64,R0lGODlhAQABA... data:image/gif;base64,R0lGODlhAQABAPAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== — 200 — 0 B — 0 ms — datahttps://docs.google.com/spreadsheets/d/e/2PACX-1vRToFSTtaNvOrcDfb6T8sh6jC64-BdVRAiJ_O83sipWYQ49s3xaE87Vifq0FOO6sZsS-xOqriJdfv8E/pub?gid=1185671465&single=true&output=csvdocs.google.com/spreadsheets/d/e/2P... https://docs.google.com/spreadsheets/d/e/2PACX-1vRToFSTtaNvOrcDfb6T8sh6jC64-BdVRAiJ_O83sipWYQ49s3xaE87Vifq0FOO6sZsS-xOqriJdfv8E/pub?gid=1185671465&single=true&output=csv — 307 — 1.3 KiB — 130 ms — h2https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/imgi_78_gray-pattern-01.jpghtml.stackadapt.com/Sound+Communica... https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/imgi_78_gray-pattern-01.jpg — 200 — 526.4 KiB — 32 ms — h2https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/FOR-Horz-White.svghtml.stackadapt.com/Sound+Communica... https://html.stackadapt.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/FOR-Horz-White.svg — 200 — 2.4 KiB — 31 ms — h2https://token.rubiconproject.com/khaos.json?token.rubiconproject.com/khaos.json... https://token.rubiconproject.com/khaos.json? — 200 — 1.2 KiB — 38 ms — http/1.1data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://widgets-blue.media.weather.com/menu?memberId=1470&mapId=0014&&cid=369362872&widgets-blue.media.weather.com/menu... https://widgets-blue.media.weather.com/menu?memberId=1470&mapId=0014&&cid=369362872& — 200 — 2.7 KiB — 14 ms — h2https://prebid-a.rubiconproject.com/eventprebid-a.rubiconproject.com/event https://prebid-a.rubiconproject.com/event — 204 — 125 B — 10 ms — h2https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsv-lvU0kCN1Js0ce9a3Sq7f3uRZILMtSdoVi7NbKEI57hMEvjK9GMDBwPHsKwpAV1GMZp4-wPNlRC1qDdMd6Ph4nK2-QvdWso5WIFS_s-0tQkh9XzwDP34yx32KASniHOlAkcLU_TVjRNOJyTMONm-9CmimwdwprCySplWdGOpVKSFEMIiZoxdQJCHMIekOVSaSlEGuw5taswSX5x_c0ViOxb4LctZmMgVKLXPKXhuXC_SdoTeOvPg1sCADzt8uc4XUCTsh6DXdQPuOvpfx-0PX1-o50RPST6PnZdvGblAk7sYPAwv4uGj3XWM6vxfp7j_vo_gIittQY6yMQXqaYxM90rQHnXtFDa1ZpY5LS-Hw4ou9KLkd8AuIN2p8ljJSApJRYiVRLf-ZXm4TQeqTzSUowJ28zg_K9FLChkynb4dlN_HvqM8Wb88CAFOPgGcxE-etwKswE9oVBRpZWWOMWdz-zynNVKc&sai=AMfl-YSEVLLkzIGLECpkNP5VzYOY-cChH_r3uLiP_dmzj_pUEqd20Cz7cVUonB7M0IRt6Xqb8GoifJVqunvYdhU-mVIxDDYWb04Yd_Y6GbrAEncAc27-ophwNbE6uQDOge9Tzf6h6IjXMMt3dRF3MjxhtXPx6VtsZ5XbvbE7NA2gbXkc3lZ6h3n3sCuxLjfGY6SilsBqAgDZO_B7L20sRyIbVIN9n4iDU9uv8XJH9_aBa-4NXGanNPVoUG0Fklph1Hoqb2wsCclZDC_amQC0jY1peM7S0S75vGB1SUbKE_uvjlGzjCSg3ux1qrM_YlenWNRzbSv7iaw1ydwcHjfamh7QX9r8iu-FcWFp7gXkcopYRg96pe1OGUerV6Z0uQRW4JLpZg&sig=Cg0ArKJSzNUM68zjFl5UEAE&uach_m=%5BUACH%5D&urlfix=1&dett=2&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsv-lvU0kCN1Js0ce9a3Sq7f3uRZILMtSdoVi7NbKEI57hMEvjK9GMDBwPHsKwpAV1GMZp4-wPNlRC1qDdMd6Ph4nK2-QvdWso5WIFS_s-0tQkh9XzwDP34yx32KASniHOlAkcLU_TVjRNOJyTMONm-9CmimwdwprCySplWdGOpVKSFEMIiZoxdQJCHMIekOVSaSlEGuw5taswSX5x_c0ViOxb4LctZmMgVKLXPKXhuXC_SdoTeOvPg1sCADzt8uc4XUCTsh6DXdQPuOvpfx-0PX1-o50RPST6PnZdvGblAk7sYPAwv4uGj3XWM6vxfp7j_vo_gIittQY6yMQXqaYxM90rQHnXtFDa1ZpY5LS-Hw4ou9KLkd8AuIN2p8ljJSApJRYiVRLf-ZXm4TQeqTzSUowJ28zg_K9FLChkynb4dlN_HvqM8Wb88CAFOPgGcxE-etwKswE9oVBRpZWWOMWdz-zynNVKc&sai=AMfl-YSEVLLkzIGLECpkNP5VzYOY-cChH_r3uLiP_dmzj_pUEqd20Cz7cVUonB7M0IRt6Xqb8GoifJVqunvYdhU-mVIxDDYWb04Yd_Y6GbrAEncAc27-ophwNbE6uQDOge9Tzf6h6IjXMMt3dRF3MjxhtXPx6VtsZ5XbvbE7NA2gbXkc3lZ6h3n3sCuxLjfGY6SilsBqAgDZO_B7L20sRyIbVIN9n4iDU9uv8XJH9_aBa-4NXGanNPVoUG0Fklph1Hoqb2wsCclZDC_amQC0jY1peM7S0S75vGB1SUbKE_uvjlGzjCSg3ux1qrM_YlenWNRzbSv7iaw1ydwcHjfamh7QX9r8iu-FcWFp7gXkcopYRg96pe1OGUerV6Z0uQRW4JLpZg&sig=Cg0ArKJSzNUM68zjFl5UEAE&uach_m=%5BUACH%5D&urlfix=1&dett=2&adurl= — 200 — 28 B — 327 ms — h3https://doc-0k-00-sheets.googleusercontent.com/pub/54bogvaave6cua4cdnls17ksc4/cfkjn9cgsd639qg2go4i8v805s/1776901230000/105299092451036873827/*/e@2PACX-1vRToFSTtaNvOrcDfb6T8sh6jC64-BdVRAiJ_O83sipWYQ49s3xaE87Vifq0FOO6sZsS-xOqriJdfv8E?gid=1185671465&single=true&output=csvdoc-0k-00-sheets.googleusercontent.... https://doc-0k-00-sheets.googleusercontent.com/pub/54bogvaave6cua4cdnls17ksc4/cfkjn9cgsd639qg2go4i8v805s/1776901230000/105299092451036873827/*/e@2PACX-1vRToFSTtaNvOrcDfb6T8sh6jC64-BdVRAiJ_O83sipWYQ49s3xaE87Vifq0FOO6sZsS-xOqriJdfv8E?gid=1185671465&single=true&output=csv — 200 — 6.0 KiB — 132 ms — h2https://tps.doubleverify.com/visit.js?flvr=0&ttmms=571&ttfrms=37&brid=3&brver=146.0.0.0&bridua=3&bds=1&tstype=2&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETar9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3EU42%3FFC%3Dl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETau&srcurlD=0&aUrlD=0&ssl=https:&dfs=474&ddur=67&uid=1776901233368217&jsCallback=dvCallback_1776901233368202&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Mobile%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=823&winw=412&wouh=823&wouw=412&scah=823&scaw=412&tgjsver=9761&lvvn=28&m1=96&refD=1&referrer=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&fwc=8&fcl=1860&flt=4&fec=3136&fcifrms=13&brh=2&dvp_epl=266&noc=4&nav_pltfrm=Linux%20x86_64&ctx=34962712&cmp=DV1436327&sid=stackadapt&plc=stackadapt-dispJS&adsrv=0&advid=3891363&jsver=9761&turl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c1=320&c2=50&gdpr=0&gdpr_consent=sa_blank&errorURL=https://tps.doubleverify.com/visit.jpg&ppid=347&auevent=1-6237-177690123077454098505169-1_1&auadv=14238&aucmp=1665950&aucrtv=12332610&auplc=3380542&auxch=85&pltfrm=24610&aufilter2=IQMBFV&autt=1&aubndl=sa_blank&mib=0&dvp_rcp=2&dvp_htec=2&dvp_seem=2&dvp_tuk=1&dvp_sukv=6794181.803739334&ee_dp_sukv=6794181.803739334&dvp_tukv=311508570226.1494&ee_dp_tukv=311508570226.1494&dvp_tuid=1144080963835&jurtd=492288800tps.doubleverify.com/visit.js?flvr=... https://tps.doubleverify.com/visit.js?flvr=0&ttmms=571&ttfrms=37&brid=3&brver=146.0.0.0&bridua=3&bds=1&tstype=2&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETar9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3EU42%3FFC%3Dl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETau&srcurlD=0&aUrlD=0&ssl=https:&dfs=474&ddur=67&uid=1776901233368217&jsCallback=dvCallback_1776901233368202&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Mobile%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=823&winw=412&wouh=823&wouw=412&scah=823&scaw=412&tgjsver=9761&lvvn=28&m1=96&refD=1&referrer=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&fwc=8&fcl=1860&flt=4&fec=3136&fcifrms=13&brh=2&dvp_epl=266&noc=4&nav_pltfrm=Linux%20x86_64&ctx=34962712&cmp=DV1436327&sid=stackadapt&plc=stackadapt-dispJS&adsrv=0&advid=3891363&jsver=9761&turl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c1=320&c2=50&gdpr=0&gdpr_consent=sa_blank&errorURL=https://tps.doubleverify.com/visit.jpg&ppid=347&auevent=1-6237-177690123077454098505169-1_1&auadv=14238&aucmp=1665950&aucrtv=12332610&auplc=3380542&auxch=85&pltfrm=24610&aufilter2=IQMBFV&autt=1&aubndl=sa_blank&mib=0&dvp_rcp=2&dvp_htec=2&dvp_seem=2&dvp_tuk=1&dvp_sukv=6794181.803739334&ee_dp_sukv=6794181.803739334&dvp_tukv=311508570226.1494&ee_dp_tukv=311508570226.1494&dvp_tuid=1144080963835&jurtd=492288800 — 200 — 888 B — 56 ms — http/1.1https://cdn.doubleverify.com/dv-measurements9761.jscdn.doubleverify.com/dv-measurement... https://cdn.doubleverify.com/dv-measurements9761.js — 200 — 0 B — 0 ms — http/1.1https://stackadapttemp.s3.us-east-1.amazonaws.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/2.jpegstackadapttemp.s3.us-east-1.amazona... https://stackadapttemp.s3.us-east-1.amazonaws.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/2.jpeg — 200 — 210.6 KiB — 86 ms — http/1.1https://stackadapttemp.s3.us-east-1.amazonaws.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/1.jpegstackadapttemp.s3.us-east-1.amazona... https://stackadapttemp.s3.us-east-1.amazonaws.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/1.jpeg — 200 — 215.1 KiB — 76 ms — http/1.1https://stackadapttemp.s3.us-east-1.amazonaws.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/RealEstateInstitute_center_white.pngstackadapttemp.s3.us-east-1.amazona... https://stackadapttemp.s3.us-east-1.amazonaws.com/Sound+Communications/Fordham_001_092025_Hospitality_Published/Dynamic+Feed+001+-+A+-+REI+Dates+Info/Responsive/RealEstateInstitute_center_white.png — 200 — 13.6 KiB — 53 ms — http/1.1https://tps.doubleverify.com/visit.js?gdpr=&gdpr_consent=&flvr=0&ttmms=178&ttfrms=33&brid=3&brver=146.0.0.0&bridua=3&bds=1&tstype=2&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETar9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3EU42%3FFC%3Dl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETau&srcurlD=0&aUrlD=0&ssl=https:&dfs=474&ddur=67&uid=1776901233600346&jsCallback=dvCallback_1776901233600639&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Mobile%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=823&winw=412&wouh=823&wouw=412&scah=823&scaw=412&tgjsver=9761&lvvn=28&m1=96&refD=1&referrer=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&fwc=8&fcl=1860&flt=4&fec=3159&fcifrms=13&brh=2&dvp_epl=266&noc=4&nav_pltfrm=Linux%20x86_64&ctx=24187061&cmp=DV1031347&btreg=6713727074138473048189&btadsrv=6713727074138473048189&adsrv=104&jsver=9761&unit=1x1&turl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&seltag=1&sadv=5177264069&ord=3543069315&litm=6713727074&scrt=138473048189&splc=/2620/ots_mobile/wcau_mobileweb/home&adu=139897338&errorURL=https://tps.doubleverify.com/visit.jpg&mib=0&dvp_scripthash=1&t2te=0&dvp_pubaap=0&dvp_uptbcid=1.14.0&dvp_rcp=2&dvp_htec=1&dvp_seem=2&dvp_tuk=1&ee_dp_tcnt=2&dvp_sukv=6794181.803739334&ee_dp_sukv=6794181.803739334&dvp_tukv=2337048989.6342754&ee_dp_tukv=2337048989.6342754&dvp_tuid=636433343766&jurtd=2142486998tps.doubleverify.com/visit.js?gdpr=... https://tps.doubleverify.com/visit.js?gdpr=&gdpr_consent=&flvr=0&ttmms=178&ttfrms=33&brid=3&brver=146.0.0.0&bridua=3&bds=1&tstype=2&eparams=DC4FC%3Dl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETauU2%3F4r92%3A%3Fl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETar9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3EU42%3FFC%3Dl9EEADTbpTauTauHHH%5D%3F34A9%3A%3D256%3DA9%3A2%5D4%40%3ETau&srcurlD=0&aUrlD=0&ssl=https:&dfs=474&ddur=67&uid=1776901233600346&jsCallback=dvCallback_1776901233600639&dvtagver=6.1.src&navUa=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F146.0.0.0%20Mobile%20Safari%2F537.36&htmlmsging=1&chro=1&hist=2&winh=823&winw=412&wouh=823&wouw=412&scah=823&scaw=412&tgjsver=9761&lvvn=28&m1=96&refD=1&referrer=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&fwc=8&fcl=1860&flt=4&fec=3159&fcifrms=13&brh=2&dvp_epl=266&noc=4&nav_pltfrm=Linux%20x86_64&ctx=24187061&cmp=DV1031347&btreg=6713727074138473048189&btadsrv=6713727074138473048189&adsrv=104&jsver=9761&unit=1x1&turl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&seltag=1&sadv=5177264069&ord=3543069315&litm=6713727074&scrt=138473048189&splc=/2620/ots_mobile/wcau_mobileweb/home&adu=139897338&errorURL=https://tps.doubleverify.com/visit.jpg&mib=0&dvp_scripthash=1&t2te=0&dvp_pubaap=0&dvp_uptbcid=1.14.0&dvp_rcp=2&dvp_htec=1&dvp_seem=2&dvp_tuk=1&ee_dp_tcnt=2&dvp_sukv=6794181.803739334&ee_dp_sukv=6794181.803739334&dvp_tukv=2337048989.6342754&ee_dp_tukv=2337048989.6342754&dvp_tuid=636433343766&jurtd=2142486998 — 200 — 700 B — 26 ms — http/1.1blob:https://www.nbcphiladelphia.com/25de6e45-0bc5-4629-be6b-a4ba970eb517www.nbcphiladelphia.com/25de6e45-0b... blob:https://www.nbcphiladelphia.com/25de6e45-0bc5-4629-be6b-a4ba970eb517 — 206 — 0 B — 1 ms — blobhttps://widgets-blue.media.weather.com/basemaps?cid=369362872&widgets-blue.media.weather.com/base... https://widgets-blue.media.weather.com/basemaps?cid=369362872& — 200 — 586 B — 4 ms — h2https://east.srv.stackadapt.com/cv?aid=1-6237-177690123077454098505169-1&iidx=0&cv=%27%27&iv=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd951e26f0281a752a974001303f85bcd97052db918east.srv.stackadapt.com/cv?aid=1-62... https://east.srv.stackadapt.com/cv?aid=1-6237-177690123077454098505169-1&iidx=0&cv=%27%27&iv=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd951e26f0281a752a974001303f85bcd97052db918 — 200 — 108 B — 9 ms — h2blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9www.nbcphiladelphia.com/8ff90f24-15... blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9 — -1 — 0 B — 0 ms — blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9www.nbcphiladelphia.com/8ff90f24-15... blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9 — -1 — 0 B — 0 ms — https://widgets-blue.media.weather.com/chunks/wxwidget.mapDefaultLayout.js?v=4e77d53b1e6b2a3178a0widgets-blue.media.weather.com/chun... https://widgets-blue.media.weather.com/chunks/wxwidget.mapDefaultLayout.js?v=4e77d53b1e6b2a3178a0 — 200 — 27.1 KiB — 5 ms — h2blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9www.nbcphiladelphia.com/8ff90f24-15... blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9 — 200 — -1 B — 265 ms — blobblob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9www.nbcphiladelphia.com/8ff90f24-15... blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9 — 200 — -1 B — 250 ms — blobhttps://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/styles/v1/weather/ck... https://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 8.3 KiB — 20 ms — h2https://east.srv.stackadapt.com/track_user_page?aid=1-6237-177690123077454098505169-1&iid=1&br_domain=nbcphiladelphia.com&br_ip=2a03:90c0:177::&window_location_href=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&top_location_href=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&is_iframe=true&network=rubicon&br_page_url=https://www.nbcphiladelphia.com/east.srv.stackadapt.com/track_user_... https://east.srv.stackadapt.com/track_user_page?aid=1-6237-177690123077454098505169-1&iid=1&br_domain=nbcphiladelphia.com&br_ip=2a03:90c0:177::&window_location_href=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&top_location_href=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&is_iframe=true&network=rubicon&br_page_url=https://www.nbcphiladelphia.com/ — 200 — 108 B — 12 ms — h2https://nbcume.hb.omtrdc.net/settings/a8ab776a5245b4220a490d44-adobeorg.xml?r=1776901233854nbcume.hb.omtrdc.net/settings/a8ab7... https://nbcume.hb.omtrdc.net/settings/a8ab776a5245b4220a490d44-adobeorg.xml?r=1776901233854 — 200 — 425 B — 48 ms — h2https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s74938635303129nbcume.sc.omtrdc.net/b/ss/nbcuotsdi... https://nbcume.sc.omtrdc.net/b/ss/nbcuotsdivisiontotal/1/JS-2.22.3-LEWM/s74938635303129 — 200 — 236 B — 14 ms — h2https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901233866nbcu.demdex.net/event?d_dil_ver=9.5... https://nbcu.demdex.net/event?d_dil_ver=9.5&_ts=1776901233866 — 200 — 1.6 KiB — 23 ms — h2https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=start&l:event:duration=0&l:event:playhead=0&l:event:ts=1776901233869&l:event:prev_ts=-1&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:type=live&l:stream:bitrate=50000&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=0&s:meta:a.media.asset=10123841075&s:meta:ovp=html5&s:meta:player_type=fastplayer_deescalated&s:meta:network=nbc&s:meta:videomarketorigination=WCAU&s:meta:minute=23%3A40&s:meta:hour=23%3A00&s:meta:day=Wednesday&s:meta:date=04%2F22%2F2026&s:meta:videompxid=0000000000009&s:meta:platform=mobile%20web&s:meta:businessunit=phi&s:meta:videopageurl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s:meta:continuousplay=first%20play&s:meta:videotag=philadelphia%2C%20flyers%2C%20pennsylvania%2C%20christmas%2C%20chester-county%2C%20chester%2C%20nhl%2C%20camden-county%2C%20hockey%2C%20valentine%27s-day%2C%20atlantic-city%2C%20schools%2C%20florida%2C%20phil-murphy%2C%20new-jersey%2C%20delaware%2C%20university-of%20pennsylvania%2C%20philadelphia-flyers%2C%20larry-krasner%2C%20weather%2C%20philadelphia-international%20airport%2C%20clear-the%20shelters%2C%20nj-transit%2C%20berks-county%2C%20georgia%2C%20philadelphia-police%2C%20newark%2C%20university-city%2C%20labor-day%2C%20keith-jones%2C%20easter%2C%20nfl%2C%20sports%2C%20philadelphia-eagles%2C%20philadelphia-76ers%2C%20philadelphia-flyers%2C%20u.s.-%26amp%3B%20world%2C%20local%2C%20health%2C%20entertainment%2C%20politics%2C%20philadelphia-phillies%2C%20donald-trump%2C%20entertainment-news%2C%20north-carolina%2C%20puerto-rico%2C%20tech%2C%20transportation-and%20transit%2C%20congress%2C%20trump-administration%2C%20israel%2C%20new-york%2C%20paris%2C%20gun-violence%2C%20arizona%2C%20louisiana%2C%20business%2C%20egypt%2C%20penn-state%2C%20virginia%2C%20josh-shapiro%2C%20bensalem%2C%20maryland%2C%20delaware-county%2C%20recall-alert%2C%20technology%2C%20atlantic-county%2C%20cumberland-county%2C%20on-air%20promotion%2C%20philadelphia-eagles%2C%20lehigh-county%2C%20michigan%2C%20jason-kelce%2C%20trenton%2C%20transportation%2C%20amazon%2C%20gloucester-county%2C%20temple-university%2C%20lehigh-valley%2C%20bucks-county%2C%20south-jersey%2C%20nba%2C%20las-vegas%2C%20indiana%2C%20the-scene%2C%20utah%2C%20center-city%2C%20montgomery-county%2C%20new-castle%20county%2C%20wilmington%2C%20energy%2C%20google%2C%20new-york%20city%2C%20children%27s-hospital%20of%20philadelphia%2C%20super-bowl%2C%20fishtown%2C%20norristown%2C%20harrisburg%2C%20love-park%2C%20iran%2C%20golf%2C%20allentown%2C%20cherry-hill%2C%20traffic%2C%20taylor-swift%2C%20olney%2C%20northampton-county%2C%20amtrak%2C%20pennsylvania-turnpike%2C%20burlington-county%2C%20mercer-county%2C%20penn-state%20university%2C%20camden%2C%20immigration%2C%20philadelphia-76ers%2C%20john-fetterman%2C%20asia%2C%20tracy-davidson%2C%20mlb%2C%20septa%2C%20coatesville%2C%20point-breeze%2C%20philadelphia-school%20district%2C%20minnesota%2C%20halloween%2C%20jersey-shore%2C%20lottery%2C%20cape-may%20county%2C%20kamala-harris%2C%20i-95%2C%20interstate-95%2C%20ocean-city%2C%20east-falls%2C%20cape-may%2C%20monmouth-county%2C%20port-richmond%2C%20wildwood%2C%20air-travel%2C%20upper-darby%2C%20ocean-county%2C%20philadelphia-phillies%2C%20soccer%2C%20university-of%20delaware%2C%20germantown%2C%20lane-johnson%2C%20chinatown%2C%20green%2C%20delaware-river%2C%20longwood-gardens%2C%20phillies%2C%20pennsylvania-state%20police%2C%20the-scene%2C%20south-philadelphia%2C%20conshohocken%2C%20acct-philly%2C%20pga-tour%2C%20deptford-township%2C%20franklin-institute%2C%20levittown%2C%20upper-merion%20township%2C%20cheltenham-township%2C%20philadelphia-health%20department%2C%20nasa%2C%20retail%2C%20philadelphia-city%20council%2C%20nbc10-responds%2C%20rittenhouse-square%2C%20chestnut-hill%2C%20pennsylvania-spca%2C%20bristol%2C%20jimmy-carter%2C%20legislation%2C%20center-city%20philadelphia%2C%20brandywine-valley%20spca%2C%20news%2C%20manayunk%2C%20world-cup%2C%20roxborough%2C%20frankford%2C%20howie-roseman%2C%20mcdonald%E2%80%99s%2C%20veterans%2C%20lancaster-county%2C%20york-county%2C%20schuylkill-river%20trail%2C%20business%2C%20ncaa%2C%20philadelphia-zoo%2C%20philadelphia-museum%20of%20art%2C%20west-philadelphia%2C%20wawa%2C%20lincoln-financial%20field%2C%20pocono-mountains%2C%20north-philadelphia%2C%20crime-stoppers%2C%20bucks%2C%20philadelphia-parking%20authority%2C%20schuylkill-river%2C%20new-jersey%20turnpike%2C%20elmwood-park%20zoo%2C%20school-district%20of%20philadelphia%2C%20passover%2C%20abington-township%2C%20citizens-bank%20park%2C%20marty-small%2C%20fairmount-park%2C%20pets%2C%20mount-laurel%2C%20cobbs-creek%2C%20six-flags%2C%20villanova-university%2C%20lower-merion%2C%20hamilton-township%2C%20traffic%2C%20wawa-welcome%20america%2C%20crescentville%2C%20rocky-statue%2C%20west-chester%20university%2C%20east-germantown%2C%20powerball%2C%20thanksgiving%2C%20penn-medicine%2C%20kingsessing%2C%20first-alert%20weather%2C%20penn%27s-landing%2C%20nbc10-responds%2C%20gloucester-township%2C%20wawa-welcome%20america%2C%20benjamin-franklin%20parkway%2C%20lgbtq%2C%20animals%2C%20today-show%2C%20health-care%2C%20money%2C%20washington-dc%2C%2076ers%2C%20lower-merion%20township%2C%20nature%2C%20northern-liberties%2C%20rowing%2C%20queen-village%2C%20back-to%20school%2C%20new-york%20giants%2C%20northeast-philadelphia%2C%20profiles%2C%20wildfires%2C%20holidays%2C%20mayfair%2C%20veterans-day%2C%20adventure-aquarium%2C%20society-hill%2C%20travel%2C%20fifa%2C%20st.-patrick%27s%20day%2C%20severe-weather%2C%20hunting-park%2C%20fourth-of%20july%2C%20airlines%2C%20elections%2C%20philly-live%2C%20caught-on%20camera%2C%20sean-%22diddy%22%20combs%2C%20fires%2C%20formula-one%2C%202026-world%20cup%2C%20philly-live%2C%20weather%2C%20weather-stories%2C%20weather-video%2C%20news%2C%20investigators%2C%20changing-climate%2C%20the-trump%20administration%2C%20dulce-maria%20alavez%2C%20holidays%2C%20philly-weather%2C%20weather-forecast%2C%20free-fun%2C%20crime-and%20courts%2C%20poconos%2C%20mummers%2C%20nfl-playoffs%2C%20italian-market%2C%20traffic-alert%2C%20penn-museum%2C%20nbc10-investigators%2C%20main-line%2C%20missing-persons%2C%20philadelphia-flower%20show%2C%20responds%2C%20kelly-drive%2C%20podcasts%2C%20concerts%2C%20coronavirus-pandemic%2C%20religion%2C%20nfl-draft%2C%20grays-ferry%2C%20draft-dreams%2C%20astronomy%2C%20cruises%2C%20move-bombing%2C%20recalls%2C%20real-time-traffic%2C%20pride-month%2C%20transgender-rights%2C%20clear-the%20shelters%2C%20hurricanes%2C%20in-the%20name%20of%20love%2C%20pga%2C%20air-quality%2C%20east-mount%20airy%2C%20lawsuits%2C%20health-%26amp%3B%20science%2C%20colleges-%26amp%3B%20universities%2C%20fdr-park%2C%20investigations%2C%20art-and%20culture%2C%20discover-black%20heritage%2C%20infrastructure%2C%20celebrity-babies%2C%20philadelphia-marathon%2C%20diversity-%26amp%3B%20equality%2C%20music-%26amp%3B%20musicians%2C%20fifa-world%20cup%2C%20actors%2C%20extreme-weather%2C%20weather-education%20day%2C%20critter-corner%2C%20critter-corner%2C%20hispanic-heritage%20month%2C%20health-%26amp%3B%20wellness%2C%20food-%26amp%3B%20drink%2C%20decision-2024%2C%20battleground-politics%2C%20jalen-carter%2C%20mlb%2C%20nba%2C%20nfl%2C%20nhl%2C%20soccer%2C%20decision-2024%2C%20phillies-news%2C%20israel-hamas-war%2C%20building-philadelphia%2C%202024-nfl%20draft%2C%20eagles-news%2C%20eagles-analysis%2C%20eagles%2C%20eagles-blog%2C%20track-%26amp%3B%20field%2C%20diet-%26amp%3B%20exercise%2C%20education%2C%20kensington%2C%20southwest-philadelphia%2C%20animals-and%20wildlife%2C%20health%2C%20eagles-autism%20foundation%2C%20extreme-weather%2C%20french-connections%2C%20hurricane-season%2C%20scams%2C%20formula-1%2C%20tsa%2C%20artificial-intelligence%2C%20sports%2C%20shootings%2C%20car-crash%2C%20food%2C%20running%2C%20shopping%2C%20little-league%20world%20series%2C%20politics%2C%20charity%2C%20eagles-column%2C%20summer%2C%20saquon-barkley%2C%20filadelfia%2C%20hispanic-heritage%20month%2C%209%2F11%2C%209%2F11-anniversary%2C%20going-green%2C%20transit%2C%20jordan-mailata%2C%20alpine-skiing%2C%20space%2C%20white-house%2C%20pensilvania%2C%20cars-%2F%20autos%2C%202025-nfl%20draft%2C%20cherelle-parker%2C%20old-city%2C%20matt-meyer%2C%20super-bowl%2C%20bernie-sanders%2C%20jet-crash%20in%20philly%2C%202026-milan%20cortina%20olympics%2C%20black-heritage%2C%20navy%2C%20america-250%2C%20strawberry-mansion%2C%20patco%2C%20decision-2025%2C%20cleaning%2C%20fairmount%2C%20police-reform%2C%20draft-dreams%2C%20xfinity-mobile%20arena%2C%20pope-leo%20xiv%2C%20commuter-alert%2C%20primera-alerta%2C%20fraud-%26amp%3B%20false%20statements%2C%20philly-workers%20strike%2C%20u.s.-government%2C%20somerville%2C%20independence-mall%2C%20america250%2C%20our-250%2C%20government-shutdown%2C%202026-nfl%20draft%2C%20polic%C3%ADa-de%20filadelfia%2C%20west-oak%20lane%2C%20war-with%20iran%2C%20grays-ferry%20collapse%2C%20distrito-escolar%20de%20filadelfianbcume.hb.omtrdc.net/?s:sc:rsid=nbc... https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=start&l:event:duration=0&l:event:playhead=0&l:event:ts=1776901233869&l:event:prev_ts=-1&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:type=live&l:stream:bitrate=50000&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=0&s:meta:a.media.asset=10123841075&s:meta:ovp=html5&s:meta:player_type=fastplayer_deescalated&s:meta:network=nbc&s:meta:videomarketorigination=WCAU&s:meta:minute=23%3A40&s:meta:hour=23%3A00&s:meta:day=Wednesday&s:meta:date=04%2F22%2F2026&s:meta:videompxid=0000000000009&s:meta:platform=mobile%20web&s:meta:businessunit=phi&s:meta:videopageurl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s:meta:continuousplay=first%20play&s:meta:videotag=philadelphia%2C%20flyers%2C%20pennsylvania%2C%20christmas%2C%20chester-county%2C%20chester%2C%20nhl%2C%20camden-county%2C%20hockey%2C%20valentine%27s-day%2C%20atlantic-city%2C%20schools%2C%20florida%2C%20phil-murphy%2C%20new-jersey%2C%20delaware%2C%20university-of%20pennsylvania%2C%20philadelphia-flyers%2C%20larry-krasner%2C%20weather%2C%20philadelphia-international%20airport%2C%20clear-the%20shelters%2C%20nj-transit%2C%20berks-county%2C%20georgia%2C%20philadelphia-police%2C%20newark%2C%20university-city%2C%20labor-day%2C%20keith-jones%2C%20easter%2C%20nfl%2C%20sports%2C%20philadelphia-eagles%2C%20philadelphia-76ers%2C%20philadelphia-flyers%2C%20u.s.-%26amp%3B%20world%2C%20local%2C%20health%2C%20entertainment%2C%20politics%2C%20philadelphia-phillies%2C%20donald-trump%2C%20entertainment-news%2C%20north-carolina%2C%20puerto-rico%2C%20tech%2C%20transportation-and%20transit%2C%20congress%2C%20trump-administration%2C%20israel%2C%20new-york%2C%20paris%2C%20gun-violence%2C%20arizona%2C%20louisiana%2C%20business%2C%20egypt%2C%20penn-state%2C%20virginia%2C%20josh-shapiro%2C%20bensalem%2C%20maryland%2C%20delaware-county%2C%20recall-alert%2C%20technology%2C%20atlantic-county%2C%20cumberland-county%2C%20on-air%20promotion%2C%20philadelphia-eagles%2C%20lehigh-county%2C%20michigan%2C%20jason-kelce%2C%20trenton%2C%20transportation%2C%20amazon%2C%20gloucester-county%2C%20temple-university%2C%20lehigh-valley%2C%20bucks-county%2C%20south-jersey%2C%20nba%2C%20las-vegas%2C%20indiana%2C%20the-scene%2C%20utah%2C%20center-city%2C%20montgomery-county%2C%20new-castle%20county%2C%20wilmington%2C%20energy%2C%20google%2C%20new-york%20city%2C%20children%27s-hospital%20of%20philadelphia%2C%20super-bowl%2C%20fishtown%2C%20norristown%2C%20harrisburg%2C%20love-park%2C%20iran%2C%20golf%2C%20allentown%2C%20cherry-hill%2C%20traffic%2C%20taylor-swift%2C%20olney%2C%20northampton-county%2C%20amtrak%2C%20pennsylvania-turnpike%2C%20burlington-county%2C%20mercer-county%2C%20penn-state%20university%2C%20camden%2C%20immigration%2C%20philadelphia-76ers%2C%20john-fetterman%2C%20asia%2C%20tracy-davidson%2C%20mlb%2C%20septa%2C%20coatesville%2C%20point-breeze%2C%20philadelphia-school%20district%2C%20minnesota%2C%20halloween%2C%20jersey-shore%2C%20lottery%2C%20cape-may%20county%2C%20kamala-harris%2C%20i-95%2C%20interstate-95%2C%20ocean-city%2C%20east-falls%2C%20cape-may%2C%20monmouth-county%2C%20port-richmond%2C%20wildwood%2C%20air-travel%2C%20upper-darby%2C%20ocean-county%2C%20philadelphia-phillies%2C%20soccer%2C%20university-of%20delaware%2C%20germantown%2C%20lane-johnson%2C%20chinatown%2C%20green%2C%20delaware-river%2C%20longwood-gardens%2C%20phillies%2C%20pennsylvania-state%20police%2C%20the-scene%2C%20south-philadelphia%2C%20conshohocken%2C%20acct-philly%2C%20pga-tour%2C%20deptford-township%2C%20franklin-institute%2C%20levittown%2C%20upper-merion%20township%2C%20cheltenham-township%2C%20philadelphia-health%20department%2C%20nasa%2C%20retail%2C%20philadelphia-city%20council%2C%20nbc10-responds%2C%20rittenhouse-square%2C%20chestnut-hill%2C%20pennsylvania-spca%2C%20bristol%2C%20jimmy-carter%2C%20legislation%2C%20center-city%20philadelphia%2C%20brandywine-valley%20spca%2C%20news%2C%20manayunk%2C%20world-cup%2C%20roxborough%2C%20frankford%2C%20howie-roseman%2C%20mcdonald%E2%80%99s%2C%20veterans%2C%20lancaster-county%2C%20york-county%2C%20schuylkill-river%20trail%2C%20business%2C%20ncaa%2C%20philadelphia-zoo%2C%20philadelphia-museum%20of%20art%2C%20west-philadelphia%2C%20wawa%2C%20lincoln-financial%20field%2C%20pocono-mountains%2C%20north-philadelphia%2C%20crime-stoppers%2C%20bucks%2C%20philadelphia-parking%20authority%2C%20schuylkill-river%2C%20new-jersey%20turnpike%2C%20elmwood-park%20zoo%2C%20school-district%20of%20philadelphia%2C%20passover%2C%20abington-township%2C%20citizens-bank%20park%2C%20marty-small%2C%20fairmount-park%2C%20pets%2C%20mount-laurel%2C%20cobbs-creek%2C%20six-flags%2C%20villanova-university%2C%20lower-merion%2C%20hamilton-township%2C%20traffic%2C%20wawa-welcome%20america%2C%20crescentville%2C%20rocky-statue%2C%20west-chester%20university%2C%20east-germantown%2C%20powerball%2C%20thanksgiving%2C%20penn-medicine%2C%20kingsessing%2C%20first-alert%20weather%2C%20penn%27s-landing%2C%20nbc10-responds%2C%20gloucester-township%2C%20wawa-welcome%20america%2C%20benjamin-franklin%20parkway%2C%20lgbtq%2C%20animals%2C%20today-show%2C%20health-care%2C%20money%2C%20washington-dc%2C%2076ers%2C%20lower-merion%20township%2C%20nature%2C%20northern-liberties%2C%20rowing%2C%20queen-village%2C%20back-to%20school%2C%20new-york%20giants%2C%20northeast-philadelphia%2C%20profiles%2C%20wildfires%2C%20holidays%2C%20mayfair%2C%20veterans-day%2C%20adventure-aquarium%2C%20society-hill%2C%20travel%2C%20fifa%2C%20st.-patrick%27s%20day%2C%20severe-weather%2C%20hunting-park%2C%20fourth-of%20july%2C%20airlines%2C%20elections%2C%20philly-live%2C%20caught-on%20camera%2C%20sean-%22diddy%22%20combs%2C%20fires%2C%20formula-one%2C%202026-world%20cup%2C%20philly-live%2C%20weather%2C%20weather-stories%2C%20weather-video%2C%20news%2C%20investigators%2C%20changing-climate%2C%20the-trump%20administration%2C%20dulce-maria%20alavez%2C%20holidays%2C%20philly-weather%2C%20weather-forecast%2C%20free-fun%2C%20crime-and%20courts%2C%20poconos%2C%20mummers%2C%20nfl-playoffs%2C%20italian-market%2C%20traffic-alert%2C%20penn-museum%2C%20nbc10-investigators%2C%20main-line%2C%20missing-persons%2C%20philadelphia-flower%20show%2C%20responds%2C%20kelly-drive%2C%20podcasts%2C%20concerts%2C%20coronavirus-pandemic%2C%20religion%2C%20nfl-draft%2C%20grays-ferry%2C%20draft-dreams%2C%20astronomy%2C%20cruises%2C%20move-bombing%2C%20recalls%2C%20real-time-traffic%2C%20pride-month%2C%20transgender-rights%2C%20clear-the%20shelters%2C%20hurricanes%2C%20in-the%20name%20of%20love%2C%20pga%2C%20air-quality%2C%20east-mount%20airy%2C%20lawsuits%2C%20health-%26amp%3B%20science%2C%20colleges-%26amp%3B%20universities%2C%20fdr-park%2C%20investigations%2C%20art-and%20culture%2C%20discover-black%20heritage%2C%20infrastructure%2C%20celebrity-babies%2C%20philadelphia-marathon%2C%20diversity-%26amp%3B%20equality%2C%20music-%26amp%3B%20musicians%2C%20fifa-world%20cup%2C%20actors%2C%20extreme-weather%2C%20weather-education%20day%2C%20critter-corner%2C%20critter-corner%2C%20hispanic-heritage%20month%2C%20health-%26amp%3B%20wellness%2C%20food-%26amp%3B%20drink%2C%20decision-2024%2C%20battleground-politics%2C%20jalen-carter%2C%20mlb%2C%20nba%2C%20nfl%2C%20nhl%2C%20soccer%2C%20decision-2024%2C%20phillies-news%2C%20israel-hamas-war%2C%20building-philadelphia%2C%202024-nfl%20draft%2C%20eagles-news%2C%20eagles-analysis%2C%20eagles%2C%20eagles-blog%2C%20track-%26amp%3B%20field%2C%20diet-%26amp%3B%20exercise%2C%20education%2C%20kensington%2C%20southwest-philadelphia%2C%20animals-and%20wildlife%2C%20health%2C%20eagles-autism%20foundation%2C%20extreme-weather%2C%20french-connections%2C%20hurricane-season%2C%20scams%2C%20formula-1%2C%20tsa%2C%20artificial-intelligence%2C%20sports%2C%20shootings%2C%20car-crash%2C%20food%2C%20running%2C%20shopping%2C%20little-league%20world%20series%2C%20politics%2C%20charity%2C%20eagles-column%2C%20summer%2C%20saquon-barkley%2C%20filadelfia%2C%20hispanic-heritage%20month%2C%209%2F11%2C%209%2F11-anniversary%2C%20going-green%2C%20transit%2C%20jordan-mailata%2C%20alpine-skiing%2C%20space%2C%20white-house%2C%20pensilvania%2C%20cars-%2F%20autos%2C%202025-nfl%20draft%2C%20cherelle-parker%2C%20old-city%2C%20matt-meyer%2C%20super-bowl%2C%20bernie-sanders%2C%20jet-crash%20in%20philly%2C%202026-milan%20cortina%20olympics%2C%20black-heritage%2C%20navy%2C%20america-250%2C%20strawberry-mansion%2C%20patco%2C%20decision-2025%2C%20cleaning%2C%20fairmount%2C%20police-reform%2C%20draft-dreams%2C%20xfinity-mobile%20arena%2C%20pope-leo%20xiv%2C%20commuter-alert%2C%20primera-alerta%2C%20fraud-%26amp%3B%20false%20statements%2C%20philly-workers%20strike%2C%20u.s.-government%2C%20somerville%2C%20independence-mall%2C%20america250%2C%20our-250%2C%20government-shutdown%2C%202026-nfl%20draft%2C%20polic%C3%ADa-de%20filadelfia%2C%20west-oak%20lane%2C%20war-with%20iran%2C%20grays-ferry%20collapse%2C%20distrito-escolar%20de%20filadelfia — 204 — 137 B — 30 ms — h2https://d368vp0qqzvkid.cloudfront.net/11603/88889705/hls/master.m3u8?ads._fw_atts=&ads._fw_h_user_agent=Mozilla%252F5.0%2520%28Linux%253B%2520Android%252011%253B%2520moto%2520g%2520power%2520%282022%29%29%2520AppleWebKit%252F537.36%2520%28KHTML%252C%2520like%2520Gecko%29%2520Chrome%252F146.0.0.0%2520Mobile%2520Safari%252F537.36&ads._fw_is_lat=0&ads._fw_nielsen_app_id=PE075FB87-C9AE-41D5-8B17-95C0E9301C8E&ads._fw_player_height=0&ads._fw_player_width=372&ads._fw_site_page=https%253A%252F%252Fwww.nbcphiladelphia.com%252F&ads._fw_us_privacy=1YNN&ads.afid=396654152&ads.caid=NBCNPHI&ads.channelName=nbcphiladelphianews&ads.csid=nbc_ots_alldevice_allos_web_wcau_livelinear_virtualchannel&ads.flag=%252Bsltp%252Bemcr%252Bslcb%252Bsbid-fbad%252Baeti%252Bslif-vicb%252Bamcb%252Bplay-uapl%252Bdtrd%252Bexvt&ads.gpp=DBABLA%7EBVQqAAAAAgA.QA&ads.gpp_sid=7&ads.nw=169843&ads.playerVersion=8.30.1&ads.prof=169843%3Anbcu_ots_web_linear&ads.resp=vmap1&ads.sfid=23408325&ads.vcid=&ads.vip=71.225.106.95&ads.xumo_channelId=88889705a&ads.xumo_contentId=3819&ads.xumo_contentName=NBCNPHI&ads.xumo_ifaType=&ads.xumo_providerId=3819&ads.xumo_providerName=NBCNPHI&ads.xumo_streamId=88889705&ads.xumo_ifa=&ads._fw_did=&ads.site_name=NBCd368vp0qqzvkid.cloudfront.net/11603... https://d368vp0qqzvkid.cloudfront.net/11603/88889705/hls/master.m3u8?ads._fw_atts=&ads._fw_h_user_agent=Mozilla%252F5.0%2520%28Linux%253B%2520Android%252011%253B%2520moto%2520g%2520power%2520%282022%29%29%2520AppleWebKit%252F537.36%2520%28KHTML%252C%2520like%2520Gecko%29%2520Chrome%252F146.0.0.0%2520Mobile%2520Safari%252F537.36&ads._fw_is_lat=0&ads._fw_nielsen_app_id=PE075FB87-C9AE-41D5-8B17-95C0E9301C8E&ads._fw_player_height=0&ads._fw_player_width=372&ads._fw_site_page=https%253A%252F%252Fwww.nbcphiladelphia.com%252F&ads._fw_us_privacy=1YNN&ads.afid=396654152&ads.caid=NBCNPHI&ads.channelName=nbcphiladelphianews&ads.csid=nbc_ots_alldevice_allos_web_wcau_livelinear_virtualchannel&ads.flag=%252Bsltp%252Bemcr%252Bslcb%252Bsbid-fbad%252Baeti%252Bslif-vicb%252Bamcb%252Bplay-uapl%252Bdtrd%252Bexvt&ads.gpp=DBABLA%7EBVQqAAAAAgA.QA&ads.gpp_sid=7&ads.nw=169843&ads.playerVersion=8.30.1&ads.prof=169843%3Anbcu_ots_web_linear&ads.resp=vmap1&ads.sfid=23408325&ads.vcid=&ads.vip=71.225.106.95&ads.xumo_channelId=88889705a&ads.xumo_contentId=3819&ads.xumo_contentName=NBCNPHI&ads.xumo_ifaType=&ads.xumo_providerId=3819&ads.xumo_providerName=NBCNPHI&ads.xumo_streamId=88889705&ads.xumo_ifa=&ads._fw_did=&ads.site_name=NBC — 200 — 2.8 KiB — 237 ms — http/1.1https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=-1735242063&e=pa&n=8008775812595631&aid=NZmKqxH6Ee6MGB6nOJnC5g&amp=0&at=1&c=-1&ccp=0&cp=1&d=1&eb=0&ed=6&emi=faafh21m27eq&i=0&lid=5db3vcie1zrp&lsa=set&mt=1&pbd=1&pbr=1&pgi=181ek3y13525&ph=0&pii=0&pl=0&plc=1&pli=rqwmvb9npqwm&pp=hlsjs&ppm=VOD&prc=1&ps=2&pss=1&pt=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&pu=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&pv=8.30.1&pyc=0&s=0&sdk=0&stc=1&stpe=0&tv=4.0.11&vb=1&vi=1&vl=90&wd=372&ab=1&cme=0&flc=0&lng=en-US&mu=https%3A%2F%2Fd368vp0qqzvkid.cloudfront.net%2F11603%2F88889705%2Fhls%2Fmaster.m3u8%3Fads._fw_atts%3D%26ads._fw_h_user_agent%3DMozilla%25252F5.0%252520%2528Linux%25253B%252520Android%25252011%25253B%252520moto%252520g%252520power%252520%25282022%2529%2529%252520AppleWebKit%25252F537.36%252520%2528KHTML%25252C%252520like%252520Gecko%2529%252520Chrome%25252F146.0.0.0%252520Mobile%252520Safari%25252F537.36%26ads._fw_is_lat%3D0%26ads._fw_nielsen_app_id%3DPE075FB87-C9AE-41D5-8B17-95C0E9301C8E%26ads._fw_player_height%3D0%26ads._fw_player_width%3D372%26ads._fw_site_page%3Dhttps%25253A%25252F%25252Fwww.nbcphiladelphia.com%25252F%26ads._fw_us_privacy%3D1YNN%26ads.afid%3D396654152%26ads.caid%3DNBCNPHI%26ads.channelName%3Dnbcphiladelphianews%26ads.csid%3Dnbc_ots_alldevice_allos_web_wcau_livelinear_virtualchannel%26ads.flag%3D%25252Bsltp%25252Bemcr%25252Bslcb%25252Bsbid-fbad%25252Baeti%25252Bslif-vicb%25252Bamcb%25252Bplay-uapl%25252Bdtrd%25252Bexvt%26ads.gpp%3DDBABLA%257EBVQqAAAAAgA.QA%26ads.gpp_sid%3D7%26ads.nw%3D169843%26ads.playerVersion%3D8.30.1%26ads.prof%3D169843%253Anbcu_ots_web_linear%26ads.resp%3Dvmap1%26ads.sfid%3D23408325%26ads.vcid%3D%26ads.vip%3D71.225.106.95%26ads.xumo_channelId%3D88889705a%26ads.xumo_contentId%3D3819%26ads.xumo_contentName%3DNBCNPHI%26ads.xumo_ifaType%3D%26ads.xumo_providerId%3D3819%26ads.xumo_providerName%3DNBCNPHI%26ads.xumo_streamId%3D88889705%26ads.xumo_ifa%3D%26ads._fw_did%3D%26ads.site_name%3DNBC&pd=2&pdr=&plng=en-US&pni=0&pogt=NBC10%20Philadelphia%20-%20Local%20news%2C%20breaking%20news%2C%20weather&pr=7&tb=0&vd=86400&sa=1776901233877prd.jwpltx.com/v1/jwplayer6/ping.gi... https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=-1735242063&e=pa&n=8008775812595631&aid=NZmKqxH6Ee6MGB6nOJnC5g&amp=0&at=1&c=-1&ccp=0&cp=1&d=1&eb=0&ed=6&emi=faafh21m27eq&i=0&lid=5db3vcie1zrp&lsa=set&mt=1&pbd=1&pbr=1&pgi=181ek3y13525&ph=0&pii=0&pl=0&plc=1&pli=rqwmvb9npqwm&pp=hlsjs&ppm=VOD&prc=1&ps=2&pss=1&pt=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&pu=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&pv=8.30.1&pyc=0&s=0&sdk=0&stc=1&stpe=0&tv=4.0.11&vb=1&vi=1&vl=90&wd=372&ab=1&cme=0&flc=0&lng=en-US&mu=https%3A%2F%2Fd368vp0qqzvkid.cloudfront.net%2F11603%2F88889705%2Fhls%2Fmaster.m3u8%3Fads._fw_atts%3D%26ads._fw_h_user_agent%3DMozilla%25252F5.0%252520%2528Linux%25253B%252520Android%25252011%25253B%252520moto%252520g%252520power%252520%25282022%2529%2529%252520AppleWebKit%25252F537.36%252520%2528KHTML%25252C%252520like%252520Gecko%2529%252520Chrome%25252F146.0.0.0%252520Mobile%252520Safari%25252F537.36%26ads._fw_is_lat%3D0%26ads._fw_nielsen_app_id%3DPE075FB87-C9AE-41D5-8B17-95C0E9301C8E%26ads._fw_player_height%3D0%26ads._fw_player_width%3D372%26ads._fw_site_page%3Dhttps%25253A%25252F%25252Fwww.nbcphiladelphia.com%25252F%26ads._fw_us_privacy%3D1YNN%26ads.afid%3D396654152%26ads.caid%3DNBCNPHI%26ads.channelName%3Dnbcphiladelphianews%26ads.csid%3Dnbc_ots_alldevice_allos_web_wcau_livelinear_virtualchannel%26ads.flag%3D%25252Bsltp%25252Bemcr%25252Bslcb%25252Bsbid-fbad%25252Baeti%25252Bslif-vicb%25252Bamcb%25252Bplay-uapl%25252Bdtrd%25252Bexvt%26ads.gpp%3DDBABLA%257EBVQqAAAAAgA.QA%26ads.gpp_sid%3D7%26ads.nw%3D169843%26ads.playerVersion%3D8.30.1%26ads.prof%3D169843%253Anbcu_ots_web_linear%26ads.resp%3Dvmap1%26ads.sfid%3D23408325%26ads.vcid%3D%26ads.vip%3D71.225.106.95%26ads.xumo_channelId%3D88889705a%26ads.xumo_contentId%3D3819%26ads.xumo_contentName%3DNBCNPHI%26ads.xumo_ifaType%3D%26ads.xumo_providerId%3D3819%26ads.xumo_providerName%3DNBCNPHI%26ads.xumo_streamId%3D88889705%26ads.xumo_ifa%3D%26ads._fw_did%3D%26ads.site_name%3DNBC&pd=2&pdr=&plng=en-US&pni=0&pogt=NBC10%20Philadelphia%20-%20Local%20news%2C%20breaking%20news%2C%20weather&pr=7&tb=0&vd=86400&sa=1776901233877 — 204 — 202 B — 31 ms — h2https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2.json?secure&access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/v4/mapbox.mapbox-str... https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2.json?secure&access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 5.2 KiB — 10 ms — h2https://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e/5ai059mm7rkvdk5nvzwa3qw9e/sprite@2x.json?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/styles/v1/weather/ck... https://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e/5ai059mm7rkvdk5nvzwa3qw9e/sprite@2x.json?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 529 B — 157 ms — h2https://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e/5ai059mm7rkvdk5nvzwa3qw9e/sprite@2x.png?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/styles/v1/weather/ck... https://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e/5ai059mm7rkvdk5nvzwa3qw9e/sprite@2x.png?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 69.7 KiB — 157 ms — h2https://pagead2.googlesyndication.com/pagead/gen_204?id=dv3-render&msg=tler&ord=1609248751040&version=m202604070101&ct=77&x=1&cor=15655694398951065600pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=dv3-render&msg=tler&ord=1609248751040&version=m202604070101&ct=77&x=1&cor=15655694398951065600 — 204 — 20 B — 21 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjstmVSVAghz-73LDHAzxM5oEWCdJOT4XahG9f-x5N1Mvzm0H11JeViccctfPvALZQUuURF0IwrlZis0bzR8m4ARlKU0uEMmZ8-9XzXDg2AZm3L6CUgH30bVFS6r7xtSxiaVtQpl44S2GyMRTNMFFbuq2DsmWDiNcp0_kpXcJza7VRGufdDd0-yYxVNVu7Fm8Mmv3Tvr5YbKb7PmihC5SBQ&sai=AMfl-YSUQEM81MYnNbF0sKae64NM_bhc4G5J3l50AWU2AGmKbRXzUwXskVnGWTY77HfX1EBzpxcZYJHwvHG0nkF92Hku2YHQJ8Llh2TqcmWZXu5hYInreRDO8fvtbALURoQsg8l7NA7mXBkYKHWvm7R1RqVY4La86eGcOEVgG_qU9oIH1horOfLTx-7jIisivss9SfpKdE7hwIoKy98I-dnLdt04zTzVajPoH-O3dmaI3icLufcokHakRhNioTb3gpp_nZMxcTbHFR_I9C1YWKb6SDYvvXId4JHqKWdum2RsRGjUXCt3qgTXJiK2R0fzKBm-E3_z3kyb_FN99Pvhu4w2ZvPEAOpOO42O-rQZJL1D33i5w7s7QMdkBVX7u4-ZHOBnFg&sig=Cg0ArKJSzLC5XX6lm5haEAE&cid=CAQS_AEABaugffVon5xy72RP3bwIkMZgk93UCDflII96eExrMwx-r228kEAs3ZuWYAlq0gpC2Q5veybGJB2kHYa39_oKomqoKeFs8UAk9Nfc04yXn-QzeRjf6GpjVmHqyHZOAgcdcdXzLtmf0BaDO-gJTm-NSXjMbVDf-4mDzkTUAo6YsIRvMLz62Lynp61HdQiaFx294xSH3_QlBzYm_LjxQZBYUalyxYg1KZDAfhc3j9uJXdic0z6CqppxjUjfiTdGuoW_z8fEy_IKZNWOKjAqMg_B3tugoAfdwXKVvp3wVs0LnS86OolOJ3g1YmdI8hkUWOJTMF9uUYPNGn5qN1wYAQ&id=lidar2&mcvt=1006&p=10,46,64,366&tm=1136.5999999046326&tu=130.69999980926514&mtos=0,1006,1006,1006,1006&tos=0,1006,0,0,0&v=20260422&bin=7&avms=nio&bs=0,0&mc=0.93&if=1&app=0&itpl=20&adk=612806550&rs=4&la=0&cr=0&uach=WyJMaW51eCIsIiIsIng4NiIsIiIsIjE0Ni4wLjc2ODAuMTY0IixudWxsLDAsbnVsbCwiNjQiLFtbIk5vdC1BLkJyYW5kIiwiMjQuMC4wLjAiXSxbIkNocm9taXVtIiwiMTQ2LjAuNzY4MC4xNjQiXV0sMF0%3D&vs=4&r=v&co=7283403200&rst=1776901232252&rpt=771&isd=0&lsd=0&met=ie&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0pagead2.googlesyndication.com/pcs/a... https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjstmVSVAghz-73LDHAzxM5oEWCdJOT4XahG9f-x5N1Mvzm0H11JeViccctfPvALZQUuURF0IwrlZis0bzR8m4ARlKU0uEMmZ8-9XzXDg2AZm3L6CUgH30bVFS6r7xtSxiaVtQpl44S2GyMRTNMFFbuq2DsmWDiNcp0_kpXcJza7VRGufdDd0-yYxVNVu7Fm8Mmv3Tvr5YbKb7PmihC5SBQ&sai=AMfl-YSUQEM81MYnNbF0sKae64NM_bhc4G5J3l50AWU2AGmKbRXzUwXskVnGWTY77HfX1EBzpxcZYJHwvHG0nkF92Hku2YHQJ8Llh2TqcmWZXu5hYInreRDO8fvtbALURoQsg8l7NA7mXBkYKHWvm7R1RqVY4La86eGcOEVgG_qU9oIH1horOfLTx-7jIisivss9SfpKdE7hwIoKy98I-dnLdt04zTzVajPoH-O3dmaI3icLufcokHakRhNioTb3gpp_nZMxcTbHFR_I9C1YWKb6SDYvvXId4JHqKWdum2RsRGjUXCt3qgTXJiK2R0fzKBm-E3_z3kyb_FN99Pvhu4w2ZvPEAOpOO42O-rQZJL1D33i5w7s7QMdkBVX7u4-ZHOBnFg&sig=Cg0ArKJSzLC5XX6lm5haEAE&cid=CAQS_AEABaugffVon5xy72RP3bwIkMZgk93UCDflII96eExrMwx-r228kEAs3ZuWYAlq0gpC2Q5veybGJB2kHYa39_oKomqoKeFs8UAk9Nfc04yXn-QzeRjf6GpjVmHqyHZOAgcdcdXzLtmf0BaDO-gJTm-NSXjMbVDf-4mDzkTUAo6YsIRvMLz62Lynp61HdQiaFx294xSH3_QlBzYm_LjxQZBYUalyxYg1KZDAfhc3j9uJXdic0z6CqppxjUjfiTdGuoW_z8fEy_IKZNWOKjAqMg_B3tugoAfdwXKVvp3wVs0LnS86OolOJ3g1YmdI8hkUWOJTMF9uUYPNGn5qN1wYAQ&id=lidar2&mcvt=1006&p=10,46,64,366&tm=1136.5999999046326&tu=130.69999980926514&mtos=0,1006,1006,1006,1006&tos=0,1006,0,0,0&v=20260422&bin=7&avms=nio&bs=0,0&mc=0.93&if=1&app=0&itpl=20&adk=612806550&rs=4&la=0&cr=0&uach=WyJMaW51eCIsIiIsIng4NiIsIiIsIjE0Ni4wLjc2ODAuMTY0IixudWxsLDAsbnVsbCwiNjQiLFtbIk5vdC1BLkJyYW5kIiwiMjQuMC4wLjAiXSxbIkNocm9taXVtIiwiMTQ2LjAuNzY4MC4xNjQiXV0sMF0%3D&vs=4&r=v&co=7283403200&rst=1776901232252&rpt=771&isd=0&lsd=0&met=ie&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 27 ms — h3https://config.media.weather.com/api/v1/radars/status?map_id=0014&service_id=369362872config.media.weather.com/api/v1/rad... https://config.media.weather.com/api/v1/radars/status?map_id=0014&service_id=369362872 — 200 — 1.2 KiB — 35 ms — h2https://config.media.weather.com/api/v1/radars/status?map_id=0014&service_id=369362872config.media.weather.com/api/v1/rad... https://config.media.weather.com/api/v1/radars/status?map_id=0014&service_id=369362872 — 200 — 0 B — 36 ms — h2https://config.media.weather.com/api/v1/radars/status?map_id=0014&service_id=369362872config.media.weather.com/api/v1/rad... https://config.media.weather.com/api/v1/radars/status?map_id=0014&service_id=369362872 — 200 — 0 B — 38 ms — h2https://api.weather.com/v2/vector-api/products/608/info?apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512&meta=trueapi.weather.com/v2/vector-api/produ... https://api.weather.com/v2/vector-api/products/608/info?apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512&meta=true — 200 — 1010 B — 38 ms — h2https://api.weather.com/v2/vector-api/products/619/info?apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512&meta=trueapi.weather.com/v2/vector-api/produ... https://api.weather.com/v2/vector-api/products/619/info?apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512&meta=true — 200 — 1014 B — 55 ms — h2https://config.media.weather.com/api/v1/radars/status?map_id=0014&service_id=369362872config.media.weather.com/api/v1/rad... https://config.media.weather.com/api/v1/radars/status?map_id=0014&service_id=369362872 — 200 — 0 B — 2 ms — h2blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9www.nbcphiladelphia.com/8ff90f24-15... blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9 — 200 — -1 B — 336 ms — blobhttps://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/styles/v1/weather/ck... https://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 0 B — 5 ms — h2blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9www.nbcphiladelphia.com/8ff90f24-15... blob:https://www.nbcphiladelphia.com/8ff90f24-159f-4b34-8955-e1e5bec8f8c9 — 200 — -1 B — 350 ms — blobhttps://config.media.weather.com/api/v1/radars/status?map_id=0014&service_id=369362872config.media.weather.com/api/v1/rad... https://config.media.weather.com/api/v1/radars/status?map_id=0014&service_id=369362872 — 200 — 0 B — 6 ms — h2https://cdn.taboola.com/scripts/prebid_iframe_sync.html?gpp=&gpp_sid=cdn.taboola.com/scripts/prebid_ifra... https://cdn.taboola.com/scripts/prebid_iframe_sync.html?gpp=&gpp_sid= — 200 — 2.5 KiB — 12 ms — h2https://nbcu-d.openx.net/w/1.0/pdnbcu-d.openx.net/w/1.0/pd https://nbcu-d.openx.net/w/1.0/pd — 302 — 325 B — 173 ms — h2https://ssl.p.jwpcdn.com/player/v/8.30.1/polyfills.webvtt.jsssl.p.jwpcdn.com/player/v/8.30.1/po... https://ssl.p.jwpcdn.com/player/v/8.30.1/polyfills.webvtt.js — 200 — 4.3 KiB — 5 ms — h2https://gum.criteo.com/syncframe?origin=criteoPrebidAdapter&topUrl=www.nbcphiladelphia.com&gpp=gum.criteo.com/syncframe?origin=cri... https://gum.criteo.com/syncframe?origin=criteoPrebidAdapter&topUrl=www.nbcphiladelphia.com&gpp= — 200 — 5.1 KiB — 16 ms — h2https://d368vp0qqzvkid.cloudfront.net/manifest/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod_default_nbc-direct/18bfaee9-1fc8-4e01-85a6-59df33c77589/5.m3u8d368vp0qqzvkid.cloudfront.net/manif... https://d368vp0qqzvkid.cloudfront.net/manifest/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod_default_nbc-direct/18bfaee9-1fc8-4e01-85a6-59df33c77589/5.m3u8 — 200 — 2.7 KiB — 291 ms — http/1.1https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=1171316882&e=cpt&n=3309968713781433&aid=NZmKqxH6Ee6MGB6nOJnC5g&amp=0&at=1&c=-1&ccp=0&cp=1&d=1&eb=0&ed=6&emi=faafh21m27eq&i=0&lid=5db3vcie1zrp&lsa=set&mt=1&pbd=1&pbr=1&pgi=181ek3y13525&ph=0&pii=0&pl=0&plc=1&pli=rqwmvb9npqwm&pp=hlsjs&ppm=VOD&prc=1&ps=2&pss=1&pt=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&pu=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&pv=8.30.1&pyc=0&s=0&sdk=0&stc=1&stpe=0&tv=4.0.11&vb=1&vi=1&vl=90&wd=372&sa=1776901234198prd.jwpltx.com/v1/jwplayer6/ping.gi... https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=1171316882&e=cpt&n=3309968713781433&aid=NZmKqxH6Ee6MGB6nOJnC5g&amp=0&at=1&c=-1&ccp=0&cp=1&d=1&eb=0&ed=6&emi=faafh21m27eq&i=0&lid=5db3vcie1zrp&lsa=set&mt=1&pbd=1&pbr=1&pgi=181ek3y13525&ph=0&pii=0&pl=0&plc=1&pli=rqwmvb9npqwm&pp=hlsjs&ppm=VOD&prc=1&ps=2&pss=1&pt=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&pu=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&pv=8.30.1&pyc=0&s=0&sdk=0&stc=1&stpe=0&tv=4.0.11&vb=1&vi=1&vl=90&wd=372&sa=1776901234198 — 204 — 203 B — 14 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRwe…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRwe… — 200 — 0 B — 0 ms — datahttps://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:user:mid=76413570358672328801115064687488740450&s:aam:blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&l:aam:loc_hint=7&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=aa_start&l:event:duration=0&l:event:playhead=0&l:event:ts=1776901233983&l:event:prev_ts=-1&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:type=live&l:stream:bitrate=50000&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=0nbcume.hb.omtrdc.net/?s:sc:rsid=nbc... https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:user:mid=76413570358672328801115064687488740450&s:aam:blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&l:aam:loc_hint=7&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=aa_start&l:event:duration=0&l:event:playhead=0&l:event:ts=1776901233983&l:event:prev_ts=-1&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:type=live&l:stream:bitrate=50000&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=0 — 204 — 17 B — 15 ms — h2https://static.cdn.trustx.org/x/user_sync.html?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&publisher_id=104669&source=pbjs-responsestatic.cdn.trustx.org/x/user_sync.h... https://static.cdn.trustx.org/x/user_sync.html?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&publisher_id=104669&source=pbjs-response — 200 — 2.1 KiB — 125 ms — h2https://d368vp0qqzvkid.cloudfront.net/manifest/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod_default_nbc-direct/18bfaee9-1fc8-4e01-85a6-59df33c77589/6.m3u8d368vp0qqzvkid.cloudfront.net/manif... https://d368vp0qqzvkid.cloudfront.net/manifest/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod_default_nbc-direct/18bfaee9-1fc8-4e01-85a6-59df33c77589/6.m3u8 — 200 — 2.9 KiB — 191 ms — http/1.1https://js-sec.indexww.com/um/ixmatch.htmljs-sec.indexww.com/um/ixmatch.html https://js-sec.indexww.com/um/ixmatch.html — 200 — 1.6 KiB — 25 ms — h2https://inventory.srv.stackadapt.com/adcontext/display?aid=1-6237-177690123077454098505169-1&iid=1&nid=85&cid=1665950&advid=14238&naid=12332610&br_domain=nbcphiladelphia.com&viewi=0.0000&vw=412&vh=823inventory.srv.stackadapt.com/adcont... https://inventory.srv.stackadapt.com/adcontext/display?aid=1-6237-177690123077454098505169-1&iid=1&nid=85&cid=1665950&advid=14238&naid=12332610&br_domain=nbcphiladelphia.com&viewi=0.0000&vw=412&vh=823 — 200 — 108 B — 13 ms — h2https://events.mapbox.com/events/v2?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgevents.mapbox.com/events/v2?access_... https://events.mapbox.com/events/v2?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 204 — 75 B — 85 ms — h2https://events.mapbox.com/events/v2?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgevents.mapbox.com/events/v2?access_... https://events.mapbox.com/events/v2?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 204 — 76 B — 76 ms — h2https://inventory.srv.stackadapt.com/adcontext/display?aid=1-6237-177690123077454098505169-1&iid=1&nid=85&cid=1665950&advid=14238&naid=12332610&br_domain=nbcphiladelphia.com&w=320&h=50&sw=412&sh=823&to=https%3A%2F%2Fwww.nbcphiladelphia.com&vis=1inventory.srv.stackadapt.com/adcont... https://inventory.srv.stackadapt.com/adcontext/display?aid=1-6237-177690123077454098505169-1&iid=1&nid=85&cid=1665950&advid=14238&naid=12332610&br_domain=nbcphiladelphia.com&w=320&h=50&sw=412&sh=823&to=https%3A%2F%2Fwww.nbcphiladelphia.com&vis=1 — 200 — 108 B — 30 ms — h2https://events.launchdarkly.com/events/bulk/61e73e52574f7e16d1e36e36events.launchdarkly.com/events/bulk... https://events.launchdarkly.com/events/bulk/61e73e52574f7e16d1e36e36 — 204 — 0 B — 9 ms — h2https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2.json?secure&access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/v4/mapbox.mapbox-str... https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2.json?secure&access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 0 B — 3 ms — h2https://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e/5ai059mm7rkvdk5nvzwa3qw9e/sprite@2x.json?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/styles/v1/weather/ck... https://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e/5ai059mm7rkvdk5nvzwa3qw9e/sprite@2x.json?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 0 B — 13 ms — h2https://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e/5ai059mm7rkvdk5nvzwa3qw9e/sprite@2x.png?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/styles/v1/weather/ck... https://api.mapbox.com/styles/v1/weather/ckiezw9np3vrg19pbi62tlb0e/5ai059mm7rkvdk5nvzwa3qw9e/sprite@2x.png?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 0 B — 17 ms — h2https://events.launchdarkly.com/events/bulk/61e73e52574f7e16d1e36e36events.launchdarkly.com/events/bulk... https://events.launchdarkly.com/events/bulk/61e73e52574f7e16d1e36e36 — 202 — 358 B — 25 ms — h2https://nbcu-d.openx.net/w/1.0/pd?cc=1nbcu-d.openx.net/w/1.0/pd?cc=1 https://nbcu-d.openx.net/w/1.0/pd?cc=1 — 200 — 132 B — 19 ms — h2https://api3.weather.com/v2/vector-api/products/608/features?time=1776901140000&x=36&y=48&lod=8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512api3.weather.com/v2/vector-api/prod... https://api3.weather.com/v2/vector-api/products/608/features?time=1776901140000&x=36&y=48&lod=8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512 — 200 — 302 B — 140 ms — h2https://api.weather.com/v2/vector-api/products/608/features?time=1776901140000&x=37&y=48&lod=8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512api.weather.com/v2/vector-api/produ... https://api.weather.com/v2/vector-api/products/608/features?time=1776901140000&x=37&y=48&lod=8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512 — 200 — 302 B — 87 ms — h2https://api3.weather.com/v2/vector-api/products/619/features?time=1776296534000&x=36&y=48&lod=8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512api3.weather.com/v2/vector-api/prod... https://api3.weather.com/v2/vector-api/products/619/features?time=1776296534000&x=36&y=48&lod=8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512 — 200 — 301 B — 143 ms — h2https://api.weather.com/v2/vector-api/products/619/features?time=1776296534000&x=37&y=48&lod=8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512api.weather.com/v2/vector-api/produ... https://api.weather.com/v2/vector-api/products/619/features?time=1776296534000&x=37&y=48&lod=8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa&tile-size=512 — 200 — 302 B — 61 ms — h2https://media.nbcnewyork.com/wp-content/uploads/2019/09/FixedRadarPin-25x25-2x.pngmedia.nbcnewyork.com/wp-content/upl... https://media.nbcnewyork.com/wp-content/uploads/2019/09/FixedRadarPin-25x25-2x.png — 200 — 3.9 KiB — 127 ms — h2https://trc.taboola.com/sg/prebidJS/1/cmtrc.taboola.com/sg/prebidJS/1/cm https://trc.taboola.com/sg/prebidJS/1/cm — -1 — 0 B — 57 ms — https://cdn.taboola.com/scripts/ifs.jscdn.taboola.com/scripts/ifs.js https://cdn.taboola.com/scripts/ifs.js — 200 — 1.4 KiB — 17 ms — h2https://api.weather.com/v3/TileServer/series/productSet?apiKey=089ed4e892fb0dfdf34eb81e6f2521aaapi.weather.com/v3/TileServer/serie... https://api.weather.com/v3/TileServer/series/productSet?apiKey=089ed4e892fb0dfdf34eb81e6f2521aa — 200 — 12.0 KiB — 358 ms — h2https://gum.criteo.com/sid/json?origin=criteoPrebidAdapter&domain=www.nbcphiladelphia.com&sn=AndroidSyncframe&so=0&topUrl=www.nbcphiladelphia.com&pm=1gum.criteo.com/sid/json?origin=crit... https://gum.criteo.com/sid/json?origin=criteoPrebidAdapter&domain=www.nbcphiladelphia.com&sn=AndroidSyncframe&so=0&topUrl=www.nbcphiladelphia.com&pm=1 — 302 — 769 B — 21 ms — h2https://sync.trustx.org/get-uuidsync.trustx.org/get-uuid https://sync.trustx.org/get-uuid — 200 — 668 B — 42 ms — h3https://mug.criteo.com/sid?cpp=lon3K3xscWhwMkVOTmVueVk3MHVhRzBqeDJSaGZNU1JSTGt0M2tGUkNFSVFvYzBCaHVGNFBOZTFJSTZ2ZTNDS3Q1UnMwZEU4UWhEeUVCRTBPeFdWdFhvaUZCY1BoaUp5cDYrUmd1bXpDNmttYlJkMStlL0ptNHRVR0VBeTV4UXVQTmR3VWE2UlNtTGdlWVJjT2tpVE1ESDRUenM0NldLSUtnYUZqMnhnejhhdHIybk1GZXRtOEZLUlNLMkp2R2w5Q1NWZHZGWS8zcFBDMzBtNE84MnZ6TjdXT29pRnFQM2JzQ3BsSjVQMjVaUXFzaHhuUFF5YWFHWnlBbzg0aHdxdTZmZDhBVjczNklHN1QwSmRKZ1FTQUlod0tiK3ovMlUzM2hIbWU0L1lWNnIvZ2ZLcz18&cppv=2mug.criteo.com/sid?cpp=lon3K3xscWhw... https://mug.criteo.com/sid?cpp=lon3K3xscWhwMkVOTmVueVk3MHVhRzBqeDJSaGZNU1JSTGt0M2tGUkNFSVFvYzBCaHVGNFBOZTFJSTZ2ZTNDS3Q1UnMwZEU4UWhEeUVCRTBPeFdWdFhvaUZCY1BoaUp5cDYrUmd1bXpDNmttYlJkMStlL0ptNHRVR0VBeTV4UXVQTmR3VWE2UlNtTGdlWVJjT2tpVE1ESDRUenM0NldLSUtnYUZqMnhnejhhdHIybk1GZXRtOEZLUlNLMkp2R2w5Q1NWZHZGWS8zcFBDMzBtNE84MnZ6TjdXT29pRnFQM2JzQ3BsSjVQMjVaUXFzaHhuUFF5YWFHWnlBbzg0aHdxdTZmZDhBVjczNklHN1QwSmRKZ1FTQUlod0tiK3ovMlUzM2hIbWU0L1lWNnIvZ2ZLcz18&cppv=2 — 200 — 821 B — 17 ms — h2https://widgets-blue.media.weather.com/static/img/common/icons/25_white/radar.pngwidgets-blue.media.weather.com/stat... https://widgets-blue.media.weather.com/static/img/common/icons/25_white/radar.png — 200 — 872 B — 4 ms — h2https://xumo-drct-ch104-mnm32.fast.nbcuni.com/live/master_6/00511/master_6_05437.tsxumo-drct-ch104-mnm32.fast.nbcuni.c... https://xumo-drct-ch104-mnm32.fast.nbcuni.com/live/master_6/00511/master_6_05437.ts — 200 — 375.9 KiB — 569 ms — h2https://ssum-sec.casalemedia.com/usermatch?us_privacy=1YNN&d=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s=184674&cb=https%3A%2F%2Fcdn.indexww.com%2Fht%2Fhtw-pixel.gif%3Fssum-sec.casalemedia.com/usermatch?... https://ssum-sec.casalemedia.com/usermatch?us_privacy=1YNN&d=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s=184674&cb=https%3A%2F%2Fcdn.indexww.com%2Fht%2Fhtw-pixel.gif%3F — 302 — 924 B — 31 ms — h3https://ssum-sec.casalemedia.com/usermatch?us_privacy=1YNN&d=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s=184674&cb=https%3A%2F%2Fcdn.indexww.com%2Fht%2Fhtw-pixel.gif%3F&C=1ssum-sec.casalemedia.com/usermatch?... https://ssum-sec.casalemedia.com/usermatch?us_privacy=1YNN&d=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s=184674&cb=https%3A%2F%2Fcdn.indexww.com%2Fht%2Fhtw-pixel.gif%3F&C=1 — 200 — 569 B — 16 ms — h3https://cdn.indexww.com/ht/htw-pixel.gif?0=&us_privacy=1YNNcdn.indexww.com/ht/htw-pixel.gif?0=... https://cdn.indexww.com/ht/htw-pixel.gif?0=&us_privacy=1YNN — 200 — 223 B — 19 ms — h2https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2/7/37/48.vector.pbf?sku=101u2EvEvjXsU&access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/v4/mapbox.mapbox-str... https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2/7/37/48.vector.pbf?sku=101u2EvEvjXsU&access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 222.3 KiB — 30 ms — h3https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2/7/36/48.vector.pbf?sku=101u2EvEvjXsU&access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/v4/mapbox.mapbox-str... https://api.mapbox.com/v4/mapbox.mapbox-streets-v8,mapbox.mapbox-terrain-v2/7/36/48.vector.pbf?sku=101u2EvEvjXsU&access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 212.4 KiB — 27 ms — h3https://api2.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=74:96:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aaapi2.weather.com/v3/TileServer/tile... https://api2.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=74:96:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa — 200 — 459 B — 75 ms — h2https://api3.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=74:97:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aaapi3.weather.com/v3/TileServer/tile... https://api3.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=74:97:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa — 200 — 458 B — 19 ms — h2https://api3.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=75:96:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aaapi3.weather.com/v3/TileServer/tile... https://api3.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=75:96:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa — 200 — 458 B — 12 ms — h2https://api0.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=75:97:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aaapi0.weather.com/v3/TileServer/tile... https://api0.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=75:97:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa — 200 — 458 B — 55 ms — h2https://api1.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=73:96:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aaapi1.weather.com/v3/TileServer/tile... https://api1.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=73:96:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa — 200 — 459 B — 85 ms — h2https://api2.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=73:97:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aaapi2.weather.com/v3/TileServer/tile... https://api2.weather.com/v3/TileServer/tile?product=twcRadarMosaic&ts=1776900900&xyz=73:97:8&apiKey=089ed4e892fb0dfdf34eb81e6f2521aa — 200 — 696 B — 51 ms — h2https://api.mapbox.com/fonts/v1/weather/Roboto%20Condensed%20Bold,Arial%20Unicode%20MS%20Bold/0-255.pbf?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/fonts/v1/weather/Rob... https://api.mapbox.com/fonts/v1/weather/Roboto%20Condensed%20Bold,Arial%20Unicode%20MS%20Bold/0-255.pbf?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 39.1 KiB — 25 ms — h3https://api.mapbox.com/fonts/v1/weather/Open%20Sans%20SemiBold,Arial%20Unicode%20MS%20Bold/0-255.pbf?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/fonts/v1/weather/Ope... https://api.mapbox.com/fonts/v1/weather/Open%20Sans%20SemiBold,Arial%20Unicode%20MS%20Bold/0-255.pbf?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 42.1 KiB — 39 ms — h3https://api.mapbox.com/fonts/v1/weather/Open%20Sans%20SemiBold,Arial%20Unicode%20MS%20Regular/0-255.pbf?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSgapi.mapbox.com/fonts/v1/weather/Ope... https://api.mapbox.com/fonts/v1/weather/Open%20Sans%20SemiBold,Arial%20Unicode%20MS%20Regular/0-255.pbf?access_token=pk.eyJ1Ijoid2VhdGhlciIsImEiOiJjbHAxajVmc3YwaGwwMmxzNDl1NmxudHRzIn0.C2EdtL51tjiGw85gOEWxSg — 200 — 42.1 KiB — 40 ms — h3blob:https://www.nbcphiladelphia.com/983bafd1-4fad-4cec-92ee-c20d05bf7be3www.nbcphiladelphia.com/983bafd1-4f... blob:https://www.nbcphiladelphia.com/983bafd1-4fad-4cec-92ee-c20d05bf7be3 — 200 — -1 B — 153 ms — blobhttps://rtb.mfadsrvr.com/sync?ssp=trustxrtb.mfadsrvr.com/sync?ssp=trustx https://rtb.mfadsrvr.com/sync?ssp=trustx — 302 — 424 B — 76 ms — h2https://x.bidswitch.net/sync?ssp=trustx&user_id=ef91e5b7-739a-4aea-a442-85ac83d9c68bx.bidswitch.net/sync?ssp=trustx&use... https://x.bidswitch.net/sync?ssp=trustx&user_id=ef91e5b7-739a-4aea-a442-85ac83d9c68b — 302 — 518 B — 83 ms — h2https://match.adsrvr.org/track/cmf/generic?ttd_tpi=1&ttd_pid=lewrkpmmatch.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?ttd_tpi=1&ttd_pid=lewrkpm — 302 — 318 B — 35 ms — h2https://match.adsrvr.org/track/cmf/generic?ttd_tpi=1&ttd_pid=q4jldgrmatch.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?ttd_tpi=1&ttd_pid=q4jldgr — 302 — 319 B — 34 ms — h2https://sync.trustx.org/usync?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&publisher_id=104669&source=pbjs-response-iframe&redirect=sync.trustx.org/usync?gdpr=&gdpr_co... https://sync.trustx.org/usync?gdpr=&gdpr_consent=&us_privacy=&gpp=&gpp_sid=&publisher_id=104669&source=pbjs-response-iframe&redirect= — 200 — 539 B — 18 ms — h3https://match.adsrvr.org/track/cmb/generic?ttd_tpi=1&ttd_pid=q4jldgrmatch.adsrvr.org/track/cmb/generic?... https://match.adsrvr.org/track/cmb/generic?ttd_tpi=1&ttd_pid=q4jldgr — 200 — 254 B — 13 ms — h2https://match.adsrvr.org/track/cmb/generic?ttd_tpi=1&ttd_pid=lewrkpmmatch.adsrvr.org/track/cmb/generic?... https://match.adsrvr.org/track/cmb/generic?ttd_tpi=1&ttd_pid=lewrkpm — 200 — 254 B — 14 ms — h2https://rtb.mfadsrvr.com/ul_cb/sync?ssp=trustxrtb.mfadsrvr.com/ul_cb/sync?ssp=tru... https://rtb.mfadsrvr.com/ul_cb/sync?ssp=trustx — 200 — 103 B — 22 ms — h2https://x.bidswitch.net/ul_cb/sync?ssp=trustx&user_id=ef91e5b7-739a-4aea-a442-85ac83d9c68bx.bidswitch.net/ul_cb/sync?ssp=trus... https://x.bidswitch.net/ul_cb/sync?ssp=trustx&user_id=ef91e5b7-739a-4aea-a442-85ac83d9c68b — 200 — 103 B — 25 ms — h2https://tags.srv.stackadapt.com/dv?event=measurable&auction_id=1-6237-177690123077454098505169-1_1tags.srv.stackadapt.com/dv?event=me... https://tags.srv.stackadapt.com/dv?event=measurable&auction_id=1-6237-177690123077454098505169-1_1 — 200 — 37 B — 340 ms — h2https://d368vp0qqzvkid.cloudfront.net/manifest/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod_default_nbc-direct/18bfaee9-1fc8-4e01-85a6-59df33c77589/2.m3u8d368vp0qqzvkid.cloudfront.net/manif... https://d368vp0qqzvkid.cloudfront.net/manifest/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod_default_nbc-direct/18bfaee9-1fc8-4e01-85a6-59df33c77589/2.m3u8 — 200 — 2.7 KiB — 81 ms — http/1.1https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=2078280292&e=s&n=2193902867182917&aid=NZmKqxH6Ee6MGB6nOJnC5g&amp=0&at=1&c=-1&ccp=0&cp=1&d=1&eb=0&ed=6&emi=faafh21m27eq&i=0&lid=5db3vcie1zrp&lsa=set&mt=1&pbd=1&pbr=1&pgi=181ek3y13525&ph=0&pii=0&pl=0&plc=1&pli=rqwmvb9npqwm&pp=hlsjs&ppm=DVR&prc=1&ps=2&pss=1&pt=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&pu=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&pv=8.30.1&pyc=1&s=0&sdk=0&stc=1&stpe=0&tv=4.0.11&vb=1&vi=1&vl=90&wd=372&bwe=500&cae=0&cct=2&ch=2&cst=102&cdid=jwplayer-0000000000009-484&drm=0&ff=2730&fsm=0&l=0&lng=en-US&mk=hls&mu=https%3A%2F%2Fd368vp0qqzvkid.cloudfront.net%2F11603%2F88889705%2Fhls%2Fmaster.m3u8%3Fads._fw_atts%3D%26ads._fw_h_user_agent%3DMozilla%25252F5.0%252520%2528Linux%25253B%252520Android%25252011%25253B%252520moto%252520g%252520power%252520%25282022%2529%2529%252520AppleWebKit%25252F537.36%252520%2528KHTML%25252C%252520like%252520Gecko%2529%252520Chrome%25252F146.0.0.0%252520Mobile%252520Safari%25252F537.36%26ads._fw_is_lat%3D0%26ads._fw_nielsen_app_id%3DPE075FB87-C9AE-41D5-8B17-95C0E9301C8E%26ads._fw_player_height%3D0%26ads._fw_player_width%3D372%26ads._fw_site_page%3Dhttps%25253A%25252F%25252Fwww.nbcphiladelphia.com%25252F%26ads._fw_us_privacy%3D1YNN%26ads.afid%3D396654152%26ads.caid%3DNBCNPHI%26ads.channelName%3Dnbcphiladelphianews%26ads.csid%3Dnbc_ots_alldevice_allos_web_wcau_livelinear_virtualchannel%26ads.flag%3D%25252Bsltp%25252Bemcr%25252Bslcb%25252Bsbid-fbad%25252Baeti%25252Bslif-vicb%25252Bamcb%25252Bplay-uapl%25252Bdtrd%25252Bexvt%26ads.gpp%3DDBABLA%257EBVQqAAAAAgA.QA%26ads.gpp_sid%3D7%26ads.nw%3D169843%26ads.playerVersion%3D8.30.1%26ads.prof%3D169843%253Anbcu_ots_web_linear%26ads.resp%3Dvmap1%26ads.sfid%3D23408325%26ads.vcid%3D%26ads.vip%3D71.225.106.95%26ads.xumo_channelId%3D88889705a%26ads.xumo_contentId%3D3819%26ads.xumo_contentName%3DNBCNPHI%26ads.xumo_ifaType%3D%26ads.xumo_providerId%3D3819%26ads.xumo_providerName%3DNBCNPHI%26ads.xumo_streamId%3D88889705%26ads.xumo_ifa%3D%26ads._fw_did%3D%26ads.site_name%3DNBC&pcp=102&pd=2&pdr=&plng=en-US&pni=0&pr=7&q=0&sp=0&strt=2740&tb=108&tt=0&vd=0&vs=5&sa=1776901236617prd.jwpltx.com/v1/jwplayer6/ping.gi... https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=2078280292&e=s&n=2193902867182917&aid=NZmKqxH6Ee6MGB6nOJnC5g&amp=0&at=1&c=-1&ccp=0&cp=1&d=1&eb=0&ed=6&emi=faafh21m27eq&i=0&lid=5db3vcie1zrp&lsa=set&mt=1&pbd=1&pbr=1&pgi=181ek3y13525&ph=0&pii=0&pl=0&plc=1&pli=rqwmvb9npqwm&pp=hlsjs&ppm=DVR&prc=1&ps=2&pss=1&pt=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&pu=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&pv=8.30.1&pyc=1&s=0&sdk=0&stc=1&stpe=0&tv=4.0.11&vb=1&vi=1&vl=90&wd=372&bwe=500&cae=0&cct=2&ch=2&cst=102&cdid=jwplayer-0000000000009-484&drm=0&ff=2730&fsm=0&l=0&lng=en-US&mk=hls&mu=https%3A%2F%2Fd368vp0qqzvkid.cloudfront.net%2F11603%2F88889705%2Fhls%2Fmaster.m3u8%3Fads._fw_atts%3D%26ads._fw_h_user_agent%3DMozilla%25252F5.0%252520%2528Linux%25253B%252520Android%25252011%25253B%252520moto%252520g%252520power%252520%25282022%2529%2529%252520AppleWebKit%25252F537.36%252520%2528KHTML%25252C%252520like%252520Gecko%2529%252520Chrome%25252F146.0.0.0%252520Mobile%252520Safari%25252F537.36%26ads._fw_is_lat%3D0%26ads._fw_nielsen_app_id%3DPE075FB87-C9AE-41D5-8B17-95C0E9301C8E%26ads._fw_player_height%3D0%26ads._fw_player_width%3D372%26ads._fw_site_page%3Dhttps%25253A%25252F%25252Fwww.nbcphiladelphia.com%25252F%26ads._fw_us_privacy%3D1YNN%26ads.afid%3D396654152%26ads.caid%3DNBCNPHI%26ads.channelName%3Dnbcphiladelphianews%26ads.csid%3Dnbc_ots_alldevice_allos_web_wcau_livelinear_virtualchannel%26ads.flag%3D%25252Bsltp%25252Bemcr%25252Bslcb%25252Bsbid-fbad%25252Baeti%25252Bslif-vicb%25252Bamcb%25252Bplay-uapl%25252Bdtrd%25252Bexvt%26ads.gpp%3DDBABLA%257EBVQqAAAAAgA.QA%26ads.gpp_sid%3D7%26ads.nw%3D169843%26ads.playerVersion%3D8.30.1%26ads.prof%3D169843%253Anbcu_ots_web_linear%26ads.resp%3Dvmap1%26ads.sfid%3D23408325%26ads.vcid%3D%26ads.vip%3D71.225.106.95%26ads.xumo_channelId%3D88889705a%26ads.xumo_contentId%3D3819%26ads.xumo_contentName%3DNBCNPHI%26ads.xumo_ifaType%3D%26ads.xumo_providerId%3D3819%26ads.xumo_providerName%3DNBCNPHI%26ads.xumo_streamId%3D88889705%26ads.xumo_ifa%3D%26ads._fw_did%3D%26ads.site_name%3DNBC&pcp=102&pd=2&pdr=&plng=en-US&pni=0&pr=7&q=0&sp=0&strt=2740&tb=108&tt=0&vd=0&vs=5&sa=1776901236617 — 204 — 202 B — 13 ms — h2https://sb.scorecardresearch.com/p?c1=2&c2=6035083&ns_type=hidden&ns_st_sv=6.3.0.180917&ns_st_pv=1.2.6.200828&ns_st_smv=5.10&ns_st_it=c&ns_st_id=1776901233509&ns_st_ec=1&ns_st_sp=1&ns_st_sc=1&ns_st_psq=1&ns_st_asq=1&ns_st_sq=1&ns_st_ppc=1&ns_st_apc=1&ns_st_spc=1&ns_st_cn=1&ns_st_ev=play&ns_st_po=-15248&ns_st_cl=86400000&ns_st_pb=1&ns_st_mp=jwplayer&ns_st_mv=8.30.1&ns_st_pn=1&ns_st_tp=0&ns_st_ci=10123841075&ns_st_pt=0&ns_st_dpt=0&ns_st_ipt=0&ns_st_ap=0&ns_st_dap=0&ns_st_et=0&ns_st_det=0&ns_st_upc=0&ns_st_dupc=0&ns_st_iupc=0&ns_st_upa=0&ns_st_dupa=0&ns_st_iupa=0&ns_st_lpc=0&ns_st_dlpc=0&ns_st_lpa=0&ns_st_dlpa=0&ns_st_pa=0&ns_st_ldw=120000&ns_st_ldo=17984&ns_ts=1776901236621&ns_st_bc=0&ns_st_dbc=0&ns_st_bt=2725&ns_st_dbt=2725&ns_st_bp=2725&ns_st_lt=3111&ns_st_skc=0&ns_st_dskc=0&ns_st_ska=0&ns_st_dska=0&ns_st_skd=0&ns_st_skt=0&ns_st_dskt=0&ns_st_pc=0&ns_st_dpc=0&ns_st_pp=0&ns_st_rt=100&ns_st_ub=0&ns_st_vo=0&ns_st_ws=norm&ns_st_ki=1200000&ns_st_sn=*null&ns_st_en=*null&ns_st_ty=video&ns_st_ct=vc00&ns_st_ge=News&ns_st_st=WCAU&ns_st_pu=NBC%20Owned%20Television%20Stations&ns_st_cu=https%3A%2F%2Fd368vp0qqzvkid.cloudfront.net%2F11603%2F88889705%2Fhls%2Fmaster.m3u8%3Fads._fw_atts%3D%26ads._fw_h_user_agent%3DMozilla%25252F5.0%252520%2528Linux%25253B%252520Android%25252011%25253B%252520moto%252520g%252520power%252520%25282022%2529%2529%252520AppleWebKit%25252F537.36%252520%2528KHTML%25252C%252520like%252520Gecko%2529%252520Chrome%25252F146.0.0.0%252520Mobile%252520Safari%25252F537.36%26ads._fw_is_lat%3D0%26ads._fw_nielsen_app_id%3DPE075FB87-C9AE-41D5-8B17-95C0E9301C8E%26ads._fw_player_height%3D0%26ads._fw_player_width%3D372%26ads._fw_site_page%3Dhttps%25253A%25252F%25252Fwww.nbcphiladelphia.com%25252F%26ads._fw_us_privacy%3D1YNN%26ads.afid%3D396654152%26ads.caid%3DNBCNPHI%26ads.channelName%3Dnbcphiladelphianews%26ads.csid%3Dnbc_ots_alldevice_allos_web_wcau_livelinear_virtualchannel%26ads.flag%3D%25252Bsltp%25252Bemcr%25252Bslcb%25252Bsbid-fbad%25252Baeti%25252Bslif-vicb%25252Bamcb%25252Bplay-uapl%25252Bdtrd%25252Bexvt%26ads.gpp%3DDBABLA%257EBVQqAAAAAgA.QA%26ads.gpp_sid%3D7%26ads.nw%3D169843%26ads.playerVersion%3D8.30.1%26ads.prof%3D169843%253Anbcu_ots_web_linear%26ads.resp%3Dvmap1%26ads.sfid%3D23408325%26ads.vcid%3D%26ads.vip%3D71.225.106.95%26ads.xumo_channelId%3D88889705a%26ads.xumo_contentId%3D3819%26ads.xumo_contentName%3DNBCNPHI%26ads.xumo_ifaType%3D%26ads.xumo_providerId%3D3819%26ads.xumo_providerName%3DNBCNPHI%26ads.xumo_streamId%3D88889705%26ads.xumo_ifa%3D%26ads._fw_did%3D%26ads.site_name%3DNBC&c3=*null&c4=NBC%2010%20PHILADELPHIA&c6=*null&c7=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c8=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&c9=sb.scorecardresearch.com/p?c1=2&c2=... https://sb.scorecardresearch.com/p?c1=2&c2=6035083&ns_type=hidden&ns_st_sv=6.3.0.180917&ns_st_pv=1.2.6.200828&ns_st_smv=5.10&ns_st_it=c&ns_st_id=1776901233509&ns_st_ec=1&ns_st_sp=1&ns_st_sc=1&ns_st_psq=1&ns_st_asq=1&ns_st_sq=1&ns_st_ppc=1&ns_st_apc=1&ns_st_spc=1&ns_st_cn=1&ns_st_ev=play&ns_st_po=-15248&ns_st_cl=86400000&ns_st_pb=1&ns_st_mp=jwplayer&ns_st_mv=8.30.1&ns_st_pn=1&ns_st_tp=0&ns_st_ci=10123841075&ns_st_pt=0&ns_st_dpt=0&ns_st_ipt=0&ns_st_ap=0&ns_st_dap=0&ns_st_et=0&ns_st_det=0&ns_st_upc=0&ns_st_dupc=0&ns_st_iupc=0&ns_st_upa=0&ns_st_dupa=0&ns_st_iupa=0&ns_st_lpc=0&ns_st_dlpc=0&ns_st_lpa=0&ns_st_dlpa=0&ns_st_pa=0&ns_st_ldw=120000&ns_st_ldo=17984&ns_ts=1776901236621&ns_st_bc=0&ns_st_dbc=0&ns_st_bt=2725&ns_st_dbt=2725&ns_st_bp=2725&ns_st_lt=3111&ns_st_skc=0&ns_st_dskc=0&ns_st_ska=0&ns_st_dska=0&ns_st_skd=0&ns_st_skt=0&ns_st_dskt=0&ns_st_pc=0&ns_st_dpc=0&ns_st_pp=0&ns_st_rt=100&ns_st_ub=0&ns_st_vo=0&ns_st_ws=norm&ns_st_ki=1200000&ns_st_sn=*null&ns_st_en=*null&ns_st_ty=video&ns_st_ct=vc00&ns_st_ge=News&ns_st_st=WCAU&ns_st_pu=NBC%20Owned%20Television%20Stations&ns_st_cu=https%3A%2F%2Fd368vp0qqzvkid.cloudfront.net%2F11603%2F88889705%2Fhls%2Fmaster.m3u8%3Fads._fw_atts%3D%26ads._fw_h_user_agent%3DMozilla%25252F5.0%252520%2528Linux%25253B%252520Android%25252011%25253B%252520moto%252520g%252520power%252520%25282022%2529%2529%252520AppleWebKit%25252F537.36%252520%2528KHTML%25252C%252520like%252520Gecko%2529%252520Chrome%25252F146.0.0.0%252520Mobile%252520Safari%25252F537.36%26ads._fw_is_lat%3D0%26ads._fw_nielsen_app_id%3DPE075FB87-C9AE-41D5-8B17-95C0E9301C8E%26ads._fw_player_height%3D0%26ads._fw_player_width%3D372%26ads._fw_site_page%3Dhttps%25253A%25252F%25252Fwww.nbcphiladelphia.com%25252F%26ads._fw_us_privacy%3D1YNN%26ads.afid%3D396654152%26ads.caid%3DNBCNPHI%26ads.channelName%3Dnbcphiladelphianews%26ads.csid%3Dnbc_ots_alldevice_allos_web_wcau_livelinear_virtualchannel%26ads.flag%3D%25252Bsltp%25252Bemcr%25252Bslcb%25252Bsbid-fbad%25252Baeti%25252Bslif-vicb%25252Bamcb%25252Bplay-uapl%25252Bdtrd%25252Bexvt%26ads.gpp%3DDBABLA%257EBVQqAAAAAgA.QA%26ads.gpp_sid%3D7%26ads.nw%3D169843%26ads.playerVersion%3D8.30.1%26ads.prof%3D169843%253Anbcu_ots_web_linear%26ads.resp%3Dvmap1%26ads.sfid%3D23408325%26ads.vcid%3D%26ads.vip%3D71.225.106.95%26ads.xumo_channelId%3D88889705a%26ads.xumo_contentId%3D3819%26ads.xumo_contentName%3DNBCNPHI%26ads.xumo_ifaType%3D%26ads.xumo_providerId%3D3819%26ads.xumo_providerName%3DNBCNPHI%26ads.xumo_streamId%3D88889705%26ads.xumo_ifa%3D%26ads._fw_did%3D%26ads.site_name%3DNBC&c3=*null&c4=NBC%2010%20PHILADELPHIA&c6=*null&c7=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c8=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&c9= — 302 — 2.3 KiB — 10 ms — h2https://sb.scorecardresearch.com/p2?c1=2&c2=6035083&ns_type=hidden&ns_st_sv=6.3.0.180917&ns_st_pv=1.2.6.200828&ns_st_smv=5.10&ns_st_it=c&ns_st_id=1776901233509&ns_st_ec=1&ns_st_sp=1&ns_st_sc=1&ns_st_psq=1&ns_st_asq=1&ns_st_sq=1&ns_st_ppc=1&ns_st_apc=1&ns_st_spc=1&ns_st_cn=1&ns_st_ev=play&ns_st_po=-15248&ns_st_cl=86400000&ns_st_pb=1&ns_st_mp=jwplayer&ns_st_mv=8.30.1&ns_st_pn=1&ns_st_tp=0&ns_st_ci=10123841075&ns_st_pt=0&ns_st_dpt=0&ns_st_ipt=0&ns_st_ap=0&ns_st_dap=0&ns_st_et=0&ns_st_det=0&ns_st_upc=0&ns_st_dupc=0&ns_st_iupc=0&ns_st_upa=0&ns_st_dupa=0&ns_st_iupa=0&ns_st_lpc=0&ns_st_dlpc=0&ns_st_lpa=0&ns_st_dlpa=0&ns_st_pa=0&ns_st_ldw=120000&ns_st_ldo=17984&ns_ts=1776901236621&ns_st_bc=0&ns_st_dbc=0&ns_st_bt=2725&ns_st_dbt=2725&ns_st_bp=2725&ns_st_lt=3111&ns_st_skc=0&ns_st_dskc=0&ns_st_ska=0&ns_st_dska=0&ns_st_skd=0&ns_st_skt=0&ns_st_dskt=0&ns_st_pc=0&ns_st_dpc=0&ns_st_pp=0&ns_st_rt=100&ns_st_ub=0&ns_st_vo=0&ns_st_ws=norm&ns_st_ki=1200000&ns_st_sn=*null&ns_st_en=*null&ns_st_ty=video&ns_st_ct=vc00&ns_st_ge=News&ns_st_st=WCAU&ns_st_pu=NBC%20Owned%20Television%20Stations&ns_st_cu=https%3A%2F%2Fd368vp0qqzvkid.cloudfront.net%2F11603%2F88889705%2Fhls%2Fmaster.m3u8%3Fads._fw_atts%3D%26ads._fw_h_user_agent%3DMozilla%25252F5.0%252520%2528Linux%25253B%252520Android%25252011%25253B%252520moto%252520g%252520power%252520%25282022%2529%2529%252520AppleWebKit%25252F537.36%252520%2528KHTML%25252C%252520like%252520Gecko%2529%252520Chrome%25252F146.0.0.0%252520Mobile%252520Safari%25252F537.36%26ads._fw_is_lat%3D0%26ads._fw_nielsen_app_id%3DPE075FB87-C9AE-41D5-8B17-95C0E9301C8E%26ads._fw_player_height%3D0%26ads._fw_player_width%3D372%26ads._fw_site_page%3Dhttps%25253A%25252F%25252Fwww.nbcphiladelphia.com%25252F%26ads._fw_us_privacy%3D1YNN%26ads.afid%3D396654152%26ads.caid%3DNBCNPHI%26ads.channelName%3Dnbcphiladelphianews%26ads.csid%3Dnbc_ots_alldevice_allos_web_wcau_livelinear_virtualchannel%26ads.flag%3D%25252Bsltp%25252Bemcr%25252Bslcb%25252Bsbid-fbad%25252Baeti%25252Bslif-vicb%25252Bamcb%25252Bplay-uapl%25252Bdtrd%25252Bexvt%26ads.gpp%3DDBABLA%257EBVQqAAAAAgA.QA%26ads.gpp_sid%3D7%26ads.nw%3D169843%26ads.playerVersion%3D8.30.1%26ads.prof%3D169843%253Anbcu_ots_web_linear%26ads.resp%3Dvmap1%26ads.sfid%3D23408325%26ads.vcid%3D%26ads.vip%3D71.225.106.95%26ads.xumo_channelId%3D88889705a%26ads.xumo_contentId%3D3819%26ads.xumo_contentName%3DNBCNPHI%26ads.xumo_ifaType%3D%26ads.xumo_providerId%3D3819%26ads.xumo_providerName%3DNBCNPHI%26ads.xumo_streamId%3D88889705%26ads.xumo_ifa%3D%26ads._fw_did%3D%26ads.site_name%3DNBC&c3=*null&c4=NBC%2010%20PHILADELPHIA&c6=*null&c7=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c8=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&c9=sb.scorecardresearch.com/p2?c1=2&c2... https://sb.scorecardresearch.com/p2?c1=2&c2=6035083&ns_type=hidden&ns_st_sv=6.3.0.180917&ns_st_pv=1.2.6.200828&ns_st_smv=5.10&ns_st_it=c&ns_st_id=1776901233509&ns_st_ec=1&ns_st_sp=1&ns_st_sc=1&ns_st_psq=1&ns_st_asq=1&ns_st_sq=1&ns_st_ppc=1&ns_st_apc=1&ns_st_spc=1&ns_st_cn=1&ns_st_ev=play&ns_st_po=-15248&ns_st_cl=86400000&ns_st_pb=1&ns_st_mp=jwplayer&ns_st_mv=8.30.1&ns_st_pn=1&ns_st_tp=0&ns_st_ci=10123841075&ns_st_pt=0&ns_st_dpt=0&ns_st_ipt=0&ns_st_ap=0&ns_st_dap=0&ns_st_et=0&ns_st_det=0&ns_st_upc=0&ns_st_dupc=0&ns_st_iupc=0&ns_st_upa=0&ns_st_dupa=0&ns_st_iupa=0&ns_st_lpc=0&ns_st_dlpc=0&ns_st_lpa=0&ns_st_dlpa=0&ns_st_pa=0&ns_st_ldw=120000&ns_st_ldo=17984&ns_ts=1776901236621&ns_st_bc=0&ns_st_dbc=0&ns_st_bt=2725&ns_st_dbt=2725&ns_st_bp=2725&ns_st_lt=3111&ns_st_skc=0&ns_st_dskc=0&ns_st_ska=0&ns_st_dska=0&ns_st_skd=0&ns_st_skt=0&ns_st_dskt=0&ns_st_pc=0&ns_st_dpc=0&ns_st_pp=0&ns_st_rt=100&ns_st_ub=0&ns_st_vo=0&ns_st_ws=norm&ns_st_ki=1200000&ns_st_sn=*null&ns_st_en=*null&ns_st_ty=video&ns_st_ct=vc00&ns_st_ge=News&ns_st_st=WCAU&ns_st_pu=NBC%20Owned%20Television%20Stations&ns_st_cu=https%3A%2F%2Fd368vp0qqzvkid.cloudfront.net%2F11603%2F88889705%2Fhls%2Fmaster.m3u8%3Fads._fw_atts%3D%26ads._fw_h_user_agent%3DMozilla%25252F5.0%252520%2528Linux%25253B%252520Android%25252011%25253B%252520moto%252520g%252520power%252520%25282022%2529%2529%252520AppleWebKit%25252F537.36%252520%2528KHTML%25252C%252520like%252520Gecko%2529%252520Chrome%25252F146.0.0.0%252520Mobile%252520Safari%25252F537.36%26ads._fw_is_lat%3D0%26ads._fw_nielsen_app_id%3DPE075FB87-C9AE-41D5-8B17-95C0E9301C8E%26ads._fw_player_height%3D0%26ads._fw_player_width%3D372%26ads._fw_site_page%3Dhttps%25253A%25252F%25252Fwww.nbcphiladelphia.com%25252F%26ads._fw_us_privacy%3D1YNN%26ads.afid%3D396654152%26ads.caid%3DNBCNPHI%26ads.channelName%3Dnbcphiladelphianews%26ads.csid%3Dnbc_ots_alldevice_allos_web_wcau_livelinear_virtualchannel%26ads.flag%3D%25252Bsltp%25252Bemcr%25252Bslcb%25252Bsbid-fbad%25252Baeti%25252Bslif-vicb%25252Bamcb%25252Bplay-uapl%25252Bdtrd%25252Bexvt%26ads.gpp%3DDBABLA%257EBVQqAAAAAgA.QA%26ads.gpp_sid%3D7%26ads.nw%3D169843%26ads.playerVersion%3D8.30.1%26ads.prof%3D169843%253Anbcu_ots_web_linear%26ads.resp%3Dvmap1%26ads.sfid%3D23408325%26ads.vcid%3D%26ads.vip%3D71.225.106.95%26ads.xumo_channelId%3D88889705a%26ads.xumo_contentId%3D3819%26ads.xumo_contentName%3DNBCNPHI%26ads.xumo_ifaType%3D%26ads.xumo_providerId%3D3819%26ads.xumo_providerName%3DNBCNPHI%26ads.xumo_streamId%3D88889705%26ads.xumo_ifa%3D%26ads._fw_did%3D%26ads.site_name%3DNBC&c3=*null&c4=NBC%2010%20PHILADELPHIA&c6=*null&c7=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&c8=NBC10%20Philadelphia%20%E2%80%93%20Local%20news%2C%20breaking%20news%2C%20weather&c9= — 200 — 300 B — 13 ms — h2https://tpsc-ue1.doubleverify.com/event.png?impid=2a33e6c302834c088f26ae1d436a7a42&flavor=0&gdpr=0&gdpr_consent=sa_blank&ee_dp_omvk=doubleverify.com-omid&ee_dp_isom=1&pltm=1&iskpm=1&ismmm=1&isocm=1&ee_dp_alm=auto&ee_dp_isioms=1&ee_dp_isaioms=0&pltn=1&pltd=68&ee_dp_asmm=1&vdur=56&eoid=26&te_strt=1&rtn_exec=IABViewableImpression&te_init=247&te_sup=1&te_exec=1&msrjs=9761&sdf=67108868&vit=2&ee_dp_mrci=1&rmi=16&tltms=67&tetms=25&msltms=148&vltms=56&sei=289&vetms=239&tuviims=608&tuviems=903&dvp_dtcov=6&sim=3&ee_dp_cdndmn=1&mascid=2a33e6c302834c088f26ae1d436a7a42&sadv=5177264069&ord=3543069315&litm=6713727074&scrt=138473048189&splc=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome&adu=139897338&ee_dp_rtneviabmi=1&ismms=198&isumms=198&nvr=2&isgmmims=198&isgmv4mims=198&elmtp=1&isbxdms=2601&b0=2529&adhgt=50&adwdth=320&norwdth=320&norhgt=50&tmsp=2529&dvp_vsosnmr=1&ivsosm=1&dvp_mvpw=device-width&dvp_mvpis=1&dvp_minvpw=412&dvp_minvph=823&dvp_maxvpw=412&dvp_maxvph=823&lftb=2529&sftb=2529&naral=16&vct=1&vphgt=823&vpwdth=412&chgt=50&cwdth=320&scrhgt=823&scrwdth=412&strp=0&advisonl=false&inor=1&ishvm=1&istchm=1&isascm=1&isaclkm=1&isscrlm=1&engalms=197&dvp_hdnAd=0&dvp_dpr=1.75&vstsz=894&m50invms=0&ee_dp_m50invnprms=0&ee_dp_issiabvm=198&ee_dp_cvcmeeid=1&metp=2&meeid=1&ee_dp_saw=320&ee_dp_sah=50&ee_dp_ald=%7B%22s%22%3A%7B%22f%22%3Atrue%2C%22s%22%3A16%2C%22t%22%3A%22IFRAME%22%2C%22p%22%3Afalse%2C%22c%22%3Afalse%7D%7D&ee_dp_tmads=2769&ttfurm=3327tpsc-ue1.doubleverify.com/event.png... https://tpsc-ue1.doubleverify.com/event.png?impid=2a33e6c302834c088f26ae1d436a7a42&flavor=0&gdpr=0&gdpr_consent=sa_blank&ee_dp_omvk=doubleverify.com-omid&ee_dp_isom=1&pltm=1&iskpm=1&ismmm=1&isocm=1&ee_dp_alm=auto&ee_dp_isioms=1&ee_dp_isaioms=0&pltn=1&pltd=68&ee_dp_asmm=1&vdur=56&eoid=26&te_strt=1&rtn_exec=IABViewableImpression&te_init=247&te_sup=1&te_exec=1&msrjs=9761&sdf=67108868&vit=2&ee_dp_mrci=1&rmi=16&tltms=67&tetms=25&msltms=148&vltms=56&sei=289&vetms=239&tuviims=608&tuviems=903&dvp_dtcov=6&sim=3&ee_dp_cdndmn=1&mascid=2a33e6c302834c088f26ae1d436a7a42&sadv=5177264069&ord=3543069315&litm=6713727074&scrt=138473048189&splc=%2F2620%2Fots_mobile%2Fwcau_mobileweb%2Fhome&adu=139897338&ee_dp_rtneviabmi=1&ismms=198&isumms=198&nvr=2&isgmmims=198&isgmv4mims=198&elmtp=1&isbxdms=2601&b0=2529&adhgt=50&adwdth=320&norwdth=320&norhgt=50&tmsp=2529&dvp_vsosnmr=1&ivsosm=1&dvp_mvpw=device-width&dvp_mvpis=1&dvp_minvpw=412&dvp_minvph=823&dvp_maxvpw=412&dvp_maxvph=823&lftb=2529&sftb=2529&naral=16&vct=1&vphgt=823&vpwdth=412&chgt=50&cwdth=320&scrhgt=823&scrwdth=412&strp=0&advisonl=false&inor=1&ishvm=1&istchm=1&isascm=1&isaclkm=1&isscrlm=1&engalms=197&dvp_hdnAd=0&dvp_dpr=1.75&vstsz=894&m50invms=0&ee_dp_m50invnprms=0&ee_dp_issiabvm=198&ee_dp_cvcmeeid=1&metp=2&meeid=1&ee_dp_saw=320&ee_dp_sah=50&ee_dp_ald=%7B%22s%22%3A%7B%22f%22%3Atrue%2C%22s%22%3A16%2C%22t%22%3A%22IFRAME%22%2C%22p%22%3Afalse%2C%22c%22%3Afalse%7D%7D&ee_dp_tmads=2769&ttfurm=3327 — 204 — 304 B — 49 ms — http/1.1https://tpsc-ue1.doubleverify.com/event.png?impid=be8aa662f6c242b49eac0688ea7502ba&flavor=0&gdpr=&gdpr_consent=&ee_dp_omvk=doubleverify.com-omid&ee_dp_isom=1&ee_dp_btreg=6713727074138473048189&ee_dp_btadsrv=6713727074138473048189&pltm=1&iskpm=1&ismmm=1&isocm=1&ee_dp_alm=marked&ee_dp_isioms=1&ee_dp_isaioms=0&pltn=1&pltd=87&ee_dp_tskt=ctdetms%2C188%2C10%3Biabletms%2C201%2C5%3Biadletms%2C206%2C0%3Biadcetms%2C206%2C2%3Bsaleetms%2C208%2C8%3Btsetms%2C165%2C36%3Bipvietms%2C184%2C3%3Bprvietms%2C165%2C34%3Bfvietms%2C199%2C2%3Bpovietms%2C201%2C0%3Bimaetms%2C188%2C12%3Biesuimestms%2C165%2C23%3Bsrbf%2C0%2C1&vdur=27&eoid=24&te_strt=1&te_init=247&te_sup=0&te_exec=0&msrjs=9761&sdf=67108868&vit=2&ee_dp_mrci=1&rmi=16&tltms=67&tetms=11&msltms=0&vltms=27&sei=290&vetms=49&tuviims=212&tuviems=288&ismms=80&isumms=80&nvr=2&isgmmims=80&isgmv4mims=80&elmtp=2&isbxdms=80&b0=100&adhgt=50&adwdth=320&norwdth=320&norhgt=50&tmsp=100&dvp_vsosnmr=1&ivsosm=1&lftb=100&sftb=100&naral=8&vct=1&vphgt=823&vpwdth=412&chgt=50&cwdth=320&scrhgt=823&scrwdth=412&strp=0&advisonl=false&inor=1&ishvm=1&istchm=1&isaclkm=1&isscrlm=1&engalms=79&dvp_hdnAd=0&m50invms=0&ee_dp_m50invnprms=0&ee_dp_issiabvm=80&ee_dp_cvcmeeid=1&metp=1&meeid=1&ee_dp_saw=320&ee_dp_sah=50&ee_dp_ald=%7B%22s%22%3A%7B%22f%22%3Atrue%2C%22s%22%3A8%2C%22t%22%3A%22SPAN%22%2C%22p%22%3Afalse%2C%22c%22%3Afalse%7D%7D&ee_dp_tmads=113&mascid=2a33e6c302834c088f26ae1d436a7a42&dvp_dtcov=6&sim=3&ee_dp_cdndmn=1&dvp_mvpw=device-width&dvp_mvpis=1&dvp_minvpw=412&dvp_minvph=823&dvp_maxvpw=412&dvp_maxvph=823&dvp_dpr=1.75&vstsz=706&ttfurm=3106tpsc-ue1.doubleverify.com/event.png... https://tpsc-ue1.doubleverify.com/event.png?impid=be8aa662f6c242b49eac0688ea7502ba&flavor=0&gdpr=&gdpr_consent=&ee_dp_omvk=doubleverify.com-omid&ee_dp_isom=1&ee_dp_btreg=6713727074138473048189&ee_dp_btadsrv=6713727074138473048189&pltm=1&iskpm=1&ismmm=1&isocm=1&ee_dp_alm=marked&ee_dp_isioms=1&ee_dp_isaioms=0&pltn=1&pltd=87&ee_dp_tskt=ctdetms%2C188%2C10%3Biabletms%2C201%2C5%3Biadletms%2C206%2C0%3Biadcetms%2C206%2C2%3Bsaleetms%2C208%2C8%3Btsetms%2C165%2C36%3Bipvietms%2C184%2C3%3Bprvietms%2C165%2C34%3Bfvietms%2C199%2C2%3Bpovietms%2C201%2C0%3Bimaetms%2C188%2C12%3Biesuimestms%2C165%2C23%3Bsrbf%2C0%2C1&vdur=27&eoid=24&te_strt=1&te_init=247&te_sup=0&te_exec=0&msrjs=9761&sdf=67108868&vit=2&ee_dp_mrci=1&rmi=16&tltms=67&tetms=11&msltms=0&vltms=27&sei=290&vetms=49&tuviims=212&tuviems=288&ismms=80&isumms=80&nvr=2&isgmmims=80&isgmv4mims=80&elmtp=2&isbxdms=80&b0=100&adhgt=50&adwdth=320&norwdth=320&norhgt=50&tmsp=100&dvp_vsosnmr=1&ivsosm=1&lftb=100&sftb=100&naral=8&vct=1&vphgt=823&vpwdth=412&chgt=50&cwdth=320&scrhgt=823&scrwdth=412&strp=0&advisonl=false&inor=1&ishvm=1&istchm=1&isaclkm=1&isscrlm=1&engalms=79&dvp_hdnAd=0&m50invms=0&ee_dp_m50invnprms=0&ee_dp_issiabvm=80&ee_dp_cvcmeeid=1&metp=1&meeid=1&ee_dp_saw=320&ee_dp_sah=50&ee_dp_ald=%7B%22s%22%3A%7B%22f%22%3Atrue%2C%22s%22%3A8%2C%22t%22%3A%22SPAN%22%2C%22p%22%3Afalse%2C%22c%22%3Afalse%7D%7D&ee_dp_tmads=113&mascid=2a33e6c302834c088f26ae1d436a7a42&dvp_dtcov=6&sim=3&ee_dp_cdndmn=1&dvp_mvpw=device-width&dvp_mvpis=1&dvp_minvpw=412&dvp_minvph=823&dvp_maxvpw=412&dvp_maxvph=823&dvp_dpr=1.75&vstsz=706&ttfurm=3106 — 204 — 304 B — 41 ms — http/1.1https://xumo-drct-ch104-mnm32.fast.nbcuni.com/live/master_3/00511/master_3_05438.tsxumo-drct-ch104-mnm32.fast.nbcuni.c... https://xumo-drct-ch104-mnm32.fast.nbcuni.com/live/master_3/00511/master_3_05438.ts — 200 — 1.2 MiB — 56 ms — h2https://d368vp0qqzvkid.cloudfront.net/manifest/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod_default_nbc-direct/18bfaee9-1fc8-4e01-85a6-59df33c77589/4.m3u8d368vp0qqzvkid.cloudfront.net/manif... https://d368vp0qqzvkid.cloudfront.net/manifest/3fec3e5cac39a52b2132f9c66c83dae043dc17d4/prod_default_nbc-direct/18bfaee9-1fc8-4e01-85a6-59df33c77589/4.m3u8 — 200 — 2.7 KiB — 86 ms — http/1.1https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:user:mid=76413570358672328801115064687488740450&s:aam:blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&l:aam:loc_hint=7&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=start&l:event:duration=0&l:event:playhead=0&l:event:ts=1776901236613&l:event:prev_ts=1776901233869&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:chapter_id=92a34c73617290341129bc9cba40ce4f_26&s:stream:chapter_sid=1776901236613952877206&s:stream:chapter_name=7%3A30PM%3A%20NBC10%20News&l:stream:chapter_pos=26&l:stream:chapter_length=30&l:stream:chapter_offset=11&s:stream:type=live&l:stream:bitrate=50000&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=2727399&s:meta:a.media.asset=10123841075&s:meta:ovp=html5&s:meta:player_type=fastplayer_deescalated&s:meta:network=nbc&s:meta:videomarketorigination=WCAU&s:meta:minute=23%3A40&s:meta:hour=23%3A00&s:meta:day=Wednesday&s:meta:date=04%2F22%2F2026&s:meta:videompxid=0000000000009&s:meta:platform=mobile%20web&s:meta:businessunit=phi&s:meta:videopageurl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s:meta:continuousplay=first%20play&s:meta:videotag=philadelphia%2C%20flyers%2C%20pennsylvania%2C%20christmas%2C%20chester-county%2C%20chester%2C%20nhl%2C%20camden-county%2C%20hockey%2C%20valentine%27s-day%2C%20atlantic-city%2C%20schools%2C%20florida%2C%20phil-murphy%2C%20new-jersey%2C%20delaware%2C%20university-of%20pennsylvania%2C%20philadelphia-flyers%2C%20larry-krasner%2C%20weather%2C%20philadelphia-international%20airport%2C%20clear-the%20shelters%2C%20nj-transit%2C%20berks-county%2C%20georgia%2C%20philadelphia-police%2C%20newark%2C%20university-city%2C%20labor-day%2C%20keith-jones%2C%20easter%2C%20nfl%2C%20sports%2C%20philadelphia-eagles%2C%20philadelphia-76ers%2C%20philadelphia-flyers%2C%20u.s.-%26amp%3B%20world%2C%20local%2C%20health%2C%20entertainment%2C%20politics%2C%20philadelphia-phillies%2C%20donald-trump%2C%20entertainment-news%2C%20north-carolina%2C%20puerto-rico%2C%20tech%2C%20transportation-and%20transit%2C%20congress%2C%20trump-administration%2C%20israel%2C%20new-york%2C%20paris%2C%20gun-violence%2C%20arizona%2C%20louisiana%2C%20business%2C%20egypt%2C%20penn-state%2C%20virginia%2C%20josh-shapiro%2C%20bensalem%2C%20maryland%2C%20delaware-county%2C%20recall-alert%2C%20technology%2C%20atlantic-county%2C%20cumberland-county%2C%20on-air%20promotion%2C%20philadelphia-eagles%2C%20lehigh-county%2C%20michigan%2C%20jason-kelce%2C%20trenton%2C%20transportation%2C%20amazon%2C%20gloucester-county%2C%20temple-university%2C%20lehigh-valley%2C%20bucks-county%2C%20south-jersey%2C%20nba%2C%20las-vegas%2C%20indiana%2C%20the-scene%2C%20utah%2C%20center-city%2C%20montgomery-county%2C%20new-castle%20county%2C%20wilmington%2C%20energy%2C%20google%2C%20new-york%20city%2C%20children%27s-hospital%20of%20philadelphia%2C%20super-bowl%2C%20fishtown%2C%20norristown%2C%20harrisburg%2C%20love-park%2C%20iran%2C%20golf%2C%20allentown%2C%20cherry-hill%2C%20traffic%2C%20taylor-swift%2C%20olney%2C%20northampton-county%2C%20amtrak%2C%20pennsylvania-turnpike%2C%20burlington-county%2C%20mercer-county%2C%20penn-state%20university%2C%20camden%2C%20immigration%2C%20philadelphia-76ers%2C%20john-fetterman%2C%20asia%2C%20tracy-davidson%2C%20mlb%2C%20septa%2C%20coatesville%2C%20point-breeze%2C%20philadelphia-school%20district%2C%20minnesota%2C%20halloween%2C%20jersey-shore%2C%20lottery%2C%20cape-may%20county%2C%20kamala-harris%2C%20i-95%2C%20interstate-95%2C%20ocean-city%2C%20east-falls%2C%20cape-may%2C%20monmouth-county%2C%20port-richmond%2C%20wildwood%2C%20air-travel%2C%20upper-darby%2C%20ocean-county%2C%20philadelphia-phillies%2C%20soccer%2C%20university-of%20delaware%2C%20germantown%2C%20lane-johnson%2C%20chinatown%2C%20green%2C%20delaware-river%2C%20longwood-gardens%2C%20phillies%2C%20pennsylvania-state%20police%2C%20the-scene%2C%20south-philadelphia%2C%20conshohocken%2C%20acct-philly%2C%20pga-tour%2C%20deptford-township%2C%20franklin-institute%2C%20levittown%2C%20upper-merion%20township%2C%20cheltenham-township%2C%20philadelphia-health%20department%2C%20nasa%2C%20retail%2C%20philadelphia-city%20council%2C%20nbc10-responds%2C%20rittenhouse-square%2C%20chestnut-hill%2C%20pennsylvania-spca%2C%20bristol%2C%20jimmy-carter%2C%20legislation%2C%20center-city%20philadelphia%2C%20brandywine-valley%20spca%2C%20news%2C%20manayunk%2C%20world-cup%2C%20roxborough%2C%20frankford%2C%20howie-roseman%2C%20mcdonald%E2%80%99s%2C%20veterans%2C%20lancaster-county%2C%20york-county%2C%20schuylkill-river%20trail%2C%20business%2C%20ncaa%2C%20philadelphia-zoo%2C%20philadelphia-museum%20of%20art%2C%20west-philadelphia%2C%20wawa%2C%20lincoln-financial%20field%2C%20pocono-mountains%2C%20north-philadelphia%2C%20crime-stoppers%2C%20bucks%2C%20philadelphia-parking%20authority%2C%20schuylkill-river%2C%20new-jersey%20turnpike%2C%20elmwood-park%20zoo%2C%20school-district%20of%20philadelphia%2C%20passover%2C%20abington-township%2C%20citizens-bank%20park%2C%20marty-small%2C%20fairmount-park%2C%20pets%2C%20mount-laurel%2C%20cobbs-creek%2C%20six-flags%2C%20villanova-university%2C%20lower-merion%2C%20hamilton-township%2C%20traffic%2C%20wawa-welcome%20america%2C%20crescentville%2C%20rocky-statue%2C%20west-chester%20university%2C%20east-germantown%2C%20powerball%2C%20thanksgiving%2C%20penn-medicine%2C%20kingsessing%2C%20first-alert%20weather%2C%20penn%27s-landing%2C%20nbc10-responds%2C%20gloucester-township%2C%20wawa-welcome%20america%2C%20benjamin-franklin%20parkway%2C%20lgbtq%2C%20animals%2C%20today-show%2C%20health-care%2C%20money%2C%20washington-dc%2C%2076ers%2C%20lower-merion%20township%2C%20nature%2C%20northern-liberties%2C%20rowing%2C%20queen-village%2C%20back-to%20school%2C%20new-york%20giants%2C%20northeast-philadelphia%2C%20profiles%2C%20wildfires%2C%20holidays%2C%20mayfair%2C%20veterans-day%2C%20adventure-aquarium%2C%20society-hill%2C%20travel%2C%20fifa%2C%20st.-patrick%27s%20day%2C%20severe-weather%2C%20hunting-park%2C%20fourth-of%20july%2C%20airlines%2C%20elections%2C%20philly-live%2C%20caught-on%20camera%2C%20sean-%22diddy%22%20combs%2C%20fires%2C%20formula-one%2C%202026-world%20cup%2C%20philly-live%2C%20weather%2C%20weather-stories%2C%20weather-video%2C%20news%2C%20investigators%2C%20changing-climate%2C%20the-trump%20administration%2C%20dulce-maria%20alavez%2C%20holidays%2C%20philly-weather%2C%20weather-forecast%2C%20free-fun%2C%20crime-and%20courts%2C%20poconos%2C%20mummers%2C%20nfl-playoffs%2C%20italian-market%2C%20traffic-alert%2C%20penn-museum%2C%20nbc10-investigators%2C%20main-line%2C%20missing-persons%2C%20philadelphia-flower%20show%2C%20responds%2C%20kelly-drive%2C%20podcasts%2C%20concerts%2C%20coronavirus-pandemic%2C%20religion%2C%20nfl-draft%2C%20grays-ferry%2C%20draft-dreams%2C%20astronomy%2C%20cruises%2C%20move-bombing%2C%20recalls%2C%20real-time-traffic%2C%20pride-month%2C%20transgender-rights%2C%20clear-the%20shelters%2C%20hurricanes%2C%20in-the%20name%20of%20love%2C%20pga%2C%20air-quality%2C%20east-mount%20airy%2C%20lawsuits%2C%20health-%26amp%3B%20science%2C%20colleges-%26amp%3B%20universities%2C%20fdr-park%2C%20investigations%2C%20art-and%20culture%2C%20discover-black%20heritage%2C%20infrastructure%2C%20celebrity-babies%2C%20philadelphia-marathon%2C%20diversity-%26amp%3B%20equality%2C%20music-%26amp%3B%20musicians%2C%20fifa-world%20cup%2C%20actors%2C%20extreme-weather%2C%20weather-education%20day%2C%20critter-corner%2C%20critter-corner%2C%20hispanic-heritage%20month%2C%20health-%26amp%3B%20wellness%2C%20food-%26amp%3B%20drink%2C%20decision-2024%2C%20battleground-politics%2C%20jalen-carter%2C%20mlb%2C%20nba%2C%20nfl%2C%20nhl%2C%20soccer%2C%20decision-2024%2C%20phillies-news%2C%20israel-hamas-war%2C%20building-philadelphia%2C%202024-nfl%20draft%2C%20eagles-news%2C%20eagles-analysis%2C%20eagles%2C%20eagles-blog%2C%20track-%26amp%3B%20field%2C%20diet-%26amp%3B%20exercise%2C%20education%2C%20kensington%2C%20southwest-philadelphia%2C%20animals-and%20wildlife%2C%20health%2C%20eagles-autism%20foundation%2C%20extreme-weather%2C%20french-connections%2C%20hurricane-season%2C%20scams%2C%20formula-1%2C%20tsa%2C%20artificial-intelligence%2C%20sports%2C%20shootings%2C%20car-crash%2C%20food%2C%20running%2C%20shopping%2C%20little-league%20world%20series%2C%20politics%2C%20charity%2C%20eagles-column%2C%20summer%2C%20saquon-barkley%2C%20filadelfia%2C%20hispanic-heritage%20month%2C%209%2F11%2C%209%2F11-anniversary%2C%20going-green%2C%20transit%2C%20jordan-mailata%2C%20alpine-skiing%2C%20space%2C%20white-house%2C%20pensilvania%2C%20cars-%2F%20autos%2C%202025-nfl%20draft%2C%20cherelle-parker%2C%20old-city%2C%20matt-meyer%2C%20super-bowl%2C%20bernie-sanders%2C%20jet-crash%20in%20philly%2C%202026-milan%20cortina%20olympics%2C%20black-heritage%2C%20navy%2C%20america-250%2C%20strawberry-mansion%2C%20patco%2C%20decision-2025%2C%20cleaning%2C%20fairmount%2C%20police-reform%2C%20draft-dreams%2C%20xfinity-mobile%20arena%2C%20pope-leo%20xiv%2C%20commuter-alert%2C%20primera-alerta%2C%20fraud-%26amp%3B%20false%20statements%2C%20philly-workers%20strike%2C%20u.s.-government%2C%20somerville%2C%20independence-mall%2C%20america250%2C%20our-250%2C%20government-shutdown%2C%202026-nfl%20draft%2C%20polic%C3%ADa-de%20filadelfia%2C%20west-oak%20lane%2C%20war-with%20iran%2C%20grays-ferry%20collapse%2C%20distrito-escolar%20de%20filadelfianbcume.hb.omtrdc.net/?s:sc:rsid=nbc... https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:user:mid=76413570358672328801115064687488740450&s:aam:blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&l:aam:loc_hint=7&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=start&l:event:duration=0&l:event:playhead=0&l:event:ts=1776901236613&l:event:prev_ts=1776901233869&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:chapter_id=92a34c73617290341129bc9cba40ce4f_26&s:stream:chapter_sid=1776901236613952877206&s:stream:chapter_name=7%3A30PM%3A%20NBC10%20News&l:stream:chapter_pos=26&l:stream:chapter_length=30&l:stream:chapter_offset=11&s:stream:type=live&l:stream:bitrate=50000&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=2727399&s:meta:a.media.asset=10123841075&s:meta:ovp=html5&s:meta:player_type=fastplayer_deescalated&s:meta:network=nbc&s:meta:videomarketorigination=WCAU&s:meta:minute=23%3A40&s:meta:hour=23%3A00&s:meta:day=Wednesday&s:meta:date=04%2F22%2F2026&s:meta:videompxid=0000000000009&s:meta:platform=mobile%20web&s:meta:businessunit=phi&s:meta:videopageurl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s:meta:continuousplay=first%20play&s:meta:videotag=philadelphia%2C%20flyers%2C%20pennsylvania%2C%20christmas%2C%20chester-county%2C%20chester%2C%20nhl%2C%20camden-county%2C%20hockey%2C%20valentine%27s-day%2C%20atlantic-city%2C%20schools%2C%20florida%2C%20phil-murphy%2C%20new-jersey%2C%20delaware%2C%20university-of%20pennsylvania%2C%20philadelphia-flyers%2C%20larry-krasner%2C%20weather%2C%20philadelphia-international%20airport%2C%20clear-the%20shelters%2C%20nj-transit%2C%20berks-county%2C%20georgia%2C%20philadelphia-police%2C%20newark%2C%20university-city%2C%20labor-day%2C%20keith-jones%2C%20easter%2C%20nfl%2C%20sports%2C%20philadelphia-eagles%2C%20philadelphia-76ers%2C%20philadelphia-flyers%2C%20u.s.-%26amp%3B%20world%2C%20local%2C%20health%2C%20entertainment%2C%20politics%2C%20philadelphia-phillies%2C%20donald-trump%2C%20entertainment-news%2C%20north-carolina%2C%20puerto-rico%2C%20tech%2C%20transportation-and%20transit%2C%20congress%2C%20trump-administration%2C%20israel%2C%20new-york%2C%20paris%2C%20gun-violence%2C%20arizona%2C%20louisiana%2C%20business%2C%20egypt%2C%20penn-state%2C%20virginia%2C%20josh-shapiro%2C%20bensalem%2C%20maryland%2C%20delaware-county%2C%20recall-alert%2C%20technology%2C%20atlantic-county%2C%20cumberland-county%2C%20on-air%20promotion%2C%20philadelphia-eagles%2C%20lehigh-county%2C%20michigan%2C%20jason-kelce%2C%20trenton%2C%20transportation%2C%20amazon%2C%20gloucester-county%2C%20temple-university%2C%20lehigh-valley%2C%20bucks-county%2C%20south-jersey%2C%20nba%2C%20las-vegas%2C%20indiana%2C%20the-scene%2C%20utah%2C%20center-city%2C%20montgomery-county%2C%20new-castle%20county%2C%20wilmington%2C%20energy%2C%20google%2C%20new-york%20city%2C%20children%27s-hospital%20of%20philadelphia%2C%20super-bowl%2C%20fishtown%2C%20norristown%2C%20harrisburg%2C%20love-park%2C%20iran%2C%20golf%2C%20allentown%2C%20cherry-hill%2C%20traffic%2C%20taylor-swift%2C%20olney%2C%20northampton-county%2C%20amtrak%2C%20pennsylvania-turnpike%2C%20burlington-county%2C%20mercer-county%2C%20penn-state%20university%2C%20camden%2C%20immigration%2C%20philadelphia-76ers%2C%20john-fetterman%2C%20asia%2C%20tracy-davidson%2C%20mlb%2C%20septa%2C%20coatesville%2C%20point-breeze%2C%20philadelphia-school%20district%2C%20minnesota%2C%20halloween%2C%20jersey-shore%2C%20lottery%2C%20cape-may%20county%2C%20kamala-harris%2C%20i-95%2C%20interstate-95%2C%20ocean-city%2C%20east-falls%2C%20cape-may%2C%20monmouth-county%2C%20port-richmond%2C%20wildwood%2C%20air-travel%2C%20upper-darby%2C%20ocean-county%2C%20philadelphia-phillies%2C%20soccer%2C%20university-of%20delaware%2C%20germantown%2C%20lane-johnson%2C%20chinatown%2C%20green%2C%20delaware-river%2C%20longwood-gardens%2C%20phillies%2C%20pennsylvania-state%20police%2C%20the-scene%2C%20south-philadelphia%2C%20conshohocken%2C%20acct-philly%2C%20pga-tour%2C%20deptford-township%2C%20franklin-institute%2C%20levittown%2C%20upper-merion%20township%2C%20cheltenham-township%2C%20philadelphia-health%20department%2C%20nasa%2C%20retail%2C%20philadelphia-city%20council%2C%20nbc10-responds%2C%20rittenhouse-square%2C%20chestnut-hill%2C%20pennsylvania-spca%2C%20bristol%2C%20jimmy-carter%2C%20legislation%2C%20center-city%20philadelphia%2C%20brandywine-valley%20spca%2C%20news%2C%20manayunk%2C%20world-cup%2C%20roxborough%2C%20frankford%2C%20howie-roseman%2C%20mcdonald%E2%80%99s%2C%20veterans%2C%20lancaster-county%2C%20york-county%2C%20schuylkill-river%20trail%2C%20business%2C%20ncaa%2C%20philadelphia-zoo%2C%20philadelphia-museum%20of%20art%2C%20west-philadelphia%2C%20wawa%2C%20lincoln-financial%20field%2C%20pocono-mountains%2C%20north-philadelphia%2C%20crime-stoppers%2C%20bucks%2C%20philadelphia-parking%20authority%2C%20schuylkill-river%2C%20new-jersey%20turnpike%2C%20elmwood-park%20zoo%2C%20school-district%20of%20philadelphia%2C%20passover%2C%20abington-township%2C%20citizens-bank%20park%2C%20marty-small%2C%20fairmount-park%2C%20pets%2C%20mount-laurel%2C%20cobbs-creek%2C%20six-flags%2C%20villanova-university%2C%20lower-merion%2C%20hamilton-township%2C%20traffic%2C%20wawa-welcome%20america%2C%20crescentville%2C%20rocky-statue%2C%20west-chester%20university%2C%20east-germantown%2C%20powerball%2C%20thanksgiving%2C%20penn-medicine%2C%20kingsessing%2C%20first-alert%20weather%2C%20penn%27s-landing%2C%20nbc10-responds%2C%20gloucester-township%2C%20wawa-welcome%20america%2C%20benjamin-franklin%20parkway%2C%20lgbtq%2C%20animals%2C%20today-show%2C%20health-care%2C%20money%2C%20washington-dc%2C%2076ers%2C%20lower-merion%20township%2C%20nature%2C%20northern-liberties%2C%20rowing%2C%20queen-village%2C%20back-to%20school%2C%20new-york%20giants%2C%20northeast-philadelphia%2C%20profiles%2C%20wildfires%2C%20holidays%2C%20mayfair%2C%20veterans-day%2C%20adventure-aquarium%2C%20society-hill%2C%20travel%2C%20fifa%2C%20st.-patrick%27s%20day%2C%20severe-weather%2C%20hunting-park%2C%20fourth-of%20july%2C%20airlines%2C%20elections%2C%20philly-live%2C%20caught-on%20camera%2C%20sean-%22diddy%22%20combs%2C%20fires%2C%20formula-one%2C%202026-world%20cup%2C%20philly-live%2C%20weather%2C%20weather-stories%2C%20weather-video%2C%20news%2C%20investigators%2C%20changing-climate%2C%20the-trump%20administration%2C%20dulce-maria%20alavez%2C%20holidays%2C%20philly-weather%2C%20weather-forecast%2C%20free-fun%2C%20crime-and%20courts%2C%20poconos%2C%20mummers%2C%20nfl-playoffs%2C%20italian-market%2C%20traffic-alert%2C%20penn-museum%2C%20nbc10-investigators%2C%20main-line%2C%20missing-persons%2C%20philadelphia-flower%20show%2C%20responds%2C%20kelly-drive%2C%20podcasts%2C%20concerts%2C%20coronavirus-pandemic%2C%20religion%2C%20nfl-draft%2C%20grays-ferry%2C%20draft-dreams%2C%20astronomy%2C%20cruises%2C%20move-bombing%2C%20recalls%2C%20real-time-traffic%2C%20pride-month%2C%20transgender-rights%2C%20clear-the%20shelters%2C%20hurricanes%2C%20in-the%20name%20of%20love%2C%20pga%2C%20air-quality%2C%20east-mount%20airy%2C%20lawsuits%2C%20health-%26amp%3B%20science%2C%20colleges-%26amp%3B%20universities%2C%20fdr-park%2C%20investigations%2C%20art-and%20culture%2C%20discover-black%20heritage%2C%20infrastructure%2C%20celebrity-babies%2C%20philadelphia-marathon%2C%20diversity-%26amp%3B%20equality%2C%20music-%26amp%3B%20musicians%2C%20fifa-world%20cup%2C%20actors%2C%20extreme-weather%2C%20weather-education%20day%2C%20critter-corner%2C%20critter-corner%2C%20hispanic-heritage%20month%2C%20health-%26amp%3B%20wellness%2C%20food-%26amp%3B%20drink%2C%20decision-2024%2C%20battleground-politics%2C%20jalen-carter%2C%20mlb%2C%20nba%2C%20nfl%2C%20nhl%2C%20soccer%2C%20decision-2024%2C%20phillies-news%2C%20israel-hamas-war%2C%20building-philadelphia%2C%202024-nfl%20draft%2C%20eagles-news%2C%20eagles-analysis%2C%20eagles%2C%20eagles-blog%2C%20track-%26amp%3B%20field%2C%20diet-%26amp%3B%20exercise%2C%20education%2C%20kensington%2C%20southwest-philadelphia%2C%20animals-and%20wildlife%2C%20health%2C%20eagles-autism%20foundation%2C%20extreme-weather%2C%20french-connections%2C%20hurricane-season%2C%20scams%2C%20formula-1%2C%20tsa%2C%20artificial-intelligence%2C%20sports%2C%20shootings%2C%20car-crash%2C%20food%2C%20running%2C%20shopping%2C%20little-league%20world%20series%2C%20politics%2C%20charity%2C%20eagles-column%2C%20summer%2C%20saquon-barkley%2C%20filadelfia%2C%20hispanic-heritage%20month%2C%209%2F11%2C%209%2F11-anniversary%2C%20going-green%2C%20transit%2C%20jordan-mailata%2C%20alpine-skiing%2C%20space%2C%20white-house%2C%20pensilvania%2C%20cars-%2F%20autos%2C%202025-nfl%20draft%2C%20cherelle-parker%2C%20old-city%2C%20matt-meyer%2C%20super-bowl%2C%20bernie-sanders%2C%20jet-crash%20in%20philly%2C%202026-milan%20cortina%20olympics%2C%20black-heritage%2C%20navy%2C%20america-250%2C%20strawberry-mansion%2C%20patco%2C%20decision-2025%2C%20cleaning%2C%20fairmount%2C%20police-reform%2C%20draft-dreams%2C%20xfinity-mobile%20arena%2C%20pope-leo%20xiv%2C%20commuter-alert%2C%20primera-alerta%2C%20fraud-%26amp%3B%20false%20statements%2C%20philly-workers%20strike%2C%20u.s.-government%2C%20somerville%2C%20independence-mall%2C%20america250%2C%20our-250%2C%20government-shutdown%2C%202026-nfl%20draft%2C%20polic%C3%ADa-de%20filadelfia%2C%20west-oak%20lane%2C%20war-with%20iran%2C%20grays-ferry%20collapse%2C%20distrito-escolar%20de%20filadelfia — 204 — 40 B — 18 ms — h2https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:user:mid=76413570358672328801115064687488740450&s:aam:blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&l:aam:loc_hint=7&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=chapter_start&l:event:duration=0&l:event:playhead=0&l:event:ts=1776901236613&l:event:prev_ts=-1&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:chapter_id=92a34c73617290341129bc9cba40ce4f_26&s:stream:chapter_sid=1776901236613952877206&s:stream:chapter_name=7%3A30PM%3A%20NBC10%20News&l:stream:chapter_pos=26&l:stream:chapter_length=30&l:stream:chapter_offset=11&s:stream:type=live&l:stream:bitrate=50000&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=2727399&s:meta:a.media.asset=10123841075&s:meta:ovp=html5&s:meta:player_type=fastplayer_deescalated&s:meta:network=nbc&s:meta:videomarketorigination=WCAU&s:meta:minute=23%3A40&s:meta:hour=23%3A00&s:meta:day=Wednesday&s:meta:date=04%2F22%2F2026&s:meta:videompxid=0000000000009&s:meta:platform=mobile%20web&s:meta:businessunit=phi&s:meta:videopageurl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s:meta:continuousplay=first%20play&s:meta:videotag=philadelphia%2C%20flyers%2C%20pennsylvania%2C%20christmas%2C%20chester-county%2C%20chester%2C%20nhl%2C%20camden-county%2C%20hockey%2C%20valentine%27s-day%2C%20atlantic-city%2C%20schools%2C%20florida%2C%20phil-murphy%2C%20new-jersey%2C%20delaware%2C%20university-of%20pennsylvania%2C%20philadelphia-flyers%2C%20larry-krasner%2C%20weather%2C%20philadelphia-international%20airport%2C%20clear-the%20shelters%2C%20nj-transit%2C%20berks-county%2C%20georgia%2C%20philadelphia-police%2C%20newark%2C%20university-city%2C%20labor-day%2C%20keith-jones%2C%20easter%2C%20nfl%2C%20sports%2C%20philadelphia-eagles%2C%20philadelphia-76ers%2C%20philadelphia-flyers%2C%20u.s.-%26amp%3B%20world%2C%20local%2C%20health%2C%20entertainment%2C%20politics%2C%20philadelphia-phillies%2C%20donald-trump%2C%20entertainment-news%2C%20north-carolina%2C%20puerto-rico%2C%20tech%2C%20transportation-and%20transit%2C%20congress%2C%20trump-administration%2C%20israel%2C%20new-york%2C%20paris%2C%20gun-violence%2C%20arizona%2C%20louisiana%2C%20business%2C%20egypt%2C%20penn-state%2C%20virginia%2C%20josh-shapiro%2C%20bensalem%2C%20maryland%2C%20delaware-county%2C%20recall-alert%2C%20technology%2C%20atlantic-county%2C%20cumberland-county%2C%20on-air%20promotion%2C%20philadelphia-eagles%2C%20lehigh-county%2C%20michigan%2C%20jason-kelce%2C%20trenton%2C%20transportation%2C%20amazon%2C%20gloucester-county%2C%20temple-university%2C%20lehigh-valley%2C%20bucks-county%2C%20south-jersey%2C%20nba%2C%20las-vegas%2C%20indiana%2C%20the-scene%2C%20utah%2C%20center-city%2C%20montgomery-county%2C%20new-castle%20county%2C%20wilmington%2C%20energy%2C%20google%2C%20new-york%20city%2C%20children%27s-hospital%20of%20philadelphia%2C%20super-bowl%2C%20fishtown%2C%20norristown%2C%20harrisburg%2C%20love-park%2C%20iran%2C%20golf%2C%20allentown%2C%20cherry-hill%2C%20traffic%2C%20taylor-swift%2C%20olney%2C%20northampton-county%2C%20amtrak%2C%20pennsylvania-turnpike%2C%20burlington-county%2C%20mercer-county%2C%20penn-state%20university%2C%20camden%2C%20immigration%2C%20philadelphia-76ers%2C%20john-fetterman%2C%20asia%2C%20tracy-davidson%2C%20mlb%2C%20septa%2C%20coatesville%2C%20point-breeze%2C%20philadelphia-school%20district%2C%20minnesota%2C%20halloween%2C%20jersey-shore%2C%20lottery%2C%20cape-may%20county%2C%20kamala-harris%2C%20i-95%2C%20interstate-95%2C%20ocean-city%2C%20east-falls%2C%20cape-may%2C%20monmouth-county%2C%20port-richmond%2C%20wildwood%2C%20air-travel%2C%20upper-darby%2C%20ocean-county%2C%20philadelphia-phillies%2C%20soccer%2C%20university-of%20delaware%2C%20germantown%2C%20lane-johnson%2C%20chinatown%2C%20green%2C%20delaware-river%2C%20longwood-gardens%2C%20phillies%2C%20pennsylvania-state%20police%2C%20the-scene%2C%20south-philadelphia%2C%20conshohocken%2C%20acct-philly%2C%20pga-tour%2C%20deptford-township%2C%20franklin-institute%2C%20levittown%2C%20upper-merion%20township%2C%20cheltenham-township%2C%20philadelphia-health%20department%2C%20nasa%2C%20retail%2C%20philadelphia-city%20council%2C%20nbc10-responds%2C%20rittenhouse-square%2C%20chestnut-hill%2C%20pennsylvania-spca%2C%20bristol%2C%20jimmy-carter%2C%20legislation%2C%20center-city%20philadelphia%2C%20brandywine-valley%20spca%2C%20news%2C%20manayunk%2C%20world-cup%2C%20roxborough%2C%20frankford%2C%20howie-roseman%2C%20mcdonald%E2%80%99s%2C%20veterans%2C%20lancaster-county%2C%20york-county%2C%20schuylkill-river%20trail%2C%20business%2C%20ncaa%2C%20philadelphia-zoo%2C%20philadelphia-museum%20of%20art%2C%20west-philadelphia%2C%20wawa%2C%20lincoln-financial%20field%2C%20pocono-mountains%2C%20north-philadelphia%2C%20crime-stoppers%2C%20bucks%2C%20philadelphia-parking%20authority%2C%20schuylkill-river%2C%20new-jersey%20turnpike%2C%20elmwood-park%20zoo%2C%20school-district%20of%20philadelphia%2C%20passover%2C%20abington-township%2C%20citizens-bank%20park%2C%20marty-small%2C%20fairmount-park%2C%20pets%2C%20mount-laurel%2C%20cobbs-creek%2C%20six-flags%2C%20villanova-university%2C%20lower-merion%2C%20hamilton-township%2C%20traffic%2C%20wawa-welcome%20america%2C%20crescentville%2C%20rocky-statue%2C%20west-chester%20university%2C%20east-germantown%2C%20powerball%2C%20thanksgiving%2C%20penn-medicine%2C%20kingsessing%2C%20first-alert%20weather%2C%20penn%27s-landing%2C%20nbc10-responds%2C%20gloucester-township%2C%20wawa-welcome%20america%2C%20benjamin-franklin%20parkway%2C%20lgbtq%2C%20animals%2C%20today-show%2C%20health-care%2C%20money%2C%20washington-dc%2C%2076ers%2C%20lower-merion%20township%2C%20nature%2C%20northern-liberties%2C%20rowing%2C%20queen-village%2C%20back-to%20school%2C%20new-york%20giants%2C%20northeast-philadelphia%2C%20profiles%2C%20wildfires%2C%20holidays%2C%20mayfair%2C%20veterans-day%2C%20adventure-aquarium%2C%20society-hill%2C%20travel%2C%20fifa%2C%20st.-patrick%27s%20day%2C%20severe-weather%2C%20hunting-park%2C%20fourth-of%20july%2C%20airlines%2C%20elections%2C%20philly-live%2C%20caught-on%20camera%2C%20sean-%22diddy%22%20combs%2C%20fires%2C%20formula-one%2C%202026-world%20cup%2C%20philly-live%2C%20weather%2C%20weather-stories%2C%20weather-video%2C%20news%2C%20investigators%2C%20changing-climate%2C%20the-trump%20administration%2C%20dulce-maria%20alavez%2C%20holidays%2C%20philly-weather%2C%20weather-forecast%2C%20free-fun%2C%20crime-and%20courts%2C%20poconos%2C%20mummers%2C%20nfl-playoffs%2C%20italian-market%2C%20traffic-alert%2C%20penn-museum%2C%20nbc10-investigators%2C%20main-line%2C%20missing-persons%2C%20philadelphia-flower%20show%2C%20responds%2C%20kelly-drive%2C%20podcasts%2C%20concerts%2C%20coronavirus-pandemic%2C%20religion%2C%20nfl-draft%2C%20grays-ferry%2C%20draft-dreams%2C%20astronomy%2C%20cruises%2C%20move-bombing%2C%20recalls%2C%20real-time-traffic%2C%20pride-month%2C%20transgender-rights%2C%20clear-the%20shelters%2C%20hurricanes%2C%20in-the%20name%20of%20love%2C%20pga%2C%20air-quality%2C%20east-mount%20airy%2C%20lawsuits%2C%20health-%26amp%3B%20science%2C%20colleges-%26amp%3B%20universities%2C%20fdr-park%2C%20investigations%2C%20art-and%20culture%2C%20discover-black%20heritage%2C%20infrastructure%2C%20celebrity-babies%2C%20philadelphia-marathon%2C%20diversity-%26amp%3B%20equality%2C%20music-%26amp%3B%20musicians%2C%20fifa-world%20cup%2C%20actors%2C%20extreme-weather%2C%20weather-education%20day%2C%20critter-corner%2C%20critter-corner%2C%20hispanic-heritage%20month%2C%20health-%26amp%3B%20wellness%2C%20food-%26amp%3B%20drink%2C%20decision-2024%2C%20battleground-politics%2C%20jalen-carter%2C%20mlb%2C%20nba%2C%20nfl%2C%20nhl%2C%20soccer%2C%20decision-2024%2C%20phillies-news%2C%20israel-hamas-war%2C%20building-philadelphia%2C%202024-nfl%20draft%2C%20eagles-news%2C%20eagles-analysis%2C%20eagles%2C%20eagles-blog%2C%20track-%26amp%3B%20field%2C%20diet-%26amp%3B%20exercise%2C%20education%2C%20kensington%2C%20southwest-philadelphia%2C%20animals-and%20wildlife%2C%20health%2C%20eagles-autism%20foundation%2C%20extreme-weather%2C%20french-connections%2C%20hurricane-season%2C%20scams%2C%20formula-1%2C%20tsa%2C%20artificial-intelligence%2C%20sports%2C%20shootings%2C%20car-crash%2C%20food%2C%20running%2C%20shopping%2C%20little-league%20world%20series%2C%20politics%2C%20charity%2C%20eagles-column%2C%20summer%2C%20saquon-barkley%2C%20filadelfia%2C%20hispanic-heritage%20month%2C%209%2F11%2C%209%2F11-anniversary%2C%20going-green%2C%20transit%2C%20jordan-mailata%2C%20alpine-skiing%2C%20space%2C%20white-house%2C%20pensilvania%2C%20cars-%2F%20autos%2C%202025-nfl%20draft%2C%20cherelle-parker%2C%20old-city%2C%20matt-meyer%2C%20super-bowl%2C%20bernie-sanders%2C%20jet-crash%20in%20philly%2C%202026-milan%20cortina%20olympics%2C%20black-heritage%2C%20navy%2C%20america-250%2C%20strawberry-mansion%2C%20patco%2C%20decision-2025%2C%20cleaning%2C%20fairmount%2C%20police-reform%2C%20draft-dreams%2C%20xfinity-mobile%20arena%2C%20pope-leo%20xiv%2C%20commuter-alert%2C%20primera-alerta%2C%20fraud-%26amp%3B%20false%20statements%2C%20philly-workers%20strike%2C%20u.s.-government%2C%20somerville%2C%20independence-mall%2C%20america250%2C%20our-250%2C%20government-shutdown%2C%202026-nfl%20draft%2C%20polic%C3%ADa-de%20filadelfia%2C%20west-oak%20lane%2C%20war-with%20iran%2C%20grays-ferry%20collapse%2C%20distrito-escolar%20de%20filadelfia&s:meta:chapter_id=SH049687600000&s:meta:chapter_sid=26361967nbcume.hb.omtrdc.net/?s:sc:rsid=nbc... https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:user:mid=76413570358672328801115064687488740450&s:aam:blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&l:aam:loc_hint=7&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=chapter_start&l:event:duration=0&l:event:playhead=0&l:event:ts=1776901236613&l:event:prev_ts=-1&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:chapter_id=92a34c73617290341129bc9cba40ce4f_26&s:stream:chapter_sid=1776901236613952877206&s:stream:chapter_name=7%3A30PM%3A%20NBC10%20News&l:stream:chapter_pos=26&l:stream:chapter_length=30&l:stream:chapter_offset=11&s:stream:type=live&l:stream:bitrate=50000&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=2727399&s:meta:a.media.asset=10123841075&s:meta:ovp=html5&s:meta:player_type=fastplayer_deescalated&s:meta:network=nbc&s:meta:videomarketorigination=WCAU&s:meta:minute=23%3A40&s:meta:hour=23%3A00&s:meta:day=Wednesday&s:meta:date=04%2F22%2F2026&s:meta:videompxid=0000000000009&s:meta:platform=mobile%20web&s:meta:businessunit=phi&s:meta:videopageurl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s:meta:continuousplay=first%20play&s:meta:videotag=philadelphia%2C%20flyers%2C%20pennsylvania%2C%20christmas%2C%20chester-county%2C%20chester%2C%20nhl%2C%20camden-county%2C%20hockey%2C%20valentine%27s-day%2C%20atlantic-city%2C%20schools%2C%20florida%2C%20phil-murphy%2C%20new-jersey%2C%20delaware%2C%20university-of%20pennsylvania%2C%20philadelphia-flyers%2C%20larry-krasner%2C%20weather%2C%20philadelphia-international%20airport%2C%20clear-the%20shelters%2C%20nj-transit%2C%20berks-county%2C%20georgia%2C%20philadelphia-police%2C%20newark%2C%20university-city%2C%20labor-day%2C%20keith-jones%2C%20easter%2C%20nfl%2C%20sports%2C%20philadelphia-eagles%2C%20philadelphia-76ers%2C%20philadelphia-flyers%2C%20u.s.-%26amp%3B%20world%2C%20local%2C%20health%2C%20entertainment%2C%20politics%2C%20philadelphia-phillies%2C%20donald-trump%2C%20entertainment-news%2C%20north-carolina%2C%20puerto-rico%2C%20tech%2C%20transportation-and%20transit%2C%20congress%2C%20trump-administration%2C%20israel%2C%20new-york%2C%20paris%2C%20gun-violence%2C%20arizona%2C%20louisiana%2C%20business%2C%20egypt%2C%20penn-state%2C%20virginia%2C%20josh-shapiro%2C%20bensalem%2C%20maryland%2C%20delaware-county%2C%20recall-alert%2C%20technology%2C%20atlantic-county%2C%20cumberland-county%2C%20on-air%20promotion%2C%20philadelphia-eagles%2C%20lehigh-county%2C%20michigan%2C%20jason-kelce%2C%20trenton%2C%20transportation%2C%20amazon%2C%20gloucester-county%2C%20temple-university%2C%20lehigh-valley%2C%20bucks-county%2C%20south-jersey%2C%20nba%2C%20las-vegas%2C%20indiana%2C%20the-scene%2C%20utah%2C%20center-city%2C%20montgomery-county%2C%20new-castle%20county%2C%20wilmington%2C%20energy%2C%20google%2C%20new-york%20city%2C%20children%27s-hospital%20of%20philadelphia%2C%20super-bowl%2C%20fishtown%2C%20norristown%2C%20harrisburg%2C%20love-park%2C%20iran%2C%20golf%2C%20allentown%2C%20cherry-hill%2C%20traffic%2C%20taylor-swift%2C%20olney%2C%20northampton-county%2C%20amtrak%2C%20pennsylvania-turnpike%2C%20burlington-county%2C%20mercer-county%2C%20penn-state%20university%2C%20camden%2C%20immigration%2C%20philadelphia-76ers%2C%20john-fetterman%2C%20asia%2C%20tracy-davidson%2C%20mlb%2C%20septa%2C%20coatesville%2C%20point-breeze%2C%20philadelphia-school%20district%2C%20minnesota%2C%20halloween%2C%20jersey-shore%2C%20lottery%2C%20cape-may%20county%2C%20kamala-harris%2C%20i-95%2C%20interstate-95%2C%20ocean-city%2C%20east-falls%2C%20cape-may%2C%20monmouth-county%2C%20port-richmond%2C%20wildwood%2C%20air-travel%2C%20upper-darby%2C%20ocean-county%2C%20philadelphia-phillies%2C%20soccer%2C%20university-of%20delaware%2C%20germantown%2C%20lane-johnson%2C%20chinatown%2C%20green%2C%20delaware-river%2C%20longwood-gardens%2C%20phillies%2C%20pennsylvania-state%20police%2C%20the-scene%2C%20south-philadelphia%2C%20conshohocken%2C%20acct-philly%2C%20pga-tour%2C%20deptford-township%2C%20franklin-institute%2C%20levittown%2C%20upper-merion%20township%2C%20cheltenham-township%2C%20philadelphia-health%20department%2C%20nasa%2C%20retail%2C%20philadelphia-city%20council%2C%20nbc10-responds%2C%20rittenhouse-square%2C%20chestnut-hill%2C%20pennsylvania-spca%2C%20bristol%2C%20jimmy-carter%2C%20legislation%2C%20center-city%20philadelphia%2C%20brandywine-valley%20spca%2C%20news%2C%20manayunk%2C%20world-cup%2C%20roxborough%2C%20frankford%2C%20howie-roseman%2C%20mcdonald%E2%80%99s%2C%20veterans%2C%20lancaster-county%2C%20york-county%2C%20schuylkill-river%20trail%2C%20business%2C%20ncaa%2C%20philadelphia-zoo%2C%20philadelphia-museum%20of%20art%2C%20west-philadelphia%2C%20wawa%2C%20lincoln-financial%20field%2C%20pocono-mountains%2C%20north-philadelphia%2C%20crime-stoppers%2C%20bucks%2C%20philadelphia-parking%20authority%2C%20schuylkill-river%2C%20new-jersey%20turnpike%2C%20elmwood-park%20zoo%2C%20school-district%20of%20philadelphia%2C%20passover%2C%20abington-township%2C%20citizens-bank%20park%2C%20marty-small%2C%20fairmount-park%2C%20pets%2C%20mount-laurel%2C%20cobbs-creek%2C%20six-flags%2C%20villanova-university%2C%20lower-merion%2C%20hamilton-township%2C%20traffic%2C%20wawa-welcome%20america%2C%20crescentville%2C%20rocky-statue%2C%20west-chester%20university%2C%20east-germantown%2C%20powerball%2C%20thanksgiving%2C%20penn-medicine%2C%20kingsessing%2C%20first-alert%20weather%2C%20penn%27s-landing%2C%20nbc10-responds%2C%20gloucester-township%2C%20wawa-welcome%20america%2C%20benjamin-franklin%20parkway%2C%20lgbtq%2C%20animals%2C%20today-show%2C%20health-care%2C%20money%2C%20washington-dc%2C%2076ers%2C%20lower-merion%20township%2C%20nature%2C%20northern-liberties%2C%20rowing%2C%20queen-village%2C%20back-to%20school%2C%20new-york%20giants%2C%20northeast-philadelphia%2C%20profiles%2C%20wildfires%2C%20holidays%2C%20mayfair%2C%20veterans-day%2C%20adventure-aquarium%2C%20society-hill%2C%20travel%2C%20fifa%2C%20st.-patrick%27s%20day%2C%20severe-weather%2C%20hunting-park%2C%20fourth-of%20july%2C%20airlines%2C%20elections%2C%20philly-live%2C%20caught-on%20camera%2C%20sean-%22diddy%22%20combs%2C%20fires%2C%20formula-one%2C%202026-world%20cup%2C%20philly-live%2C%20weather%2C%20weather-stories%2C%20weather-video%2C%20news%2C%20investigators%2C%20changing-climate%2C%20the-trump%20administration%2C%20dulce-maria%20alavez%2C%20holidays%2C%20philly-weather%2C%20weather-forecast%2C%20free-fun%2C%20crime-and%20courts%2C%20poconos%2C%20mummers%2C%20nfl-playoffs%2C%20italian-market%2C%20traffic-alert%2C%20penn-museum%2C%20nbc10-investigators%2C%20main-line%2C%20missing-persons%2C%20philadelphia-flower%20show%2C%20responds%2C%20kelly-drive%2C%20podcasts%2C%20concerts%2C%20coronavirus-pandemic%2C%20religion%2C%20nfl-draft%2C%20grays-ferry%2C%20draft-dreams%2C%20astronomy%2C%20cruises%2C%20move-bombing%2C%20recalls%2C%20real-time-traffic%2C%20pride-month%2C%20transgender-rights%2C%20clear-the%20shelters%2C%20hurricanes%2C%20in-the%20name%20of%20love%2C%20pga%2C%20air-quality%2C%20east-mount%20airy%2C%20lawsuits%2C%20health-%26amp%3B%20science%2C%20colleges-%26amp%3B%20universities%2C%20fdr-park%2C%20investigations%2C%20art-and%20culture%2C%20discover-black%20heritage%2C%20infrastructure%2C%20celebrity-babies%2C%20philadelphia-marathon%2C%20diversity-%26amp%3B%20equality%2C%20music-%26amp%3B%20musicians%2C%20fifa-world%20cup%2C%20actors%2C%20extreme-weather%2C%20weather-education%20day%2C%20critter-corner%2C%20critter-corner%2C%20hispanic-heritage%20month%2C%20health-%26amp%3B%20wellness%2C%20food-%26amp%3B%20drink%2C%20decision-2024%2C%20battleground-politics%2C%20jalen-carter%2C%20mlb%2C%20nba%2C%20nfl%2C%20nhl%2C%20soccer%2C%20decision-2024%2C%20phillies-news%2C%20israel-hamas-war%2C%20building-philadelphia%2C%202024-nfl%20draft%2C%20eagles-news%2C%20eagles-analysis%2C%20eagles%2C%20eagles-blog%2C%20track-%26amp%3B%20field%2C%20diet-%26amp%3B%20exercise%2C%20education%2C%20kensington%2C%20southwest-philadelphia%2C%20animals-and%20wildlife%2C%20health%2C%20eagles-autism%20foundation%2C%20extreme-weather%2C%20french-connections%2C%20hurricane-season%2C%20scams%2C%20formula-1%2C%20tsa%2C%20artificial-intelligence%2C%20sports%2C%20shootings%2C%20car-crash%2C%20food%2C%20running%2C%20shopping%2C%20little-league%20world%20series%2C%20politics%2C%20charity%2C%20eagles-column%2C%20summer%2C%20saquon-barkley%2C%20filadelfia%2C%20hispanic-heritage%20month%2C%209%2F11%2C%209%2F11-anniversary%2C%20going-green%2C%20transit%2C%20jordan-mailata%2C%20alpine-skiing%2C%20space%2C%20white-house%2C%20pensilvania%2C%20cars-%2F%20autos%2C%202025-nfl%20draft%2C%20cherelle-parker%2C%20old-city%2C%20matt-meyer%2C%20super-bowl%2C%20bernie-sanders%2C%20jet-crash%20in%20philly%2C%202026-milan%20cortina%20olympics%2C%20black-heritage%2C%20navy%2C%20america-250%2C%20strawberry-mansion%2C%20patco%2C%20decision-2025%2C%20cleaning%2C%20fairmount%2C%20police-reform%2C%20draft-dreams%2C%20xfinity-mobile%20arena%2C%20pope-leo%20xiv%2C%20commuter-alert%2C%20primera-alerta%2C%20fraud-%26amp%3B%20false%20statements%2C%20philly-workers%20strike%2C%20u.s.-government%2C%20somerville%2C%20independence-mall%2C%20america250%2C%20our-250%2C%20government-shutdown%2C%202026-nfl%20draft%2C%20polic%C3%ADa-de%20filadelfia%2C%20west-oak%20lane%2C%20war-with%20iran%2C%20grays-ferry%20collapse%2C%20distrito-escolar%20de%20filadelfia&s:meta:chapter_id=SH049687600000&s:meta:chapter_sid=26361967 — 204 — 17 B — 18 ms — h2https://xumo-drct-ch104-mnm32.fast.nbcuni.com/live/master_5/00511/master_5_05439.tsxumo-drct-ch104-mnm32.fast.nbcuni.c... https://xumo-drct-ch104-mnm32.fast.nbcuni.com/live/master_5/00511/master_5_05439.ts — 200 — 3.3 MiB — 150 ms — h2https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:user:mid=76413570358672328801115064687488740450&s:aam:blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&l:aam:loc_hint=7&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=start&l:event:duration=247&l:event:playhead=102&l:event:ts=1776901236860&l:event:prev_ts=1776901236613&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:chapter_id=92a34c73617290341129bc9cba40ce4f_26&s:stream:chapter_sid=1776901236613952877206&s:stream:chapter_name=7%3A30PM%3A%20NBC10%20News&l:stream:chapter_pos=26&l:stream:chapter_length=30&l:stream:chapter_offset=11&s:stream:type=live&l:stream:bitrate=50000&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=2727399&s:meta:a.media.asset=10123841075&s:meta:ovp=html5&s:meta:player_type=fastplayer_deescalated&s:meta:network=nbc&s:meta:videomarketorigination=WCAU&s:meta:minute=23%3A40&s:meta:hour=23%3A00&s:meta:day=Wednesday&s:meta:date=04%2F22%2F2026&s:meta:videompxid=0000000000009&s:meta:platform=mobile%20web&s:meta:businessunit=phi&s:meta:videopageurl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s:meta:continuousplay=first%20play&s:meta:videotag=philadelphia%2C%20flyers%2C%20pennsylvania%2C%20christmas%2C%20chester-county%2C%20chester%2C%20nhl%2C%20camden-county%2C%20hockey%2C%20valentine%27s-day%2C%20atlantic-city%2C%20schools%2C%20florida%2C%20phil-murphy%2C%20new-jersey%2C%20delaware%2C%20university-of%20pennsylvania%2C%20philadelphia-flyers%2C%20larry-krasner%2C%20weather%2C%20philadelphia-international%20airport%2C%20clear-the%20shelters%2C%20nj-transit%2C%20berks-county%2C%20georgia%2C%20philadelphia-police%2C%20newark%2C%20university-city%2C%20labor-day%2C%20keith-jones%2C%20easter%2C%20nfl%2C%20sports%2C%20philadelphia-eagles%2C%20philadelphia-76ers%2C%20philadelphia-flyers%2C%20u.s.-%26amp%3B%20world%2C%20local%2C%20health%2C%20entertainment%2C%20politics%2C%20philadelphia-phillies%2C%20donald-trump%2C%20entertainment-news%2C%20north-carolina%2C%20puerto-rico%2C%20tech%2C%20transportation-and%20transit%2C%20congress%2C%20trump-administration%2C%20israel%2C%20new-york%2C%20paris%2C%20gun-violence%2C%20arizona%2C%20louisiana%2C%20business%2C%20egypt%2C%20penn-state%2C%20virginia%2C%20josh-shapiro%2C%20bensalem%2C%20maryland%2C%20delaware-county%2C%20recall-alert%2C%20technology%2C%20atlantic-county%2C%20cumberland-county%2C%20on-air%20promotion%2C%20philadelphia-eagles%2C%20lehigh-county%2C%20michigan%2C%20jason-kelce%2C%20trenton%2C%20transportation%2C%20amazon%2C%20gloucester-county%2C%20temple-university%2C%20lehigh-valley%2C%20bucks-county%2C%20south-jersey%2C%20nba%2C%20las-vegas%2C%20indiana%2C%20the-scene%2C%20utah%2C%20center-city%2C%20montgomery-county%2C%20new-castle%20county%2C%20wilmington%2C%20energy%2C%20google%2C%20new-york%20city%2C%20children%27s-hospital%20of%20philadelphia%2C%20super-bowl%2C%20fishtown%2C%20norristown%2C%20harrisburg%2C%20love-park%2C%20iran%2C%20golf%2C%20allentown%2C%20cherry-hill%2C%20traffic%2C%20taylor-swift%2C%20olney%2C%20northampton-county%2C%20amtrak%2C%20pennsylvania-turnpike%2C%20burlington-county%2C%20mercer-county%2C%20penn-state%20university%2C%20camden%2C%20immigration%2C%20philadelphia-76ers%2C%20john-fetterman%2C%20asia%2C%20tracy-davidson%2C%20mlb%2C%20septa%2C%20coatesville%2C%20point-breeze%2C%20philadelphia-school%20district%2C%20minnesota%2C%20halloween%2C%20jersey-shore%2C%20lottery%2C%20cape-may%20county%2C%20kamala-harris%2C%20i-95%2C%20interstate-95%2C%20ocean-city%2C%20east-falls%2C%20cape-may%2C%20monmouth-county%2C%20port-richmond%2C%20wildwood%2C%20air-travel%2C%20upper-darby%2C%20ocean-county%2C%20philadelphia-phillies%2C%20soccer%2C%20university-of%20delaware%2C%20germantown%2C%20lane-johnson%2C%20chinatown%2C%20green%2C%20delaware-river%2C%20longwood-gardens%2C%20phillies%2C%20pennsylvania-state%20police%2C%20the-scene%2C%20south-philadelphia%2C%20conshohocken%2C%20acct-philly%2C%20pga-tour%2C%20deptford-township%2C%20franklin-institute%2C%20levittown%2C%20upper-merion%20township%2C%20cheltenham-township%2C%20philadelphia-health%20department%2C%20nasa%2C%20retail%2C%20philadelphia-city%20council%2C%20nbc10-responds%2C%20rittenhouse-square%2C%20chestnut-hill%2C%20pennsylvania-spca%2C%20bristol%2C%20jimmy-carter%2C%20legislation%2C%20center-city%20philadelphia%2C%20brandywine-valley%20spca%2C%20news%2C%20manayunk%2C%20world-cup%2C%20roxborough%2C%20frankford%2C%20howie-roseman%2C%20mcdonald%E2%80%99s%2C%20veterans%2C%20lancaster-county%2C%20york-county%2C%20schuylkill-river%20trail%2C%20business%2C%20ncaa%2C%20philadelphia-zoo%2C%20philadelphia-museum%20of%20art%2C%20west-philadelphia%2C%20wawa%2C%20lincoln-financial%20field%2C%20pocono-mountains%2C%20north-philadelphia%2C%20crime-stoppers%2C%20bucks%2C%20philadelphia-parking%20authority%2C%20schuylkill-river%2C%20new-jersey%20turnpike%2C%20elmwood-park%20zoo%2C%20school-district%20of%20philadelphia%2C%20passover%2C%20abington-township%2C%20citizens-bank%20park%2C%20marty-small%2C%20fairmount-park%2C%20pets%2C%20mount-laurel%2C%20cobbs-creek%2C%20six-flags%2C%20villanova-university%2C%20lower-merion%2C%20hamilton-township%2C%20traffic%2C%20wawa-welcome%20america%2C%20crescentville%2C%20rocky-statue%2C%20west-chester%20university%2C%20east-germantown%2C%20powerball%2C%20thanksgiving%2C%20penn-medicine%2C%20kingsessing%2C%20first-alert%20weather%2C%20penn%27s-landing%2C%20nbc10-responds%2C%20gloucester-township%2C%20wawa-welcome%20america%2C%20benjamin-franklin%20parkway%2C%20lgbtq%2C%20animals%2C%20today-show%2C%20health-care%2C%20money%2C%20washington-dc%2C%2076ers%2C%20lower-merion%20township%2C%20nature%2C%20northern-liberties%2C%20rowing%2C%20queen-village%2C%20back-to%20school%2C%20new-york%20giants%2C%20northeast-philadelphia%2C%20profiles%2C%20wildfires%2C%20holidays%2C%20mayfair%2C%20veterans-day%2C%20adventure-aquarium%2C%20society-hill%2C%20travel%2C%20fifa%2C%20st.-patrick%27s%20day%2C%20severe-weather%2C%20hunting-park%2C%20fourth-of%20july%2C%20airlines%2C%20elections%2C%20philly-live%2C%20caught-on%20camera%2C%20sean-%22diddy%22%20combs%2C%20fires%2C%20formula-one%2C%202026-world%20cup%2C%20philly-live%2C%20weather%2C%20weather-stories%2C%20weather-video%2C%20news%2C%20investigators%2C%20changing-climate%2C%20the-trump%20administration%2C%20dulce-maria%20alavez%2C%20holidays%2C%20philly-weather%2C%20weather-forecast%2C%20free-fun%2C%20crime-and%20courts%2C%20poconos%2C%20mummers%2C%20nfl-playoffs%2C%20italian-market%2C%20traffic-alert%2C%20penn-museum%2C%20nbc10-investigators%2C%20main-line%2C%20missing-persons%2C%20philadelphia-flower%20show%2C%20responds%2C%20kelly-drive%2C%20podcasts%2C%20concerts%2C%20coronavirus-pandemic%2C%20religion%2C%20nfl-draft%2C%20grays-ferry%2C%20draft-dreams%2C%20astronomy%2C%20cruises%2C%20move-bombing%2C%20recalls%2C%20real-time-traffic%2C%20pride-month%2C%20transgender-rights%2C%20clear-the%20shelters%2C%20hurricanes%2C%20in-the%20name%20of%20love%2C%20pga%2C%20air-quality%2C%20east-mount%20airy%2C%20lawsuits%2C%20health-%26amp%3B%20science%2C%20colleges-%26amp%3B%20universities%2C%20fdr-park%2C%20investigations%2C%20art-and%20culture%2C%20discover-black%20heritage%2C%20infrastructure%2C%20celebrity-babies%2C%20philadelphia-marathon%2C%20diversity-%26amp%3B%20equality%2C%20music-%26amp%3B%20musicians%2C%20fifa-world%20cup%2C%20actors%2C%20extreme-weather%2C%20weather-education%20day%2C%20critter-corner%2C%20critter-corner%2C%20hispanic-heritage%20month%2C%20health-%26amp%3B%20wellness%2C%20food-%26amp%3B%20drink%2C%20decision-2024%2C%20battleground-politics%2C%20jalen-carter%2C%20mlb%2C%20nba%2C%20nfl%2C%20nhl%2C%20soccer%2C%20decision-2024%2C%20phillies-news%2C%20israel-hamas-war%2C%20building-philadelphia%2C%202024-nfl%20draft%2C%20eagles-news%2C%20eagles-analysis%2C%20eagles%2C%20eagles-blog%2C%20track-%26amp%3B%20field%2C%20diet-%26amp%3B%20exercise%2C%20education%2C%20kensington%2C%20southwest-philadelphia%2C%20animals-and%20wildlife%2C%20health%2C%20eagles-autism%20foundation%2C%20extreme-weather%2C%20french-connections%2C%20hurricane-season%2C%20scams%2C%20formula-1%2C%20tsa%2C%20artificial-intelligence%2C%20sports%2C%20shootings%2C%20car-crash%2C%20food%2C%20running%2C%20shopping%2C%20little-league%20world%20series%2C%20politics%2C%20charity%2C%20eagles-column%2C%20summer%2C%20saquon-barkley%2C%20filadelfia%2C%20hispanic-heritage%20month%2C%209%2F11%2C%209%2F11-anniversary%2C%20going-green%2C%20transit%2C%20jordan-mailata%2C%20alpine-skiing%2C%20space%2C%20white-house%2C%20pensilvania%2C%20cars-%2F%20autos%2C%202025-nfl%20draft%2C%20cherelle-parker%2C%20old-city%2C%20matt-meyer%2C%20super-bowl%2C%20bernie-sanders%2C%20jet-crash%20in%20philly%2C%202026-milan%20cortina%20olympics%2C%20black-heritage%2C%20navy%2C%20america-250%2C%20strawberry-mansion%2C%20patco%2C%20decision-2025%2C%20cleaning%2C%20fairmount%2C%20police-reform%2C%20draft-dreams%2C%20xfinity-mobile%20arena%2C%20pope-leo%20xiv%2C%20commuter-alert%2C%20primera-alerta%2C%20fraud-%26amp%3B%20false%20statements%2C%20philly-workers%20strike%2C%20u.s.-government%2C%20somerville%2C%20independence-mall%2C%20america250%2C%20our-250%2C%20government-shutdown%2C%202026-nfl%20draft%2C%20polic%C3%ADa-de%20filadelfia%2C%20west-oak%20lane%2C%20war-with%20iran%2C%20grays-ferry%20collapse%2C%20distrito-escolar%20de%20filadelfianbcume.hb.omtrdc.net/?s:sc:rsid=nbc... https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:user:mid=76413570358672328801115064687488740450&s:aam:blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&l:aam:loc_hint=7&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=start&l:event:duration=247&l:event:playhead=102&l:event:ts=1776901236860&l:event:prev_ts=1776901236613&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:chapter_id=92a34c73617290341129bc9cba40ce4f_26&s:stream:chapter_sid=1776901236613952877206&s:stream:chapter_name=7%3A30PM%3A%20NBC10%20News&l:stream:chapter_pos=26&l:stream:chapter_length=30&l:stream:chapter_offset=11&s:stream:type=live&l:stream:bitrate=50000&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=2727399&s:meta:a.media.asset=10123841075&s:meta:ovp=html5&s:meta:player_type=fastplayer_deescalated&s:meta:network=nbc&s:meta:videomarketorigination=WCAU&s:meta:minute=23%3A40&s:meta:hour=23%3A00&s:meta:day=Wednesday&s:meta:date=04%2F22%2F2026&s:meta:videompxid=0000000000009&s:meta:platform=mobile%20web&s:meta:businessunit=phi&s:meta:videopageurl=https%3A%2F%2Fwww.nbcphiladelphia.com%2F&s:meta:continuousplay=first%20play&s:meta:videotag=philadelphia%2C%20flyers%2C%20pennsylvania%2C%20christmas%2C%20chester-county%2C%20chester%2C%20nhl%2C%20camden-county%2C%20hockey%2C%20valentine%27s-day%2C%20atlantic-city%2C%20schools%2C%20florida%2C%20phil-murphy%2C%20new-jersey%2C%20delaware%2C%20university-of%20pennsylvania%2C%20philadelphia-flyers%2C%20larry-krasner%2C%20weather%2C%20philadelphia-international%20airport%2C%20clear-the%20shelters%2C%20nj-transit%2C%20berks-county%2C%20georgia%2C%20philadelphia-police%2C%20newark%2C%20university-city%2C%20labor-day%2C%20keith-jones%2C%20easter%2C%20nfl%2C%20sports%2C%20philadelphia-eagles%2C%20philadelphia-76ers%2C%20philadelphia-flyers%2C%20u.s.-%26amp%3B%20world%2C%20local%2C%20health%2C%20entertainment%2C%20politics%2C%20philadelphia-phillies%2C%20donald-trump%2C%20entertainment-news%2C%20north-carolina%2C%20puerto-rico%2C%20tech%2C%20transportation-and%20transit%2C%20congress%2C%20trump-administration%2C%20israel%2C%20new-york%2C%20paris%2C%20gun-violence%2C%20arizona%2C%20louisiana%2C%20business%2C%20egypt%2C%20penn-state%2C%20virginia%2C%20josh-shapiro%2C%20bensalem%2C%20maryland%2C%20delaware-county%2C%20recall-alert%2C%20technology%2C%20atlantic-county%2C%20cumberland-county%2C%20on-air%20promotion%2C%20philadelphia-eagles%2C%20lehigh-county%2C%20michigan%2C%20jason-kelce%2C%20trenton%2C%20transportation%2C%20amazon%2C%20gloucester-county%2C%20temple-university%2C%20lehigh-valley%2C%20bucks-county%2C%20south-jersey%2C%20nba%2C%20las-vegas%2C%20indiana%2C%20the-scene%2C%20utah%2C%20center-city%2C%20montgomery-county%2C%20new-castle%20county%2C%20wilmington%2C%20energy%2C%20google%2C%20new-york%20city%2C%20children%27s-hospital%20of%20philadelphia%2C%20super-bowl%2C%20fishtown%2C%20norristown%2C%20harrisburg%2C%20love-park%2C%20iran%2C%20golf%2C%20allentown%2C%20cherry-hill%2C%20traffic%2C%20taylor-swift%2C%20olney%2C%20northampton-county%2C%20amtrak%2C%20pennsylvania-turnpike%2C%20burlington-county%2C%20mercer-county%2C%20penn-state%20university%2C%20camden%2C%20immigration%2C%20philadelphia-76ers%2C%20john-fetterman%2C%20asia%2C%20tracy-davidson%2C%20mlb%2C%20septa%2C%20coatesville%2C%20point-breeze%2C%20philadelphia-school%20district%2C%20minnesota%2C%20halloween%2C%20jersey-shore%2C%20lottery%2C%20cape-may%20county%2C%20kamala-harris%2C%20i-95%2C%20interstate-95%2C%20ocean-city%2C%20east-falls%2C%20cape-may%2C%20monmouth-county%2C%20port-richmond%2C%20wildwood%2C%20air-travel%2C%20upper-darby%2C%20ocean-county%2C%20philadelphia-phillies%2C%20soccer%2C%20university-of%20delaware%2C%20germantown%2C%20lane-johnson%2C%20chinatown%2C%20green%2C%20delaware-river%2C%20longwood-gardens%2C%20phillies%2C%20pennsylvania-state%20police%2C%20the-scene%2C%20south-philadelphia%2C%20conshohocken%2C%20acct-philly%2C%20pga-tour%2C%20deptford-township%2C%20franklin-institute%2C%20levittown%2C%20upper-merion%20township%2C%20cheltenham-township%2C%20philadelphia-health%20department%2C%20nasa%2C%20retail%2C%20philadelphia-city%20council%2C%20nbc10-responds%2C%20rittenhouse-square%2C%20chestnut-hill%2C%20pennsylvania-spca%2C%20bristol%2C%20jimmy-carter%2C%20legislation%2C%20center-city%20philadelphia%2C%20brandywine-valley%20spca%2C%20news%2C%20manayunk%2C%20world-cup%2C%20roxborough%2C%20frankford%2C%20howie-roseman%2C%20mcdonald%E2%80%99s%2C%20veterans%2C%20lancaster-county%2C%20york-county%2C%20schuylkill-river%20trail%2C%20business%2C%20ncaa%2C%20philadelphia-zoo%2C%20philadelphia-museum%20of%20art%2C%20west-philadelphia%2C%20wawa%2C%20lincoln-financial%20field%2C%20pocono-mountains%2C%20north-philadelphia%2C%20crime-stoppers%2C%20bucks%2C%20philadelphia-parking%20authority%2C%20schuylkill-river%2C%20new-jersey%20turnpike%2C%20elmwood-park%20zoo%2C%20school-district%20of%20philadelphia%2C%20passover%2C%20abington-township%2C%20citizens-bank%20park%2C%20marty-small%2C%20fairmount-park%2C%20pets%2C%20mount-laurel%2C%20cobbs-creek%2C%20six-flags%2C%20villanova-university%2C%20lower-merion%2C%20hamilton-township%2C%20traffic%2C%20wawa-welcome%20america%2C%20crescentville%2C%20rocky-statue%2C%20west-chester%20university%2C%20east-germantown%2C%20powerball%2C%20thanksgiving%2C%20penn-medicine%2C%20kingsessing%2C%20first-alert%20weather%2C%20penn%27s-landing%2C%20nbc10-responds%2C%20gloucester-township%2C%20wawa-welcome%20america%2C%20benjamin-franklin%20parkway%2C%20lgbtq%2C%20animals%2C%20today-show%2C%20health-care%2C%20money%2C%20washington-dc%2C%2076ers%2C%20lower-merion%20township%2C%20nature%2C%20northern-liberties%2C%20rowing%2C%20queen-village%2C%20back-to%20school%2C%20new-york%20giants%2C%20northeast-philadelphia%2C%20profiles%2C%20wildfires%2C%20holidays%2C%20mayfair%2C%20veterans-day%2C%20adventure-aquarium%2C%20society-hill%2C%20travel%2C%20fifa%2C%20st.-patrick%27s%20day%2C%20severe-weather%2C%20hunting-park%2C%20fourth-of%20july%2C%20airlines%2C%20elections%2C%20philly-live%2C%20caught-on%20camera%2C%20sean-%22diddy%22%20combs%2C%20fires%2C%20formula-one%2C%202026-world%20cup%2C%20philly-live%2C%20weather%2C%20weather-stories%2C%20weather-video%2C%20news%2C%20investigators%2C%20changing-climate%2C%20the-trump%20administration%2C%20dulce-maria%20alavez%2C%20holidays%2C%20philly-weather%2C%20weather-forecast%2C%20free-fun%2C%20crime-and%20courts%2C%20poconos%2C%20mummers%2C%20nfl-playoffs%2C%20italian-market%2C%20traffic-alert%2C%20penn-museum%2C%20nbc10-investigators%2C%20main-line%2C%20missing-persons%2C%20philadelphia-flower%20show%2C%20responds%2C%20kelly-drive%2C%20podcasts%2C%20concerts%2C%20coronavirus-pandemic%2C%20religion%2C%20nfl-draft%2C%20grays-ferry%2C%20draft-dreams%2C%20astronomy%2C%20cruises%2C%20move-bombing%2C%20recalls%2C%20real-time-traffic%2C%20pride-month%2C%20transgender-rights%2C%20clear-the%20shelters%2C%20hurricanes%2C%20in-the%20name%20of%20love%2C%20pga%2C%20air-quality%2C%20east-mount%20airy%2C%20lawsuits%2C%20health-%26amp%3B%20science%2C%20colleges-%26amp%3B%20universities%2C%20fdr-park%2C%20investigations%2C%20art-and%20culture%2C%20discover-black%20heritage%2C%20infrastructure%2C%20celebrity-babies%2C%20philadelphia-marathon%2C%20diversity-%26amp%3B%20equality%2C%20music-%26amp%3B%20musicians%2C%20fifa-world%20cup%2C%20actors%2C%20extreme-weather%2C%20weather-education%20day%2C%20critter-corner%2C%20critter-corner%2C%20hispanic-heritage%20month%2C%20health-%26amp%3B%20wellness%2C%20food-%26amp%3B%20drink%2C%20decision-2024%2C%20battleground-politics%2C%20jalen-carter%2C%20mlb%2C%20nba%2C%20nfl%2C%20nhl%2C%20soccer%2C%20decision-2024%2C%20phillies-news%2C%20israel-hamas-war%2C%20building-philadelphia%2C%202024-nfl%20draft%2C%20eagles-news%2C%20eagles-analysis%2C%20eagles%2C%20eagles-blog%2C%20track-%26amp%3B%20field%2C%20diet-%26amp%3B%20exercise%2C%20education%2C%20kensington%2C%20southwest-philadelphia%2C%20animals-and%20wildlife%2C%20health%2C%20eagles-autism%20foundation%2C%20extreme-weather%2C%20french-connections%2C%20hurricane-season%2C%20scams%2C%20formula-1%2C%20tsa%2C%20artificial-intelligence%2C%20sports%2C%20shootings%2C%20car-crash%2C%20food%2C%20running%2C%20shopping%2C%20little-league%20world%20series%2C%20politics%2C%20charity%2C%20eagles-column%2C%20summer%2C%20saquon-barkley%2C%20filadelfia%2C%20hispanic-heritage%20month%2C%209%2F11%2C%209%2F11-anniversary%2C%20going-green%2C%20transit%2C%20jordan-mailata%2C%20alpine-skiing%2C%20space%2C%20white-house%2C%20pensilvania%2C%20cars-%2F%20autos%2C%202025-nfl%20draft%2C%20cherelle-parker%2C%20old-city%2C%20matt-meyer%2C%20super-bowl%2C%20bernie-sanders%2C%20jet-crash%20in%20philly%2C%202026-milan%20cortina%20olympics%2C%20black-heritage%2C%20navy%2C%20america-250%2C%20strawberry-mansion%2C%20patco%2C%20decision-2025%2C%20cleaning%2C%20fairmount%2C%20police-reform%2C%20draft-dreams%2C%20xfinity-mobile%20arena%2C%20pope-leo%20xiv%2C%20commuter-alert%2C%20primera-alerta%2C%20fraud-%26amp%3B%20false%20statements%2C%20philly-workers%20strike%2C%20u.s.-government%2C%20somerville%2C%20independence-mall%2C%20america250%2C%20our-250%2C%20government-shutdown%2C%202026-nfl%20draft%2C%20polic%C3%ADa-de%20filadelfia%2C%20west-oak%20lane%2C%20war-with%20iran%2C%20grays-ferry%20collapse%2C%20distrito-escolar%20de%20filadelfia — 204 — 17 B — 16 ms — h2https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:user:mid=76413570358672328801115064687488740450&s:aam:blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&l:aam:loc_hint=7&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=play&l:event:duration=0&l:event:playhead=102&l:event:ts=1776901236860&l:event:prev_ts=-1&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:chapter_id=92a34c73617290341129bc9cba40ce4f_26&s:stream:chapter_sid=1776901236613952877206&s:stream:chapter_name=7%3A30PM%3A%20NBC10%20News&l:stream:chapter_pos=26&l:stream:chapter_length=30&l:stream:chapter_offset=11&s:stream:type=live&l:stream:bitrate=1205600&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=2727399nbcume.hb.omtrdc.net/?s:sc:rsid=nbc... https://nbcume.hb.omtrdc.net/?s:sc:rsid=nbcuotsdivisiontotal&s:sc:tracking_server=nbcume.sc.omtrdc.net&h:sc:ssl=1&s:user:mid=76413570358672328801115064687488740450&s:aam:blob=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&l:aam:loc_hint=7&s:sp:ovp=jwplayer&s:sp:sdk=8.30.1%2Bcommercial_master.549.hls.js%401.4.10.jwplayer%40mono.jwplayer-ads-dai%40mono.jwplayer-ads-freewheel%40mono.jwplayer-ads-googima%40mono.jwplayer-ads-header-bidding%40github%3Ajwplayer%2Fjwplayer-ads-header-bidding%23v7.4.5.jwplayer-ads-vast%40mono.jwplayer-analytics%40github%3Ajwplayer%2Fjwplayer-analytics%233.43.x.jwplayer-analytics-kraken%40v0.0.4.jwplayer-plugin-gapro%40mono&s:sp:channel=WCAU&s:sp:player_name=jw%20player&s:sp:hb_version=js-2.1.1.192-0bfddc&l:sp:hb_api_lvl=4&s:event:sid=1776901233857288338719&s:event:type=play&l:event:duration=0&l:event:playhead=102&l:event:ts=1776901236860&l:event:prev_ts=-1&s:asset:type=main&s:asset:name=XUMO_NBC_PHILADELPHIA_FAST_STREAM&s:asset:video_id=10123841075&s:asset:publisher=A8AB776A5245B4220A490D44%40AdobeOrg&l:asset:length=86400&s:stream:chapter_id=92a34c73617290341129bc9cba40ce4f_26&s:stream:chapter_sid=1776901236613952877206&s:stream:chapter_name=7%3A30PM%3A%20NBC10%20News&l:stream:chapter_pos=26&l:stream:chapter_length=30&l:stream:chapter_offset=11&s:stream:type=live&l:stream:bitrate=1205600&l:stream:fps=29&l:stream:dropped_frames=0&l:stream:startup_time=2727399 — 204 — 17 B — 14 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 27253ms · 3018KB · $362/mo
ssl.p.jwpcdn.com
Other
Costly
Execution 6206ms
Transfer 40 KB
Monthly Cost $82/mo
Unattributable
Other
Costly
Execution 3195ms
Transfer 0 KB
Monthly Cost $42/mo
widgets-blue.media.weather.com
Other
Costly
Execution 3057ms
Transfer 420 KB
Unused 58%
Monthly Cost $41/mo
www.nbcphiladelphia.com
Other
Costly
Execution 2419ms
Transfer 91 KB
Monthly Cost $32/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 2207ms
Transfer 188 KB
Unused 46%
Monthly Cost $29/mo
id.nbcuni.com
Other
Costly
Execution 1573ms
Transfer 210 KB
Unused 75%
Monthly Cost $21/mo
ssl.p.jwpcdn.com
Other
Costly
Execution 1097ms
Transfer 114 KB
Unused 49%
Monthly Cost $15/mo
cdn.doubleverify.com
Other
Costly
Execution 780ms
Transfer 0 KB
Unused 37%
Monthly Cost $10/mo
pagead2.googlesyndication.com
Other
Costly
Execution 474ms
Transfer 73 KB
Unused 42%
Monthly Cost $6/mo
cdn.taboola.com
Other
Costly
Execution 445ms
Transfer 328 KB
Unused 65%
Monthly Cost $6/mo
micro.rubiconproject.com
Other
Costly
Execution 414ms
Transfer 116 KB
Unused 29%
Monthly Cost $6/mo
widgets-blue.media.weather.com
Other
Costly
Execution 382ms
Transfer 92 KB
Unused 36%
Monthly Cost $5/mo
widgets.media.weather.com
Other
Costly
Execution 348ms
Transfer 157 KB
Unused 34%
Monthly Cost $5/mo
www.nbcphiladelphia.com
Other
Costly
Execution 323ms
Transfer 34 KB
Monthly Cost $4/mo
OneTrust
Consent
Essential
Execution 314ms
Transfer 12 KB
Monthly Cost $4/mo
widgets-blue.media.weather.com
Other
Costly
Execution 307ms
Transfer 27 KB
Monthly Cost $4/mo
www.nbcphiladelphia.com
Other
Costly
Execution 304ms
Transfer 33 KB
Monthly Cost $4/mo
widgets-blue.media.weather.com
Other
Costly
Execution 284ms
Transfer 157 KB
Unused 34%
Monthly Cost $4/mo
assets.adobedtm.com
Other
Costly
Execution 272ms
Transfer 65 KB
Unused 43%
Monthly Cost $4/mo
assets.adobedtm.com
Other
Costly
Execution 251ms
Transfer 69 KB
Unused 34%
Monthly Cost $3/mo
www.nbcphiladelphia.com
Other
Costly
Execution 248ms
Transfer 41 KB
Monthly Cost $3/mo
OneTrust
Consent
Essential
Execution 242ms
Transfer 102 KB
Unused 55%
Monthly Cost $3/mo
cdn.doubleverify.com
Other
Costly
Execution 236ms
Transfer 4 KB
Monthly Cost $3/mo
widgets-blue.media.weather.com
Other
Costly
Execution 201ms
Transfer 187 KB
Unused 41%
Monthly Cost $3/mo
assets.adobedtm.com
Other
Optional
Execution 182ms
Transfer 12 KB
Monthly Cost $2/mo
static.criteo.net
Other
Optional
Execution 152ms
Transfer 48 KB
Unused 62%
Monthly Cost $2/mo
native.sharethrough.com
Other
Optional
Execution 134ms
Transfer 127 KB
Unused 51%
Monthly Cost $2/mo
creative.stackadapt.com
Other
Optional
Execution 121ms
Transfer 2 KB
Monthly Cost $2/mo
app.link
Other
Optional
Execution 107ms
Transfer 1 KB
Monthly Cost $1/mo
ak.sail-horizon.com
Other
Optional
Execution 94ms
Transfer 48 KB
Unused 68%
Monthly Cost $1/mo
jssdkcdns.mparticle.com
Other
Optional
Execution 93ms
Transfer 58 KB
Unused 54%
Monthly Cost $1/mo
js-sec.indexww.com
Other
Optional
Execution 89ms
Transfer 33 KB
Monthly Cost $1/mo
www.googletagservices.com
Other
Optional
Execution 89ms
Transfer 34 KB
Monthly Cost $1/mo
cdn.doubleverify.com
Other
Optional
Execution 87ms
Transfer 4 KB
Monthly Cost $1/mo
ep2.adtrafficquality.google
Other
Optional
Execution 81ms
Transfer 8 KB
Monthly Cost $1/mo
tps.doubleverify.com
Other
Optional
Execution 75ms
Transfer 1 KB
Monthly Cost $1/mo
OneTrust
Consent
Essential
Execution 75ms
Transfer 7 KB
Monthly Cost $1/mo
gum.criteo.com
Other
Optional
Execution 67ms
Transfer 5 KB
Monthly Cost $1/mo
nbcu.track.securedvisit.com
Other
Optional
Execution 65ms
Transfer 26 KB
Monthly Cost $1/mo
www.nbcphiladelphia.com
Other
Optional
Execution 55ms
Transfer 12 KB
Monthly Cost $1/mo
OneTrust
Consent
Essential
Execution 55ms
Transfer 6 KB
Monthly Cost $1/mo
www.nbcphiladelphia.com
Other
Optional
Execution 52ms
Transfer 25 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • ssl.p.jwpcdn.com adds 6206ms and costs ~$82/month
  • Unattributable adds 3195ms and costs ~$42/month
  • widgets-blue.media.weather.com adds 3057ms and costs ~$41/month
  • www.nbcphiladelphia.com adds 2419ms and costs ~$32/month
  • securepubads.g.doubleclick.net adds 2207ms and costs ~$29/month
  • id.nbcuni.com adds 1573ms and costs ~$21/month
  • ssl.p.jwpcdn.com adds 1097ms and costs ~$15/month
  • cdn.doubleverify.com adds 780ms and costs ~$10/month
  • pagead2.googlesyndication.com adds 474ms and costs ~$6/month
  • cdn.taboola.com adds 445ms and costs ~$6/month
  • micro.rubiconproject.com adds 414ms and costs ~$6/month
  • widgets-blue.media.weather.com adds 382ms and costs ~$5/month
  • widgets.media.weather.com adds 348ms and costs ~$5/month
  • www.nbcphiladelphia.com adds 323ms and costs ~$4/month
  • widgets-blue.media.weather.com adds 307ms and costs ~$4/month
  • www.nbcphiladelphia.com adds 304ms and costs ~$4/month
  • widgets-blue.media.weather.com adds 284ms and costs ~$4/month
  • assets.adobedtm.com adds 272ms and costs ~$4/month
  • assets.adobedtm.com adds 251ms and costs ~$3/month
  • www.nbcphiladelphia.com adds 248ms and costs ~$3/month
  • cdn.doubleverify.com adds 236ms and costs ~$3/month
  • widgets-blue.media.weather.com adds 201ms and costs ~$3/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

ssl.p.jwpcdn.com takes 6206ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 3195ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

widgets-blue.media.weather.com takes 3057ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

58% of widgets-blue.media.weather.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

www.nbcphiladelphia.com takes 2419ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

securepubads.g.doubleclick.net takes 2207ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

id.nbcuni.com takes 1573ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

75% of id.nbcuni.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

ssl.p.jwpcdn.com takes 1097ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

cdn.doubleverify.com takes 780ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

pagead2.googlesyndication.com takes 474ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

cdn.taboola.com takes 445ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

65% of cdn.taboola.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

micro.rubiconproject.com takes 414ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

widgets-blue.media.weather.com takes 382ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

widgets.media.weather.com takes 348ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.nbcphiladelphia.com takes 323ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

widgets-blue.media.weather.com takes 307ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.nbcphiladelphia.com takes 304ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

widgets-blue.media.weather.com takes 284ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

assets.adobedtm.com takes 272ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

assets.adobedtm.com takes 251ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.nbcphiladelphia.com takes 248ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

55% of OneTrust's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

cdn.doubleverify.com takes 236ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

widgets-blue.media.weather.com takes 201ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

62% of static.criteo.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

51% of native.sharethrough.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

68% of ak.sail-horizon.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

54% of jssdkcdns.mparticle.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback