Skip to content
https://nj.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
67
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.
100
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.
100
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.

3.02 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

12.59 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

7.84 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.133

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

13.45 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

49.15 s

Page Load Progression

812 ms
1.6 s
2.4 s
3.2 s
4.1 s
4.9 s
5.7 s
6.5 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
6.7 MB transferred, 428 requests
FIX
6.7 MB transferred, 428 requests
Critical::
Page weighs 17.8 MB (6.7 MB transferred)
Warning::
JavaScript is 3.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.4 MB
Info::
Fonts are 344 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 344 KB
Info::
CSS is 241 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 241 KB
Warning::
428 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.7 MB / 2.4 MB budget
6.7 MB transferred
428 requests
1.4 g CO2 per page load
JavaScript 3.4 MiB 51%
Other 1.9 MiB 28%
Images 408.9 KiB 6%
Fonts 344.0 KiB 5%
CSS 241.0 KiB 4%
HTML 230.2 KiB 3%
Other 100.0 KiB 1%
Other 57.3 KiB 1%
Other 910 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

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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 (6.7 MiB of 6.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
19700ms total JS execution
FIX
19700ms total JS execution
Warning::
https://www.nj.com/pf/dist/engine/react.js?d=1786&...: 3208ms CPU time
Warning::
Unattributable: 2819ms CPU time
Warning::
https://www.nj.com/pf/dist/components/combinations...: 2029ms CPU time
Warning::
https://www.nj.com/pf/dist/components/combinations...: 1372ms CPU time
Warning::
https://www.nj.com/: 1164ms CPU time
Warning::
Third-party scripts: 19700ms (100% of total)

Main Thread Breakdown

Script Evaluation 67% Other 17% Script Parsing & Compilation 8% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
https://www.nj.com/pf/dist/engine/react.js?d=1786&mxId=000000003208ms2565ms72ms3rd
Unattributable2819ms840ms0ms3rd
https://www.nj.com/pf/dist/components/combinations/default.js?d=1786&mxId=000000002029ms882ms434ms3rd
https://www.nj.com/pf/dist/components/combinations/99.chunk.js?d=1786&mxId=000000001372ms1312ms17ms3rd
https://www.nj.com/1164ms62ms79ms3rd
https://x054.nj.com/script.js942ms863ms18ms3rd
https://micro.rubiconproject.com/prebid/dynamic/10071.js918ms719ms104ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js894ms724ms100ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WNN6V5F849ms697ms91ms3rd
https://js.datadome.co/tags.js594ms547ms17ms3rd

Showing top 10 of 36 scripts

F
JS Bundles
Action
72 scripts, 1.6 MB unused
FIX
72 scripts, 1.6 MB unused
Warning::
https://www.nj.com/pf/dist/components/combinations...: 729 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://s.ntv.io/serve/load.js: 190 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 94 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.tinypass.com/api/tinypass.min.js: 71 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WNN...: 69 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.6 MB
1677 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.nj.com/pf/dist/components/combinations/default.js?d=1786&mxId=00000000901 KB729 KB (81%)3rd
https://s.ntv.io/serve/load.js251 KB190 KB (76%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB94 KB (50%)3rd
https://cdn.tinypass.com/api/tinypass.min.js133 KB71 KB (54%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WNN6V5F189 KB69 KB (36%)3rd
https://www.googletagmanager.com/gtag/js?id=G-NTKKSXTDHG&cx=c&gtm=4e64h1170 KB68 KB (40%)3rd
https://micro.rubiconproject.com/prebid/dynamic/10071.js174 KB47 KB (27%)3rd
https://news.google.com/swg/js/v1/swg.js71 KB46 KB (67%)3rd
https://x054.nj.com/plugin/library/ec59bd4f95fa151d37d3a5458cf0564770 KB44 KB (63%)3rd
https://www.nj.com/pf/dist/engine/react.js?d=1786&mxId=00000000131 KB38 KB (29%)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
428 resources · 6.7 MB · 1.6 MB savings available
FIX
428 resources · 6.7 MB · 1.6 MB savings available
Warning::
Page weight 5.7 MB over 1MB target
Got: 6.7 MB Expected: ≤ 1 MB
Info::
~1.6 MB of savings available
Warning::
427 third-party resources (100% of weight)
Info::
3 resources over 200KB
428 resources · 6.7 MiB · 427 third-party 5.7 MiB over 1MB target
JavaScript 51% · 3.5 MiB
Media 22% · 1.5 MiB
Other 8% · 560.4 KiB
Image 6% · 436.6 KiB
Font 5% · 344.0 KiB
CSS 4% · 241.0 KiB
Document 3% · 231.2 KiB

~1.6 MiB of savings available

Remove unused JavaScript: 1.6 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.

B
Image Optimization
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Info::
All images are well-optimized
35 images 409 KB
0 oversized -0 KB
32 legacy format
0 missing dimensions CLS risk
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
5 fonts (344 KB)
PASS
5 fonts (344 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

344 KB total

Render-blocking

0

of 5

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 FCP 3.0 s LCP 12.6 shttps://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2UcCo3FwrK3iLTcviYwYZ8UA... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 71.3 KiB — 10 ms — font-display: swaphttps://fonts.gstatic.com/s/notoserif/v33/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D33WsNFH.woff2ga6daw1J5X9T9RW6j9bNVls... https://fonts.gstatic.com/s/notoserif/v33/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D33WsNFH.woff2 — 35.9 KiB — 11 ms — font-display: swaphttps://fonts.gstatic.com/s/notoserif/v33/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D30.woff2ga6daw1J5X9T9RW6j9bNVls... https://fonts.gstatic.com/s/notoserif/v33/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D30.woff2 — 35.9 KiB — 8 ms — font-display: swaphttps://fonts.advance.net/fonts/inter/Inter-Regular.woff2Inter-Regular.woff2 https://fonts.advance.net/fonts/inter/Inter-Regular.woff2 — 97.0 KiB — 106 ms — font-display: swaphttps://fonts.advance.net/fonts/inter/Inter-Bold.woff2Inter-Bold.woff2 https://fonts.advance.net/fonts/inter/Inter-Bold.woff2 — 103.9 KiB — 111 ms — font-display: swap
UcCo3FwrK3iLTcviYwYZ8UA... woff2 swap
Size 71 KB
Load time 10 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
ga6daw1J5X9T9RW6j9bNVls... woff2 swap
Size 36 KB
Load time 11 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
ga6daw1J5X9T9RW6j9bNVls... woff2 swap
Size 36 KB
Load time 8 ms
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
Inter-Regular.woff2 woff2 swap
Size 97 KB
Load time 106 ms
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
Inter-Bold.woff2 woff2 swap
Size 104 KB
Load time 111 ms
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~52 KB and ~104 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
428 requests over 10837ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 3.0 s LCP 12.6 shttps://nj.com// https://nj.com/ — 301 — 82 B — 344 ms — h2https://www.nj.com/www.nj.com/ https://www.nj.com/ — 200 — 98.1 KiB — 774 ms — h2https://www.nj.com/resizer/v2/32OHYG7DLJFJTDTKEYT5Q6DZOI.jpg?auth=57eb793a258eefcc868b44f03dc2b19907423ffb5d2fb0f454703da3304e8941&width=600&height=337&smart=truewww.nj.com/resizer/v2/32OHYG7DLJFJT... https://www.nj.com/resizer/v2/32OHYG7DLJFJTDTKEYT5Q6DZOI.jpg?auth=57eb793a258eefcc868b44f03dc2b19907423ffb5d2fb0f454703da3304e8941&width=600&height=337&smart=true — 200 — 20.6 KiB — 479 ms — h2https://cdn.sophi.io/assets/demeter/1/stable/3360509270.js?isConsented=truecdn.sophi.io/assets/demeter/1/stabl... https://cdn.sophi.io/assets/demeter/1/stable/3360509270.js?isConsented=true — 200 — 38.2 KiB — 211 ms — h2https://www.nj.com/pf/dist/components/output-types/default.css?d=1786&mxId=00000000www.nj.com/pf/dist/components/outpu... https://www.nj.com/pf/dist/components/output-types/default.css?d=1786&mxId=00000000 — 200 — 2.4 KiB — 19 ms — h2https://www.nj.com/pf/dist/components/combinations/default.css?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/default.css?d=1786&mxId=00000000 — 200 — 93.0 KiB — 25 ms — h2https://www.nj.com/pf/resources/manifest/nj/manifest.json?d=1786www.nj.com/pf/resources/manifest/nj... https://www.nj.com/pf/resources/manifest/nj/manifest.json?d=1786 — 200 — 910 B — 34 ms — h2https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap — 200 — 1.7 KiB — 126 ms — h2https://s.go-mpulse.net/boomerang/J7TMS-HXUJY-8WUQ3-G3WPW-S5T46s.go-mpulse.net/boomerang/J7TMS-HXU... https://s.go-mpulse.net/boomerang/J7TMS-HXUJY-8WUQ3-G3WPW-S5T46 — 200 — 56.8 KiB — 30 ms — h2https://js.datadome.co/tags.jsjs.datadome.co/tags.js https://js.datadome.co/tags.js — 200 — 39.4 KiB — 18 ms — h2https://www.nj.com/pf/dist/engine/react.js?d=1786&mxId=00000000www.nj.com/pf/dist/engine/react.js?... https://www.nj.com/pf/dist/engine/react.js?d=1786&mxId=00000000 — 200 — 130.5 KiB — 36 ms — h2https://www.nj.com/pf/dist/components/combinations/default.js?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/default.js?d=1786&mxId=00000000 — 200 — 900.7 KiB — 79 ms — h2https://privacy.advancelocal.com/fides.js?privacy.advancelocal.com/fides.js? https://privacy.advancelocal.com/fides.js? — 200 — 51.3 KiB — 674 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WNN6V5Fwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WNN6V5F — 200 — 188.9 KiB — 296 ms — h2https://acustomizedgift.com/dist/ij3mg7h_sul6y.index.jsacustomizedgift.com/dist/ij3mg7h_su... https://acustomizedgift.com/dist/ij3mg7h_sul6y.index.js — 200 — 37.9 KiB — 277 ms — h2https://www.nj.com/resizer/v2/H2LRF4IRDBF6PLMLWXGH35TWL4.JPG?auth=55cc5f2ecc051e3e8138cff5e52cbd81ce2e7325ad29126713efa6db994ef6e4&width=600&height=450&smart=truewww.nj.com/resizer/v2/H2LRF4IRDBF6P... https://www.nj.com/resizer/v2/H2LRF4IRDBF6PLMLWXGH35TWL4.JPG?auth=55cc5f2ecc051e3e8138cff5e52cbd81ce2e7325ad29126713efa6db994ef6e4&width=600&height=450&smart=true — 200 — 91.6 KiB — 655 ms — h2https://www.nj.com/resizer/v2/NQ7WO727FJDZHKZ4M55NUVFJNM.jpg?auth=6a185baf9e834c9791786d42b3ebd1337b70d632601fa29d4226f90f382e1bf6&width=600&height=450&smart=truewww.nj.com/resizer/v2/NQ7WO727FJDZH... https://www.nj.com/resizer/v2/NQ7WO727FJDZHKZ4M55NUVFJNM.jpg?auth=6a185baf9e834c9791786d42b3ebd1337b70d632601fa29d4226f90f382e1bf6&width=600&height=450&smart=true — 200 — 76.2 KiB — 106 ms — h2https://www.nj.com/resizer/v2/SHXGF3PSIJBYLJIOR6IWCVDIAA.png?auth=90c93e43710dcf4800fbd4cd12f994966d5ac2f309879a1f22e9057cec55c52d&width=600&height=450&smart=truewww.nj.com/resizer/v2/SHXGF3PSIJBYL... https://www.nj.com/resizer/v2/SHXGF3PSIJBYLJIOR6IWCVDIAA.png?auth=90c93e43710dcf4800fbd4cd12f994966d5ac2f309879a1f22e9057cec55c52d&width=600&height=450&smart=true — 200 — 32.1 KiB — 888 ms — h2https://www.nj.com/resizer/v2/OA3BTQF3FVHCZITDAF2JJITH4I.png?auth=6063152710b899b567c7de7209e494200e49e0320cecb0133aaab54de9d513df&width=600&height=450&smart=truewww.nj.com/resizer/v2/OA3BTQF3FVHCZ... https://www.nj.com/resizer/v2/OA3BTQF3FVHCZITDAF2JJITH4I.png?auth=6063152710b899b567c7de7209e494200e49e0320cecb0133aaab54de9d513df&width=600&height=450&smart=true — 200 — 73.3 KiB — 685 ms — h2https://www.nj.com/pf/resources/images/common/icons/podcast-grey.svg?d=1786&mxId=00000000www.nj.com/pf/resources/images/comm... https://www.nj.com/pf/resources/images/common/icons/podcast-grey.svg?d=1786&mxId=00000000 — 200 — 3.1 KiB — 444 ms — h2https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2fonts.gstatic.com/s/inter/v20/UcCo3... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 200 — 71.3 KiB — 10 ms — h3https://fonts.gstatic.com/s/notoserif/v33/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D33WsNFH.woff2fonts.gstatic.com/s/notoserif/v33/g... https://fonts.gstatic.com/s/notoserif/v33/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D33WsNFH.woff2 — 200 — 35.9 KiB — 11 ms — h3https://www.nj.com/pf/api/v3/content/fetch/navigation?query=%7B%22hierarchy%22%3A%22editions%22%2C%22site%22%3A%22nj%22%7D&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/navigation?query=%7B%22hierarchy%22%3A%22editions%22%2C%22site%22%3A%22nj%22%7D&d=1786&mxId=00000000&_website=nj — 200 — 589 B — 639 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 380 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 348 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 350 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 350 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 358 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 363 ms — h2https://www.nj.com/pf/dist/components/combinations/104.chunk.css?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/104.chunk.css?d=1786&mxId=00000000 — 200 — 2.5 KiB — 752 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 3.0 s LCP 12.6 shttps://nj.com// https://nj.com/ — 301 — 82 B — 344 ms — h2https://www.nj.com/www.nj.com/ https://www.nj.com/ — 200 — 98.1 KiB — 774 ms — h2https://www.nj.com/resizer/v2/32OHYG7DLJFJTDTKEYT5Q6DZOI.jpg?auth=57eb793a258eefcc868b44f03dc2b19907423ffb5d2fb0f454703da3304e8941&width=600&height=337&smart=truewww.nj.com/resizer/v2/32OHYG7DLJFJT... https://www.nj.com/resizer/v2/32OHYG7DLJFJTDTKEYT5Q6DZOI.jpg?auth=57eb793a258eefcc868b44f03dc2b19907423ffb5d2fb0f454703da3304e8941&width=600&height=337&smart=true — 200 — 20.6 KiB — 479 ms — h2https://cdn.sophi.io/assets/demeter/1/stable/3360509270.js?isConsented=truecdn.sophi.io/assets/demeter/1/stabl... https://cdn.sophi.io/assets/demeter/1/stable/3360509270.js?isConsented=true — 200 — 38.2 KiB — 211 ms — h2https://www.nj.com/pf/dist/components/output-types/default.css?d=1786&mxId=00000000www.nj.com/pf/dist/components/outpu... https://www.nj.com/pf/dist/components/output-types/default.css?d=1786&mxId=00000000 — 200 — 2.4 KiB — 19 ms — h2https://www.nj.com/pf/dist/components/combinations/default.css?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/default.css?d=1786&mxId=00000000 — 200 — 93.0 KiB — 25 ms — h2https://www.nj.com/pf/resources/manifest/nj/manifest.json?d=1786www.nj.com/pf/resources/manifest/nj... https://www.nj.com/pf/resources/manifest/nj/manifest.json?d=1786 — 200 — 910 B — 34 ms — h2https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap — 200 — 1.7 KiB — 126 ms — h2https://s.go-mpulse.net/boomerang/J7TMS-HXUJY-8WUQ3-G3WPW-S5T46s.go-mpulse.net/boomerang/J7TMS-HXU... https://s.go-mpulse.net/boomerang/J7TMS-HXUJY-8WUQ3-G3WPW-S5T46 — 200 — 56.8 KiB — 30 ms — h2https://js.datadome.co/tags.jsjs.datadome.co/tags.js https://js.datadome.co/tags.js — 200 — 39.4 KiB — 18 ms — h2https://www.nj.com/pf/dist/engine/react.js?d=1786&mxId=00000000www.nj.com/pf/dist/engine/react.js?... https://www.nj.com/pf/dist/engine/react.js?d=1786&mxId=00000000 — 200 — 130.5 KiB — 36 ms — h2https://www.nj.com/pf/dist/components/combinations/default.js?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/default.js?d=1786&mxId=00000000 — 200 — 900.7 KiB — 79 ms — h2https://privacy.advancelocal.com/fides.js?privacy.advancelocal.com/fides.js? https://privacy.advancelocal.com/fides.js? — 200 — 51.3 KiB — 674 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WNN6V5Fwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WNN6V5F — 200 — 188.9 KiB — 296 ms — h2https://acustomizedgift.com/dist/ij3mg7h_sul6y.index.jsacustomizedgift.com/dist/ij3mg7h_su... https://acustomizedgift.com/dist/ij3mg7h_sul6y.index.js — 200 — 37.9 KiB — 277 ms — h2https://www.nj.com/resizer/v2/H2LRF4IRDBF6PLMLWXGH35TWL4.JPG?auth=55cc5f2ecc051e3e8138cff5e52cbd81ce2e7325ad29126713efa6db994ef6e4&width=600&height=450&smart=truewww.nj.com/resizer/v2/H2LRF4IRDBF6P... https://www.nj.com/resizer/v2/H2LRF4IRDBF6PLMLWXGH35TWL4.JPG?auth=55cc5f2ecc051e3e8138cff5e52cbd81ce2e7325ad29126713efa6db994ef6e4&width=600&height=450&smart=true — 200 — 91.6 KiB — 655 ms — h2https://www.nj.com/resizer/v2/NQ7WO727FJDZHKZ4M55NUVFJNM.jpg?auth=6a185baf9e834c9791786d42b3ebd1337b70d632601fa29d4226f90f382e1bf6&width=600&height=450&smart=truewww.nj.com/resizer/v2/NQ7WO727FJDZH... https://www.nj.com/resizer/v2/NQ7WO727FJDZHKZ4M55NUVFJNM.jpg?auth=6a185baf9e834c9791786d42b3ebd1337b70d632601fa29d4226f90f382e1bf6&width=600&height=450&smart=true — 200 — 76.2 KiB — 106 ms — h2https://www.nj.com/resizer/v2/SHXGF3PSIJBYLJIOR6IWCVDIAA.png?auth=90c93e43710dcf4800fbd4cd12f994966d5ac2f309879a1f22e9057cec55c52d&width=600&height=450&smart=truewww.nj.com/resizer/v2/SHXGF3PSIJBYL... https://www.nj.com/resizer/v2/SHXGF3PSIJBYLJIOR6IWCVDIAA.png?auth=90c93e43710dcf4800fbd4cd12f994966d5ac2f309879a1f22e9057cec55c52d&width=600&height=450&smart=true — 200 — 32.1 KiB — 888 ms — h2https://www.nj.com/resizer/v2/OA3BTQF3FVHCZITDAF2JJITH4I.png?auth=6063152710b899b567c7de7209e494200e49e0320cecb0133aaab54de9d513df&width=600&height=450&smart=truewww.nj.com/resizer/v2/OA3BTQF3FVHCZ... https://www.nj.com/resizer/v2/OA3BTQF3FVHCZITDAF2JJITH4I.png?auth=6063152710b899b567c7de7209e494200e49e0320cecb0133aaab54de9d513df&width=600&height=450&smart=true — 200 — 73.3 KiB — 685 ms — h2https://www.nj.com/pf/resources/images/common/icons/podcast-grey.svg?d=1786&mxId=00000000www.nj.com/pf/resources/images/comm... https://www.nj.com/pf/resources/images/common/icons/podcast-grey.svg?d=1786&mxId=00000000 — 200 — 3.1 KiB — 444 ms — h2https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2fonts.gstatic.com/s/inter/v20/UcCo3... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 200 — 71.3 KiB — 10 ms — h3https://fonts.gstatic.com/s/notoserif/v33/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D33WsNFH.woff2fonts.gstatic.com/s/notoserif/v33/g... https://fonts.gstatic.com/s/notoserif/v33/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D33WsNFH.woff2 — 200 — 35.9 KiB — 11 ms — h3https://www.nj.com/pf/api/v3/content/fetch/navigation?query=%7B%22hierarchy%22%3A%22editions%22%2C%22site%22%3A%22nj%22%7D&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/navigation?query=%7B%22hierarchy%22%3A%22editions%22%2C%22site%22%3A%22nj%22%7D&d=1786&mxId=00000000&_website=nj — 200 — 589 B — 639 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 380 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 348 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 350 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 350 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 358 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 363 ms — h2https://www.nj.com/pf/dist/components/combinations/104.chunk.css?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/104.chunk.css?d=1786&mxId=00000000 — 200 — 2.5 KiB — 752 ms — h2https://www.nj.com/pf/dist/components/combinations/104.chunk.js?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/104.chunk.js?d=1786&mxId=00000000 — 200 — 591 B — 644 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 370 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 371 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 371 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 372 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 373 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 373 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 375 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 376 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 377 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 378 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 379 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 379 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 380 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 383 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 383 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 385 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 386 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 386 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 387 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 388 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 389 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 390 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 393 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 395 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 397 ms — h2https://www.nj.com/pf/dist/components/combinations/99.chunk.js?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/99.chunk.js?d=1786&mxId=00000000 — 200 — 33.3 KiB — 33 ms — h2https://www.nj.com/pf/dist/components/combinations/123.chunk.js?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/123.chunk.js?d=1786&mxId=00000000 — 200 — 562 B — 29 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 395 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 401 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 401 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 402 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 403 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 403 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 405 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 406 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 408 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 410 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 410 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 412 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 414 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 418 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 422 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 423 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 424 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 425 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 421 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 422 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 424 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 426 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 428 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 429 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 428 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 429 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 429 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 434 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 434 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 435 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 435 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 436 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 437 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 437 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 438 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 438 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 440 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 440 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 441 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 442 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 447 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 448 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 448 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 449 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 450 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 450 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 451 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 452 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 452 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 454 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 455 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 456 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 456 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 459 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 460 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 460 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 461 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 461 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 461 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 461 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 462 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 462 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 462 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 463 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 464 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 562 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 475 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 475 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 469 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 477 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 478 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 471 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 665 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 675 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 665 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 667 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 664 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 667 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 670 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 664 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 665 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 665 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 665 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 665 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 665 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 667 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 667 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 449 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 457 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 450 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 452 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 468 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 458 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 469 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 457 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 457 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 458 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 446 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 443 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 433 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 460 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 473 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 475 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 476 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 477 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 480 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 482 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 481 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 483 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 483 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 484 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 456 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 444 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 481 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 482 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 385 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 483 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 483 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 484 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 485 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 487 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 488 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 489 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 490 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 491 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 492 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 492 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 497 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 519 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 497 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 498 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 498 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 499 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 501 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 508 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 502 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 503 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 499 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 478 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 510 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 512 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 514 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 524 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 525 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 531 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 510 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 516 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 523 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 523 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 518 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 525 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 490 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 527 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 523 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 526 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 526 ms — h2https://www.nj.com/pf/api/v3/content/fetch/navigation?query=%7B%22hierarchy%22%3A%22editions%22%2C%22site%22%3A%22nj%22%7D&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/navigation?query=%7B%22hierarchy%22%3A%22editions%22%2C%22site%22%3A%22nj%22%7D&d=1786&mxId=00000000&_website=nj — 200 — 564 B — 526 ms — h2https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/pennant-api?query=undefined&d=1786&mxId=00000000&_website=nj — 200 — 1.2 KiB — 529 ms — h2https://www.nj.com/pf/api/v3/content/fetch/navigation?query=%7B%22hierarchy%22%3A%22hamburger-menu%22%2C%22site%22%3A%22nj%22%7D&d=1786&mxId=00000000&_website=njwww.nj.com/pf/api/v3/content/fetch/... https://www.nj.com/pf/api/v3/content/fetch/navigation?query=%7B%22hierarchy%22%3A%22hamburger-menu%22%2C%22site%22%3A%22nj%22%7D&d=1786&mxId=00000000&_website=nj — 200 — 14.6 KiB — 557 ms — h2https://www.nj.com/pf/dist/components/combinations/100.chunk.js?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/100.chunk.js?d=1786&mxId=00000000 — 200 — 6.0 KiB — 547 ms — h2https://summarizer-media.advance.net/nj_multi_2026-04-21.mp3summarizer-media.advance.net/nj_mul... https://summarizer-media.advance.net/nj_multi_2026-04-21.mp3 — 404 — 491 B — 248 ms — h2https://summarizer-media.advance.net/nj_multi_2026-04-21.m4asummarizer-media.advance.net/nj_mul... https://summarizer-media.advance.net/nj_multi_2026-04-21.m4a — 200 — 1.5 MiB — 596 ms — h2https://tags.crwdcntrl.net/lt/c/937/lt.min.jstags.crwdcntrl.net/lt/c/937/lt.min.... https://tags.crwdcntrl.net/lt/c/937/lt.min.js — 200 — 19.6 KiB — 263 ms — h2https://summarizer-media.advance.net/nj_multi_2026-04-21_stories.jsonsummarizer-media.advance.net/nj_mul... https://summarizer-media.advance.net/nj_multi_2026-04-21_stories.json — 200 — 136.8 KiB — 253 ms — h2https://www.nj.com/pf/dist/components/combinations/98.chunk.js?d=1786&mxId=00000000www.nj.com/pf/dist/components/combi... https://www.nj.com/pf/dist/components/combinations/98.chunk.js?d=1786&mxId=00000000 — 200 — 41.0 KiB — 214 ms — h2https://c.go-mpulse.net/api/config.json?key=J7TMS-HXUJY-8WUQ3-G3WPW-S5T46&d=www.nj.com&t=5922683&v=1.720.0&sl=0&si=040cdd6e-1799-4d26-98d3-4495e916bbf9-tdv3ex&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=468262c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=J7TMS-HXUJY-8WUQ3-G3WPW-S5T46&d=www.nj.com&t=5922683&v=1.720.0&sl=0&si=040cdd6e-1799-4d26-98d3-4495e916bbf9-tdv3ex&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=468262 — 200 — 214 B — 192 ms — h2https://aax.amazon-adsystem.com/e/dtb/bid/134748.04/0/prebid?adunitid=$rs_300x250_$riaax.amazon-adsystem.com/e/dtb/bid/1... https://aax.amazon-adsystem.com/e/dtb/bid/134748.04/0/prebid?adunitid=$rs_300x250_$ri — 200 — 304 B — 423 ms — h2https://x054.nj.com/script.jsx054.nj.com/script.js https://x054.nj.com/script.js — 200 — 43.4 KiB — 42 ms — h2https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 33 ms — h3https://news.google.com/swg/js/v1/swg.jsnews.google.com/swg/js/v1/swg.js https://news.google.com/swg/js/v1/swg.js — 200 — 71.3 KiB — 91 ms — h2https://sdk.mrf.io/statics/marfeel-sdk.js?id=6530sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=6530 — 200 — 58.7 KiB — 37 ms — h3https://experience.tinypass.com/xbuilder/experience/load?aid=52DlwMcnpuexperience.tinypass.com/xbuilder/ex... https://experience.tinypass.com/xbuilder/experience/load?aid=52DlwMcnpu — 200 — 623 B — 33 ms — h3https://www.googletagmanager.com/gtag/js?id=G-NTKKSXTDHG&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-NTKKSXTDHG&cx=c&gtm=4e64h1 — 200 — 169.6 KiB — 210 ms — h2https://cdn.parsely.com/p.jscdn.parsely.com/p.js https://cdn.parsely.com/p.js — 200 — 1.1 KiB — 15 ms — h2https://js.matheranalytics.com/s/ma63527/484602607/all/ml.js?cb=1714js.matheranalytics.com/s/ma63527/48... https://js.matheranalytics.com/s/ma63527/484602607/all/ml.js?cb=1714 — 301 — 216 B — 71 ms — h2https://js.matheranalytics.com/static/ltm/ma63527/all/20/ml.br.jsjs.matheranalytics.com/static/ltm/m... https://js.matheranalytics.com/static/ltm/ma63527/all/20/ml.br.js — 200 — 41.4 KiB — 16 ms — h2https://advancelocal.blueconic.net/DG/DEFAULT/cs?&callback=bc_json273advancelocal.blueconic.net/DG/DEFAU... https://advancelocal.blueconic.net/DG/DEFAULT/cs?&callback=bc_json273 — 200 — 732 B — 385 ms — h2https://news.google.com/swg/js/v1/swg-button.cssnews.google.com/swg/js/v1/swg-butto... https://news.google.com/swg/js/v1/swg-button.css — 200 — 5.2 KiB — 7 ms — h2https://events.newsroom.bi/ingest.phpevents.newsroom.bi/ingest.php https://events.newsroom.bi/ingest.php — 200 — 1.0 KiB — 642 ms — h2https://sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2260sdk.mrf.io/statics/compass-multimed... https://sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2260 — 200 — 4.3 KiB — 14 ms — h3https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_9lZTou0BQGG-J9mMB865kA&experimentType=HeadlineAB&version=esnextmarfeelexperimentsexperienceengine.... https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_9lZTou0BQGG-J9mMB865kA&experimentType=HeadlineAB&version=esnext — 200 — 2.5 KiB — 636 ms — h2https://sdk.mrf.io/statics/47bd3e88b6bda15c34ce.jssdk.mrf.io/statics/47bd3e88b6bda15c... https://sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js — 200 — 24.4 KiB — 12 ms — h3https://ats-wrapper.privacymanager.io/ats-modules/f4105e35-d596-4694-b9a4-ed81ae9873a1/ats.jsats-wrapper.privacymanager.io/ats-m... https://ats-wrapper.privacymanager.io/ats-modules/f4105e35-d596-4694-b9a4-ed81ae9873a1/ats.js — 200 — 38.9 KiB — 23 ms — h2https://d-code.liadm.com/did-00ab.min.jsd-code.liadm.com/did-00ab.min.js https://d-code.liadm.com/did-00ab.min.js — 200 — 45.9 KiB — 22 ms — h2https://advancelocal.blueconic.net/DG/DEFAULT/cs?&callback=bc_json274advancelocal.blueconic.net/DG/DEFAU... https://advancelocal.blueconic.net/DG/DEFAULT/cs?&callback=bc_json274 — 200 — 733 B — 222 ms — h2https://s.ntv.io/serve/load.jss.ntv.io/serve/load.js https://s.ntv.io/serve/load.js — 200 — 251.1 KiB — 116 ms — http/1.1https://sb.scorecardresearch.com/cs/6034988/beacon.jssb.scorecardresearch.com/cs/6034988... https://sb.scorecardresearch.com/cs/6034988/beacon.js — 302 — 264 B — 133 ms — h2https://www.facebook.com/tr?id=120978121945017&ev=ViewContent&cd[article_content_tier]=free&cd[is_subscriber]=false&cd[is_registered]=false&cd[content_id]=undefined&cd[content_type]=homepage&dl=https%3A%2F%2Fwww.nj.com%2F&cd[content_category]=Home%20Pagewww.facebook.com/tr?id=120978121945... https://www.facebook.com/tr?id=120978121945017&ev=ViewContent&cd[article_content_tier]=free&cd[is_subscriber]=false&cd[is_registered]=false&cd[content_id]=undefined&cd[content_type]=homepage&dl=https%3A%2F%2Fwww.nj.com%2F&cd[content_category]=Home%20Page — 302 — 23 B — 58 ms — h3https://www.facebook.com/tr?id=256107045776496&ev=ViewContent&cd[article_content_tier]=free&cd[is_subscriber]=false&cd[is_registered]=false&cd[content_id]=undefined&cd[content_type]=homepage&dl=https%3A%2F%2Fwww.nj.com%2F&cd[content_category]=Home%20Pagewww.facebook.com/tr?id=256107045776... https://www.facebook.com/tr?id=256107045776496&ev=ViewContent&cd[article_content_tier]=free&cd[is_subscriber]=false&cd[is_registered]=false&cd[content_id]=undefined&cd[content_type]=homepage&dl=https%3A%2F%2Fwww.nj.com%2F&cd[content_category]=Home%20Page — 200 — 16 B — 30 ms — h3https://www.facebook.com/tr?id=120978121945017&ev=PageView&dl=https%3A%2F%2Fwww.nj.com%2Fwww.facebook.com/tr?id=120978121945... https://www.facebook.com/tr?id=120978121945017&ev=PageView&dl=https%3A%2F%2Fwww.nj.com%2F — 200 — 16 B — 34 ms — h3https://www.facebook.com/tr?id=256107045776496&ev=PageView&dl=https%3A%2F%2Fwww.nj.com%2Fwww.facebook.com/tr?id=256107045776... https://www.facebook.com/tr?id=256107045776496&ev=PageView&dl=https%3A%2F%2Fwww.nj.com%2F — 200 — 16 B — 27 ms — h3https://acustomizedgift.com/h4ygup4_yur0paq0hfyqhoqwacustomizedgift.com/h4ygup4_yur0paq... https://acustomizedgift.com/h4ygup4_yur0paq0hfyqhoqw — 200 — 319 B — 246 ms — h3https://www.facebook.com/tr?redirect=0&cd[content_category]=Home%20Page&dl=https%3A%2F%2Fwww.nj.com%2F&cd[content_type]=homepage&cd[content_id]=undefined&cd[is_registered]=false&cd[is_subscriber]=false&cd[article_content_tier]=free&ev=ViewContent&id=120978121945017www.facebook.com/tr?redirect=0&cd[c... https://www.facebook.com/tr?redirect=0&cd[content_category]=Home%20Page&dl=https%3A%2F%2Fwww.nj.com%2F&cd[content_type]=homepage&cd[content_id]=undefined&cd[is_registered]=false&cd[is_subscriber]=false&cd[article_content_tier]=free&ev=ViewContent&id=120978121945017 — 200 — 16 B — 5 ms — h3https://bcp.crwdcntrl.net/6/data?xcid=937bcp.crwdcntrl.net/6/data?xcid=937 https://bcp.crwdcntrl.net/6/data?xcid=937 — 200 — 1.5 KiB — 65 ms — h2https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 307 B — 142 ms — h3https://cdn.tinypass.com/api/tinypass.min.jscdn.tinypass.com/api/tinypass.min.j... https://cdn.tinypass.com/api/tinypass.min.js — 200 — 132.6 KiB — 39 ms — h3https://cdn.parsely.com/keys/nj.com/p.jscdn.parsely.com/keys/nj.com/p.js https://cdn.parsely.com/keys/nj.com/p.js — 200 — 21.8 KiB — 5 ms — h2https://sb.scorecardresearch.com/internal-cs/default/beacon-and.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon-and.js — 200 — 7.8 KiB — 8 ms — h2https://www.i.matheranalytics.com/i?e=pv&page=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&ptype=homepage&prem=0&sec=Home%20Page&tv=js-3.0.169&tna=Mather&aid=v1&p=web&tz=UTC&tzoff=0&lang=en-US&cs=UTF-8&navt=link&f_pdf=1&res=412x823&cd=24&cookie=1&f_es6=1&f_gears=2&tvltm=20&tvcfg=all&tid=2770c6e9-d3e8-42da-9b51-f0c5a1496045&pid=8c7e0fd4-4c9e-4080-91e9-2469072fc32a&dtm=1776804876066&qnm=_matherq&visible=1&tabid=e64b850a-1d08-4645-ba0d-3c0ce172e8eb&url=https%3A%2F%2Fwww.nj.com%2F&vp=412x823&ds=412x31623&tofa=1839963274&vid=1&lvidt=1839963274&duid=46251f8f-037b-4a14-86fc-4fe009bb1f4f&cid=ma63527&mrk=484602607&cx=eyJwZXJmIjp7InN0YXJ0IjoiMTc3NjgwNDg3MjcxNCIsInJlZGlyQ250IjoiMCIsIm5hdlR5cGUiOiJsaW5rIiwiaGVhcFUiOiI0Ni4xMTI0MjZtYiIsImhlYXBUIjoiNjYuNTkwODA2bWIiLCJmc3RQYWludCI6IjExNDAiLCJmZXRjaFMiOiIzNDYiLCJkb21haW5TIjoiMzQ3IiwiZG9tYWluRSI6IjM2MSIsImNvbm5TIjoiMzYxIiwiY29ubkUiOiIzNzEiLCJzc2xTIjoiMzYyIiwicmVxdVMiOiIzNzEiLCJyZXNwUyI6Ijk4MSIsInJlc3BFIjoiMTEyMSIsImRvbUxvYWQiOiI5ODgiLCJkb21JbnRlciI6IjEyNTgiLCJkb21Mb2FkUyI6IjE1MjkiLCJkb21Mb2FkRSI6IjE1MzgifSwidXNlckRhdGEiOnsiaXNMb2NhbCI6IjAifSwiYXVkaWVuY2UiOlt7InByb3ZpZGVyIjoiaVNlZ3MiLCJzZWdtZW50cyI6WyJJTlRFUk5BTF9BQl9URVNUMS1DIiwiTUFUSEVSX0FCX1RFU1QxLUMiXSwicGFnZUlkIjoiOGM3ZTBmZDQtNGM5ZS00MDgwLTkxZTktMjQ2OTA3MmZjMzJhIn1dfQwww.i.matheranalytics.com/i?e=pv&pa... https://www.i.matheranalytics.com/i?e=pv&page=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&ptype=homepage&prem=0&sec=Home%20Page&tv=js-3.0.169&tna=Mather&aid=v1&p=web&tz=UTC&tzoff=0&lang=en-US&cs=UTF-8&navt=link&f_pdf=1&res=412x823&cd=24&cookie=1&f_es6=1&f_gears=2&tvltm=20&tvcfg=all&tid=2770c6e9-d3e8-42da-9b51-f0c5a1496045&pid=8c7e0fd4-4c9e-4080-91e9-2469072fc32a&dtm=1776804876066&qnm=_matherq&visible=1&tabid=e64b850a-1d08-4645-ba0d-3c0ce172e8eb&url=https%3A%2F%2Fwww.nj.com%2F&vp=412x823&ds=412x31623&tofa=1839963274&vid=1&lvidt=1839963274&duid=46251f8f-037b-4a14-86fc-4fe009bb1f4f&cid=ma63527&mrk=484602607&cx=eyJwZXJmIjp7InN0YXJ0IjoiMTc3NjgwNDg3MjcxNCIsInJlZGlyQ250IjoiMCIsIm5hdlR5cGUiOiJsaW5rIiwiaGVhcFUiOiI0Ni4xMTI0MjZtYiIsImhlYXBUIjoiNjYuNTkwODA2bWIiLCJmc3RQYWludCI6IjExNDAiLCJmZXRjaFMiOiIzNDYiLCJkb21haW5TIjoiMzQ3IiwiZG9tYWluRSI6IjM2MSIsImNvbm5TIjoiMzYxIiwiY29ubkUiOiIzNzEiLCJzc2xTIjoiMzYyIiwicmVxdVMiOiIzNzEiLCJyZXNwUyI6Ijk4MSIsInJlc3BFIjoiMTEyMSIsImRvbUxvYWQiOiI5ODgiLCJkb21JbnRlciI6IjEyNTgiLCJkb21Mb2FkUyI6IjE1MjkiLCJkb21Mb2FkRSI6IjE1MzgifSwidXNlckRhdGEiOnsiaXNMb2NhbCI6IjAifSwiYXVkaWVuY2UiOlt7InByb3ZpZGVyIjoiaVNlZ3MiLCJzZWdtZW50cyI6WyJJTlRFUk5BTF9BQl9URVNUMS1DIiwiTUFUSEVSX0FCX1RFU1QxLUMiXSwicGFnZUlkIjoiOGM3ZTBmZDQtNGM5ZS00MDgwLTkxZTktMjQ2OTA3MmZjMzJhIn1dfQ — 200 — 245 B — 505 ms — http/1.1https://www.google-analytics.com/g/collect?v=2&tid=G-NTKKSXTDHG&gtm=45je64h1v889607100z878038603za20gzb78038603zd78038603&_p=1776804873763&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=4477194.1776804876&frm=0&pscdl=noapi&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400&dp=%2F&dl=https%3A%2F%2Fwww.nj.com%2F&sid=1776804876&sct=1&seg=0&dt=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&tfd=3439www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-NTKKSXTDHG&gtm=45je64h1v889607100z878038603za20gzb78038603zd78038603&_p=1776804873763&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=4477194.1776804876&frm=0&pscdl=noapi&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400&dp=%2F&dl=https%3A%2F%2Fwww.nj.com%2F&sid=1776804876&sct=1&seg=0&dt=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&tfd=3439 — 204 — 555 B — 130 ms — h2https://tags.crwdcntrl.net/lt/shared/2/lt.iframe.html?c=937tags.crwdcntrl.net/lt/shared/2/lt.i... https://tags.crwdcntrl.net/lt/shared/2/lt.iframe.html?c=937 — 200 — 1.5 KiB — 11 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 429 B — 24 ms — h2https://idx.liadm.com/idex/did-00ab/any?duid=6d01b5cf5507--01kprx5ky4pdcfk1mbmvj5f60t&did=did-00ab&cd=.nj.com&pu=https%3A%2F%2Fwww.nj.com%2F&_pubcid=366c0274-2740-4e8c-97bf-917938857932&resolve=sha2idx.liadm.com/idex/did-00ab/any?dui... https://idx.liadm.com/idex/did-00ab/any?duid=6d01b5cf5507--01kprx5ky4pdcfk1mbmvj5f60t&did=did-00ab&cd=.nj.com&pu=https%3A%2F%2Fwww.nj.com%2F&_pubcid=366c0274-2740-4e8c-97bf-917938857932&resolve=sha2 — 204 — 367 B — 388 ms — h2https://jadserve.postrelease.com/t?ntv_mvi=&ntv_url=https%253A%252F%252Fwww.nj.com%252Fjadserve.postrelease.com/t?ntv_mvi=... https://jadserve.postrelease.com/t?ntv_mvi=&ntv_url=https%253A%252F%252Fwww.nj.com%252F — 200 — 1.8 KiB — 395 ms — h2https://p1.parsely.com/plogger/?rand=1776804876362&plid=e138fbe9-7c85-4fd9-87c2-e0a74e71092c&idsite=nj.com&url=https%3A%2F%2Fwww.nj.com%2F&urlref=&screen=412x823%7C412x823%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.nj.com%2F&sref=&sts=1776804876358&slts=0&title=New+Jersey+Local+News%2C+Breaking+News%2C+Sports+%26+Weather&date=Tue+Apr+21+2026+20%3A54%3A36+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&js=1&pvid=e9888654-b5e8-4d2d-b548-9cf30124bb2d&u=pid%3Dd49ef700-3cce-46b1-9f39-ccfd09c3b2b6p1.parsely.com/plogger/?rand=177680... https://p1.parsely.com/plogger/?rand=1776804876362&plid=e138fbe9-7c85-4fd9-87c2-e0a74e71092c&idsite=nj.com&url=https%3A%2F%2Fwww.nj.com%2F&urlref=&screen=412x823%7C412x823%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fwww.nj.com%2F&sref=&sts=1776804876358&slts=0&title=New+Jersey+Local+News%2C+Breaking+News%2C+Sports+%26+Weather&date=Tue+Apr+21+2026+20%3A54%3A36+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&js=1&pvid=e9888654-b5e8-4d2d-b548-9cf30124bb2d&u=pid%3Dd49ef700-3cce-46b1-9f39-ccfd09c3b2b6 — 200 — 258 B — 506 ms — http/1.1https://sb.scorecardresearch.com/b?c1=2&c2=6034988&cs_fpcu=4443fd317ceb4c9bb18c00ae767460b4&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776804876368&ns_c=UTF-8&cs_cfg=1111110&cs_ucfr=1&cs_fpid=*null&cs_fpit=*null&cs_fpdm=*null&cs_fpdt=*null&c3=&c4=https%3A%2F%2Fwww.nj.com%2F&c7=https%3A%2F%2Fwww.nj.com%2F&c8=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=6034988&cs_fpcu=4443fd317ceb4c9bb18c00ae767460b4&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776804876368&ns_c=UTF-8&cs_cfg=1111110&cs_ucfr=1&cs_fpid=*null&cs_fpit=*null&cs_fpdm=*null&cs_fpdt=*null&c3=&c4=https%3A%2F%2Fwww.nj.com%2F&c7=https%3A%2F%2Fwww.nj.com%2F&c8=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&c9= — 302 — 701 B — 119 ms — h2https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A36%2B00%3A00&ts=1776804876427x054.nj.com/DG/DEFAULT/rest/rpc/272... https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A36%2B00%3A00&ts=1776804876427 — 200 — 41.5 KiB — 567 ms — h2https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A36%2B00%3A00&ts=1776804876428x054.nj.com/DG/DEFAULT/rest/rpc/272... https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A36%2B00%3A00&ts=1776804876428 — 200 — 1.2 KiB — 343 ms — h2blob:https://www.nj.com/5703214a-7edf-49d6-acad-7d5eeed1098awww.nj.com/5703214a-7edf-49d6-acad-... blob:https://www.nj.com/5703214a-7edf-49d6-acad-7d5eeed1098a — 200 — -1 B — 129 ms — blobhttps://api-js.datadome.co/js/api-js.datadome.co/js/ https://api-js.datadome.co/js/ — 200 — 457 B — 38 ms — h2https://sb.scorecardresearch.com/b2?c1=2&c2=6034988&cs_fpcu=4443fd317ceb4c9bb18c00ae767460b4&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776804876368&ns_c=UTF-8&cs_cfg=1111110&cs_ucfr=1&cs_fpid=*null&cs_fpit=*null&cs_fpdm=*null&cs_fpdt=*null&c3=&c4=https%3A%2F%2Fwww.nj.com%2F&c7=https%3A%2F%2Fwww.nj.com%2F&c8=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&c9=sb.scorecardresearch.com/b2?c1=2&c2... https://sb.scorecardresearch.com/b2?c1=2&c2=6034988&cs_fpcu=4443fd317ceb4c9bb18c00ae767460b4&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776804876368&ns_c=UTF-8&cs_cfg=1111110&cs_ucfr=1&cs_fpid=*null&cs_fpit=*null&cs_fpdm=*null&cs_fpdt=*null&c3=&c4=https%3A%2F%2Fwww.nj.com%2F&c7=https%3A%2F%2Fwww.nj.com%2F&c8=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&c9= — 204 — 222 B — 116 ms — h2https://events.newsroom.bi/data/rfv.phpevents.newsroom.bi/data/rfv.php https://events.newsroom.bi/data/rfv.php — 200 — 451 B — 213 ms — h2https://events.newsroom.bi/data2/rfv.phpevents.newsroom.bi/data2/rfv.php https://events.newsroom.bi/data2/rfv.php — 200 — 444 B — 214 ms — h2https://events.newsroom.bi/recirculation/recirculation.phpevents.newsroom.bi/recirculation/re... https://events.newsroom.bi/recirculation/recirculation.php — 200 — 495 B — 373 ms — h2https://jadserve.postrelease.com/trk.gif?ntv_at=394&ntv_usid=4744305&ntv_pl=773523jadserve.postrelease.com/trk.gif?nt... https://jadserve.postrelease.com/trk.gif?ntv_at=394&ntv_usid=4744305&ntv_pl=773523 — 200 — 422 B — 259 ms — h2https://jadserve.postrelease.com/trk.gif?ntv_ui=646f1865-89b3-40f1-b1c5-4e3c03659a18&ntv_fl=vfa6JWg00jpNvbtRMNOynAlQUMzKi3VLA3RAtXPkHPuxFV0my_dv_r4iNHVeKKePIdjjaABQAbL5LEg4aoozBcqrPzHqS6W6ZaL7msX5L6KQROexBECfpO5kEjbPnk_-C5DMqm0MIe6_ZF7md_ROYZTW2bLpamZGLJNOG0rdRp0=&ntv_ht=DOTnaQA&ntv_at=303,302&ntv_a=AAAAAAAAAAk80LA&ord=1776804876745&ntv_itjadserve.postrelease.com/trk.gif?nt... https://jadserve.postrelease.com/trk.gif?ntv_ui=646f1865-89b3-40f1-b1c5-4e3c03659a18&ntv_fl=vfa6JWg00jpNvbtRMNOynAlQUMzKi3VLA3RAtXPkHPuxFV0my_dv_r4iNHVeKKePIdjjaABQAbL5LEg4aoozBcqrPzHqS6W6ZaL7msX5L6KQROexBECfpO5kEjbPnk_-C5DMqm0MIe6_ZF7md_ROYZTW2bLpamZGLJNOG0rdRp0=&ntv_ht=DOTnaQA&ntv_at=303,302&ntv_a=AAAAAAAAAAk80LA&ord=1776804876745&ntv_it — 200 — 422 B — 136 ms — h2https://jadserve.postrelease.com/trk.gif?ntv_ui=daa4bc5e-f092-4e4a-af03-395320f8a93a&ntv_fl=5zaOGVjPi8t5KoAX4uAhCyShm-vjjsPviVXJDObNH0Ekfzdf4bbgzv9u7aecdvR6PaQU5P-x-TTadmy628gdu_y3VVm1JXv4MD9-XMwKp-uG0CJ3LJtK7OGy5923YMwxFCTP5_bVkQ886lMXebal0PdD3dS-7g0bweavowlq2Wk=&ntv_ht=DOTnaQA&ntv_at=303&ntv_a=AAAAAAAAAASb0QA&ord=1776804876748&ntv_itjadserve.postrelease.com/trk.gif?nt... https://jadserve.postrelease.com/trk.gif?ntv_ui=daa4bc5e-f092-4e4a-af03-395320f8a93a&ntv_fl=5zaOGVjPi8t5KoAX4uAhCyShm-vjjsPviVXJDObNH0Ekfzdf4bbgzv9u7aecdvR6PaQU5P-x-TTadmy628gdu_y3VVm1JXv4MD9-XMwKp-uG0CJ3LJtK7OGy5923YMwxFCTP5_bVkQ886lMXebal0PdD3dS-7g0bweavowlq2Wk=&ntv_ht=DOTnaQA&ntv_at=303&ntv_a=AAAAAAAAAASb0QA&ord=1776804876748&ntv_it — 200 — 422 B — 134 ms — h2https://jadserve.postrelease.com/trk.gif?ntv_ui=daa4bc5e-f092-4e4a-af03-395320f8a93a&ntv_fl=5zaOGVjPi8t5KoAX4uAhCyShm-vjjsPviVXJDObNH0Ekfzdf4bbgzv9u7aecdvR6PaQU5P-x-TTadmy628gdu_y3VVm1JXv4MD9-XMwKp-uG0CJ3LJtK7OGy5923YMwxFCTP5_bVkQ886lMXebal0PdD3dS-7g0bweavowlq2Wk=&ntv_ht=DOTnaQA&ntv_at=323&ntv_a=AAAAAAAAAASb0QA&ntv_jtr=5&ntv_itjadserve.postrelease.com/trk.gif?nt... https://jadserve.postrelease.com/trk.gif?ntv_ui=daa4bc5e-f092-4e4a-af03-395320f8a93a&ntv_fl=5zaOGVjPi8t5KoAX4uAhCyShm-vjjsPviVXJDObNH0Ekfzdf4bbgzv9u7aecdvR6PaQU5P-x-TTadmy628gdu_y3VVm1JXv4MD9-XMwKp-uG0CJ3LJtK7OGy5923YMwxFCTP5_bVkQ886lMXebal0PdD3dS-7g0bweavowlq2Wk=&ntv_ht=DOTnaQA&ntv_at=323&ntv_a=AAAAAAAAAASb0QA&ntv_jtr=5&ntv_it — 200 — 422 B — 139 ms — h2https://jadserve.postrelease.com/trk.gif?ntv_ui=4d2dd6d4-52e4-4cfa-9985-f63abf504b95&ntv_fl=b2rxLZVgwv6YGzU5UmAdu2-JITHT9QaiCD_8XdppBCWnH-pm1BAZ4YcDs1hD4Bc_k9VFxqBjuDIgUJBL2T3GOvkXNJuz7XzpXqeUgBoYZ0WrfGXWj5qMAEo8Lqoz7frOd8OO4RNqPVnUdDX0Rzde-yy3n0E2xRKlANVCKCQ7iFM=&ntv_ht=DOTnaQA&ntv_at=303&ntv_a=AAAAAAAAAASr0QA&ord=1776804876748&ntv_itjadserve.postrelease.com/trk.gif?nt... https://jadserve.postrelease.com/trk.gif?ntv_ui=4d2dd6d4-52e4-4cfa-9985-f63abf504b95&ntv_fl=b2rxLZVgwv6YGzU5UmAdu2-JITHT9QaiCD_8XdppBCWnH-pm1BAZ4YcDs1hD4Bc_k9VFxqBjuDIgUJBL2T3GOvkXNJuz7XzpXqeUgBoYZ0WrfGXWj5qMAEo8Lqoz7frOd8OO4RNqPVnUdDX0Rzde-yy3n0E2xRKlANVCKCQ7iFM=&ntv_ht=DOTnaQA&ntv_at=303&ntv_a=AAAAAAAAAASr0QA&ord=1776804876748&ntv_it — 200 — 422 B — 255 ms — h2https://jadserve.postrelease.com/trk.gif?ntv_ui=29c3a2d4-3f43-4af1-9885-96e9e929222b&ntv_fl=NKnw9T8ofh17ma_8_Wz5bo27BatctoGtjVeCK-8uBU8sV2SdBu2jr5-PB1wmIHzqEThMtlybKkfptM6xa7v2gsi7oVFyQjTqA3nztAxk4OfaNiLKQ9O79soB-2P2JSKyP1tLnjAzPYdFsxTzgm0owKHlK_C9q3Vxc6W7fhoE09s=&ntv_ht=DOTnaQA&ntv_at=303&ntv_a=AAAAAAAAAAS70QA&ord=1776804876749&ntv_itjadserve.postrelease.com/trk.gif?nt... https://jadserve.postrelease.com/trk.gif?ntv_ui=29c3a2d4-3f43-4af1-9885-96e9e929222b&ntv_fl=NKnw9T8ofh17ma_8_Wz5bo27BatctoGtjVeCK-8uBU8sV2SdBu2jr5-PB1wmIHzqEThMtlybKkfptM6xa7v2gsi7oVFyQjTqA3nztAxk4OfaNiLKQ9O79soB-2P2JSKyP1tLnjAzPYdFsxTzgm0owKHlK_C9q3Vxc6W7fhoE09s=&ntv_ht=DOTnaQA&ntv_at=303&ntv_a=AAAAAAAAAAS70QA&ord=1776804876749&ntv_it — 200 — 422 B — 136 ms — h2https://jadserve.postrelease.com/privacyConsent?ntv_pl=773523&ntv_gdpr_consent=&ntv_itjadserve.postrelease.com/privacyCon... https://jadserve.postrelease.com/privacyConsent?ntv_pl=773523&ntv_gdpr_consent=&ntv_it — 200 — 422 B — 137 ms — h2https://i.liadm.com/sync-container?duid=6d01b5cf5507--01kprx5ky4pdcfk1mbmvj5f60t&ds=did-00ab&euns=1&s=&version=v3.14.0&cd=.nj.com&pv=3bde7f4f-e360-45ae-aa20-78d0ac52f24ci.liadm.com/sync-container?duid=6d0... https://i.liadm.com/sync-container?duid=6d01b5cf5507--01kprx5ky4pdcfk1mbmvj5f60t&ds=did-00ab&euns=1&s=&version=v3.14.0&cd=.nj.com&pv=3bde7f4f-e360-45ae-aa20-78d0ac52f24c — 200 — 569 B — 492 ms — http/1.1https://x054.nj.com/plugin/plugin/b045a8f583d631d9e6bd42806a8f024bx054.nj.com/plugin/plugin/b045a8f58... https://x054.nj.com/plugin/plugin/b045a8f583d631d9e6bd42806a8f024b — 200 — 21.5 KiB — 12 ms — h2https://x054.nj.com/plugin/library/ec59bd4f95fa151d37d3a5458cf05647x054.nj.com/plugin/library/ec59bd4f... https://x054.nj.com/plugin/library/ec59bd4f95fa151d37d3a5458cf05647 — 200 — 69.8 KiB — 15 ms — h2https://x054.nj.com/DG/DEFAULT/rest/rpc/272/LB-Zone-2?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=&bctempid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877006x054.nj.com/DG/DEFAULT/rest/rpc/272... https://x054.nj.com/DG/DEFAULT/rest/rpc/272/LB-Zone-2?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=&bctempid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877006 — 200 — 1.2 KiB — 350 ms — h2https://x054.nj.com/DG/DEFAULT/rest/rpc/272/LB-Zone-2?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=&bctempid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877031x054.nj.com/DG/DEFAULT/rest/rpc/272... https://x054.nj.com/DG/DEFAULT/rest/rpc/272/LB-Zone-2?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=&bctempid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877031 — 200 — 2.9 KiB — 343 ms — h2https://rp.liadm.com/j?dtstmp=1776804877239&did=did-00ab&se=e30&duid=6d01b5cf5507--01kprx5ky4pdcfk1mbmvj5f60t&tv=v3.14.0&pu=https%3A%2F%2Fwww.nj.com%2F&ext__pubcid=366c0274-2740-4e8c-97bf-917938857932&wpn=lc-bundle&wpv=v3.14.0&cd=.nj.com&pv=3bde7f4f-e360-45ae-aa20-78d0ac52f24crp.liadm.com/j?dtstmp=1776804877239... https://rp.liadm.com/j?dtstmp=1776804877239&did=did-00ab&se=e30&duid=6d01b5cf5507--01kprx5ky4pdcfk1mbmvj5f60t&tv=v3.14.0&pu=https%3A%2F%2Fwww.nj.com%2F&ext__pubcid=366c0274-2740-4e8c-97bf-917938857932&wpn=lc-bundle&wpv=v3.14.0&cd=.nj.com&pv=3bde7f4f-e360-45ae-aa20-78d0ac52f24c — 302 — 508 B — 384 ms — h2https://events.newsroom.bi/recirculation/recirculation.phpevents.newsroom.bi/recirculation/re... https://events.newsroom.bi/recirculation/recirculation.php — 200 — 495 B — 211 ms — h2https://advancelocal.blueconic.net/DG/DEFAULT/cs?bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&&callback=bc_json275advancelocal.blueconic.net/DG/DEFAU... https://advancelocal.blueconic.net/DG/DEFAULT/cs?bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&&callback=bc_json275 — 200 — 889 B — 125 ms — h2https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877418x054.nj.com/DG/DEFAULT/rest/rpc/272... https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877418 — 200 — 5.5 KiB — 352 ms — h2https://x054.nj.com/rest/v2/custom/frontend/listener_realtime_model/predict?itemId=93193c90-1299-460a-add2-602384af02fc&profileId=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991x054.nj.com/rest/v2/custom/frontend... https://x054.nj.com/rest/v2/custom/frontend/listener_realtime_model/predict?itemId=93193c90-1299-460a-add2-602384af02fc&profileId=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991 — 200 — 910 B — 432 ms — h2https://plugins.blueconic.net/static/scripts/jquery/jquery-3.7.1-BC-v2.min.jsplugins.blueconic.net/static/script... https://plugins.blueconic.net/static/scripts/jquery/jquery-3.7.1-BC-v2.min.js — 200 — 30.2 KiB — 30 ms — h2https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877466x054.nj.com/DG/DEFAULT/rest/rpc/272... https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877466 — 200 — 1.2 KiB — 347 ms — h2https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877479x054.nj.com/DG/DEFAULT/rest/rpc/272... https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877479 — 200 — 6.5 KiB — 349 ms — h2https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877509x054.nj.com/DG/DEFAULT/rest/rpc/272... https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877509 — 200 — 1.1 KiB — 342 ms — h2https://tags.crwdcntrl.net/lt/c/937/optimus_rules.jsontags.crwdcntrl.net/lt/c/937/optimus... https://tags.crwdcntrl.net/lt/c/937/optimus_rules.json — 200 — 4.1 KiB — 19 ms — h3https://www.nj.com/pf/resources/images/nj/favicon.ico?d=1786www.nj.com/pf/resources/images/nj/f... https://www.nj.com/pf/resources/images/nj/favicon.ico?d=1786 — 200 — 3.2 KiB — 26 ms — h2https://static.advance.net/static/njo/static/img/mobile-device/nj_144.pngstatic.advance.net/static/njo/stati... https://static.advance.net/static/njo/static/img/mobile-device/nj_144.png — 200 — 24.4 KiB — 34 ms — h2https://rp4.liadm.com/j?dtstmp=1776804877239&did=did-00ab&se=e30&duid=6d01b5cf5507--01kprx5ky4pdcfk1mbmvj5f60t&tv=v3.14.0&pu=https%3A%2F%2Fwww.nj.com%2F&ext__pubcid=366c0274-2740-4e8c-97bf-917938857932&wpn=lc-bundle&wpv=v3.14.0&cd=.nj.com&pv=3bde7f4f-e360-45ae-aa20-78d0ac52f24c&i6=MmEwMzo5MGMwOjE4Nzo6MTE%3D&n3pc=truerp4.liadm.com/j?dtstmp=177680487723... https://rp4.liadm.com/j?dtstmp=1776804877239&did=did-00ab&se=e30&duid=6d01b5cf5507--01kprx5ky4pdcfk1mbmvj5f60t&tv=v3.14.0&pu=https%3A%2F%2Fwww.nj.com%2F&ext__pubcid=366c0274-2740-4e8c-97bf-917938857932&wpn=lc-bundle&wpv=v3.14.0&cd=.nj.com&pv=3bde7f4f-e360-45ae-aa20-78d0ac52f24c&i6=MmEwMzo5MGMwOjE4Nzo6MTE%3D&n3pc=true — 200 — 275 B — 380 ms — h2https://cdn.cxense.com/cx.cce.jscdn.cxense.com/cx.cce.js https://cdn.cxense.com/cx.cce.js — 200 — 6.8 KiB — 22 ms — http/1.1https://c2.piano.io/xbuilder/experience/execute?aid=52DlwMcnpuc2.piano.io/xbuilder/experience/exe... https://c2.piano.io/xbuilder/experience/execute?aid=52DlwMcnpu — 200 — 2.7 KiB — 147 ms — h3https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 12 ms — http/1.1https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877866x054.nj.com/DG/DEFAULT/rest/rpc/272... https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A37%2B00%3A00&ts=1776804877866 — 200 — 6.5 KiB — 125 ms — h2https://cale.advance.net/nj/template/?offer_template_id=OTL1L6C63X84&offer_template_variant_id=OTV9DO8H10NVGcale.advance.net/nj/template/?offer... https://cale.advance.net/nj/template/?offer_template_id=OTL1L6C63X84&offer_template_variant_id=OTV9DO8H10NVG — 200 — 0 B — 176 ms — h2https://cale.advance.net/nj/offer?offer_id=OFVJYQ5CQG1Mcale.advance.net/nj/offer?offer_id=... https://cale.advance.net/nj/offer?offer_id=OFVJYQ5CQG1M — 200 — 0 B — 165 ms — h2https://buy.tinypass.com/checkout/offer/show?displayMode=inline&containerSelector=%23bottom-fixed-modal&templateId=OTL1L6C63X84&templateVariantId=OTV9DO8H10NVG&offerId=OFVJYQ5CQG1M&formNameByTermId=%7B%7D&hideCompletedFields=true&showCloseButton=false&experienceActionId=showOfferSVCW9MI3OOSZ348&offerType=purchase&experienceId=EXEOZ3YJVM55&companyName=g-core%20labs%20s.a.&sessions=&widget=offer&iframeId=offer-0-q3dVW&url=https%3A%2F%2Fwww.nj.com%2F&parentDualScreenLeft=0&parentDualScreenTop=0&parentWidth=412&parentHeight=823&parentOuterHeight=823&aid=52DlwMcnpu&customVariables=%7B%22pagetype%22%3A%22homepage%22%2C%22origin%22%3A%22https%3A%2F%2Fwww.nj.com%22%2C%22%22%3A1%2C%22dcr_anonymous_low%22%3A%22true%22%2C%22dcr_anonymous%22%3A%22true%22%7D&browserId=mo93qwzeslv6uznh&userState=anon&pianoIdUrl=https%3A%2F%2Fid.tinypass.com%2Fid%2F&userProvider=piano_id_lite&userToken=&customCookies=%7B%7D&hasLoginRequiredCallback=true&initMode=context&requestUserAuthForLinkedTerm=true&initTime=5273.700000047684&logType=offerShow&isConsentManagerEnabled=false&width=0&_qh=3b351cf8fdbuy.tinypass.com/checkout/offer/sho... https://buy.tinypass.com/checkout/offer/show?displayMode=inline&containerSelector=%23bottom-fixed-modal&templateId=OTL1L6C63X84&templateVariantId=OTV9DO8H10NVG&offerId=OFVJYQ5CQG1M&formNameByTermId=%7B%7D&hideCompletedFields=true&showCloseButton=false&experienceActionId=showOfferSVCW9MI3OOSZ348&offerType=purchase&experienceId=EXEOZ3YJVM55&companyName=g-core%20labs%20s.a.&sessions=&widget=offer&iframeId=offer-0-q3dVW&url=https%3A%2F%2Fwww.nj.com%2F&parentDualScreenLeft=0&parentDualScreenTop=0&parentWidth=412&parentHeight=823&parentOuterHeight=823&aid=52DlwMcnpu&customVariables=%7B%22pagetype%22%3A%22homepage%22%2C%22origin%22%3A%22https%3A%2F%2Fwww.nj.com%22%2C%22%22%3A1%2C%22dcr_anonymous_low%22%3A%22true%22%2C%22dcr_anonymous%22%3A%22true%22%7D&browserId=mo93qwzeslv6uznh&userState=anon&pianoIdUrl=https%3A%2F%2Fid.tinypass.com%2Fid%2F&userProvider=piano_id_lite&userToken=&customCookies=%7B%7D&hasLoginRequiredCallback=true&initMode=context&requestUserAuthForLinkedTerm=true&initTime=5273.700000047684&logType=offerShow&isConsentManagerEnabled=false&width=0&_qh=3b351cf8fd — 200 — 70.2 KiB — 413 ms — h3https://ead.nj.com/baker?dtstmp=1776804877239ead.nj.com/baker?dtstmp=17768048772... https://ead.nj.com/baker?dtstmp=1776804877239 — 200 — 536 B — 60 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.1 KiB — 142 ms — h3https://micro.rubiconproject.com/prebid/dynamic/10071.jsmicro.rubiconproject.com/prebid/dyn... https://micro.rubiconproject.com/prebid/dynamic/10071.js — 200 — 174.0 KiB — 51 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 91.1 KiB — 60 ms — h2https://cdn.cxense.com/sp1.htmlcdn.cxense.com/sp1.html https://cdn.cxense.com/sp1.html — 200 — 887 B — 20 ms — http/1.1https://cdn.cxense.com/cx.jscdn.cxense.com/cx.js https://cdn.cxense.com/cx.js — 200 — 38.1 KiB — 10 ms — http/1.1https://cale.advance.net/nj/offer?offer_id=OFVJYQ5CQG1Mcale.advance.net/nj/offer?offer_id=... https://cale.advance.net/nj/offer?offer_id=OFVJYQ5CQG1M — 200 — 453 B — 19 ms — h2https://cale.advance.net/nj/template/?offer_template_id=OTL1L6C63X84&offer_template_variant_id=OTV9DO8H10NVGcale.advance.net/nj/template/?offer... https://cale.advance.net/nj/template/?offer_template_id=OTL1L6C63X84&offer_template_variant_id=OTV9DO8H10NVG — 200 — 1.8 KiB — 13 ms — h2https://p1cluster.cxense.com/p1.jsp1cluster.cxense.com/p1.js https://p1cluster.cxense.com/p1.js — 200 — 538 B — 400 ms — h2https://buy.tinypass.com/ng/common/pn-spinner/pn-spinner.cssbuy.tinypass.com/ng/common/pn-spinn... https://buy.tinypass.com/ng/common/pn-spinner/pn-spinner.css — 200 — 496 B — 28 ms — h3https://buy.tinypass.com/widget/dist/checkout/css/checkout.bundle.1.1.cssbuy.tinypass.com/widget/dist/checko... https://buy.tinypass.com/widget/dist/checkout/css/checkout.bundle.1.1.css — 200 — 101.7 KiB — 57 ms — h3https://static.advance.net/static/common/css/piano-frame.cssstatic.advance.net/static/common/cs... https://static.advance.net/static/common/css/piano-frame.css — 200 — 32.4 KiB — 99 ms — h2https://buy.tinypass.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.760.0buy.tinypass.com/ng/common/i18n/pla... https://buy.tinypass.com/ng/common/i18n/platform-translation-map_en_US.js?version=16.760.0 — 200 — 13.7 KiB — 57 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js — 200 — 30.3 KiB — 100 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js — 200 — 4.1 KiB — 88 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular.min.js — 200 — 34.9 KiB — 104 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-cookies.min.js — 200 — 1.0 KiB — 79 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-sanitize.min.js — 200 — 2.7 KiB — 79 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-touch.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.22/angular-touch.min.js — 200 — 1.9 KiB — 101 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-dynamic-locale/0.1.27/tmhDynamicLocale.min.js — 200 — 1.5 KiB — 79 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-utils/0.1.1/angular-ui-utils.min.js — 200 — 7.9 KiB — 93 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui/0.4.0/angular-ui-ieshiv.js — 200 — 1.5 KiB — 92 ms — h3https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.jscdnjs.cloudflare.com/ajax/libs/angu... https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.10/angular-ui-router.min.js — 200 — 7.4 KiB — 92 ms — h3https://cdnjs.cloudflare.com/ajax/libs/animejs/3.1.0/anime.min.jscdnjs.cloudflare.com/ajax/libs/anim... https://cdnjs.cloudflare.com/ajax/libs/animejs/3.1.0/anime.min.js — 200 — 6.8 KiB — 92 ms — h3https://ads.rubiconproject.com/floors/10071-pbjs-floors.jsonads.rubiconproject.com/floors/10071... https://ads.rubiconproject.com/floors/10071-pbjs-floors.json — 200 — 11.6 KiB — 90 ms — h2https://lexicon.33across.com/v1/envelope?pid=0014000001PAW0LAAX&gdpr=0&src=pbjs&ver=10.23.0&coppa=0lexicon.33across.com/v1/envelope?pi... https://lexicon.33across.com/v1/envelope?pid=0014000001PAW0LAAX&gdpr=0&src=pbjs&ver=10.23.0&coppa=0 — 200 — 199 B — 399 ms — h2https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.nj.com%2F&domain=www.nj.com&cw=1&lsw=1gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.nj.com%2F&domain=www.nj.com&cw=1&lsw=1 — 200 — 0 B — 384 ms — h2https://id5-sync.com/api/config/prebidid5-sync.com/api/config/prebid https://id5-sync.com/api/config/prebid — 200 — 648 B — 655 ms — h2https://idx.liadm.com/idex/prebid/2739?duid=6d01b5cf5507--01kprx5ky4pdcfk1mbmvj5f60t&cd=.nj.com&pu=https%3A%2F%2Fwww.nj.com&resolve=nonId&resolve=bidswitch&resolve=index&resolve=magnite&resolve=medianet&resolve=openx&resolve=pubmatic&resolve=sharethrough&resolve=sonobi&resolve=sovrn&resolve=thetradedesk&resolve=triplelift&resolve=uid2&resolve=vidazooidx.liadm.com/idex/prebid/2739?duid... https://idx.liadm.com/idex/prebid/2739?duid=6d01b5cf5507--01kprx5ky4pdcfk1mbmvj5f60t&cd=.nj.com&pu=https%3A%2F%2Fwww.nj.com&resolve=nonId&resolve=bidswitch&resolve=index&resolve=magnite&resolve=medianet&resolve=openx&resolve=pubmatic&resolve=sharethrough&resolve=sonobi&resolve=sovrn&resolve=thetradedesk&resolve=triplelift&resolve=uid2&resolve=vidazoo — 204 — 367 B — 151 ms — h2https://buy.tinypass.com/_sam/H4sIAAAAAAAA_62YS4_bOAyA_1BnjGYve20zu9MCWyBo2l4XtEQ7bGRR0COezK9f2omDAHPYiJlbYuej-CaVZiTbY24spdyYHZo9l_wwsC0Om9-pcdRGiITp8fTsQ_M_gIWMgcwe461EpqGSgJJ33-ZvQpj9rZhhb3ET-UAWo4IPBJ6_2jcSbjs8oqX8HS0OIRP7OnryalKZXHyOxy06NJk1RrfkHPn-k7URk0aFACmNHK27xmuOXrPvqK_0NvuEPivUjW8jdDvcU6c5s4Q-gkUFmXYgCm9Lm0wkrdYRPY7QOnzWqS_OzuQL_thFxKftpkSzg6QxJ4c52HFY8zCobDm9VqapGMCl17SWNFYmaIg88Jqvgn4T1pVcIm4zxFwH4kvAKP1LYRtIdLsIxa4hZInsrz_qjn7Dr95DidUdjTxd1ct3BJPpAHdUvCQ9ZiCX_uY4qFLvOEizusOgjHF4lhGxxXggo6k8cBHBHr9A-mSMrtGbU-lqPdmC32_RSHrfOWQ2J3fqAhHA_fUSplG3Pr_XeGKe9QaiVSuhAKffKjAO6OXMNSRN43vFyDojxx3kI5cRVKHCF8l5D-6XdLWOjDbpQiSf9buNueSIyvXLo88RRA0Zns_MvUNJ4DsFPkGGHMGnewWekvHzD01HCWE-WQUnKUG07viEHRSXt2JMxv54hyTR5Oc_4pbhHWRp8tX25ESHEVQ09ajqqUtiqfepcB5Kaf2lirNLBqpPvkjYcModefBGbwZCOk5NTs1PAVDTewfSq9Q4t6Rm5yoUy1NtAC9glkUJlbBkeyVpjq0kG8sVovbMKzIPtdbO5VnJsMdciaicOVLEaZeoxHqeoGkhstWoXE3qCFneFCqeF198recKeUtgjJ48rLRsCaRFfasgzY4cqkyV_v9K7g60VenLjodWGZ0FDqm2TiZaLrlFdSxEafBZpkw1fZlTeZRZq4X7eVEL1f3yImBpuZX8gV0PtQyFUNtgybegYTqtP06ba33js2y4uv0Jl7jL0xW2dmrNV8W-KPr7wFD0MyFyIK917jutc_pFTr2E6dYvHbXR3uQT-9o6fnVkanPvtI2gw2kI1xbn_BdvfaMVhywvaleM5S6jbZUYQrWNZ02X7XuJZrpPzFnCCXbUTn9v9kXy8-Hj4-pxtWro45_-8sxJ0Tr8F_1DSR8a3zdmltME_5Ckhj3Gq4-Pv9N_CZIMvtMbAAA?compressed=true&v=16.760.0buy.tinypass.com/_sam/H4sIAAAAAAAA_... https://buy.tinypass.com/_sam/H4sIAAAAAAAA_62YS4_bOAyA_1BnjGYve20zu9MCWyBo2l4XtEQ7bGRR0COezK9f2omDAHPYiJlbYuej-CaVZiTbY24spdyYHZo9l_wwsC0Om9-pcdRGiITp8fTsQ_M_gIWMgcwe461EpqGSgJJ33-ZvQpj9rZhhb3ET-UAWo4IPBJ6_2jcSbjs8oqX8HS0OIRP7OnryalKZXHyOxy06NJk1RrfkHPn-k7URk0aFACmNHK27xmuOXrPvqK_0NvuEPivUjW8jdDvcU6c5s4Q-gkUFmXYgCm9Lm0wkrdYRPY7QOnzWqS_OzuQL_thFxKftpkSzg6QxJ4c52HFY8zCobDm9VqapGMCl17SWNFYmaIg88Jqvgn4T1pVcIm4zxFwH4kvAKP1LYRtIdLsIxa4hZInsrz_qjn7Dr95DidUdjTxd1ct3BJPpAHdUvCQ9ZiCX_uY4qFLvOEizusOgjHF4lhGxxXggo6k8cBHBHr9A-mSMrtGbU-lqPdmC32_RSHrfOWQ2J3fqAhHA_fUSplG3Pr_XeGKe9QaiVSuhAKffKjAO6OXMNSRN43vFyDojxx3kI5cRVKHCF8l5D-6XdLWOjDbpQiSf9buNueSIyvXLo88RRA0Zns_MvUNJ4DsFPkGGHMGnewWekvHzD01HCWE-WQUnKUG07viEHRSXt2JMxv54hyTR5Oc_4pbhHWRp8tX25ESHEVQ09ajqqUtiqfepcB5Kaf2lirNLBqpPvkjYcModefBGbwZCOk5NTs1PAVDTewfSq9Q4t6Rm5yoUy1NtAC9glkUJlbBkeyVpjq0kG8sVovbMKzIPtdbO5VnJsMdciaicOVLEaZeoxHqeoGkhstWoXE3qCFneFCqeF198recKeUtgjJ48rLRsCaRFfasgzY4cqkyV_v9K7g60VenLjodWGZ0FDqm2TiZaLrlFdSxEafBZpkw1fZlTeZRZq4X7eVEL1f3yImBpuZX8gV0PtQyFUNtgybegYTqtP06ba33js2y4uv0Jl7jL0xW2dmrNV8W-KPr7wFD0MyFyIK917jutc_pFTr2E6dYvHbXR3uQT-9o6fnVkanPvtI2gw2kI1xbn_BdvfaMVhywvaleM5S6jbZUYQrWNZ02X7XuJZrpPzFnCCXbUTn9v9kXy8-Hj4-pxtWro45_-8sxJ0Tr8F_1DSR8a3zdmltME_5Ckhj3Gq4-Pv9N_CZIMvtMbAAA?compressed=true&v=16.760.0 — 200 — 128.5 KiB — 31 ms — h3https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap — 200 — 1.5 KiB — 131 ms — h2https://api.rlcdn.com/api/identity/envelope?pid=115api.rlcdn.com/api/identity/envelope... https://api.rlcdn.com/api/identity/envelope?pid=115 — 451 — 250 B — 231 ms — h2https://config.aps.amazon-adsystem.com/configs/3178config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/3178 — 200 — 2.1 KiB — 19 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=3178&u=https%3A%2F%2Fwww.nj.comc.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=3178&u=https%3A%2F%2Fwww.nj.com — 200 — 1.1 KiB — 8 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 15 ms — h2https://static.advance.net/static/common/img/logos/birminghamnews/square/bn-300.pngstatic.advance.net/static/common/im... https://static.advance.net/static/common/img/logos/birminghamnews/square/bn-300.png — 200 — 16.1 KiB — 7 ms — h2https://static.advance.net/static/common/img/logos/huntsvilletimes/square/ht-300.pngstatic.advance.net/static/common/im... https://static.advance.net/static/common/img/logos/huntsvilletimes/square/ht-300.png — 200 — 12.6 KiB — 9 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 41 ms — h3https://static.advance.net/static/common/img/logos/pressregister/square/pr-300.pngstatic.advance.net/static/common/im... https://static.advance.net/static/common/img/logos/pressregister/square/pr-300.png — 200 — 10.7 KiB — 20 ms — h2https://static.advance.net/static/common/img/piano/checkout/lock.svgstatic.advance.net/static/common/im... https://static.advance.net/static/common/img/piano/checkout/lock.svg — 200 — 601 B — 20 ms — h2https://events.newsroom.bi/ingest.phpevents.newsroom.bi/ingest.php https://events.newsroom.bi/ingest.php — 200 — 953 B — 212 ms — h2https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo93qwzdsda87q46&sid=5863013773365735947&loc=https%3A%2F%2Fwww.nj.com%2F&new=1&arf=0&ltm=1776804877888&ref=&tzo=0&wsz=412x823&res=412x823&dpr=1.75&col=24&bln=en-US&chs=UTF-8&cks=mo93qy8blvjd471v&ckp=mo93qwzeslv6uznh&glb=&cp_userState=anon&cst=3gr2rog190m0a2tjc01z85gl2rcomcluster.cxense.com/Repo/rep.gif?... https://comcluster.cxense.com/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo93qwzdsda87q46&sid=5863013773365735947&loc=https%3A%2F%2Fwww.nj.com%2F&new=1&arf=0&ltm=1776804877888&ref=&tzo=0&wsz=412x823&res=412x823&dpr=1.75&col=24&bln=en-US&chs=UTF-8&cks=mo93qy8blvjd471v&ckp=mo93qwzeslv6uznh&glb=&cp_userState=anon&cst=3gr2rog190m0a2tjc01z85gl2r — 200 — 413 B — 133 ms — h2https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.nj.com%2F&domain=www.nj.com&cw=1&lsw=1gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.nj.com%2F&domain=www.nj.com&cw=1&lsw=1 — 302 — 805 B — 363 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 120 ms — h2https://cm.g.doubleclick.net/partnerpixels?url=https%3A%2F%2Fwww.nj.com%2Fcm.g.doubleclick.net/partnerpixels?... https://cm.g.doubleclick.net/partnerpixels?url=https%3A%2F%2Fwww.nj.com%2F — 200 — 232 B — 117 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=2075927164330613ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=2075927164330613 — 200 — 13.3 KiB — 143 ms — h3https://static.criteo.net/js/ld/publishertag.ids.jsstatic.criteo.net/js/ld/publisherta... https://static.criteo.net/js/ld/publishertag.ids.js — 200 — 14.8 KiB — 397 ms — h2https://invstatic101.creativecdn.com/encrypted-signals/encrypted-tag-g.jsinvstatic101.creativecdn.com/encryp... https://invstatic101.creativecdn.com/encrypted-signals/encrypted-tag-g.js — 200 — 2.9 KiB — 232 ms — h2https://securepubads.g.doubleclick.net/gampad/ads?pvsid=2075927164330613&correlator=3546449796775584&eid=31084129&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fifs&iu_parts=344101295%2CNJ%2Cwww.nj.com%2Cindex.ssf&enc_prev_ius=0%2F1%2F2%2F3&prev_iu_szs=320x51&ifi=1&didk=597696865&dids=InFeed_Center_Wide_Adhesion_1&adfs=649439496&sfv=1-0-45&fsbs=1&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776804878793&lmt=1776804766&adxs=0&adys=31627&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.nj.com%2F&vis=1&psz=320x4&msz=320x0&fws=4&ohw=320&a3p=ElMKDWNyd2RjbnRybC5uZXQSQGIxNjNlNzM2ODE2ZmQ2ZjU0YzZlN2NmNDU3YzYxODVjYTAyY2RmZTM2Mzk4MWM1OWI5ZGNmZDI1ODZhYzNhODBYARI0CgpwdWJjaWQub3JnEiRjNzM3YzY1OC0wYWE1LTRmZjYtYTc3Zi02MjM3YzNiOWI5ZDBYARIdCg5lc3AuY3JpdGVvLmNvbRizs8uO2zNIAFICCGQSFwoIcnRiaG91c2UYs7PLjtszSABSAghk&dlt=1776804873702&idt=4882&prev_scp=rg_adslot%3DInFeed_Center_Wide_Adhesion%26rg_atf%3Dtrue%26rg_iab%3Dtrue%26rg_grid%3D1%26rg_counter%3D1%26rg_pr-pl-as%3Dhomepage-beta%257Cmobile%257CInFeed_Center_Wide_Adhesion%26rg_pr-pl%3Dhomepage-beta%257Cmobile%26rg_gpid%3Dmobile-InFeed_Center_Wide_Adhesion%26rg_a9%3DAdvance_NJ_ATF_MOBILE%26rg_pagetype%3Dhomepage%26rg_product%3Dhomepage-beta&cust_params=rg_pvid%3Da88f5fdb-4a26-4fb5-925d-b745e2cfe9db%26rg_ulid%3Dundefined%26ccaud%3Dc0333%252C%252Cc2549%26bc%3D0%26li-module-enabled%3Dt1%26dm-wrapper%3DNJ_Desktop_Mobile%26rg_auth%3Dfalse%26rg_idl%3Dfalse%26rg_product%3Dhomepage-beta%26rg_pagetype%3Dhomepage%26rg_fbwv%3Dfalse%26rg_pv%3D1%26rg_cdlabel%3Da%26rg_platform%3Dmobile&adks=533043214&frm=20&eoidce=1&pgls=CAk.&pbbce=1&blev=1&bisch=1securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=2075927164330613&correlator=3546449796775584&eid=31084129&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fifs&iu_parts=344101295%2CNJ%2Cwww.nj.com%2Cindex.ssf&enc_prev_ius=0%2F1%2F2%2F3&prev_iu_szs=320x51&ifi=1&didk=597696865&dids=InFeed_Center_Wide_Adhesion_1&adfs=649439496&sfv=1-0-45&fsbs=1&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1776804878793&lmt=1776804766&adxs=0&adys=31627&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.nj.com%2F&vis=1&psz=320x4&msz=320x0&fws=4&ohw=320&a3p=ElMKDWNyd2RjbnRybC5uZXQSQGIxNjNlNzM2ODE2ZmQ2ZjU0YzZlN2NmNDU3YzYxODVjYTAyY2RmZTM2Mzk4MWM1OWI5ZGNmZDI1ODZhYzNhODBYARI0CgpwdWJjaWQub3JnEiRjNzM3YzY1OC0wYWE1LTRmZjYtYTc3Zi02MjM3YzNiOWI5ZDBYARIdCg5lc3AuY3JpdGVvLmNvbRizs8uO2zNIAFICCGQSFwoIcnRiaG91c2UYs7PLjtszSABSAghk&dlt=1776804873702&idt=4882&prev_scp=rg_adslot%3DInFeed_Center_Wide_Adhesion%26rg_atf%3Dtrue%26rg_iab%3Dtrue%26rg_grid%3D1%26rg_counter%3D1%26rg_pr-pl-as%3Dhomepage-beta%257Cmobile%257CInFeed_Center_Wide_Adhesion%26rg_pr-pl%3Dhomepage-beta%257Cmobile%26rg_gpid%3Dmobile-InFeed_Center_Wide_Adhesion%26rg_a9%3DAdvance_NJ_ATF_MOBILE%26rg_pagetype%3Dhomepage%26rg_product%3Dhomepage-beta&cust_params=rg_pvid%3Da88f5fdb-4a26-4fb5-925d-b745e2cfe9db%26rg_ulid%3Dundefined%26ccaud%3Dc0333%252C%252Cc2549%26bc%3D0%26li-module-enabled%3Dt1%26dm-wrapper%3DNJ_Desktop_Mobile%26rg_auth%3Dfalse%26rg_idl%3Dfalse%26rg_product%3Dhomepage-beta%26rg_pagetype%3Dhomepage%26rg_fbwv%3Dfalse%26rg_pv%3D1%26rg_cdlabel%3Da%26rg_platform%3Dmobile&adks=533043214&frm=20&eoidce=1&pgls=CAk.&pbbce=1&blev=1&bisch=1 — 200 — 466 B — 595 ms — h3https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo93qwzeslv6uznh%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%223gr2rog190m0a2tjc01z85gl2r%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%223gr2rog190m0a2tjc01z85gl2r%22%7D%5D%7D&callback=cXJsonpCB1id.cxense.com/public/user/id?json=%... https://id.cxense.com/public/user/id?json=%7B%22identities%22%3A%5B%7B%22type%22%3A%22ckp%22%2C%22id%22%3A%22mo93qwzeslv6uznh%22%7D%2C%7B%22type%22%3A%22lst%22%2C%22id%22%3A%223gr2rog190m0a2tjc01z85gl2r%22%7D%2C%7B%22type%22%3A%22cst%22%2C%22id%22%3A%223gr2rog190m0a2tjc01z85gl2r%22%7D%5D%7D&callback=cXJsonpCB1 — 200 — 628 B — 394 ms — h2https://85ac4965cd21848b79c055be03da849c.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html85ac4965cd21848b79c055be03da849c.sa... https://85ac4965cd21848b79c055be03da849c.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 179 ms — h3https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 611 B — 277 ms — h2https://bids.concert.io/bids/prebidbids.concert.io/bids/prebid https://bids.concert.io/bids/prebid — 200 — 326 B — 559 ms — h2https://exchange.postrelease.com/prebid?ntv_pb_eid=W3sic291cmNlIjoiY3J3ZGNudHJsLm5ldCIsInVpZHMiOlt7ImlkIjoiYjE2M2U3MzY4MTZmZDZmNTRjNmU3Y2Y0NTdjNjE4NWNhMDJjZGZlMzYzOTgxYzU5YjlkY2ZkMjU4NmFjM2E4MCIsImF0eXBlIjoxfV19LHsic291cmNlIjoicHViY2lkLm9yZyIsInVpZHMiOlt7ImlkIjoiYzczN2M2NTgtMGFhNS00ZmY2LWE3N2YtNjIzN2MzYjliOWQwIiwiYXR5cGUiOjF9XX1d&ntv_ptd=1127059&ntv_pas=eyIxMTI3MDU5IjpbWzMwMCwyNTBdLFszMjUsNTA4XSxbMzI1LDIwNF1dLCJsZW5ndGgiOjF9&ntv_ppf=eyJhZC1zbWFsbC0yIjp7ImJhbm5lciI6eyIzMDB4MjUwIjowLjQ4LCIzMjV4NTA4IjowLjQ4LCIzMjV4MjA0IjowLjQ4LCIqIjowLjQ4fSwiKiI6eyIqIjowLjQsIjMwMHgyNTAiOjAuNCwiMzI1eDUwOCI6MC40LCIzMjV4MjA0IjowLjR9fX0=&ntv_pbv=v10.23.0&ntv_pb_rid=443448ea-84f2-4367-ac2d-1eeaeae6a440&ntv_ppc=W3siYWRVbml0Q29kZSI6ImFkLXNtYWxsLTIiLCJtZWRpYVR5cGVzIjp7ImJhbm5lciI6eyJzaXplcyI6W1szMDAsMjUwXSxbMzI1LDUwOF0sWzMyNSwyMDRdXX19fV0=&ntv_dbr=eyJhZC1zbWFsbC0yIjowfQ==&ntv_url=https%3A%2F%2Fwww.nj.com%2Fexchange.postrelease.com/prebid?ntv... https://exchange.postrelease.com/prebid?ntv_pb_eid=W3sic291cmNlIjoiY3J3ZGNudHJsLm5ldCIsInVpZHMiOlt7ImlkIjoiYjE2M2U3MzY4MTZmZDZmNTRjNmU3Y2Y0NTdjNjE4NWNhMDJjZGZlMzYzOTgxYzU5YjlkY2ZkMjU4NmFjM2E4MCIsImF0eXBlIjoxfV19LHsic291cmNlIjoicHViY2lkLm9yZyIsInVpZHMiOlt7ImlkIjoiYzczN2M2NTgtMGFhNS00ZmY2LWE3N2YtNjIzN2MzYjliOWQwIiwiYXR5cGUiOjF9XX1d&ntv_ptd=1127059&ntv_pas=eyIxMTI3MDU5IjpbWzMwMCwyNTBdLFszMjUsNTA4XSxbMzI1LDIwNF1dLCJsZW5ndGgiOjF9&ntv_ppf=eyJhZC1zbWFsbC0yIjp7ImJhbm5lciI6eyIzMDB4MjUwIjowLjQ4LCIzMjV4NTA4IjowLjQ4LCIzMjV4MjA0IjowLjQ4LCIqIjowLjQ4fSwiKiI6eyIqIjowLjQsIjMwMHgyNTAiOjAuNCwiMzI1eDUwOCI6MC40LCIzMjV4MjA0IjowLjR9fX0=&ntv_pbv=v10.23.0&ntv_pb_rid=443448ea-84f2-4367-ac2d-1eeaeae6a440&ntv_ppc=W3siYWRVbml0Q29kZSI6ImFkLXNtYWxsLTIiLCJtZWRpYVR5cGVzIjp7ImJhbm5lciI6eyJzaXplcyI6W1szMDAsMjUwXSxbMzI1LDUwOF0sWzMyNSwyMDRdXX19fV0=&ntv_dbr=eyJhZC1zbWFsbC0yIjowfQ==&ntv_url=https%3A%2F%2Fwww.nj.com%2F — 204 — 290 B — 401 ms — h2https://htlb.casalemedia.com/openrtb/pbjs?s=488324htlb.casalemedia.com/openrtb/pbjs?s... https://htlb.casalemedia.com/openrtb/pbjs?s=488324 — 200 — 557 B — 273 ms — h3https://prebid.media.net/rtb/prebid?cid=8CU211111prebid.media.net/rtb/prebid?cid=8CU... https://prebid.media.net/rtb/prebid?cid=8CU211111 — 200 — 1.1 KiB — 261 ms — h2https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=10071-311388&m=banner&s=1fastlane.rubiconproject.com/a/api/p... https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=10071-311388&m=banner&s=1 — 200 — 328 B — 462 ms — h2https://static.advance.net/static/common/js/piano-frame.jsstatic.advance.net/static/common/js... https://static.advance.net/static/common/js/piano-frame.js — 200 — 2.0 KiB — 125 ms — h2https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=1494813display.bidder.taboola.com/OpenRTB/... https://display.bidder.taboola.com/OpenRTB/TaboolaHB/auction?publisher=1494813 — 204 — 269 B — 167 ms — h2https://direct.adsrvr.org/bid/bidder/advancelocaldirect.adsrvr.org/bid/bidder/advanc... https://direct.adsrvr.org/bid/bidder/advancelocal — 200 — 244 B — 427 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 145 ms — h2https://fonts.gstatic.com/s/notoserif/v33/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D30.woff2fonts.gstatic.com/s/notoserif/v33/g... https://fonts.gstatic.com/s/notoserif/v33/ga6daw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTYf6D30.woff2 — 200 — 35.9 KiB — 8 ms — h3https://fonts.advance.net/fonts/inter/Inter-Regular.woff2fonts.advance.net/fonts/inter/Inter... https://fonts.advance.net/fonts/inter/Inter-Regular.woff2 — 200 — 97.0 KiB — 106 ms — h2https://fonts.advance.net/fonts/inter/Inter-Bold.woff2fonts.advance.net/fonts/inter/Inter... https://fonts.advance.net/fonts/inter/Inter-Bold.woff2 — 200 — 103.9 KiB — 111 ms — h2https://buy.tinypass.com/api/v3/anon/assets/sdk-runtime-config.js?aid=52DlwMcnpubuy.tinypass.com/api/v3/anon/assets... https://buy.tinypass.com/api/v3/anon/assets/sdk-runtime-config.js?aid=52DlwMcnpu — 200 — 558 B — 51 ms — h3https://buy.tinypass.com/checkout/offer/trackShowbuy.tinypass.com/checkout/offer/tra... https://buy.tinypass.com/checkout/offer/trackShow — 200 — 1.3 KiB — 162 ms — h3https://www.i.matheranalytics.com/i?e=pv&page=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&tv=js-3.0.169&tna=Mather&aid=v1&p=web&tz=UTC&tzoff=0&lang=en-US&cs=UTF-8&navt=link&f_pdf=1&res=412x823&cd=24&cookie=1&f_es6=1&f_gears=2&tvltm=20&tvcfg=all&tid=77d0825e-80a7-4457-aa0c-ac98b03d99d4&pid=8c7e0fd4-4c9e-4080-91e9-2469072fc32a&dtm=1776804879012&qnm=_matherq&visible=1&tabid=e64b850a-1d08-4645-ba0d-3c0ce172e8eb&url=https%3A%2F%2Fwww.nj.com%2F&vp=412x823&ds=412x31627&tofa=1839963274&vid=1&lvidt=1839963274&duid=46251f8f-037b-4a14-86fc-4fe009bb1f4f&cid=ma63527&mrk=484602607&cx=eyJhY3Rpb24iOnsiY2F0ZWdvcnkiOiJwYXltZW50IiwiYWN0aW9uIjoic3Vic2NyaXB0aW9uc19vZmZlcmVkIiwiZGF0YSI6eyJ0ZW1wbGF0ZUlkIjoiT1RMMUw2QzYzWDg0IiwiaXNCYWNrZHJvcFZpc2libGUiOiIwIiwidGVtcGxhdGVWYXJpYW50SWQiOiJPVFY5RE84SDEwTlZHIiwiY29udGFpbmVyU2VsZWN0b3IiOiIjYm90dG9tLWZpeGVkLW1vZGFsIiwib2ZmZXJUeXBlIjoicHVyY2hhc2UiLCJlbmdpbmUiOiJDTEFTU0lDIiwidGFyZ2V0ZWRUZXJtSWQiOiIiLCJzaG93Q2xvc2VCdXR0b24iOiIwIiwiaXNDbG9zZU9uQmFja2Ryb3BDbGljayI6IjAiLCJkaXJlY3RDaGVja291dCI6IjAiLCJ6SW5kZXgiOm51bGwsImJhY2tkcm9wIjpudWxsLCJkaXNwbGF5TW9kZSI6ImlubGluZSIsImV4Y2VwdGlvbnMiOnsiaGFzQWNjZXNzVG9BbnlSZXNvdXJjZXMiOiIxIn0sInNpemUiOm51bGwsImNoZWNrb3V0Rmxvd0lkIjpudWxsLCJlbmNhcHN1bGF0aW9uVHlwZSI6bnVsbCwiaXNQYWdlU2Nyb2xsRGlzYWJsZWQiOiIwIiwiaGlkZUNvbXBsZXRlZEZpZWxkcyI6IjEiLCJvZmZlcklkIjoiT0ZWSllRNUNRRzFNIiwiZm9ybU5hbWVCeVRlcm1JZCI6Int9IiwicG9zaXRpb24iOm51bGwsImNvbXBvc2VyRXZlbnRUeXBlIjoic2hvd09mZmVyIiwiZXhwZXJpZW5jZUlkIjoiRVhFT1ozWUpWTTU1IiwiZXhwZXJpZW5jZUV4ZWN1dGlvbklkIjoiMTgwN29vMDBjcy0wMDAwMzdkaHFiYjVscWZvcmFtbHRqZnFuMCIsImV4cGVyaWVuY2VBY3Rpb25JZCI6InNob3dPZmZlclNWQ1c5TUkzT09TWjM0OCIsImV4cGVyaWVuY2VDb25kaXRpb25zIjpbXSwiYnJvd3NlcklkIjoibW85M3F3emVzbHY2dXpuaCIsImFkZGl0aW9uYWxQYXJhbU5hbWVzIjpbXSwiYWZmaWxpYXRlU3RhdGUiOnsiaXNzdWVySWQiOiJodHRwczovL3d3dy5waWFuby5pbyIsInByZW1pdW0iOiJmYWxzZSIsInJlZGVtcHRpb25DYW5kaWRhdGVJdGVtSWQiOm51bGwsImNyZWRpdFN0YXRlcyI6W10sInVzZXJJZCI6ImFub24iLCJ0YXJnZXRHcm91cHMiOnsibDEiOiJ0YXJnZXQiLCJsMiI6bnVsbH19LCJjb21wYW55TmFtZSI6ImctY29yZSBsYWJzIHMuYS4ifSwib2ZmZXJzIjpbeyJvZmZlcklkIjoiT0ZWSllRNUNRRzFNIiwiZGlzcGxheU1vZGUiOiJpbmxpbmUiLCJ0ZW1wbGF0ZUlkIjoiT1RMMUw2QzYzWDg0In1dLCJ2ZW5kb3IiOiJwaWFubyIsInR5cGUiOiJ1bmtub3duIn0sImlkZW50aXRpZXMiOlt7InR5cGUiOiJnYSIsImlkIjoiNDQ3NzE5NCIsInJlZlRpbWUiOiIxNzc2ODA0ODc5MDEyIn1dLCJhdWRpZW5jZSI6W3sicHJvdmlkZXIiOiJpU2VncyIsInNlZ21lbnRzIjpbIklOVEVSTkFMX0FCX1RFU1QxLUMiLCJNQVRIRVJfQUJfVEVTVDEtQyJdLCJwYWdlSWQiOiI4YzdlMGZkNC00YzllLTQwODAtOTFlOS0yNDY5MDcyZmMzMmEifV19www.i.matheranalytics.com/i?e=pv&pa... https://www.i.matheranalytics.com/i?e=pv&page=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&tv=js-3.0.169&tna=Mather&aid=v1&p=web&tz=UTC&tzoff=0&lang=en-US&cs=UTF-8&navt=link&f_pdf=1&res=412x823&cd=24&cookie=1&f_es6=1&f_gears=2&tvltm=20&tvcfg=all&tid=77d0825e-80a7-4457-aa0c-ac98b03d99d4&pid=8c7e0fd4-4c9e-4080-91e9-2469072fc32a&dtm=1776804879012&qnm=_matherq&visible=1&tabid=e64b850a-1d08-4645-ba0d-3c0ce172e8eb&url=https%3A%2F%2Fwww.nj.com%2F&vp=412x823&ds=412x31627&tofa=1839963274&vid=1&lvidt=1839963274&duid=46251f8f-037b-4a14-86fc-4fe009bb1f4f&cid=ma63527&mrk=484602607&cx=eyJhY3Rpb24iOnsiY2F0ZWdvcnkiOiJwYXltZW50IiwiYWN0aW9uIjoic3Vic2NyaXB0aW9uc19vZmZlcmVkIiwiZGF0YSI6eyJ0ZW1wbGF0ZUlkIjoiT1RMMUw2QzYzWDg0IiwiaXNCYWNrZHJvcFZpc2libGUiOiIwIiwidGVtcGxhdGVWYXJpYW50SWQiOiJPVFY5RE84SDEwTlZHIiwiY29udGFpbmVyU2VsZWN0b3IiOiIjYm90dG9tLWZpeGVkLW1vZGFsIiwib2ZmZXJUeXBlIjoicHVyY2hhc2UiLCJlbmdpbmUiOiJDTEFTU0lDIiwidGFyZ2V0ZWRUZXJtSWQiOiIiLCJzaG93Q2xvc2VCdXR0b24iOiIwIiwiaXNDbG9zZU9uQmFja2Ryb3BDbGljayI6IjAiLCJkaXJlY3RDaGVja291dCI6IjAiLCJ6SW5kZXgiOm51bGwsImJhY2tkcm9wIjpudWxsLCJkaXNwbGF5TW9kZSI6ImlubGluZSIsImV4Y2VwdGlvbnMiOnsiaGFzQWNjZXNzVG9BbnlSZXNvdXJjZXMiOiIxIn0sInNpemUiOm51bGwsImNoZWNrb3V0Rmxvd0lkIjpudWxsLCJlbmNhcHN1bGF0aW9uVHlwZSI6bnVsbCwiaXNQYWdlU2Nyb2xsRGlzYWJsZWQiOiIwIiwiaGlkZUNvbXBsZXRlZEZpZWxkcyI6IjEiLCJvZmZlcklkIjoiT0ZWSllRNUNRRzFNIiwiZm9ybU5hbWVCeVRlcm1JZCI6Int9IiwicG9zaXRpb24iOm51bGwsImNvbXBvc2VyRXZlbnRUeXBlIjoic2hvd09mZmVyIiwiZXhwZXJpZW5jZUlkIjoiRVhFT1ozWUpWTTU1IiwiZXhwZXJpZW5jZUV4ZWN1dGlvbklkIjoiMTgwN29vMDBjcy0wMDAwMzdkaHFiYjVscWZvcmFtbHRqZnFuMCIsImV4cGVyaWVuY2VBY3Rpb25JZCI6InNob3dPZmZlclNWQ1c5TUkzT09TWjM0OCIsImV4cGVyaWVuY2VDb25kaXRpb25zIjpbXSwiYnJvd3NlcklkIjoibW85M3F3emVzbHY2dXpuaCIsImFkZGl0aW9uYWxQYXJhbU5hbWVzIjpbXSwiYWZmaWxpYXRlU3RhdGUiOnsiaXNzdWVySWQiOiJodHRwczovL3d3dy5waWFuby5pbyIsInByZW1pdW0iOiJmYWxzZSIsInJlZGVtcHRpb25DYW5kaWRhdGVJdGVtSWQiOm51bGwsImNyZWRpdFN0YXRlcyI6W10sInVzZXJJZCI6ImFub24iLCJ0YXJnZXRHcm91cHMiOnsibDEiOiJ0YXJnZXQiLCJsMiI6bnVsbH19LCJjb21wYW55TmFtZSI6ImctY29yZSBsYWJzIHMuYS4ifSwib2ZmZXJzIjpbeyJvZmZlcklkIjoiT0ZWSllRNUNRRzFNIiwiZGlzcGxheU1vZGUiOiJpbmxpbmUiLCJ0ZW1wbGF0ZUlkIjoiT1RMMUw2QzYzWDg0In1dLCJ2ZW5kb3IiOiJwaWFubyIsInR5cGUiOiJ1bmtub3duIn0sImlkZW50aXRpZXMiOlt7InR5cGUiOiJnYSIsImlkIjoiNDQ3NzE5NCIsInJlZlRpbWUiOiIxNzc2ODA0ODc5MDEyIn1dLCJhdWRpZW5jZSI6W3sicHJvdmlkZXIiOiJpU2VncyIsInNlZ21lbnRzIjpbIklOVEVSTkFMX0FCX1RFU1QxLUMiLCJNQVRIRVJfQUJfVEVTVDEtQyJdLCJwYWdlSWQiOiI4YzdlMGZkNC00YzllLTQwODAtOTFlOS0yNDY5MDcyZmMzMmEifV19 — 200 — 245 B — 135 ms — http/1.1https://buy.tinypass.com/checkout/offer/getFraudPreventionConfig?aid=52DlwMcnpubuy.tinypass.com/checkout/offer/get... https://buy.tinypass.com/checkout/offer/getFraudPreventionConfig?aid=52DlwMcnpu — 200 — 455 B — 155 ms — h3https://lb.eu-1-id5-sync.com/lb/v1lb.eu-1-id5-sync.com/lb/v1 https://lb.eu-1-id5-sync.com/lb/v1 — 200 — 329 B — 655 ms — h2https://buy.tinypass.com/widget/dist/checkout/css/img/Loader.gifbuy.tinypass.com/widget/dist/checko... https://buy.tinypass.com/widget/dist/checkout/css/img/Loader.gif — 200 — 15.0 KiB — 18 ms — h3https://esp.rtbhouse.com/encryptesp.rtbhouse.com/encrypt https://esp.rtbhouse.com/encrypt — 200 — 511 B — 253 ms — h2https://mug.criteo.com/sid?cpp=MGeE-XxRY1h0eENNcGxBK1BtRHlSK0NyZU5SMEUxcXlOREVIR2JMbzQ0YUpRSlphbUROWk9XVm9DejRuUERWVHQ0ZHN4RUQrNEtBd1BiK3RsQmx4Vkd6TUlFazIvZ0VIRjE5TGxhdU1Mc3NyVWUwWTU1TDF3WmJ4OE5JRE5nWGNMK1FFYmkyVTk2R0lGa1BNMWppeEVWSVZUL1JWQXRPTGFxdkp6cko3dUpOdERWbEFTdTV0bnh4aHA2UFRZdFJJaHFlRVhEaldXZUdTSjROYm44NlAwZ3ArMTJxVHA1V2xnQW5MTytwR0FNYlp6QXE2SGVsV3B6eFMrSFA2SkRFakt3MzE5fA&cppv=2mug.criteo.com/sid?cpp=MGeE-XxRY1h0... https://mug.criteo.com/sid?cpp=MGeE-XxRY1h0eENNcGxBK1BtRHlSK0NyZU5SMEUxcXlOREVIR2JMbzQ0YUpRSlphbUROWk9XVm9DejRuUERWVHQ0ZHN4RUQrNEtBd1BiK3RsQmx4Vkd6TUlFazIvZ0VIRjE5TGxhdU1Mc3NyVWUwWTU1TDF3WmJ4OE5JRE5nWGNMK1FFYmkyVTk2R0lGa1BNMWppeEVWSVZUL1JWQXRPTGFxdkp6cko3dUpOdERWbEFTdTV0bnh4aHA2UFRZdFJJaHFlRVhEaldXZUdTSjROYm44NlAwZ3ArMTJxVHA1V2xnQW5MTytwR0FNYlp6QXE2SGVsV3B6eFMrSFA2SkRFakt3MzE5fA&cppv=2 — 200 — 0 B — 401 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 — 60 ms — h3https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1hbopenbid.pubmatic.com/translator?s... https://hbopenbid.pubmatic.com/translator?source=prebid-client&gzip=1 — 204 — 305 B — 731 ms — h2https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=33846922380&lsavail=1&networkId=8009&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=33846922380&lsavail=1&networkId=8009&gzip=1 — 204 — 599 B — 411 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 — 78 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 569 B — 142 ms — h3https://bcp.crwdcntrl.net/6/data?xcid=937bcp.crwdcntrl.net/6/data?xcid=937 https://bcp.crwdcntrl.net/6/data?xcid=937 — 200 — 571 B — 53 ms — h2https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-index_n-adMediaV1_snb_n-MediaNet_n-Beeswax_smrt_n-colossusMedia_n-inmobi_n-smadex_n-stack_n-opera3pb_n-smaato_n-sharethrough_n-onetag_pm-db5_n-simpli.fi_rbd_ppt_r1u_n-nativo_an-db5_sovrn_n-Outbrains.amazon-adsystem.com/iu3?cm3ppd=1&... https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-index_n-adMediaV1_snb_n-MediaNet_n-Beeswax_smrt_n-colossusMedia_n-inmobi_n-smadex_n-stack_n-opera3pb_n-smaato_n-sharethrough_n-onetag_pm-db5_n-simpli.fi_rbd_ppt_r1u_n-nativo_an-db5_sovrn_n-Outbrain — 302 — 931 B — 380 ms — http/1.1https://gum.criteo.com/syncframe?origin=publishertagids&topUrl=www.nj.comgum.criteo.com/syncframe?origin=pub... https://gum.criteo.com/syncframe?origin=publishertagids&topUrl=www.nj.com — 200 — 5.3 KiB — 354 ms — h2https://pagead2.googlesyndication.com/bg/jtP_XiYJVGkSVlMywOQWuZPksZRFmK02Z9iBbZJRvFI.jspagead2.googlesyndication.com/bg/jt... https://pagead2.googlesyndication.com/bg/jtP_XiYJVGkSVlMywOQWuZPksZRFmK02Z9iBbZJRvFI.js — 200 — 21.8 KiB — 70 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604160201&jk=2075927164330613&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604160201&jk=2075927164330613&rc= — 204 — 17 B — 93 ms — h3https://mug.criteo.com/sid?cpp=MGeE-XxRY1h0eENNcGxBK1BtRHlSK0NyZU5SMEUxcXlOREVIR2JMbzQ0YUpRSlphbUROWk9XVm9DejRuUERWVHQ0ZHN4RUQrNEtBd1BiK3RsQmx4Vkd6TUlFazIvZ0VIRjE5TGxhdU1Mc3NyVWUwWTU1TDF3WmJ4OE5JRE5nWGNMK1FFYmkyVTk2R0lGa1BNMWppeEVWSVZUL1JWQXRPTGFxdkp6cko3dUpOdERWbEFTdTV0bnh4aHA2UFRZdFJJaHFlRVhEaldXZUdTSjROYm44NlAwZ3ArMTJxVHA1V2xnQW5MTytwR0FNYlp6QXE2SGVsV3B6eFMrSFA2SkRFakt3MzE5fA&cppv=2mug.criteo.com/sid?cpp=MGeE-XxRY1h0... https://mug.criteo.com/sid?cpp=MGeE-XxRY1h0eENNcGxBK1BtRHlSK0NyZU5SMEUxcXlOREVIR2JMbzQ0YUpRSlphbUROWk9XVm9DejRuUERWVHQ0ZHN4RUQrNEtBd1BiK3RsQmx4Vkd6TUlFazIvZ0VIRjE5TGxhdU1Mc3NyVWUwWTU1TDF3WmJ4OE5JRE5nWGNMK1FFYmkyVTk2R0lGa1BNMWppeEVWSVZUL1JWQXRPTGFxdkp6cko3dUpOdERWbEFTdTV0bnh4aHA2UFRZdFJJaHFlRVhEaldXZUdTSjROYm44NlAwZ3ArMTJxVHA1V2xnQW5MTytwR0FNYlp6QXE2SGVsV3B6eFMrSFA2SkRFakt3MzE5fA&cppv=2 — 200 — 1.0 KiB — 378 ms — h2https://ep2.adtrafficquality.google/generate_204?RySHtAep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?RySHtA — 204 — 40 B — 7 ms — h2https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A39%2B00%3A00&ts=1776804879463x054.nj.com/DG/DEFAULT/rest/rpc/272... https://x054.nj.com/DG/DEFAULT/rest/rpc/272?referer=https%3A%2F%2Fwww.nj.com%2F&bcsessionid=2aa69e46-f0ec-4ea3-83f7-9c5070c4b991&bctempid=&overruleReferrer=&time=2026-04-21T20%3A54%3A39%2B00%3A00&ts=1776804879463 — 200 — 1.1 KiB — 341 ms — h2https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-index_n-adMediaV1_snb_n-MediaNet_n-Beeswax_smrt_n-colossusMedia_n-inmobi_n-smadex_n-stack_n-opera3pb_n-smaato_n-sharethrough_n-onetag_pm-db5_n-simpli.fi_rbd_ppt_r1u_n-nativo_an-db5_sovrn_n-Outbrain&dcc=ts.amazon-adsystem.com/iu3?cm3ppd=1&... https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-index_n-adMediaV1_snb_n-MediaNet_n-Beeswax_smrt_n-colossusMedia_n-inmobi_n-smadex_n-stack_n-opera3pb_n-smaato_n-sharethrough_n-onetag_pm-db5_n-simpli.fi_rbd_ppt_r1u_n-nativo_an-db5_sovrn_n-Outbrain&dcc=t — 200 — 606 B — 129 ms — http/1.1https://gum.criteo.com/sid/json?origin=publishertagids&domain=nj.com&sn=AndroidSyncframe&so=0&topUrl=www.nj.com&pm=1gum.criteo.com/sid/json?origin=publ... https://gum.criteo.com/sid/json?origin=publishertagids&domain=nj.com&sn=AndroidSyncframe&so=0&topUrl=www.nj.com&pm=1 — 302 — 684 B — 118 ms — h2https://id5-sync.com/g/v2/392.jsonid5-sync.com/g/v2/392.json https://id5-sync.com/g/v2/392.json — 200 — 1.6 KiB — 209 ms — h2https://mug.criteo.com/sid?cpp=__euzHxwRFpNcjJ3bXVCKzZkanlhaytqTENvM3R0eXNGb2lhNU1MVFVDTFdXM055MmtobDNiclJXM0wra3NVT05ReVBsMGlpblRKbUNpd0xnNE10bE5xQlg3MUlSU0pkMHp6ZzZjMSt5MWdGR3J2Yi9NYjFHMW55S2U4L2MzZXE2NHlzdDlGSE8xSjN1YytHNWZzOUthMGUrLytCYUhLZWRMbDhuRnh0akdWQ09HWklJa2lhVnVVQWxHOUhlMGEwUVBUcFNvcUozcGh2N3dDMThZUE0zUnhSQ3JiSzFRSHNZQnQvNXEydGRBazEwamFRPXw&cppv=2mug.criteo.com/sid?cpp=__euzHxwRFpN... https://mug.criteo.com/sid?cpp=__euzHxwRFpNcjJ3bXVCKzZkanlhaytqTENvM3R0eXNGb2lhNU1MVFVDTFdXM055MmtobDNiclJXM0wra3NVT05ReVBsMGlpblRKbUNpd0xnNE10bE5xQlg3MUlSU0pkMHp6ZzZjMSt5MWdGR3J2Yi9NYjFHMW55S2U4L2MzZXE2NHlzdDlGSE8xSjN1YytHNWZzOUthMGUrLytCYUhLZWRMbDhuRnh0akdWQ09HWklJa2lhVnVVQWxHOUhlMGEwUVBUcFNvcUozcGh2N3dDMThZUE0zUnhSQ3JiSzFRSHNZQnQvNXEydGRBazEwamFRPXw&cppv=2 — 200 — 754 B — 379 ms — h2https://securepubads.g.doubleclick.net/gampad/ads?pvsid=2075927164330613&correlator=3546449796775584&eid=31084129&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fifs&iu_parts=344101295%2CNJ%2Cwww.nj.com%2Cindex.ssf&enc_prev_ius=0%2F1%2F2%2F3&prev_iu_szs=320x50%7C300x250%7C325x508%7C325x204&fluid=height&ifi=2&didk=2832267644&dids=ad-small-2&adfs=3857727426&sfv=1-0-45&fsbs=1&eri=1&sc=1&cookie=ID%3D892a749801d619a1%3AT%3D1776804878%3ART%3D1776804878%3AS%3DALNI_MY_bPOeoyXDXDRofejWz65OVMaSjQ&gpic=UID%3D000013f1591f2c83%3AT%3D1776804878%3ART%3D1776804878%3AS%3DALNI_MY5JwYccsFgJyDL0eBMgmDI2c5kBQ&abxe=1&dt=1776804879819&lmt=1776804766&adxs=25&adys=1049&biw=412&bih=823&scr_x=0&scr_y=0&btvi=3&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.nj.com%2F&vis=1&psz=362x24&msz=362x24&fws=4&ohw=412&psts=AOrYGslXqzWxZnMwa10HhsoG5C0a&a3p=ElMKDWNyd2RjbnRybC5uZXQSQGIxNjNlNzM2ODE2ZmQ2ZjU0YzZlN2NmNDU3YzYxODVjYTAyY2RmZTM2Mzk4MWM1OWI5ZGNmZDI1ODZhYzNhODBYARI0CgpwdWJjaWQub3JnEiRjNzM3YzY1OC0wYWE1LTRmZjYtYTc3Zi02MjM3YzNiOWI5ZDBYARIdCg5lc3AuY3JpdGVvLmNvbRizs8uO2zNIAFICCGQS7gEKCHJ0YmhvdXNlEtgBWVJTNkptWmRZT2hLc2dmeWgyZzdUOXdOYVRMTHpqRWhCTVU5RGlpaDkwNjFodlhuRUV3U2RJemQ2VFAya3hlZTlMdEV5M1lIeXhab0U2WVBMWERHUkVIRnBHOTZVK3k1ZEQ3UzdxYnBWUjFXSDM2NXdvN3U0bzhOdGNqYUQxMTlvUU0xVUNGNnpMVzZYZzRhTXBDMzhjbFY4Rkd5U29jQzdzczJoc1A0Vi9KZUVnYWkwWHh0aWdtQVZtM0NMT0VjdGorUFphN0JWTlBpOEkvSWZ4MldRZz09GLu3y47bM0gA&dlt=1776804873702&idt=4882&ppid=c737c658-0aa5-4ff6-a77f-6237c3b9b9d0&prev_scp=rg_adslot%3DInFeed_Center%26rg_atf%3Dfalse%26rg_iab%3Dtrue%26rg_grid%3D1%26rg_counter%3D1%26rg_pr-pl-as%3Dhomepage-beta%257Cmobile%257CInFeed_Center%26rg_pr-pl%3Dhomepage-beta%257Cmobile%26rg_gpid%3Dmobile-InFeed_Center%26rg_refresh-counter%3D0%26rg_pr-pl-as-rc%3Dhomepage-beta%257Cmobile%257CInFeed_Center%257C0%26rg_a9%3DAdvance_NJ_BTF_MOBILE%26rg_pagetype%3Dhomepage%26rg_product%3Dhomepage-beta%26amznbid%3D2%26amznp%3D2%26rg_a9b%3DAdvance_NJ_BTF_MOBILE_2%26rg_gpid-tam%3Dmobile-InFeed_Center-2&cust_params=rg_pvid%3Da88f5fdb-4a26-4fb5-925d-b745e2cfe9db%26rg_ulid%3Dundefined%26ccaud%3Dc0333%252C%252Cc2549%26bc%3D0%26li-module-enabled%3Dt1-e0%26dm-wrapper%3DNJ_Desktop_Mobile%26rg_auth%3Dfalse%26rg_idl%3Dfalse%26rg_product%3Dhomepage-beta%26rg_pagetype%3Dhomepage%26rg_fbwv%3Dfalse%26rg_pv%3D1%26rg_cdlabel%3Da%26rg_platform%3Dmobile&adks=2299529609&frm=20&eo_id_str=ID%3Dbf2d2fd481ba4746%3AT%3D1776804878%3ART%3D1776804878%3AS%3DAA-Afja_tKBgNtOjzJin9dj3R3Mp&gblpids=mobile-InFeed_Center&pb_szs=300x250%7C325x508%7C325x204&pgls=CAk.&pbbce=1&blev=1&bisch=1securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=2075927164330613&correlator=3546449796775584&eid=31084129&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fifs&iu_parts=344101295%2CNJ%2Cwww.nj.com%2Cindex.ssf&enc_prev_ius=0%2F1%2F2%2F3&prev_iu_szs=320x50%7C300x250%7C325x508%7C325x204&fluid=height&ifi=2&didk=2832267644&dids=ad-small-2&adfs=3857727426&sfv=1-0-45&fsbs=1&eri=1&sc=1&cookie=ID%3D892a749801d619a1%3AT%3D1776804878%3ART%3D1776804878%3AS%3DALNI_MY_bPOeoyXDXDRofejWz65OVMaSjQ&gpic=UID%3D000013f1591f2c83%3AT%3D1776804878%3ART%3D1776804878%3AS%3DALNI_MY5JwYccsFgJyDL0eBMgmDI2c5kBQ&abxe=1&dt=1776804879819&lmt=1776804766&adxs=25&adys=1049&biw=412&bih=823&scr_x=0&scr_y=0&btvi=3&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.nj.com%2F&vis=1&psz=362x24&msz=362x24&fws=4&ohw=412&psts=AOrYGslXqzWxZnMwa10HhsoG5C0a&a3p=ElMKDWNyd2RjbnRybC5uZXQSQGIxNjNlNzM2ODE2ZmQ2ZjU0YzZlN2NmNDU3YzYxODVjYTAyY2RmZTM2Mzk4MWM1OWI5ZGNmZDI1ODZhYzNhODBYARI0CgpwdWJjaWQub3JnEiRjNzM3YzY1OC0wYWE1LTRmZjYtYTc3Zi02MjM3YzNiOWI5ZDBYARIdCg5lc3AuY3JpdGVvLmNvbRizs8uO2zNIAFICCGQS7gEKCHJ0YmhvdXNlEtgBWVJTNkptWmRZT2hLc2dmeWgyZzdUOXdOYVRMTHpqRWhCTVU5RGlpaDkwNjFodlhuRUV3U2RJemQ2VFAya3hlZTlMdEV5M1lIeXhab0U2WVBMWERHUkVIRnBHOTZVK3k1ZEQ3UzdxYnBWUjFXSDM2NXdvN3U0bzhOdGNqYUQxMTlvUU0xVUNGNnpMVzZYZzRhTXBDMzhjbFY4Rkd5U29jQzdzczJoc1A0Vi9KZUVnYWkwWHh0aWdtQVZtM0NMT0VjdGorUFphN0JWTlBpOEkvSWZ4MldRZz09GLu3y47bM0gA&dlt=1776804873702&idt=4882&ppid=c737c658-0aa5-4ff6-a77f-6237c3b9b9d0&prev_scp=rg_adslot%3DInFeed_Center%26rg_atf%3Dfalse%26rg_iab%3Dtrue%26rg_grid%3D1%26rg_counter%3D1%26rg_pr-pl-as%3Dhomepage-beta%257Cmobile%257CInFeed_Center%26rg_pr-pl%3Dhomepage-beta%257Cmobile%26rg_gpid%3Dmobile-InFeed_Center%26rg_refresh-counter%3D0%26rg_pr-pl-as-rc%3Dhomepage-beta%257Cmobile%257CInFeed_Center%257C0%26rg_a9%3DAdvance_NJ_BTF_MOBILE%26rg_pagetype%3Dhomepage%26rg_product%3Dhomepage-beta%26amznbid%3D2%26amznp%3D2%26rg_a9b%3DAdvance_NJ_BTF_MOBILE_2%26rg_gpid-tam%3Dmobile-InFeed_Center-2&cust_params=rg_pvid%3Da88f5fdb-4a26-4fb5-925d-b745e2cfe9db%26rg_ulid%3Dundefined%26ccaud%3Dc0333%252C%252Cc2549%26bc%3D0%26li-module-enabled%3Dt1-e0%26dm-wrapper%3DNJ_Desktop_Mobile%26rg_auth%3Dfalse%26rg_idl%3Dfalse%26rg_product%3Dhomepage-beta%26rg_pagetype%3Dhomepage%26rg_fbwv%3Dfalse%26rg_pv%3D1%26rg_cdlabel%3Da%26rg_platform%3Dmobile&adks=2299529609&frm=20&eo_id_str=ID%3Dbf2d2fd481ba4746%3AT%3D1776804878%3ART%3D1776804878%3AS%3DAA-Afja_tKBgNtOjzJin9dj3R3Mp&gblpids=mobile-InFeed_Center&pb_szs=300x250%7C325x508%7C325x204&pgls=CAk.&pbbce=1&blev=1&bisch=1 — 200 — 18.4 KiB — 592 ms — h3https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=2075927164330613&bg=!x8SlxKbNAAY2C5OeFgs7AEcBe5WfOG63ydnbczLPdbvpB6xUE-VFi04UkElBdHUG1SR7LuJQRbU7eNUy045MPKqc4PitnoxHwonsNuWBuPTqbDn987BqUwIAAAB1UgAAAAhoAQd-ADYQ-SlD5wKjQqrGhXRz7ivM-u85Rvr2opP880elq8ZGDE--LqYJ7xYZ88VSpYzuqklYlnB8PkWZAqfE5KvZWEIwBLb0fjVcOBq_So74pNDbNphldDcPAX-iU7XtDw4MCZvmQvMrkkyaKZALEfWFG_TG0isw2tFyqYlE6n-zbysQhvy-irdIZfWQQtA_m-v4TpfGgSr9w9ksOlwzaRzKhIhLRbEorSLIqZfveDOiNgyfje-kpxs166PWdmXI8WlHfHDZXe5uHvs_e5oFV9LIKq4x0H8kAGNdoXK8SrAna9QDj6JHtB5sLw2WfzdjiXi-cB5gseZ94oiFeh3bd2_iYcGka084ZsrzwH05-F9-5n09-FsBH5wsnc547XukjjahsNXUJMnKQua3KVFf76HgapcwhIRHPBx_jDOsscsZHf0J6qP5K43pETBREKGkULulSdSPdsWjnAg86uDkcRzMX3aNdYt4ZKr70yBSr-fDY5bs2xPyC9bcVHYnKfaBm2of8qPpgTe7ibVPskGxfqy_mf_O7mGpvAdrAeHIESmThC4xfhrQvacQYgoYZy6HXU_Wj0qKoZFyr_MWdYHARAWPSdABaork1jlcV_TAERTjpjB-NsquMulnTq_c_XoYJpu6Yhy2Udo_NLPWJOVY7BtfJ-IxZW8PQ2f3LhEDq_3ebE4xI-dwvkArUvg7JnMW9NgJf_RYrRE3H4pC1kwWA9Cq_gsPO2N-I10VTZ5K7dGNb6VyLliap9-yihQRfZ0bCkw8sG91uV1msvNbmZH5klUYjvr7rmRoUoVq93FfUgyoa5s6-kG4xVTq9Ph_OqJerjXPI7O64w_3VtlLfQFIulZkKEbR8l6qM_vk_8hEe_hbGE6aezFeqn4axWcqWagS5cCmL6VlCgAH8VjzWpdJVh7-n8ZcQ4RMsCzR6zmg63UGvjUZbDAycQ3U9Op2XjHOq9rQPhUatMuUvrteBbREkEhmTxwEep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=2075927164330613&bg=!x8SlxKbNAAY2C5OeFgs7AEcBe5WfOG63ydnbczLPdbvpB6xUE-VFi04UkElBdHUG1SR7LuJQRbU7eNUy045MPKqc4PitnoxHwonsNuWBuPTqbDn987BqUwIAAAB1UgAAAAhoAQd-ADYQ-SlD5wKjQqrGhXRz7ivM-u85Rvr2opP880elq8ZGDE--LqYJ7xYZ88VSpYzuqklYlnB8PkWZAqfE5KvZWEIwBLb0fjVcOBq_So74pNDbNphldDcPAX-iU7XtDw4MCZvmQvMrkkyaKZALEfWFG_TG0isw2tFyqYlE6n-zbysQhvy-irdIZfWQQtA_m-v4TpfGgSr9w9ksOlwzaRzKhIhLRbEorSLIqZfveDOiNgyfje-kpxs166PWdmXI8WlHfHDZXe5uHvs_e5oFV9LIKq4x0H8kAGNdoXK8SrAna9QDj6JHtB5sLw2WfzdjiXi-cB5gseZ94oiFeh3bd2_iYcGka084ZsrzwH05-F9-5n09-FsBH5wsnc547XukjjahsNXUJMnKQua3KVFf76HgapcwhIRHPBx_jDOsscsZHf0J6qP5K43pETBREKGkULulSdSPdsWjnAg86uDkcRzMX3aNdYt4ZKr70yBSr-fDY5bs2xPyC9bcVHYnKfaBm2of8qPpgTe7ibVPskGxfqy_mf_O7mGpvAdrAeHIESmThC4xfhrQvacQYgoYZy6HXU_Wj0qKoZFyr_MWdYHARAWPSdABaork1jlcV_TAERTjpjB-NsquMulnTq_c_XoYJpu6Yhy2Udo_NLPWJOVY7BtfJ-IxZW8PQ2f3LhEDq_3ebE4xI-dwvkArUvg7JnMW9NgJf_RYrRE3H4pC1kwWA9Cq_gsPO2N-I10VTZ5K7dGNb6VyLliap9-yihQRfZ0bCkw8sG91uV1msvNbmZH5klUYjvr7rmRoUoVq93FfUgyoa5s6-kG4xVTq9Ph_OqJerjXPI7O64w_3VtlLfQFIulZkKEbR8l6qM_vk_8hEe_hbGE6aezFeqn4axWcqWagS5cCmL6VlCgAH8VjzWpdJVh7-n8ZcQ4RMsCzR6zmg63UGvjUZbDAycQ3U9Op2XjHOq9rQPhUatMuUvrteBbREkEhmTxwE — 204 — 17 B — 108 ms — h3https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstAyMGqu5gvgX_IIp4e8pj4A5XoYmaTaX91KXhnScDv5jGvyrJQPpLPlYHCbdzz5NtIRsGyqT93WNEqAsLbtLXsC7L9-Od_xz3o4csYoCDKZmdKuwYoVO2YZsUe1yuzq8IBwMOBkE3ohhmMdtsG-599eLPsf9PiSOTQ42lVjz7JdmptbImNpwMx32hHjk4_q5_gdCKvKSnSYiiKgc2tO89ga8TOjNNWjmse_WE0WFnVFbkElByGQpo-ZPjwr5zbz3twt9JHNUzvo2C3b33wzVw5I2_ibsZRjK9pkeZyWpa61EpJiXaO2w6KgK1FFJiKVKOQ5frOmfwF1OmcQ29qw9jkwh4Ie63COfYL_JOlsbXjX7vLTAHp5KJ9rbUg8kZ6ZlkwayYoQmDKxdORo8TZRYHxzMLhiw5mzDlp0T7RXU0UjozrjAYeNKLg84pvEw&sai=AMfl-YTgIAwa3vl28eM0IlHkeck-Fe0KngigyWb_8st9zhI9kDCJ711JY9qg4S5CDZEof6rghBY3XLbmxSj_t_OinBRMmxogC3K0dX_onh78wydoTtrJwFgrXEmpUue9TfmF9uPDPFnNDB_OOcYKK0MnxVEfApF2HQ4qjKKS3UCacG_-QJngt8nsd7NBlXBc6jrbhTjtN9SVOT9G0AZlROCTG92h_PxpYemMXzfpi44ryrvP75XiCwrdCpkaErI26W89V_GB-TuIntrcjBfeyT785Vn6DdsTM5usoiZ-iYP7TpYXrzRvIgEKs3nuBgXHyNd-5xZ4yoJr9Hv2kdrmcBm_owJqiN_rctFef1iSKW6z5I94FPMI-L8vxE9Kt04vddQ6IRc4ouTaMbzkTh5IihlqyMEDhA&sig=Cg0ArKJSzBwTLPHIU8--EAE&uach_m=%5BUACH%5D&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstAyMGqu5gvgX_IIp4e8pj4A5XoYmaTaX91KXhnScDv5jGvyrJQPpLPlYHCbdzz5NtIRsGyqT93WNEqAsLbtLXsC7L9-Od_xz3o4csYoCDKZmdKuwYoVO2YZsUe1yuzq8IBwMOBkE3ohhmMdtsG-599eLPsf9PiSOTQ42lVjz7JdmptbImNpwMx32hHjk4_q5_gdCKvKSnSYiiKgc2tO89ga8TOjNNWjmse_WE0WFnVFbkElByGQpo-ZPjwr5zbz3twt9JHNUzvo2C3b33wzVw5I2_ibsZRjK9pkeZyWpa61EpJiXaO2w6KgK1FFJiKVKOQ5frOmfwF1OmcQ29qw9jkwh4Ie63COfYL_JOlsbXjX7vLTAHp5KJ9rbUg8kZ6ZlkwayYoQmDKxdORo8TZRYHxzMLhiw5mzDlp0T7RXU0UjozrjAYeNKLg84pvEw&sai=AMfl-YTgIAwa3vl28eM0IlHkeck-Fe0KngigyWb_8st9zhI9kDCJ711JY9qg4S5CDZEof6rghBY3XLbmxSj_t_OinBRMmxogC3K0dX_onh78wydoTtrJwFgrXEmpUue9TfmF9uPDPFnNDB_OOcYKK0MnxVEfApF2HQ4qjKKS3UCacG_-QJngt8nsd7NBlXBc6jrbhTjtN9SVOT9G0AZlROCTG92h_PxpYemMXzfpi44ryrvP75XiCwrdCpkaErI26W89V_GB-TuIntrcjBfeyT785Vn6DdsTM5usoiZ-iYP7TpYXrzRvIgEKs3nuBgXHyNd-5xZ4yoJr9Hv2kdrmcBm_owJqiN_rctFef1iSKW6z5I94FPMI-L8vxE9Kt04vddQ6IRc4ouTaMbzkTh5IihlqyMEDhA&sig=Cg0ArKJSzBwTLPHIU8--EAE&uach_m=%5BUACH%5D&adurl= — 200 — 28 B — 70 ms — h3https://tpc.googlesyndication.com/pagead/js/r20260420/r20110914/client/window_focus_fy2021.jstpc.googlesyndication.com/pagead/js... https://tpc.googlesyndication.com/pagead/js/r20260420/r20110914/client/window_focus_fy2021.js — 200 — 1.5 KiB — 80 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 — 69 ms — h3https://tpc.googlesyndication.com/simgad/6132642302515859418tpc.googlesyndication.com/simgad/61... https://tpc.googlesyndication.com/simgad/6132642302515859418 — 200 — 51.5 KiB — 76 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=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 106 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 — 101 ms — h3https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsvjttdoNp0_XVccqVrD5TQTZMe6_5V6Ey3X7GsmUd2ZGzXabCbhMDElls61_K1L5TWTHI1Ev2--iWclRWV17rsOcNbfEaauwLXSXNOIoUHXfx6FWr6N7jCdqf4CwOOZfWvrw40rSDShozjpH67YsczCc-tlr86TIZ-gfnzHNZAl1TS3eVwDNlxqYtbMnyXoIFVomLJyMIpYVOKuM7iPz27zUORp25i6mb4kr5yhJHMD_P9gLF19mkOgS8yn6_2VIXywcCLNGGsUtLPUmH5pMLau_uxsbnshmWALt2r7NblXQARFM5fK0FaTpQRbvJgX9WtNSed9pfA5elQc3mf4lg9gF7UnenGTtcZ2zd7DHFtvfUjFihqq0LwQoqhavdGQ829YP6joyIMeUXNotdbThO2ZdXto2sD6XsIK0n-JzndeuQCYbnkWPnwFJLt6KxLs&sai=AMfl-YQHJBGYfDmHo-juCGQH1DiBdgPXbhgSuyFJ5cLdSdfL5-pdz9SNfHEl5VBcbHG1T-d-1krifokanGl94YFZnjFbOnbGCpaV4368gjJrZtq0DzrAQteDmH4AMneseLezaQGlUZQPRjHpxnMimYMeMnvZG1JCSd18nqjI0e0qQbvp41lLLZWkq5rYSd4syGbETU-qGVvStdRTZLF4ENlDtVJoBUmjdOevcxN_KxJKhBLyySiG13YnoE_pBrce_g_Vg-flX7ngpvTvHn9iqRHhsVodgoGei6FPOkK8Xqc3cRy9nzwtb2RDXB9zDswPd7W2mCOyW-0zGNGqFA4JgZrT9fHin_W-DcQxmvQhIxPiR9LVMXpurcsZGBHDK7tie6iLLK3jw5uhGkuZVntZZN_jCnceyw&sig=Cg0ArKJSzNVoDFBagbOhEAE&uach_m=%5BUACH%5D&dett=2&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsvjttdoNp0_XVccqVrD5TQTZMe6_5V6Ey3X7GsmUd2ZGzXabCbhMDElls61_K1L5TWTHI1Ev2--iWclRWV17rsOcNbfEaauwLXSXNOIoUHXfx6FWr6N7jCdqf4CwOOZfWvrw40rSDShozjpH67YsczCc-tlr86TIZ-gfnzHNZAl1TS3eVwDNlxqYtbMnyXoIFVomLJyMIpYVOKuM7iPz27zUORp25i6mb4kr5yhJHMD_P9gLF19mkOgS8yn6_2VIXywcCLNGGsUtLPUmH5pMLau_uxsbnshmWALt2r7NblXQARFM5fK0FaTpQRbvJgX9WtNSed9pfA5elQc3mf4lg9gF7UnenGTtcZ2zd7DHFtvfUjFihqq0LwQoqhavdGQ829YP6joyIMeUXNotdbThO2ZdXto2sD6XsIK0n-JzndeuQCYbnkWPnwFJLt6KxLs&sai=AMfl-YQHJBGYfDmHo-juCGQH1DiBdgPXbhgSuyFJ5cLdSdfL5-pdz9SNfHEl5VBcbHG1T-d-1krifokanGl94YFZnjFbOnbGCpaV4368gjJrZtq0DzrAQteDmH4AMneseLezaQGlUZQPRjHpxnMimYMeMnvZG1JCSd18nqjI0e0qQbvp41lLLZWkq5rYSd4syGbETU-qGVvStdRTZLF4ENlDtVJoBUmjdOevcxN_KxJKhBLyySiG13YnoE_pBrce_g_Vg-flX7ngpvTvHn9iqRHhsVodgoGei6FPOkK8Xqc3cRy9nzwtb2RDXB9zDswPd7W2mCOyW-0zGNGqFA4JgZrT9fHin_W-DcQxmvQhIxPiR9LVMXpurcsZGBHDK7tie6iLLK3jw5uhGkuZVntZZN_jCnceyw&sig=Cg0ArKJSzNVoDFBagbOhEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 28 B — 58 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 — 56 ms — h3https://events.newsroom.bi/ingest.phpevents.newsroom.bi/ingest.php https://events.newsroom.bi/ingest.php — 200 — 953 B — 211 ms — h2https://prebid-a.rubiconproject.com/eventprebid-a.rubiconproject.com/event https://prebid-a.rubiconproject.com/event — 204 — 126 B — 377 ms — h2https://check.analytics.rlcdn.com/check/115check.analytics.rlcdn.com/check/115 https://check.analytics.rlcdn.com/check/115 — 200 — 691 B — 21 ms — http/1.1https://hbx.media.net/checksync.php?vsSync=1&cs=8&cv=31&https=1&cid=8CU211111&prvid=2034%2C2033%2C2031%2C2030%2C590%2C273%2C157%2C2027%2C2026%2C313%2C357%2C117%2C319%2C99%2C56%2C59%2C2043%2C201%2C3007%2C521%2C126%2C203%2C722%2C3024%2C171%2C173%2C251%2C3017%2C697%2C214%2C2202%2C3016%2C337%2C339%2C77%2C20000%2C2184%2C184%2C460%2C581%2C462%2C2017%2C226%2C468%2C2134%2C80%2C109%2C307%2C82&itype=PREBID&purpose1=1&gdprconsent=1&gdpr=0&coppa=0&usp_status=0&usp_consent=1&dn=nj.comhbx.media.net/checksync.php?vsSync=... https://hbx.media.net/checksync.php?vsSync=1&cs=8&cv=31&https=1&cid=8CU211111&prvid=2034%2C2033%2C2031%2C2030%2C590%2C273%2C157%2C2027%2C2026%2C313%2C357%2C117%2C319%2C99%2C56%2C59%2C2043%2C201%2C3007%2C521%2C126%2C203%2C722%2C3024%2C171%2C173%2C251%2C3017%2C697%2C214%2C2202%2C3016%2C337%2C339%2C77%2C20000%2C2184%2C184%2C460%2C581%2C462%2C2017%2C226%2C468%2C2134%2C80%2C109%2C307%2C82&itype=PREBID&purpose1=1&gdprconsent=1&gdpr=0&coppa=0&usp_status=0&usp_consent=1&dn=nj.com — 200 — 13.9 KiB — 75 ms — h2https://match.adsrvr.org/track/usersync?us_privacy=&gdpr=0&gdpr_consent=undefined&ust=imagematch.adsrvr.org/track/usersync?us_... https://match.adsrvr.org/track/usersync?us_privacy=&gdpr=0&gdpr_consent=undefined&ust=image — 302 — 437 B — 92 ms — h2https://gum.criteo.com/syncframe?origin=criteoPrebidAdapter&topUrl=www.nj.com&gpp=gum.criteo.com/syncframe?origin=cri... https://gum.criteo.com/syncframe?origin=criteoPrebidAdapter&topUrl=www.nj.com&gpp= — 200 — 5.1 KiB — 124 ms — h2https://hb.trustedstack.com/checksync.php?vsSync=1&cs=6&cv=31&https=1&cid=TS9L3D071&prvid=572%2C99%2C2115%2C2114%2C544%2C589%2C548%2C2142%2C2130&itype=TRUSTED_STACK_NAB&purpose1=1&gdprconsent=1&gdpr=0&coppa=0&usp_status=0&usp_consent=1&dn=nj.comhb.trustedstack.com/checksync.php?v... https://hb.trustedstack.com/checksync.php?vsSync=1&cs=6&cv=31&https=1&cid=TS9L3D071&prvid=572%2C99%2C2115%2C2114%2C544%2C589%2C548%2C2142%2C2130&itype=TRUSTED_STACK_NAB&purpose1=1&gdprconsent=1&gdpr=0&coppa=0&usp_status=0&usp_consent=1&dn=nj.com — 200 — 12.3 KiB — 157 ms — h2https://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 — 68 ms — h2https://cdn.taboola.com/scripts/prebid_iframe_sync.htmlcdn.taboola.com/scripts/prebid_ifra... https://cdn.taboola.com/scripts/prebid_iframe_sync.html — 200 — 2.5 KiB — 56 ms — h2https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&p=159879ads.pubmatic.com/AdServer/js/user_s... https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&p=159879 — 200 — 7.6 KiB — 39 ms — h2https://dpm.demdex.net/ibs:dpid=903&dpuuid=6b288e53-6487-4f52-a006-59fa065f198e&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daamdpm.demdex.net/ibs:dpid=903&dpuuid=... https://dpm.demdex.net/ibs:dpid=903&dpuuid=6b288e53-6487-4f52-a006-59fa065f198e&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daam — 302 — 617 B — 21 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=903&dpuuid=6b288e53-6487-4f52-a006-59fa065f198e&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daamdpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=903&dpuuid=6b288e53-6487-4f52-a006-59fa065f198e&gdpr=0&gdpr_consent=&redir=https%3A%2F%2Fmatch.adsrvr.org%2Ftrack%2Fcmf%2Fgeneric%3Fttd_pid%3Daam — 200 — 468 B — 8 ms — h2https://cs.media.net/cst?gdpr=0&cs=8&usp_status=0&gdprconsent=1&usp_consent=1&cid=8CU211111&coppa=0&itype=PREBIDcs.media.net/cst?gdpr=0&cs=8&usp_st... https://cs.media.net/cst?gdpr=0&cs=8&usp_status=0&gdprconsent=1&usp_consent=1&cid=8CU211111&coppa=0&itype=PREBID — 200 — 314 B — 171 ms — h2https://ut.pubmatic.com/geo?pubid=159879ut.pubmatic.com/geo?pubid=159879 https://ut.pubmatic.com/geo?pubid=159879 — 200 — 130 B — 345 ms — h2https://ssum-sec.casalemedia.com/usermatch?d=https%3A%2F%2Fwww.nj.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?d=https%3A%2F%2Fwww.nj.com%2F&s=184674&cb=https%3A%2F%2Fcdn.indexww.com%2Fht%2Fhtw-pixel.gif%3F — 302 — 902 B — 253 ms — h3https://trc.taboola.com/sg/prebidJS/1/cmtrc.taboola.com/sg/prebidJS/1/cm https://trc.taboola.com/sg/prebidJS/1/cm — -1 — 0 B — 151 ms — https://cdn.taboola.com/scripts/ifs.jscdn.taboola.com/scripts/ifs.js https://cdn.taboola.com/scripts/ifs.js — 200 — 1.2 KiB — 9 ms — h2https://gum.criteo.com/sid/json?origin=criteoPrebidAdapter&domain=www.nj.com&sn=AndroidSyncframe&so=0&topUrl=www.nj.com&pm=1gum.criteo.com/sid/json?origin=crit... https://gum.criteo.com/sid/json?origin=criteoPrebidAdapter&domain=www.nj.com&sn=AndroidSyncframe&so=0&topUrl=www.nj.com&pm=1 — 302 — 743 B — 121 ms — h2https://hb.trustedstack.com/cst?gdpr=0&cs=6&usp_status=0&gdprconsent=1&usp_consent=1&cid=TS9L3D071&coppa=0&itype=TRUSTED_STACK_NABhb.trustedstack.com/cst?gdpr=0&cs=6... https://hb.trustedstack.com/cst?gdpr=0&cs=6&usp_status=0&gdprconsent=1&usp_consent=1&cid=TS9L3D071&coppa=0&itype=TRUSTED_STACK_NAB — 200 — 311 B — 136 ms — h2https://ut.pubmatic.com/geo?pubid=159879ut.pubmatic.com/geo?pubid=159879 https://ut.pubmatic.com/geo?pubid=159879 — 200 — 0 B — 251 ms — h2https://mug.criteo.com/sid?cpp=VPfoyHw0VVhWczF6V0p5VVQydTFNdkVmK05ZWEtIMDZOWTVKQmNjYlBsL2RyekkyS0dCQlNnTHRLNHBTeEZPTmk4KzRqWmJOVDA0S0VTZXRZYllWeFdOTkxWSDZvMms2R3RxNi8zZi9ITXNDYlNrT0VaNHl4MVJmbCtLbVhGeVN5NGFpMFFFa2ZoZExyaFlaZUV3UlE4ZGhOOVF6Sy9kZm1JZTYxdXJUWUNRbUQ5ekgzbHNnbWpxQ2pJdEFCazAycFQ0TEVmem52YmdwbUZWYk9XeGpDbTlBZEx0QUlWKzB1YWlmQ2ZuS1l1UVJYcGlPZ0FuaG9IWit1RE82VW4vSGRQWUJiSWt2Uk0xYmN5ZUt2TnQvVGcvWkRxQT09fA&cppv=2mug.criteo.com/sid?cpp=VPfoyHw0VVhW... https://mug.criteo.com/sid?cpp=VPfoyHw0VVhWczF6V0p5VVQydTFNdkVmK05ZWEtIMDZOWTVKQmNjYlBsL2RyekkyS0dCQlNnTHRLNHBTeEZPTmk4KzRqWmJOVDA0S0VTZXRZYllWeFdOTkxWSDZvMms2R3RxNi8zZi9ITXNDYlNrT0VaNHl4MVJmbCtLbVhGeVN5NGFpMFFFa2ZoZExyaFlaZUV3UlE4ZGhOOVF6Sy9kZm1JZTYxdXJUWUNRbUQ5ekgzbHNnbWpxQ2pJdEFCazAycFQ0TEVmem52YmdwbUZWYk9XeGpDbTlBZEx0QUlWKzB1YWlmQ2ZuS1l1UVJYcGlPZ0FuaG9IWit1RE82VW4vSGRQWUJiSWt2Uk0xYmN5ZUt2TnQvVGcvWkRxQT09fA&cppv=2 — 200 — 779 B — 126 ms — h2https://ssum-sec.casalemedia.com/usermatch?d=https%3A%2F%2Fwww.nj.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?d=https%3A%2F%2Fwww.nj.com%2F&s=184674&cb=https%3A%2F%2Fcdn.indexww.com%2Fht%2Fhtw-pixel.gif%3F&C=1 — 200 — 545 B — 198 ms — h3https://cdn.indexww.com/ht/htw-pixel.gif?0cdn.indexww.com/ht/htw-pixel.gif?0 https://cdn.indexww.com/ht/htw-pixel.gif?0 — 200 — 251 B — 12 ms — h2https://www.google-analytics.com/g/collect?v=2&tid=G-NTKKSXTDHG&gtm=45je64h1v889607100z878038603za20gzb78038603zd78038603&_p=1776804873763&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAAQ&are=1&cid=4477194.1776804876&frm=0&pscdl=noapi&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~117266400&dp=%2F&dl=https%3A%2F%2Fwww.nj.com%2F&sid=1776804876&sct=1&seg=0&dt=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&tfd=10775www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-NTKKSXTDHG&gtm=45je64h1v889607100z878038603za20gzb78038603zd78038603&_p=1776804873763&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAAQ&are=1&cid=4477194.1776804876&frm=0&pscdl=noapi&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~117266400&dp=%2F&dl=https%3A%2F%2Fwww.nj.com%2F&sid=1776804876&sct=1&seg=0&dt=New%20Jersey%20Local%20News%2C%20Breaking%20News%2C%20Sports%20%26%20Weather&tfd=10775 — 204 — 57 B — 61 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 19700ms · 3192KB · $262/mo
www.nj.com
Other
Costly
Execution 3208ms
Transfer 131 KB
Unused 29%
Monthly Cost $43/mo
Unattributable
Other
Costly
Execution 2819ms
Transfer 0 KB
Monthly Cost $37/mo
www.nj.com
Other
Costly
Execution 2029ms
Transfer 901 KB
Unused 81%
Monthly Cost $27/mo
www.nj.com
Other
Costly
Execution 1372ms
Transfer 33 KB
Monthly Cost $18/mo
www.nj.com
Other
Costly
Execution 1164ms
Transfer 98 KB
Monthly Cost $15/mo
x054.nj.com
Other
Costly
Execution 942ms
Transfer 43 KB
Monthly Cost $12/mo
micro.rubiconproject.com
Other
Costly
Execution 918ms
Transfer 174 KB
Unused 27%
Monthly Cost $12/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 894ms
Transfer 188 KB
Unused 50%
Monthly Cost $12/mo
Google Tag Manager
Tag Manager
Costly
Execution 849ms
Transfer 189 KB
Unused 36%
Monthly Cost $11/mo
js.datadome.co
Other
Costly
Execution 594ms
Transfer 39 KB
Monthly Cost $8/mo
sdk.mrf.io
Other
Costly
Execution 526ms
Transfer 59 KB
Unused 39%
Monthly Cost $7/mo
privacy.advancelocal.com
Other
Costly
Execution 508ms
Transfer 51 KB
Unused 44%
Monthly Cost $7/mo
cdn.tinypass.com
Other
Costly
Execution 463ms
Transfer 133 KB
Unused 54%
Monthly Cost $6/mo
s.ntv.io
Other
Costly
Execution 434ms
Transfer 251 KB
Unused 76%
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Costly
Execution 359ms
Transfer 170 KB
Unused 40%
Monthly Cost $5/mo
c.amazon-adsystem.com
Other
Costly
Execution 303ms
Transfer 91 KB
Unused 40%
Monthly Cost $4/mo
pagead2.googlesyndication.com
Other
Costly
Execution 278ms
Transfer 73 KB
Unused 42%
Monthly Cost $4/mo
cdn.sophi.io
Other
Costly
Execution 262ms
Transfer 38 KB
Monthly Cost $3/mo
static.criteo.net
Other
Optional
Execution 180ms
Transfer 15 KB
Monthly Cost $2/mo
d-code.liadm.com
Other
Optional
Execution 172ms
Transfer 46 KB
Monthly Cost $2/mo
js.matheranalytics.com
Other
Optional
Execution 147ms
Transfer 0 KB
Monthly Cost $2/mo
tags.crwdcntrl.net
Other
Optional
Execution 134ms
Transfer 20 KB
Monthly Cost $2/mo
sdk.mrf.io
Other
Optional
Execution 106ms
Transfer 4 KB
Monthly Cost $1/mo
cdn.cxense.com
Other
Optional
Execution 105ms
Transfer 38 KB
Unused 58%
Monthly Cost $1/mo
ats-wrapper.privacymanager.io
Other
Optional
Execution 99ms
Transfer 39 KB
Unused 58%
Monthly Cost $1/mo
acustomizedgift.com
Other
Optional
Execution 99ms
Transfer 38 KB
Unused 56%
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 98ms
Transfer 34 KB
Monthly Cost $1/mo
ep2.adtrafficquality.google
Other
Optional
Execution 96ms
Transfer 8 KB
Monthly Cost $1/mo
cdn.parsely.com
Other
Optional
Execution 93ms
Transfer 22 KB
Monthly Cost $1/mo
jadserve.postrelease.com
Other
Optional
Execution 78ms
Transfer 2 KB
Monthly Cost $1/mo
s.go-mpulse.net
Other
Optional
Execution 76ms
Transfer 57 KB
Unused 65%
Monthly Cost $1/mo
advancelocal.blueconic.net
Other
Optional
Execution 68ms
Transfer 1 KB
Monthly Cost $1/mo
config.aps.amazon-adsystem.com
Other
Optional
Execution 61ms
Transfer 2 KB
Monthly Cost $1/mo
www.nj.com
Other
Optional
Execution 58ms
Transfer 93 KB
Monthly Cost $1/mo
www.nj.com
Other
Optional
Execution 56ms
Transfer 41 KB
Monthly Cost $1/mo
news.google.com
Other
Optional
Execution 51ms
Transfer 71 KB
Unused 67%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.nj.com adds 3208ms and costs ~$43/month
  • Unattributable adds 2819ms and costs ~$37/month
  • www.nj.com adds 2029ms and costs ~$27/month
  • www.nj.com adds 1372ms and costs ~$18/month
  • www.nj.com adds 1164ms and costs ~$15/month
  • x054.nj.com adds 942ms and costs ~$12/month
  • micro.rubiconproject.com adds 918ms and costs ~$12/month
  • securepubads.g.doubleclick.net adds 894ms and costs ~$12/month
  • Google Tag Manager adds 849ms and costs ~$11/month
  • js.datadome.co adds 594ms and costs ~$8/month
  • sdk.mrf.io adds 526ms and costs ~$7/month
  • privacy.advancelocal.com adds 508ms and costs ~$7/month
  • cdn.tinypass.com adds 463ms and costs ~$6/month
  • s.ntv.io adds 434ms and costs ~$6/month
  • Google Tag Manager adds 359ms and costs ~$5/month
  • c.amazon-adsystem.com adds 303ms and costs ~$4/month
  • pagead2.googlesyndication.com adds 278ms and costs ~$4/month
  • cdn.sophi.io adds 262ms 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

www.nj.com takes 3208ms 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 2819ms 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.nj.com takes 2029ms 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

81% of www.nj.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.nj.com takes 1372ms 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.nj.com takes 1164ms 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

x054.nj.com takes 942ms 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

micro.rubiconproject.com takes 918ms 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 894ms 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

50% of securepubads.g.doubleclick.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

Google Tag Manager takes 849ms 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

js.datadome.co takes 594ms 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

sdk.mrf.io takes 526ms 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

privacy.advancelocal.com takes 508ms 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.tinypass.com takes 463ms 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

54% of cdn.tinypass.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

s.ntv.io takes 434ms 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

76% of s.ntv.io'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

Google Tag Manager takes 359ms 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

c.amazon-adsystem.com takes 303ms 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 278ms 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.sophi.io takes 262ms 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 cdn.cxense.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

58% of ats-wrapper.privacymanager.io'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

56% of acustomizedgift.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

65% of s.go-mpulse.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

67% of news.google.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