Skip to content
https://stripes.com

Performance

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

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

29
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
81
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
88
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.

5.46 s

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

5.90 s

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

3.93 s

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

0.030

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

17.74 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.

52.34 s

Page Load Progression

730 ms
1.5 s
2.2 s
2.9 s
3.7 s
4.4 s
5.1 s
5.8 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
11.2 MB transferred, 387 requests
FIX
11.2 MB transferred, 387 requests
Critical::
Page weighs 23.8 MB (11.2 MB transferred)
Warning::
JavaScript is 4.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 4.2 MB
Warning::
Images are 2.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.5 MB
Info::
CSS is 453 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 453 KB
Info::
Fonts are 230 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 230 KB
Warning::
387 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.4 g CO2 per page load
11.2 MB / 2.4 MB budget
11.2 MB transferred
387 requests
2.4 g CO2 per page load
JavaScript 4.2 MiB 37%
Other 3.5 MiB 31%
Images 2.5 MiB 23%
CSS 452.7 KiB 4%
Fonts 229.8 KiB 2%
HTML 171.6 KiB 1%
Other 122.2 KiB 1%
Other 49.8 KiB 0%
Other 618 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (11.2 MiB of 11.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
16421ms total JS execution
FIX
16421ms total JS execution
Warning::
https://js.pelcro.com/ui/plugin/stars-and-stripes/...: 2829ms CPU time
Warning::
Unattributable: 2132ms CPU time
Warning::
https://browser.sentry-cdn.com/10.49.0/bundle.trac...: 1932ms CPU time
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 1479ms CPU time
Warning::
https://www.stripes.com/: 1248ms CPU time
Warning::
Third-party scripts: 16421ms (100% of total)

Main Thread Breakdown

Script Evaluation 63% Other 19% Script Parsing & Compilation 7% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
https://js.pelcro.com/ui/plugin/stars-and-stripes/main.min.js2829ms1644ms143ms3rd
Unattributable2132ms457ms0ms3rd
https://browser.sentry-cdn.com/10.49.0/bundle.tracing.min.js1932ms1470ms13ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=310979451479ms1298ms88ms3rd
https://www.stripes.com/1248ms145ms15ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js1241ms1083ms75ms3rd
https://cds.connatix.com/p/323954724/player.user.manager.service.js600ms492ms5ms3rd
https://cds.connatix.com/p/323954724/connatix.player.js?cid=a621699a-1370-4be7-8957-ace0a3fdc1e6&pid=22487b42-1752-47d3-8988-89edc0ddfb08516ms317ms46ms3rd
https://cds.connatix.com/p/323954724/player.lit.ui.js511ms416ms13ms3rd
https://s.ntv.io/serve/load.js357ms276ms77ms3rd

Showing top 10 of 36 scripts

F
JS Bundles
Action
95 scripts, 2.1 MB unused
FIX
95 scripts, 2.1 MB unused
Warning::
https://js.pelcro.com/ui/plugin/stars-and-stripes/...: 249 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://s.ntv.io/serve/load.js: 196 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 2.1 MB
2183 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.pelcro.com/ui/plugin/stars-and-stripes/main.min.js411 KB249 KB (61%)3rd
https://s.ntv.io/serve/load.js251 KB196 KB (78%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=G-S3BD5CQRB6&cx=c&gtm=4e64k1h2169 KB114 KB (67%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945188 KB99 KB (53%)3rd
https://cds.connatix.com/p/323954724/player.ads.js95 KB87 KB (92%)3rd
https://www.googletagmanager.com/gtag/js?id=G-S3BD5CQRB6169 KB70 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MCJSRBS129 KB69 KB (53%)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
387 resources · 11.2 MB · 2.1 MB savings available
FIX
387 resources · 11.2 MB · 2.1 MB savings available
Warning::
Page weight 10.2 MB over 1MB target
Got: 11.2 MB Expected: ≤ 1 MB
Info::
~2.1 MB of savings available
Warning::
386 third-party resources (100% of weight)
Info::
7 resources over 200KB
387 resources · 11.2 MiB · 386 third-party 10.2 MiB over 1MB target
JavaScript 37% · 4.2 MiB
Media 31% · 3.5 MiB
Image 23% · 2.6 MiB
CSS 4% · 452.7 KiB
Font 2% · 229.8 KiB
Other 2% · 186.0 KiB
Document 2% · 185.8 KiB

~2.1 MiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
140 images, 0 KB saveable
REVIEW
140 images, 0 KB saveable
Warning::
https://www.stripes.com/incoming/eig5z8-20260421_a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/icw1j2-230426spsc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/e4isqg-9626882.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/ouj4o0-230426bk-r... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://guam.stripes.com/travel/4xzyan-sms_cormora... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/qjm333-9595597ira... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/hszjca-191225sf_b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/oo51ms-trv-ust-fl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/ln3ofw-plg-sporel... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/a3vjdn-8775345.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/theme/icons/icon_camera.sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://korea.stripes.com/food-drink/5x4kqs-3.-heo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/theme/images/stripes-logo-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/theme/icons/icon_speech-bu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/a3vjdn-8775345.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/u85glf-9613877.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/4ng3ni-sse02236xn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/jgdbrl-20250731_u... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/theme/images/jobs/veterans... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/zhiwti-100426wkqt... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://tpc.googlesyndication.com/simgad/293533526... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/sxy4s4-us-news-sc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/tgya67-pnw08jrotc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/theme/images/america250-ba... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/lxuvs6-img_4191.j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://okinawa.stripes.com/travel/si2a54-sanshin.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/8i602l-220426scou... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/theme/icons/icon_typhoon.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/jnd5im-a94c32fc-e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/yeja9e-screenshot... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://japan.stripes.com/incoming/1155nf-capture1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/gk1w2q-20260421_h... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/r1td85-original-(... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/7a43mk-230426spci... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/rj3zgz-life-self-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/gk1w2q-20260421_h... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/j4mfk6-enw30patro... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/boazl9-9499015.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/ejfh84-230426oki-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/l6a0ei-officer-fr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/jt3rnx-030426wkca... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/r0fj0e-210426ibog... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/o8vhe9-210426miss... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.stripes.com/incoming/kj8iav-xx0426genz... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://europe.stripes.com/incoming/3tpmdy-made-tr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
140 images 2.5 MB
0 oversized -0 KB
123 legacy format
45 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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

Green Hosting

No green hosting detected

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

Web fonts

9

230 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 5.5 s LCP 5.9 shttps://use.typekit.net/af/a1f0a7/00000000000000007735ab08/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3l https://use.typekit.net/af/a1f0a7/00000000000000007735ab08/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3 — 15.4 KiB — 54 ms — font-display: swaphttps://use.typekit.net/af/7ed1f6/0000000000000000773599aa/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3l https://use.typekit.net/af/7ed1f6/0000000000000000773599aa/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3 — 23.9 KiB — 63 ms — font-display: swaphttps://use.typekit.net/af/3058a4/0000000000000000773599a9/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3l https://use.typekit.net/af/3058a4/0000000000000000773599a9/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3 — 22.7 KiB — 63 ms — font-display: swaphttps://use.typekit.net/af/c00e0b/0000000000000000773599ad/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3l https://use.typekit.net/af/c00e0b/0000000000000000773599ad/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3 — 22.3 KiB — 70 ms — font-display: swaphttps://use.typekit.net/af/eae76c/00000000000000007735ab13/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3l https://use.typekit.net/af/eae76c/00000000000000007735ab13/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3 — 15.0 KiB — 54 ms — font-display: swaphttps://use.typekit.net/af/cfd773/00000000000000007735ab07/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3l https://use.typekit.net/af/cfd773/00000000000000007735ab07/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3 — 15.2 KiB — 10 ms — font-display: swaphttps://www.stripes.com/theme/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.stripes.com/theme/webfonts/fa-solid-900.woff2 — 78.9 KiB — 185 ms — font-display: swapdata:font/woff;base64,d09GRgABAAAAAAnAAAsAAAAACXQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAA…woff;base64,d09GRgABAAA... data:font/woff;base64,d09GRgABAAAAAAnAAAsAAAAACXQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAA… — 2.4 KiB — 34 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 113 ms — font-display: swap
l woff2 swap
Size 15 KB
Load time 54 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 24 KB
Load time 63 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 23 KB
Load time 63 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 22 KB
Load time 70 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 54 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 15 KB
Load time 10 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 79 KB
Load time 185 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
woff;base64,d09GRgABAAA... woff swap
Size 2 KB
Load time 34 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 113 ms
Start 4.3 s
Risk FOUT — text flashes from fallback to web font
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 ~1 KB and ~2 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
387 requests over 7520ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 5.5 s LCP 5.9 shttps://stripes.com// https://stripes.com/ — 301 — 245 B — 147 ms — h2https://www.stripes.com/www.stripes.com/ https://www.stripes.com/ — 200 — 24.1 KiB — 455 ms — h2https://use.typekit.net/ltm0ibz.cssuse.typekit.net/ltm0ibz.css https://use.typekit.net/ltm0ibz.css — 200 — 1.2 KiB — 219 ms — h2https://www.stripes.com/theme/css/layout.csswww.stripes.com/theme/css/layout.cs... https://www.stripes.com/theme/css/layout.css — 200 — 335.6 KiB — 79 ms — h2https://www.stripes.com/theme/css/font-awesome-all.min.csswww.stripes.com/theme/css/font-awes... https://www.stripes.com/theme/css/font-awesome-all.min.css — 200 — 58.4 KiB — 41 ms — h2https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.csscdn.jsdelivr.net/npm/daterangepicke... https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css — 200 — 2.0 KiB — 47 ms — h2https://www.stripes.com/theme/css/swiper.csswww.stripes.com/theme/css/swiper.cs... https://www.stripes.com/theme/css/swiper.css — 200 — 3.8 KiB — 23 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js — 200 — 33.0 KiB — 143 ms — h2https://www.stripes.com/theme/js/ad.jswww.stripes.com/theme/js/ad.js https://www.stripes.com/theme/js/ad.js — 200 — 6.5 KiB — 26 ms — h2https://promotions.stripes.com/frequence.jspromotions.stripes.com/frequence.js https://promotions.stripes.com/frequence.js — 200 — 1.5 KiB — 942 ms — http/1.1https://www.stripes.com/theme/images/stripes-logo-black.svgwww.stripes.com/theme/images/stripe... https://www.stripes.com/theme/images/stripes-logo-black.svg — 200 — 7.8 KiB — 360 ms — h2https://www.stripes.com/theme/icons/icon_x.svgwww.stripes.com/theme/icons/icon_x.... https://www.stripes.com/theme/icons/icon_x.svg — 200 — 921 B — 277 ms — h2https://p.typekit.net/p.css?s=1&k=ltm0ibz&ht=tk&f=4750.5022.5035.5178.5310.5416.13728.13732.13741&a=23587097&app=typekit&e=cssp.typekit.net/p.css?s=1&k=ltm0ibz&h... https://p.typekit.net/p.css?s=1&k=ltm0ibz&ht=tk&f=4750.5022.5035.5178.5310.5416.13728.13732.13741&a=23587097&app=typekit&e=css — 200 — 172 B — 65 ms — h2https://www.stripes.com/theme/icons/icon_facebook.svgwww.stripes.com/theme/icons/icon_fa... https://www.stripes.com/theme/icons/icon_facebook.svg — 200 — 1.4 KiB — 272 ms — h2https://www.stripes.com/incoming/boazl9-9499015.jpg/alternates/LANDSCAPE_610/9499015.jpgwww.stripes.com/incoming/boazl9-949... https://www.stripes.com/incoming/boazl9-9499015.jpg/alternates/LANDSCAPE_610/9499015.jpg — 200 — 53.0 KiB — 21 ms — h2https://www.stripes.com/incoming/gk1w2q-20260421_house_va_0171.jpg/alternates/LANDSCAPE_285/20260421_House_VA_0171.jpgwww.stripes.com/incoming/gk1w2q-202... https://www.stripes.com/incoming/gk1w2q-20260421_house_va_0171.jpg/alternates/LANDSCAPE_285/20260421_House_VA_0171.jpg — 200 — 9.7 KiB — 22 ms — h2https://trinitymedia.ai/player/pulse-js/2900005504/?mobile=0&browseMode=0&isPlaylistShare=1&playlist=https%3A%2F%2Fdelivery.trinityaudio.ai%2Fv1%2Fplaylist%2F3hp5nyrp%2Frss&language=en&pageURL=https%3A%2F%2Fwww.stripes.com%2Ftrinitymedia.ai/player/pulse-js/290... https://trinitymedia.ai/player/pulse-js/2900005504/?mobile=0&browseMode=0&isPlaylistShare=1&playlist=https%3A%2F%2Fdelivery.trinityaudio.ai%2Fv1%2Fplaylist%2F3hp5nyrp%2Frss&language=en&pageURL=https%3A%2F%2Fwww.stripes.com%2F — 200 — 5.4 KiB — 402 ms — h2https://www.stripes.com/manifest.webmanifestwww.stripes.com/manifest.webmanifes... https://www.stripes.com/manifest.webmanifest — 200 — 618 B — 143 ms — h2https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.jscdnjs.cloudflare.com/ajax/libs/mome... https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js — 200 — 19.1 KiB — 103 ms — h3https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.jscdn.jsdelivr.net/npm/daterangepicke... https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js — 200 — 7.8 KiB — 3 ms — h2https://www.stripes.com/theme/js/sss.min.jswww.stripes.com/theme/js/sss.min.js https://www.stripes.com/theme/js/sss.min.js — 200 — 1.5 KiB — 20 ms — h2https://www.stripes.com/theme/js/jquery.oembed.jswww.stripes.com/theme/js/jquery.oem... https://www.stripes.com/theme/js/jquery.oembed.js — 200 — 66.8 KiB — 20 ms — h2https://www.stripes.com/theme/js/main.jswww.stripes.com/theme/js/main.js https://www.stripes.com/theme/js/main.js — 200 — 20.0 KiB — 20 ms — h2https://www.stripes.com/theme/js/embed-card.jswww.stripes.com/theme/js/embed-card... https://www.stripes.com/theme/js/embed-card.js — 200 — 767 B — 21 ms — h2https://js.pelcro.com/sdk/main.min.jsjs.pelcro.com/sdk/main.min.js https://js.pelcro.com/sdk/main.min.js — 200 — 45.2 KiB — 137 ms — h2https://downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.jsdownloads.mailchimp.com/js/signup-f... https://downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js — 200 — 70.2 KiB — 232 ms — http/1.1https://www.stripes.com/theme/js/newsletter-popup.jswww.stripes.com/theme/js/newsletter... https://www.stripes.com/theme/js/newsletter-popup.js — 200 — 778 B — 57 ms — h2https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.2 KiB — 159 ms — h2https://insight.adsrvr.org/track/pxl/?adv=evd7s0c&ct=0:rg3maz7&fmt=3insight.adsrvr.org/track/pxl/?adv=e... https://insight.adsrvr.org/track/pxl/?adv=evd7s0c&ct=0:rg3maz7&fmt=3 — 200 — 149 B — 179 ms — h2https://insight.adsrvr.org/track/pxl/?adv=5a84esg&ct=0:p31gd17&fmt=3insight.adsrvr.org/track/pxl/?adv=5... https://insight.adsrvr.org/track/pxl/?adv=5a84esg&ct=0:p31gd17&fmt=3 — 200 — 148 B — 181 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 5.5 s LCP 5.9 shttps://stripes.com// https://stripes.com/ — 301 — 245 B — 147 ms — h2https://www.stripes.com/www.stripes.com/ https://www.stripes.com/ — 200 — 24.1 KiB — 455 ms — h2https://use.typekit.net/ltm0ibz.cssuse.typekit.net/ltm0ibz.css https://use.typekit.net/ltm0ibz.css — 200 — 1.2 KiB — 219 ms — h2https://www.stripes.com/theme/css/layout.csswww.stripes.com/theme/css/layout.cs... https://www.stripes.com/theme/css/layout.css — 200 — 335.6 KiB — 79 ms — h2https://www.stripes.com/theme/css/font-awesome-all.min.csswww.stripes.com/theme/css/font-awes... https://www.stripes.com/theme/css/font-awesome-all.min.css — 200 — 58.4 KiB — 41 ms — h2https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.csscdn.jsdelivr.net/npm/daterangepicke... https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css — 200 — 2.0 KiB — 47 ms — h2https://www.stripes.com/theme/css/swiper.csswww.stripes.com/theme/css/swiper.cs... https://www.stripes.com/theme/css/swiper.css — 200 — 3.8 KiB — 23 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js — 200 — 33.0 KiB — 143 ms — h2https://www.stripes.com/theme/js/ad.jswww.stripes.com/theme/js/ad.js https://www.stripes.com/theme/js/ad.js — 200 — 6.5 KiB — 26 ms — h2https://promotions.stripes.com/frequence.jspromotions.stripes.com/frequence.js https://promotions.stripes.com/frequence.js — 200 — 1.5 KiB — 942 ms — http/1.1https://www.stripes.com/theme/images/stripes-logo-black.svgwww.stripes.com/theme/images/stripe... https://www.stripes.com/theme/images/stripes-logo-black.svg — 200 — 7.8 KiB — 360 ms — h2https://www.stripes.com/theme/icons/icon_x.svgwww.stripes.com/theme/icons/icon_x.... https://www.stripes.com/theme/icons/icon_x.svg — 200 — 921 B — 277 ms — h2https://p.typekit.net/p.css?s=1&k=ltm0ibz&ht=tk&f=4750.5022.5035.5178.5310.5416.13728.13732.13741&a=23587097&app=typekit&e=cssp.typekit.net/p.css?s=1&k=ltm0ibz&h... https://p.typekit.net/p.css?s=1&k=ltm0ibz&ht=tk&f=4750.5022.5035.5178.5310.5416.13728.13732.13741&a=23587097&app=typekit&e=css — 200 — 172 B — 65 ms — h2https://www.stripes.com/theme/icons/icon_facebook.svgwww.stripes.com/theme/icons/icon_fa... https://www.stripes.com/theme/icons/icon_facebook.svg — 200 — 1.4 KiB — 272 ms — h2https://www.stripes.com/incoming/boazl9-9499015.jpg/alternates/LANDSCAPE_610/9499015.jpgwww.stripes.com/incoming/boazl9-949... https://www.stripes.com/incoming/boazl9-9499015.jpg/alternates/LANDSCAPE_610/9499015.jpg — 200 — 53.0 KiB — 21 ms — h2https://www.stripes.com/incoming/gk1w2q-20260421_house_va_0171.jpg/alternates/LANDSCAPE_285/20260421_House_VA_0171.jpgwww.stripes.com/incoming/gk1w2q-202... https://www.stripes.com/incoming/gk1w2q-20260421_house_va_0171.jpg/alternates/LANDSCAPE_285/20260421_House_VA_0171.jpg — 200 — 9.7 KiB — 22 ms — h2https://trinitymedia.ai/player/pulse-js/2900005504/?mobile=0&browseMode=0&isPlaylistShare=1&playlist=https%3A%2F%2Fdelivery.trinityaudio.ai%2Fv1%2Fplaylist%2F3hp5nyrp%2Frss&language=en&pageURL=https%3A%2F%2Fwww.stripes.com%2Ftrinitymedia.ai/player/pulse-js/290... https://trinitymedia.ai/player/pulse-js/2900005504/?mobile=0&browseMode=0&isPlaylistShare=1&playlist=https%3A%2F%2Fdelivery.trinityaudio.ai%2Fv1%2Fplaylist%2F3hp5nyrp%2Frss&language=en&pageURL=https%3A%2F%2Fwww.stripes.com%2F — 200 — 5.4 KiB — 402 ms — h2https://www.stripes.com/manifest.webmanifestwww.stripes.com/manifest.webmanifes... https://www.stripes.com/manifest.webmanifest — 200 — 618 B — 143 ms — h2https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.jscdnjs.cloudflare.com/ajax/libs/mome... https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js — 200 — 19.1 KiB — 103 ms — h3https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.jscdn.jsdelivr.net/npm/daterangepicke... https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js — 200 — 7.8 KiB — 3 ms — h2https://www.stripes.com/theme/js/sss.min.jswww.stripes.com/theme/js/sss.min.js https://www.stripes.com/theme/js/sss.min.js — 200 — 1.5 KiB — 20 ms — h2https://www.stripes.com/theme/js/jquery.oembed.jswww.stripes.com/theme/js/jquery.oem... https://www.stripes.com/theme/js/jquery.oembed.js — 200 — 66.8 KiB — 20 ms — h2https://www.stripes.com/theme/js/main.jswww.stripes.com/theme/js/main.js https://www.stripes.com/theme/js/main.js — 200 — 20.0 KiB — 20 ms — h2https://www.stripes.com/theme/js/embed-card.jswww.stripes.com/theme/js/embed-card... https://www.stripes.com/theme/js/embed-card.js — 200 — 767 B — 21 ms — h2https://js.pelcro.com/sdk/main.min.jsjs.pelcro.com/sdk/main.min.js https://js.pelcro.com/sdk/main.min.js — 200 — 45.2 KiB — 137 ms — h2https://downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.jsdownloads.mailchimp.com/js/signup-f... https://downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js — 200 — 70.2 KiB — 232 ms — http/1.1https://www.stripes.com/theme/js/newsletter-popup.jswww.stripes.com/theme/js/newsletter... https://www.stripes.com/theme/js/newsletter-popup.js — 200 — 778 B — 57 ms — h2https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.2 KiB — 159 ms — h2https://insight.adsrvr.org/track/pxl/?adv=evd7s0c&ct=0:rg3maz7&fmt=3insight.adsrvr.org/track/pxl/?adv=e... https://insight.adsrvr.org/track/pxl/?adv=evd7s0c&ct=0:rg3maz7&fmt=3 — 200 — 149 B — 179 ms — h2https://insight.adsrvr.org/track/pxl/?adv=5a84esg&ct=0:p31gd17&fmt=3insight.adsrvr.org/track/pxl/?adv=5... https://insight.adsrvr.org/track/pxl/?adv=5a84esg&ct=0:p31gd17&fmt=3 — 200 — 148 B — 181 ms — h2https://www.stripes.com/incoming/a3vjdn-8775345.jpg/alternates/LANDSCAPE_285/8775345.jpgwww.stripes.com/incoming/a3vjdn-877... https://www.stripes.com/incoming/a3vjdn-8775345.jpg/alternates/LANDSCAPE_285/8775345.jpg — 200 — 6.5 KiB — 291 ms — h2https://www.stripes.com/incoming/8i602l-220426scoutingphoto01.jpg/alternates/SQUARE_100/220426SCOUTINGphoto01.jpgwww.stripes.com/incoming/8i602l-220... https://www.stripes.com/incoming/8i602l-220426scoutingphoto01.jpg/alternates/SQUARE_100/220426SCOUTINGphoto01.jpg — 200 — 4.6 KiB — 60 ms — h2https://www.stripes.com/incoming/dajw7a-1989906.jpg/alternates/SQUARE_100/1989906.jpgwww.stripes.com/incoming/dajw7a-198... https://www.stripes.com/incoming/dajw7a-1989906.jpg/alternates/SQUARE_100/1989906.jpg — 200 — 3.9 KiB — 58 ms — h2https://www.stripes.com/incoming/dp17r6-ktownnow.jpg/alternates/SQUARE_100/ktownnow.JPGwww.stripes.com/incoming/dp17r6-kto... https://www.stripes.com/incoming/dp17r6-ktownnow.jpg/alternates/SQUARE_100/ktownnow.JPG — 200 — 4.2 KiB — 121 ms — h2https://www.stripes.com/incoming/r1td85-original-(1).jpg/alternates/LANDSCAPE_290/original%201.jpgwww.stripes.com/incoming/r1td85-ori... https://www.stripes.com/incoming/r1td85-original-(1).jpg/alternates/LANDSCAPE_290/original%201.jpg — 200 — 14.1 KiB — 117 ms — h2https://www.stripes.com/incoming/e4isqg-9626882.jpg/alternates/LANDSCAPE_290/9626882.jpgwww.stripes.com/incoming/e4isqg-962... https://www.stripes.com/incoming/e4isqg-9626882.jpg/alternates/LANDSCAPE_290/9626882.jpg — 200 — 8.0 KiB — 119 ms — h2https://www.stripes.com/incoming/a3vjdn-8775345.jpg/alternates/LANDSCAPE_290/8775345.jpgwww.stripes.com/incoming/a3vjdn-877... https://www.stripes.com/incoming/a3vjdn-8775345.jpg/alternates/LANDSCAPE_290/8775345.jpg — 200 — 6.6 KiB — 39 ms — h2https://www.stripes.com/incoming/hszjca-191225sf_bday_photo01.jpg/alternates/LANDSCAPE_290/191225SF_Bday_photo01.jpgwww.stripes.com/incoming/hszjca-191... https://www.stripes.com/incoming/hszjca-191225sf_bday_photo01.jpg/alternates/LANDSCAPE_290/191225SF_Bday_photo01.jpg — 200 — 11.3 KiB — 127 ms — h2https://www.stripes.com/incoming/o8vhe9-210426missing-shipphoto01.jpg/alternates/LANDSCAPE_290/210426MISSING-SHIPphoto01.jpgwww.stripes.com/incoming/o8vhe9-210... https://www.stripes.com/incoming/o8vhe9-210426missing-shipphoto01.jpg/alternates/LANDSCAPE_290/210426MISSING-SHIPphoto01.jpg — 200 — 14.7 KiB — 126 ms — h2https://www.stripes.com/incoming/ejfh84-230426oki-pfasphoto01.jpg/alternates/LANDSCAPE_290/230426OKI-PFASphoto01.jpgwww.stripes.com/incoming/ejfh84-230... https://www.stripes.com/incoming/ejfh84-230426oki-pfasphoto01.jpg/alternates/LANDSCAPE_290/230426OKI-PFASphoto01.jpg — 200 — 11.1 KiB — 136 ms — h2https://www.stripes.com/incoming/sxy4s4-us-news-scotus-military-contractors-lawsuits-get.jpg/alternates/LANDSCAPE_290/US-NEWS-SCOTUS-MILITARY-CONTRACTORS-LAWSUITS-GET.jpgwww.stripes.com/incoming/sxy4s4-us-... https://www.stripes.com/incoming/sxy4s4-us-news-scotus-military-contractors-lawsuits-get.jpg/alternates/LANDSCAPE_290/US-NEWS-SCOTUS-MILITARY-CONTRACTORS-LAWSUITS-GET.jpg — 200 — 12.3 KiB — 62 ms — h2https://www.stripes.com/incoming/8i602l-220426scoutingphoto01.jpg/alternates/LANDSCAPE_290/220426SCOUTINGphoto01.jpgwww.stripes.com/incoming/8i602l-220... https://www.stripes.com/incoming/8i602l-220426scoutingphoto01.jpg/alternates/LANDSCAPE_290/220426SCOUTINGphoto01.jpg — 200 — 15.8 KiB — 136 ms — h2https://www.stripes.com/incoming/ouj4o0-230426bk-rescuephoto01.jpg/alternates/LANDSCAPE_290/230426BK-RESCUEphoto01.jpgwww.stripes.com/incoming/ouj4o0-230... https://www.stripes.com/incoming/ouj4o0-230426bk-rescuephoto01.jpg/alternates/LANDSCAPE_290/230426BK-RESCUEphoto01.jpg — 200 — 19.0 KiB — 381 ms — h2https://www.stripes.com/incoming/qjm333-9595597iranphoto01.jpg/alternates/LANDSCAPE_290/9595597IRANphoto01.jpgwww.stripes.com/incoming/qjm333-959... https://www.stripes.com/incoming/qjm333-9595597iranphoto01.jpg/alternates/LANDSCAPE_290/9595597IRANphoto01.jpg — 200 — 10.2 KiB — 135 ms — h2https://www.stripes.com/incoming/u85glf-9613877.jpg/alternates/LANDSCAPE_290/9613877.jpgwww.stripes.com/incoming/u85glf-961... https://www.stripes.com/incoming/u85glf-9613877.jpg/alternates/LANDSCAPE_290/9613877.jpg — 200 — 10.8 KiB — 136 ms — h2https://www.stripes.com/incoming/yeja9e-screenshot-2026-04-20-093016.jpg/alternates/LANDSCAPE_290/Screenshot%202026-04-20%20093016.jpgwww.stripes.com/incoming/yeja9e-scr... https://www.stripes.com/incoming/yeja9e-screenshot-2026-04-20-093016.jpg/alternates/LANDSCAPE_290/Screenshot%202026-04-20%20093016.jpg — 200 — 6.1 KiB — 135 ms — h2https://www.stripes.com/theme/icons/icon_camera.svgwww.stripes.com/theme/icons/icon_ca... https://www.stripes.com/theme/icons/icon_camera.svg — 200 — 1007 B — 147 ms — h2https://www.stripes.com/theme/icons/icon_typhoon.svgwww.stripes.com/theme/icons/icon_ty... https://www.stripes.com/theme/icons/icon_typhoon.svg — 200 — 1.1 KiB — 148 ms — h2https://www.stripes.com/theme/icons/icon_speech-bubble.svgwww.stripes.com/theme/icons/icon_sp... https://www.stripes.com/theme/icons/icon_speech-bubble.svg — 200 — 783 B — 146 ms — h2https://www.stripes.com/theme/icons/icon_newspaper.svgwww.stripes.com/theme/icons/icon_ne... https://www.stripes.com/theme/icons/icon_newspaper.svg — 200 — 925 B — 308 ms — h2https://www.stripes.com/theme/icons/icon_comics.svgwww.stripes.com/theme/icons/icon_co... https://www.stripes.com/theme/icons/icon_comics.svg — 200 — 921 B — 149 ms — h2https://www.stripes.com/theme/icons/icon_report.svgwww.stripes.com/theme/icons/icon_re... https://www.stripes.com/theme/icons/icon_report.svg — 200 — 831 B — 390 ms — h2https://europe.stripes.com/incoming/3tpmdy-made-trek-rifugio-calvi.jpg/alternates/LANDSCAPE_290/MADE%20TREK%20RIFUGIO%20CALVI.jpgeurope.stripes.com/incoming/3tpmdy-... https://europe.stripes.com/incoming/3tpmdy-made-trek-rifugio-calvi.jpg/alternates/LANDSCAPE_290/MADE%20TREK%20RIFUGIO%20CALVI.jpg — 200 — 8.7 KiB — 183 ms — h2https://japan.stripes.com/incoming/1155nf-capture1.jpg/alternates/LANDSCAPE_290/Capture1.JPGjapan.stripes.com/incoming/1155nf-c... https://japan.stripes.com/incoming/1155nf-capture1.jpg/alternates/LANDSCAPE_290/Capture1.JPG — 200 — 16.0 KiB — 432 ms — h2https://korea.stripes.com/food-drink/5x4kqs-3.-heol-(3).jpg/alternates/LANDSCAPE_290/3.-Heol-3.jpgkorea.stripes.com/food-drink/5x4kqs... https://korea.stripes.com/food-drink/5x4kqs-3.-heol-(3).jpg/alternates/LANDSCAPE_290/3.-Heol-3.jpg — 200 — 12.1 KiB — 177 ms — h2https://okinawa.stripes.com/travel/si2a54-sanshin.jpg/alternates/LANDSCAPE_290/Sanshin.jpgokinawa.stripes.com/travel/si2a54-s... https://okinawa.stripes.com/travel/si2a54-sanshin.jpg/alternates/LANDSCAPE_290/Sanshin.jpg — 200 — 10.0 KiB — 184 ms — h2https://guam.stripes.com/travel/4xzyan-sms_cormoran-tokai-maru.jpg/alternates/LANDSCAPE_290/SMS_Cormoran-Tokai-Maru.jpgguam.stripes.com/travel/4xzyan-sms_... https://guam.stripes.com/travel/4xzyan-sms_cormoran-tokai-maru.jpg/alternates/LANDSCAPE_290/SMS_Cormoran-Tokai-Maru.jpg — 200 — 7.4 KiB — 180 ms — h2https://www.stripes.com/theme/icons/icon_x-blue.svgwww.stripes.com/theme/icons/icon_x-... https://www.stripes.com/theme/icons/icon_x-blue.svg — 200 — 920 B — 391 ms — h2https://www.stripes.com/theme/icons/icon_facebook-blue.svgwww.stripes.com/theme/icons/icon_fa... https://www.stripes.com/theme/icons/icon_facebook-blue.svg — 200 — 963 B — 419 ms — h2https://www.stripes.com/incoming/gk1w2q-20260421_house_va_0171.jpg/alternates/LANDSCAPE_610/20260421_House_VA_0171.jpgwww.stripes.com/incoming/gk1w2q-202... https://www.stripes.com/incoming/gk1w2q-20260421_house_va_0171.jpg/alternates/LANDSCAPE_610/20260421_House_VA_0171.jpg — 200 — 34.2 KiB — 76 ms — h2https://www.stripes.com/incoming/eig5z8-20260421_appropriations_0020-(1).jpg/alternates/LANDSCAPE_610/20260421_Appropriations_0020%201.jpgwww.stripes.com/incoming/eig5z8-202... https://www.stripes.com/incoming/eig5z8-20260421_appropriations_0020-(1).jpg/alternates/LANDSCAPE_610/20260421_Appropriations_0020%201.jpg — 200 — 45.3 KiB — 133 ms — h2https://www.stripes.com/incoming/jgdbrl-20250731_us_capitol_0192.jpg/alternates/SQUARE_100/20250731_US_Capitol_0192.jpgwww.stripes.com/incoming/jgdbrl-202... https://www.stripes.com/incoming/jgdbrl-20250731_us_capitol_0192.jpg/alternates/SQUARE_100/20250731_US_Capitol_0192.jpg — 200 — 3.0 KiB — 76 ms — h2https://www.stripes.com/incoming/r0fj0e-210426ibogainephoto10.jpg/alternates/SQUARE_100/210426IBOGAINEphoto10.jpgwww.stripes.com/incoming/r0fj0e-210... https://www.stripes.com/incoming/r0fj0e-210426ibogainephoto10.jpg/alternates/SQUARE_100/210426IBOGAINEphoto10.jpg — 200 — 4.4 KiB — 130 ms — h2https://www.stripes.com/incoming/l6a0ei-officer-franklin-back-of-bench.jpeg/alternates/SQUARE_100/Officer%20Franklin%20Back%20of%20Bench.jpegwww.stripes.com/incoming/l6a0ei-off... https://www.stripes.com/incoming/l6a0ei-officer-franklin-back-of-bench.jpeg/alternates/SQUARE_100/Officer%20Franklin%20Back%20of%20Bench.jpeg — 200 — 3.5 KiB — 136 ms — h2https://www.stripes.com/theme/images/jobs/veterans_jobs_lb.jpgwww.stripes.com/theme/images/jobs/v... https://www.stripes.com/theme/images/jobs/veterans_jobs_lb.jpg — 200 — 43.5 KiB — 132 ms — h2https://www.stripes.com/theme/images/jobs/veterans_jobs_bb.jpgwww.stripes.com/theme/images/jobs/v... https://www.stripes.com/theme/images/jobs/veterans_jobs_bb.jpg — 200 — 44.5 KiB — 133 ms — h2https://www.stripes.com/incoming/lxuvs6-img_4191.jpg/alternates/LANDSCAPE_610/IMG_4191.JPGwww.stripes.com/incoming/lxuvs6-img... https://www.stripes.com/incoming/lxuvs6-img_4191.jpg/alternates/LANDSCAPE_610/IMG_4191.JPG — 200 — 45.4 KiB — 392 ms — h2https://www.stripes.com/incoming/7a43mk-230426spcinfani-pacphoto01.jpg/alternates/LANDSCAPE_610/230426SPCINFANI-PACphoto01.jpgwww.stripes.com/incoming/7a43mk-230... https://www.stripes.com/incoming/7a43mk-230426spcinfani-pacphoto01.jpg/alternates/LANDSCAPE_610/230426SPCINFANI-PACphoto01.jpg — 200 — 29.8 KiB — 99 ms — h2https://www.stripes.com/incoming/icw1j2-230426spscores-pacphoto07.jpg/alternates/LANDSCAPE_610/230426SPSCORES-PACphoto07.jpgwww.stripes.com/incoming/icw1j2-230... https://www.stripes.com/incoming/icw1j2-230426spscores-pacphoto07.jpg/alternates/LANDSCAPE_610/230426SPSCORES-PACphoto07.jpg — 200 — 40.4 KiB — 103 ms — h2https://www.stripes.com/incoming/4ng3ni-sse02236xn007.jpg/alternates/LANDSCAPE_610/SSE02236Xn007.jpgwww.stripes.com/incoming/4ng3ni-sse... https://www.stripes.com/incoming/4ng3ni-sse02236xn007.jpg/alternates/LANDSCAPE_610/SSE02236Xn007.jpg — 200 — 36.9 KiB — 132 ms — h2https://www.stripes.com/incoming/j4mfk6-enw30patrol10-crop1.jpg/alternates/LANDSCAPE_610/enw30Patrol10-crop1.jpgwww.stripes.com/incoming/j4mfk6-enw... https://www.stripes.com/incoming/j4mfk6-enw30patrol10-crop1.jpg/alternates/LANDSCAPE_610/enw30Patrol10-crop1.jpg — 200 — 24.0 KiB — 133 ms — h2https://www.stripes.com/incoming/tgya67-pnw08jrotc.jpg/alternates/SQUARE_100/PNW08JROTC.jpgwww.stripes.com/incoming/tgya67-pnw... https://www.stripes.com/incoming/tgya67-pnw08jrotc.jpg/alternates/SQUARE_100/PNW08JROTC.jpg — 200 — 4.1 KiB — 132 ms — h2https://www.stripes.com/incoming/jnd5im-a94c32fc-e4f5-4ab4-ab83-01d4c27cc5ff.png/alternates/SQUARE_100/A94C32FC-E4F5-4AB4-AB83-01D4C27CC5FF.pngwww.stripes.com/incoming/jnd5im-a94... https://www.stripes.com/incoming/jnd5im-a94c32fc-e4f5-4ab4-ab83-01d4c27cc5ff.png/alternates/SQUARE_100/A94C32FC-E4F5-4AB4-AB83-01D4C27CC5FF.png — 200 — 20.1 KiB — 132 ms — h2https://www.stripes.com/incoming/kj8iav-xx0426genzmoviesphoto01.jpg/alternates/LANDSCAPE_610/xx0426GenZmoviesPhoto01.jpgwww.stripes.com/incoming/kj8iav-xx0... https://www.stripes.com/incoming/kj8iav-xx0426genzmoviesphoto01.jpg/alternates/LANDSCAPE_610/xx0426GenZmoviesPhoto01.jpg — 200 — 63.5 KiB — 383 ms — h2https://www.stripes.com/incoming/oo51ms-trv-ust-fla-fort-lauderdale-2-mi.jpg/alternates/LANDSCAPE_610/TRV-UST-FLA-FORT-LAUDERDALE-2-MI.jpgwww.stripes.com/incoming/oo51ms-trv... https://www.stripes.com/incoming/oo51ms-trv-ust-fla-fort-lauderdale-2-mi.jpg/alternates/LANDSCAPE_610/TRV-UST-FLA-FORT-LAUDERDALE-2-MI.jpg — 200 — 47.6 KiB — 329 ms — h2https://www.stripes.com/incoming/rj3zgz-life-self-eye-care-massage-dmt.jpg/alternates/SQUARE_100/LIFE-SELF-EYE-CARE-MASSAGE-DMT.jpgwww.stripes.com/incoming/rj3zgz-lif... https://www.stripes.com/incoming/rj3zgz-life-self-eye-care-massage-dmt.jpg/alternates/SQUARE_100/LIFE-SELF-EYE-CARE-MASSAGE-DMT.jpg — 200 — 4.4 KiB — 385 ms — h2https://www.stripes.com/incoming/ln3ofw-plg-sporelando-mct.jpg/alternates/SQUARE_100/PLG-SPORELANDO-MCT.jpgwww.stripes.com/incoming/ln3ofw-plg... https://www.stripes.com/incoming/ln3ofw-plg-sporelando-mct.jpg/alternates/SQUARE_100/PLG-SPORELANDO-MCT.jpg — 200 — 5.1 KiB — 134 ms — h2https://www.stripes.com/incoming/zhiwti-100426wkqt-wendelphoto01.jpg/alternates/LANDSCAPE_610/100426wkQT-WENDELphoto01.jpgwww.stripes.com/incoming/zhiwti-100... https://www.stripes.com/incoming/zhiwti-100426wkqt-wendelphoto01.jpg/alternates/LANDSCAPE_610/100426wkQT-WENDELphoto01.jpg — 200 — 36.9 KiB — 134 ms — h2https://www.stripes.com/incoming/jt3rnx-030426wkcarpentersphoto05.jpg/alternates/LANDSCAPE_610/030426wkCARPENTERSphoto05.jpgwww.stripes.com/incoming/jt3rnx-030... https://www.stripes.com/incoming/jt3rnx-030426wkcarpentersphoto05.jpg/alternates/LANDSCAPE_610/030426wkCARPENTERSphoto05.jpg — 200 — 27.9 KiB — 135 ms — h2https://www.stripes.com/theme/images/ePaper_preview.jpgwww.stripes.com/theme/images/ePaper... https://www.stripes.com/theme/images/ePaper_preview.jpg — 200 — 113.3 KiB — 146 ms — h2https://vd.trinitymedia.ai/trinity-player/pulse/20260420_54a85235d32ae66bf9c5c0fdd7d9469c5b29e4f5/injector-script.jsvd.trinitymedia.ai/trinity-player/p... https://vd.trinitymedia.ai/trinity-player/pulse/20260420_54a85235d32ae66bf9c5c0fdd7d9469c5b29e4f5/injector-script.js — 200 — 75.9 KiB — 236 ms — h2https://epub.stripes.com/?issue=Stripes-Europe_latest1&page=small.jpgepub.stripes.com/?issue=Stripes-Eur... https://epub.stripes.com/?issue=Stripes-Europe_latest1&page=small.jpg — 302 — 336 B — 924 ms — http/1.1https://www.stripes.com/theme/images/america250-banner_winner.webpwww.stripes.com/theme/images/americ... https://www.stripes.com/theme/images/america250-banner_winner.webp — 200 — 88.9 KiB — 462 ms — h2https://use.typekit.net/af/a1f0a7/00000000000000007735ab08/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3use.typekit.net/af/a1f0a7/000000000... https://use.typekit.net/af/a1f0a7/00000000000000007735ab08/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n8&v=3 — 200 — 15.4 KiB — 54 ms — h2https://use.typekit.net/af/7ed1f6/0000000000000000773599aa/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3use.typekit.net/af/7ed1f6/000000000... https://use.typekit.net/af/7ed1f6/0000000000000000773599aa/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3 — 200 — 23.9 KiB — 63 ms — h2https://use.typekit.net/af/3058a4/0000000000000000773599a9/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3use.typekit.net/af/3058a4/000000000... https://use.typekit.net/af/3058a4/0000000000000000773599a9/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n5&v=3 — 200 — 22.7 KiB — 63 ms — h2https://use.typekit.net/af/c00e0b/0000000000000000773599ad/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3use.typekit.net/af/c00e0b/000000000... https://use.typekit.net/af/c00e0b/0000000000000000773599ad/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3 — 200 — 22.3 KiB — 70 ms — h2https://use.typekit.net/af/eae76c/00000000000000007735ab13/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3use.typekit.net/af/eae76c/000000000... https://use.typekit.net/af/eae76c/00000000000000007735ab13/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n4&v=3 — 200 — 15.0 KiB — 54 ms — h2https://www.stripes.com/theme/images/newslettersignup-bg.jpgwww.stripes.com/theme/images/newsle... https://www.stripes.com/theme/images/newslettersignup-bg.jpg — 200 — 33.0 KiB — 71 ms — h2https://us2.campaign-archive.com/?e=c129c635f7&u=f141047f5265cca1bca1a0c28&id=08ad2589b9us2.campaign-archive.com/?e=c129c63... https://us2.campaign-archive.com/?e=c129c635f7&u=f141047f5265cca1bca1a0c28&id=08ad2589b9 — 403 — 501 B — 102 ms — h2https://epub.stripes.com/?issue=Best-of-Pacific_latest1&page=small.jpgepub.stripes.com/?issue=Best-of-Pac... https://epub.stripes.com/?issue=Best-of-Pacific_latest1&page=small.jpg — 302 — 337 B — 1.0 s — http/1.1https://epub.stripes.com/?issue=Welcome-to-Pacific-JO_latest1&page=small.jpgepub.stripes.com/?issue=Welcome-to-... https://epub.stripes.com/?issue=Welcome-to-Pacific-JO_latest1&page=small.jpg — 302 — 343 B — 1.0 s — http/1.1https://us2.campaign-archive.com/?e=c129c635f7&u=f141047f5265cca1bca1a0c28&id=08ad2589b9us2.campaign-archive.com/?e=c129c63... https://us2.campaign-archive.com/?e=c129c635f7&u=f141047f5265cca1bca1a0c28&id=08ad2589b9 — 403 — 501 B — 94 ms — h2data:image/svg+xml,<svg viewBox='0 0 15.5 15.5' xmlns='http://www.w3.org/2000/svg'><path d='M14.8,7…www.w3.org/2000/svg'><path d='M14.8... data:image/svg+xml,<svg viewBox='0 0 15.5 15.5' xmlns='http://www.w3.org/2000/svg'><path d='M14.8,7… — 200 — 0 B — 0 ms — datahttps://epub.stripes.com/?issue=Best-of-Germany_latest1&page=small.jpgepub.stripes.com/?issue=Best-of-Ger... https://epub.stripes.com/?issue=Best-of-Germany_latest1&page=small.jpg — 302 — 337 B — 834 ms — http/1.1https://use.typekit.net/af/cfd773/00000000000000007735ab07/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3use.typekit.net/af/cfd773/000000000... https://use.typekit.net/af/cfd773/00000000000000007735ab07/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n7&v=3 — 200 — 15.2 KiB — 10 ms — h2https://epub.stripes.com/?issue=Transition-Guide_latest1&page=small.jpgepub.stripes.com/?issue=Transition-... https://epub.stripes.com/?issue=Transition-Guide_latest1&page=small.jpg — 302 — 338 B — 939 ms — http/1.1https://www.stripes.com/theme/webfonts/fa-solid-900.woff2www.stripes.com/theme/webfonts/fa-s... https://www.stripes.com/theme/webfonts/fa-solid-900.woff2 — 200 — 78.9 KiB — 185 ms — h2https://epub.stripes.com/?issue=Whats-Up-RHMN_latest1&page=small.jpgepub.stripes.com/?issue=Whats-Up-RH... https://epub.stripes.com/?issue=Whats-Up-RHMN_latest1&page=small.jpg — 302 — 335 B — 905 ms — http/1.1https://discovery.evvnt.com/prd/evvnt_discovery_plugin-latest.min.jsdiscovery.evvnt.com/prd/evvnt_disco... https://discovery.evvnt.com/prd/evvnt_discovery_plugin-latest.min.js — 200 — 109.8 KiB — 129 ms — h3https://platform.twitter.com/widgets.jsplatform.twitter.com/widgets.js https://platform.twitter.com/widgets.js — 200 — 27.3 KiB — 160 ms — h2https://s.ntv.io/serve/load.jss.ntv.io/serve/load.js https://s.ntv.io/serve/load.js — 200 — 251.0 KiB — 120 ms — http/1.1https://mc.us2.list-manage.com/subscribe/form-settings?u=f141047f5265cca1bca1a0c28&id=0ab8697a7f&f_id=undefined&u=f141047f5265cca1bca1a0c28&id=0ab8697a7f&c=dojo_request_script_callbacks.dojo_request_script0mc.us2.list-manage.com/subscribe/fo... https://mc.us2.list-manage.com/subscribe/form-settings?u=f141047f5265cca1bca1a0c28&id=0ab8697a7f&f_id=undefined&u=f141047f5265cca1bca1a0c28&id=0ab8697a7f&c=dojo_request_script_callbacks.dojo_request_script0 — -1 — 0 B — 357 ms — https://pubads.g.doubleclick.net/gampad/adx?iu=/267968996/Stripes_Takeover&t=sitepage%3Dstripes-ece_frontpage&sz=6x1&c=4007283848&m=text/javascriptpubads.g.doubleclick.net/gampad/adx... https://pubads.g.doubleclick.net/gampad/adx?iu=/267968996/Stripes_Takeover&t=sitepage%3Dstripes-ece_frontpage&sz=6x1&c=4007283848&m=text/javascript — 200 — 835 B — 144 ms — h3https://depart.trinitymedia.ai/api/collect?t=audiodepart.trinitymedia.ai/api/collect?... https://depart.trinitymedia.ai/api/collect?t=audio — 200 — 220 B — 242 ms — h2https://tag.simpli.fi/sifitag/755212c0-9d5c-0138-7835-06b4c2516baetag.simpli.fi/sifitag/755212c0-9d5c... https://tag.simpli.fi/sifitag/755212c0-9d5c-0138-7835-06b4c2516bae — 200 — 1.6 KiB — 155 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-714126-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-714126-1 — 200 — 116.7 KiB — 164 ms — h2https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=stripes.com&domain=stripes.com&path=%2Fmab.chartbeat.com/mab_strategy/head... https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=stripes.com&domain=stripes.com&path=%2F — 200 — 510 B — 46 ms — h2https://www.pelcro.com/api/v1/sdk/site?site_id=905&language=enwww.pelcro.com/api/v1/sdk/site?site... https://www.pelcro.com/api/v1/sdk/site?site_id=905&language=en — 204 — 0 B — 119 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S3BD5CQRB6www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S3BD5CQRB6 — 200 — 169.1 KiB — 186 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MCJSRBSwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MCJSRBS — 200 — 128.6 KiB — 130 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.7 KiB — 114 ms — h3https://static.chartbeat.com/js/chartbeat.jsstatic.chartbeat.com/js/chartbeat.j... https://static.chartbeat.com/js/chartbeat.js — 200 — 16.1 KiB — 21 ms — h2https://www.pelcro.com/api/v1/sdk/site?site_id=905&language=enwww.pelcro.com/api/v1/sdk/site?site... https://www.pelcro.com/api/v1/sdk/site?site_id=905&language=en — 200 — 1.9 KiB — 36 ms — h2https://unwieldyhealth.com/v2zjsA7dXRGaOflwAf-P7adywfX-wHbRgVK7j9pAo5dE7A23d3SaObk4__kJ66vgnunwieldyhealth.com/v2zjsA7dXRGaOflw... https://unwieldyhealth.com/v2zjsA7dXRGaOflwAf-P7adywfX-wHbRgVK7j9pAo5dE7A23d3SaObk4__kJ66vgn — 200 — 37.7 KiB — 176 ms — h2https://discovery.evvnt.com/api/publisher/10210/publisher_settingsdiscovery.evvnt.com/api/publisher/1... https://discovery.evvnt.com/api/publisher/10210/publisher_settings — 200 — 2.4 KiB — 182 ms — h3https://www.pelcro.com/api/v1/sdk/location?site_id=905&language=enwww.pelcro.com/api/v1/sdk/location?... https://www.pelcro.com/api/v1/sdk/location?site_id=905&language=en — 200 — 0 B — 31 ms — h2https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.stripes.complatform.twitter.com/widgets/widget... https://platform.twitter.com/widgets/widget_iframe.2f70fb173b9000da126c79afe2098f02.html?origin=https%3A%2F%2Fwww.stripes.com — 200 — 103.4 KiB — 137 ms — h2https://www.pelcro.com/api/v1/sdk/location?site_id=905&language=enwww.pelcro.com/api/v1/sdk/location?... https://www.pelcro.com/api/v1/sdk/location?site_id=905&language=en — 200 — 333 B — 34 ms — h2https://js.sentry-cdn.com/c3bcce31053fd1cacfa684e09f5d07cc.min.jsjs.sentry-cdn.com/c3bcce31053fd1cac... https://js.sentry-cdn.com/c3bcce31053fd1cacfa684e09f5d07cc.min.js — 200 — 2.7 KiB — 54 ms — h2https://jadserve.postrelease.com/t?ntv_mvi=&ntv_url=https%253A%252F%252Fwww.stripes.com%252Fjadserve.postrelease.com/t?ntv_mvi=... https://jadserve.postrelease.com/t?ntv_mvi=&ntv_url=https%253A%252F%252Fwww.stripes.com%252F — 200 — 688 B — 220 ms — h2https://trinitymedia.ai/player/pulse-js-ifc/?mobile=0&browseMode=0&isPlaylistShare=1&playlist=https%3A%2F%2Fdelivery.trinityaudio.ai%2Fv1%2Fplaylist%2F3hp5nyrp%2Frss&language=en&pageURL=https%3A%2F%2Fwww.stripes.com%2F&unitId=2900005504&isLegacyBrowser=false&userId=a2b1aa21-6a67-4c93-9fe9-b57b60125ac7&version=20260420_54a85235d32ae66bf9c5c0fdd7d9469c5b29e4f5trinitymedia.ai/player/pulse-js-ifc... https://trinitymedia.ai/player/pulse-js-ifc/?mobile=0&browseMode=0&isPlaylistShare=1&playlist=https%3A%2F%2Fdelivery.trinityaudio.ai%2Fv1%2Fplaylist%2F3hp5nyrp%2Frss&language=en&pageURL=https%3A%2F%2Fwww.stripes.com%2F&unitId=2900005504&isLegacyBrowser=false&userId=a2b1aa21-6a67-4c93-9fe9-b57b60125ac7&version=20260420_54a85235d32ae66bf9c5c0fdd7d9469c5b29e4f5 — 200 — 1.1 KiB — 290 ms — h2https://tpc.googlesyndication.com/simgad/3176136865371192273?tpc.googlesyndication.com/simgad/31... https://tpc.googlesyndication.com/simgad/3176136865371192273? — 200 — 193.7 KiB — 198 ms — h2https://js.pelcro.com/ui/plugin/stars-and-stripes/main.min.jsjs.pelcro.com/ui/plugin/stars-and-s... https://js.pelcro.com/ui/plugin/stars-and-stripes/main.min.js — 200 — 411.0 KiB — 85 ms — h2https://tpc.googlesyndication.com/simgad/3677528924778897949?tpc.googlesyndication.com/simgad/36... https://tpc.googlesyndication.com/simgad/3677528924778897949? — 200 — 50.6 KiB — 158 ms — h2https://www.googletagmanager.com/gtag/js?id=G-TCBWEF5WWR&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-TCBWEF5WWR&cx=c&gtm=4e64k1h2 — 200 — 136.7 KiB — 60 ms — h2https://www.googletagmanager.com/gtag/js?id=G-S3BD5CQRB6&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-S3BD5CQRB6&cx=c&gtm=4e64k1h2 — 200 — 169.2 KiB — 60 ms — h2https://tpc.googlesyndication.com/simgad/13519608687207328825?tpc.googlesyndication.com/simgad/13... https://tpc.googlesyndication.com/simgad/13519608687207328825? — 200 — 157.8 KiB — 156 ms — h2https://tpc.googlesyndication.com/simgad/7219014833119311465?tpc.googlesyndication.com/simgad/72... https://tpc.googlesyndication.com/simgad/7219014833119311465? — 200 — 41.9 KiB — 122 ms — h2https://tpc.googlesyndication.com/simgad/15614675257551020014?tpc.googlesyndication.com/simgad/15... https://tpc.googlesyndication.com/simgad/15614675257551020014? — 200 — 69.4 KiB — 127 ms — h2https://tpc.googlesyndication.com/simgad/293533526730002648?tpc.googlesyndication.com/simgad/29... https://tpc.googlesyndication.com/simgad/293533526730002648? — 200 — 26.1 KiB — 122 ms — h2https://syndication.twitter.com/settings?session_id=768d4f8ff82e124538444690ed18a16ea1af2d46syndication.twitter.com/settings?se... https://syndication.twitter.com/settings?session_id=768d4f8ff82e124538444690ed18a16ea1af2d46 — 200 — 953 B — 300 ms — h2https://discovery.evvnt.com/prd/8a8e8fd3572557fa7a9b.discovery_plugin.chunk.jsdiscovery.evvnt.com/prd/8a8e8fd3572... https://discovery.evvnt.com/prd/8a8e8fd3572557fa7a9b.discovery_plugin.chunk.js — 200 — 19.9 KiB — 21 ms — h3https://discovery.evvnt.com/prd/018a2eea7a98173fb88e.discovery_plugin.chunk.jsdiscovery.evvnt.com/prd/018a2eea7a9... https://discovery.evvnt.com/prd/018a2eea7a98173fb88e.discovery_plugin.chunk.js — 200 — 2.5 KiB — 32 ms — h3https://discovery.evvnt.com/prd/496276ac3bf84faafc7d.discovery_plugin.chunk.jsdiscovery.evvnt.com/prd/496276ac3bf... https://discovery.evvnt.com/prd/496276ac3bf84faafc7d.discovery_plugin.chunk.js — 200 — 15.2 KiB — 34 ms — h3https://discovery.evvnt.com/prd/547dd8cde018fdc713a4.discovery_plugin.chunk.jsdiscovery.evvnt.com/prd/547dd8cde01... https://discovery.evvnt.com/prd/547dd8cde018fdc713a4.discovery_plugin.chunk.js — 200 — 6.2 KiB — 32 ms — h3https://discovery.evvnt.com/prd/1b54d896bd32da2c639c.discovery_plugin.chunk.jsdiscovery.evvnt.com/prd/1b54d896bd3... https://discovery.evvnt.com/prd/1b54d896bd32da2c639c.discovery_plugin.chunk.js — 200 — 7.5 KiB — 33 ms — h3https://discovery.evvnt.com/prd/210f92a9e35c94812645.discovery_plugin.chunk.jsdiscovery.evvnt.com/prd/210f92a9e35... https://discovery.evvnt.com/prd/210f92a9e35c94812645.discovery_plugin.chunk.js — 200 — 3.7 KiB — 32 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945 — 200 — 187.7 KiB — 90 ms — h3https://ping.chartbeat.net/ping?h=stripes.com&p=%2F&u=tjFkHCg2ubGCmgPRe&d=stripes.com&g=66270&g0=No%20Section&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=12679&o=412&w=823&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.stripes.com%2F&b=2061&t=CgcjDmDbqbxvCsh8q9C30DaQC7RO2s&V=150&i=Stars%20and%20Stripes%20%7C%20The%20U.S.%20military%27s%20independent%20news%20source.&tz=0&sn=1&sv=B0lNevCUYVFBBYuClF1HepSCfBM96&sr=external&sd=1&im=067b0ffa&_ping.chartbeat.net/ping?h=stripes.c... https://ping.chartbeat.net/ping?h=stripes.com&p=%2F&u=tjFkHCg2ubGCmgPRe&d=stripes.com&g=66270&g0=No%20Section&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=12679&o=412&w=823&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.stripes.com%2F&b=2061&t=CgcjDmDbqbxvCsh8q9C30DaQC7RO2s&V=150&i=Stars%20and%20Stripes%20%7C%20The%20U.S.%20military%27s%20independent%20news%20source.&tz=0&sn=1&sv=B0lNevCUYVFBBYuClF1HepSCfBM96&sr=external&sd=1&im=067b0ffa&_ — 200 — 201 B — 313 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 139 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-S3BD5CQRB6&gtm=45je64k0h1v874206730za200&_p=1776893820125&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=702098338.1776893822&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512542&sid=1776893821&sct=1&seg=0&dl=https%3A%2F%2Fwww.stripes.com%2F&dt=Stars%20and%20Stripes%20%7C%20The%20U.S.%20military%27s%20independent%20news%20source.&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2297region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-S3BD5CQRB6&gtm=45je64k0h1v874206730za200&_p=1776893820125&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=702098338.1776893822&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117512542&sid=1776893821&sct=1&seg=0&dl=https%3A%2F%2Fwww.stripes.com%2F&dt=Stars%20and%20Stripes%20%7C%20The%20U.S.%20military%27s%20independent%20news%20source.&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2297 — 204 — 549 B — 293 ms — h2https://browser.sentry-cdn.com/10.49.0/bundle.tracing.min.jsbrowser.sentry-cdn.com/10.49.0/bund... https://browser.sentry-cdn.com/10.49.0/bundle.tracing.min.js — 200 — 44.3 KiB — 21 ms — h2https://aax.amazon-adsystem.com/e/dtb/bid/245281.7/0/prebid?adunitid=$rs_300x250_$riaax.amazon-adsystem.com/e/dtb/bid/2... https://aax.amazon-adsystem.com/e/dtb/bid/245281.7/0/prebid?adunitid=$rs_300x250_$ri — 200 — 306 B — 165 ms — h2https://vd.trinitymedia.ai/trinity-player/pulse/20260420_54a85235d32ae66bf9c5c0fdd7d9469c5b29e4f5/app.jsvd.trinitymedia.ai/trinity-player/p... https://vd.trinitymedia.ai/trinity-player/pulse/20260420_54a85235d32ae66bf9c5c0fdd7d9469c5b29e4f5/app.js — 200 — 181.8 KiB — 195 ms — h2https://o1078112.ingest.us.sentry.io/api/4509843776274432/envelope/?sentry_key=0c6463ce48a898a5cf1b5cef6c572bb0&sentry_version=7&sentry_client=sentry.javascript.react%2F7.120.4o1078112.ingest.us.sentry.io/api/45... https://o1078112.ingest.us.sentry.io/api/4509843776274432/envelope/?sentry_key=0c6463ce48a898a5cf1b5cef6c572bb0&sentry_version=7&sentry_client=sentry.javascript.react%2F7.120.4 — 200 — 300 B — 114 ms — h2https://epub.stripes.com/?issue=Stripes-Europe_130326&page=small.jpgepub.stripes.com/?issue=Stripes-Eur... https://epub.stripes.com/?issue=Stripes-Europe_130326&page=small.jpg — 200 — 23.7 KiB — 534 ms — http/1.1https://epub.stripes.com/?issue=Best-of-Germany_200126&page=small.jpgepub.stripes.com/?issue=Best-of-Ger... https://epub.stripes.com/?issue=Best-of-Germany_200126&page=small.jpg — 200 — 27.0 KiB — 529 ms — http/1.1blob:https://www.stripes.com/3060b5b1-5291-43d3-94d4-3ede3cca0094www.stripes.com/3060b5b1-5291-43d3-... blob:https://www.stripes.com/3060b5b1-5291-43d3-94d4-3ede3cca0094 — 200 — -1 B — 153 ms — blobhttps://epub.stripes.com/?issue=Best-of-Pacific_170725&page=small.jpgepub.stripes.com/?issue=Best-of-Pac... https://epub.stripes.com/?issue=Best-of-Pacific_170725&page=small.jpg — 200 — 28.9 KiB — 557 ms — http/1.1https://epub.stripes.com/?issue=Welcome-to-Pacific-JO_150525&page=small.jpgepub.stripes.com/?issue=Welcome-to-... https://epub.stripes.com/?issue=Welcome-to-Pacific-JO_150525&page=small.jpg — 200 — 31.3 KiB — 557 ms — http/1.1https://epub.stripes.com/?issue=Transition-Guide_201125&page=small.jpgepub.stripes.com/?issue=Transition-... https://epub.stripes.com/?issue=Transition-Guide_201125&page=small.jpg — 200 — 23.8 KiB — 559 ms — http/1.1https://epub.stripes.com/?issue=Whats-Up-RHMN_010426&page=small.jpgepub.stripes.com/?issue=Whats-Up-RH... https://epub.stripes.com/?issue=Whats-Up-RHMN_010426&page=small.jpg — 200 — 25.0 KiB — 530 ms — http/1.1https://applepay.cdn-apple.com/jsapi/v1/apple-pay-sdk.jsapplepay.cdn-apple.com/jsapi/v1/app... https://applepay.cdn-apple.com/jsapi/v1/apple-pay-sdk.js — 200 — 48.5 KiB — 69 ms — http/1.1https://www.recaptcha.net/recaptcha/enterprise.js?render=6LdM6yYpAAAAAA851sW8-EwhuCIEOIcOxzp2NDuJwww.recaptcha.net/recaptcha/enterpr... https://www.recaptcha.net/recaptcha/enterprise.js?render=6LdM6yYpAAAAAA851sW8-EwhuCIEOIcOxzp2NDuJ — 200 — 1.7 KiB — 147 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-TCBWEF5WWR&gtm=45je64k1h2za20g&_p=1776893820125&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAI&are=1&cid=702098338.1776893822&frm=0&pscdl=noapi&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117384406~117512542~118012009~118463262&sid=1776893821&sct=1&seg=0&dl=https%3A%2F%2Fwww.stripes.com%2F&dt=Stars%20and%20Stripes%20%7C%20The%20U.S.%20military%27s%20independent%20news%20source.&en=page_view&_fv=1&_ss=1&tfd=2642region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-TCBWEF5WWR&gtm=45je64k1h2za20g&_p=1776893820125&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAI&are=1&cid=702098338.1776893822&frm=0&pscdl=noapi&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468~117266401~117384406~117512542~118012009~118463262&sid=1776893821&sct=1&seg=0&dl=https%3A%2F%2Fwww.stripes.com%2F&dt=Stars%20and%20Stripes%20%7C%20The%20U.S.%20military%27s%20independent%20news%20source.&en=page_view&_fv=1&_ss=1&tfd=2642 — 204 — 57 B — 36 ms — h2https://depart.trinitymedia.ai/api/collect?t=audiodepart.trinitymedia.ai/api/collect?... https://depart.trinitymedia.ai/api/collect?t=audio — 200 — 220 B — 114 ms — h2https://delivery.trinityaudio.ai/v1/playlist/3hp5nyrp/rssdelivery.trinityaudio.ai/v1/playlis... https://delivery.trinityaudio.ai/v1/playlist/3hp5nyrp/rss — 200 — 10.8 KiB — 270 ms — h2https://depart.trinitymedia.ai/api/collect?t=audiodepart.trinitymedia.ai/api/collect?... https://depart.trinitymedia.ai/api/collect?t=audio — 200 — 219 B — 98 ms — h2https://amethystzenith.com/r7fr5mv/9keopn09115fm0vorwuc14la29fl0pta9amethystzenith.com/r7fr5mv/9keopn09... https://amethystzenith.com/r7fr5mv/9keopn09115fm0vorwuc14la29fl0pta9 — 200 — 747 B — 149 ms — h2https://discovery.evvnt.com/api/publisher/10210/widget_events?hitsPerPage=30&multipleEventInstances=true&publisher_id=10210&widgetNumber=30discovery.evvnt.com/api/publisher/1... https://discovery.evvnt.com/api/publisher/10210/widget_events?hitsPerPage=30&multipleEventInstances=true&publisher_id=10210&widgetNumber=30 — 200 — 33.3 KiB — 25 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-PDMH9T6&gtm_auth=QzlUjhMy0COR5MgCC_1Cyw&gtm_preview=env-1&gtm_cookies_win=xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PDMH9T6&gtm_auth=QzlUjhMy0COR5MgCC_1Cyw&gtm_preview=env-1&gtm_cookies_win=x — 200 — 117.5 KiB — 88 ms — h3https://discovery.evvnt.com/prd/images/4e1251346db872331a84.powered_by_evvnt.pngdiscovery.evvnt.com/prd/images/4e12... https://discovery.evvnt.com/prd/images/4e1251346db872331a84.powered_by_evvnt.png — 200 — 17.4 KiB — 25 ms — h3https://discovery.evvnt.com/prd/images/9b7fa5e5c19290f81b2a.placeholder-event-image.jpgdiscovery.evvnt.com/prd/images/9b7f... https://discovery.evvnt.com/prd/images/9b7fa5e5c19290f81b2a.placeholder-event-image.jpg — 200 — 74.1 KiB — 27 ms — h3https://cdn.prod.discovery.evvnt.com/uploads/event_image/event_image/e9908953-4a5f-49b2-8d38-a71be3131fc4.jpg/featured_e9908953-4a5f-49b2-8d38-a71be3131fc4.webpcdn.prod.discovery.evvnt.com/upload... https://cdn.prod.discovery.evvnt.com/uploads/event_image/event_image/e9908953-4a5f-49b2-8d38-a71be3131fc4.jpg/featured_e9908953-4a5f-49b2-8d38-a71be3131fc4.webp — 200 — 28.9 KiB — 118 ms — h2https://cdn.prod.promo.evvnt.com/uploads/promotional_asset/image/Default_-__500_x_250_px_.webpcdn.prod.promo.evvnt.com/uploads/pr... https://cdn.prod.promo.evvnt.com/uploads/promotional_asset/image/Default_-__500_x_250_px_.webp — 200 — 35.3 KiB — 141 ms — h2https://pagead2.googlesyndication.com/gampad/ads?pvsid=4423171960726591&correlator=3236478012555293&eid=31097945&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fifs&iu_parts=267968996%2CStripes_BigBoard1%2CStripes_BigBoard2%2CStripes_BigBoard3%2CStripes_BigBoard4%2CStripes_BigBoard5%2CStripes_BigBoard6%2CStripes_Leaderboard1%2CStripes_Leaderboard2%2CStripes_Leaderboard3%2CStripes_FrontpageBanner%2CStripes_Article1%2CStripes_Mobileleaderboard%2CStripes_FrontpageBannerAside&enc_prev_ius=%2F0%2F1%2C%2F0%2F2%2C%2F0%2F3%2C%2F0%2F4%2C%2F0%2F5%2C%2F0%2F6%2C%2F0%2F7%2C%2F0%2F8%2C%2F0%2F9%2C%2F0%2F10%2C%2F0%2F11%2C%2F0%2F12%2C%2F0%2F13&prev_iu_szs=300x250%7C300x600%2C300x250%7C300x600%2C300x250%7C300x600%2C300x250%7C300x600%2C300x250%7C300x600%2C300x250%7C300x600%2C728x90%7C950x153%2C728x90%7C950x153%2C728x90%7C950x153%2C300x250%2C300x250%2C320x50%2C300x250&ifi=1&didk=3709067539~3709067540~3709067541~3709067542~3709067543~3709067624~332819723~332819722~332819829~2744416484~4261813384~869846854~1497532609&dids=Stripes_BigBoard1~Stripes_BigBoard2~Stripes_BigBoard3~Stripes_BigBoard4~Stripes_BigBoard5~Stripes_BigBoard6~Stripes_Leaderboard1~Stripes_Leaderboard2~Stripes_Leaderboard3~Stripes_FrontpageBanner~Stripes_Article1~Stripes_Mobileleaderboard~Stripes_FrontpageBannerAside&adfs=1329647906~584806589~1507873017~2960335443~~~~~~557243025~~~645260412&sfv=1-0-45&sc=1&abxe=1&dt=1776893822237&lmt=1776892794&adxs=56%2C16%2C56%2C-12245933%2C-9%2C-9%2C-9%2C-9%2C-9%2C-12245933%2C-9%2C-9%2C56&adys=30%2C2026%2C10875%2C-12245933%2C-9%2C-9%2C-9%2C-9%2C-9%2C-12245933%2C-9%2C-9%2C3321&biw=412&bih=823&scr_x=0&scr_y=0&btvi=0%7C1%7C2%7C-1%7C-1%7C-1%7C-1%7C-1%7C-1%7C-1%7C-1%7C-1%7C3&ucis=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9%7Ca%7Cb%7Cc%7Cd&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=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.stripes.com%2F&vis=1&psz=412x266%7C380x250%7C380x314%7C0x0%7C0x-1%7C0x-1%7C0x-1%7C0x-1%7C0x-1%7C0x0%7C0x-1%7C0x-1%7C300x250&msz=300x250%7C380x250%7C300x250%7C0x0%7C0x-1%7C0x-1%7C0x-1%7C0x-1%7C0x-1%7C0x0%7C0x-1%7C0x-1%7C300x250&fws=4%2C4%2C4%2C132%2C2%2C2%2C2%2C2%2C2%2C132%2C2%2C2%2C4&ohw=412%2C412%2C412%2C412%2C0%2C0%2C0%2C0%2C0%2C412%2C0%2C0%2C412&dlt=1776893819830&idt=2340&prev_scp=sitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage&adks=375948347%2C776567965%2C91974798%2C2250346662%2C2237321351%2C122850021%2C1986035644%2C3310605779%2C862608964%2C933946373%2C2234984028%2C3821501628%2C111392586&frm=20&eoidce=1&pgls=CAk.pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=4423171960726591&correlator=3236478012555293&eid=31097945&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fifs&iu_parts=267968996%2CStripes_BigBoard1%2CStripes_BigBoard2%2CStripes_BigBoard3%2CStripes_BigBoard4%2CStripes_BigBoard5%2CStripes_BigBoard6%2CStripes_Leaderboard1%2CStripes_Leaderboard2%2CStripes_Leaderboard3%2CStripes_FrontpageBanner%2CStripes_Article1%2CStripes_Mobileleaderboard%2CStripes_FrontpageBannerAside&enc_prev_ius=%2F0%2F1%2C%2F0%2F2%2C%2F0%2F3%2C%2F0%2F4%2C%2F0%2F5%2C%2F0%2F6%2C%2F0%2F7%2C%2F0%2F8%2C%2F0%2F9%2C%2F0%2F10%2C%2F0%2F11%2C%2F0%2F12%2C%2F0%2F13&prev_iu_szs=300x250%7C300x600%2C300x250%7C300x600%2C300x250%7C300x600%2C300x250%7C300x600%2C300x250%7C300x600%2C300x250%7C300x600%2C728x90%7C950x153%2C728x90%7C950x153%2C728x90%7C950x153%2C300x250%2C300x250%2C320x50%2C300x250&ifi=1&didk=3709067539~3709067540~3709067541~3709067542~3709067543~3709067624~332819723~332819722~332819829~2744416484~4261813384~869846854~1497532609&dids=Stripes_BigBoard1~Stripes_BigBoard2~Stripes_BigBoard3~Stripes_BigBoard4~Stripes_BigBoard5~Stripes_BigBoard6~Stripes_Leaderboard1~Stripes_Leaderboard2~Stripes_Leaderboard3~Stripes_FrontpageBanner~Stripes_Article1~Stripes_Mobileleaderboard~Stripes_FrontpageBannerAside&adfs=1329647906~584806589~1507873017~2960335443~~~~~~557243025~~~645260412&sfv=1-0-45&sc=1&abxe=1&dt=1776893822237&lmt=1776892794&adxs=56%2C16%2C56%2C-12245933%2C-9%2C-9%2C-9%2C-9%2C-9%2C-12245933%2C-9%2C-9%2C56&adys=30%2C2026%2C10875%2C-12245933%2C-9%2C-9%2C-9%2C-9%2C-9%2C-12245933%2C-9%2C-9%2C3321&biw=412&bih=823&scr_x=0&scr_y=0&btvi=0%7C1%7C2%7C-1%7C-1%7C-1%7C-1%7C-1%7C-1%7C-1%7C-1%7C-1%7C3&ucis=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9%7Ca%7Cb%7Cc%7Cd&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=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.stripes.com%2F&vis=1&psz=412x266%7C380x250%7C380x314%7C0x0%7C0x-1%7C0x-1%7C0x-1%7C0x-1%7C0x-1%7C0x0%7C0x-1%7C0x-1%7C300x250&msz=300x250%7C380x250%7C300x250%7C0x0%7C0x-1%7C0x-1%7C0x-1%7C0x-1%7C0x-1%7C0x0%7C0x-1%7C0x-1%7C300x250&fws=4%2C4%2C4%2C132%2C2%2C2%2C2%2C2%2C2%2C132%2C2%2C2%2C4&ohw=412%2C412%2C412%2C412%2C0%2C0%2C0%2C0%2C0%2C412%2C0%2C0%2C412&dlt=1776893819830&idt=2340&prev_scp=sitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage%7Csitepage%3Dstripes-ece_frontpage&adks=375948347%2C776567965%2C91974798%2C2250346662%2C2237321351%2C122850021%2C1986035644%2C3310605779%2C862608964%2C933946373%2C2234984028%2C3821501628%2C111392586&frm=20&eoidce=1&pgls=CAk. — 200 — 69.0 KiB — 246 ms — h3https://depart.trinitymedia.ai/api/collect?t=audiodepart.trinitymedia.ai/api/collect?... https://depart.trinitymedia.ai/api/collect?t=audio — 200 — 219 B — 37 ms — h2https://vd.trinitymedia.ai/trinity-player/pulse/20260420_54a85235d32ae66bf9c5c0fdd7d9469c5b29e4f5/5078.bundle.jsvd.trinitymedia.ai/trinity-player/p... https://vd.trinitymedia.ai/trinity-player/pulse/20260420_54a85235d32ae66bf9c5c0fdd7d9469c5b29e4f5/5078.bundle.js — 200 — 7.2 KiB — 34 ms — h2https://vd.trinitymedia.ai/trinity-player/pulse/20260420_54a85235d32ae66bf9c5c0fdd7d9469c5b29e4f5/2572.bundle.jsvd.trinitymedia.ai/trinity-player/p... https://vd.trinitymedia.ai/trinity-player/pulse/20260420_54a85235d32ae66bf9c5c0fdd7d9469c5b29e4f5/2572.bundle.js — 200 — 1.1 KiB — 36 ms — h2https://cms.trinityaudio.ai/cms/1202/image/audio/8df43a6da5df2fb44a45e5193c3038bde09a0a828c1d6ea9ad83a3c87e80267f/rss_banner.jpg?ts=1776731227000cms.trinityaudio.ai/cms/1202/image/... https://cms.trinityaudio.ai/cms/1202/image/audio/8df43a6da5df2fb44a45e5193c3038bde09a0a828c1d6ea9ad83a3c87e80267f/rss_banner.jpg?ts=1776731227000 — 200 — 85.6 KiB — 212 ms — h2data:font/woff;base64,d09GRgABAAAAAAnAAAsAAAAACXQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAA…data:font/woff;base64,d09GRgABAAAAA... data:font/woff;base64,d09GRgABAAAAAAnAAAsAAAAACXQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAA… — 200 — 2.4 KiB — 34 ms — datahttps://0040ba8aad203c51bb7b81bafacacbd3.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html0040ba8aad203c51bb7b81bafacacbd3.sa... https://0040ba8aad203c51bb7b81bafacacbd3.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 110 ms — h3https://o1078112.ingest.us.sentry.io/api/4510511044034560/envelope/?sentry_version=7&sentry_key=c3bcce31053fd1cacfa684e09f5d07cc&sentry_client=sentry.javascript.browser%2F10.49.0o1078112.ingest.us.sentry.io/api/45... https://o1078112.ingest.us.sentry.io/api/4510511044034560/envelope/?sentry_version=7&sentry_key=c3bcce31053fd1cacfa684e09f5d07cc&sentry_client=sentry.javascript.browser%2F10.49.0 — 200 — 56 B — 31 ms — h2https://amethystzenith.com/r7fr5mv/9keopn09115fm0vorwuc14la29fl0pta9amethystzenith.com/r7fr5mv/9keopn09... https://amethystzenith.com/r7fr5mv/9keopn09115fm0vorwuc14la29fl0pta9 — 200 — 77 B — 37 ms — h2https://www.google-analytics.com/plugins/ua/ecommerce.jswww.google-analytics.com/plugins/ua... https://www.google-analytics.com/plugins/ua/ecommerce.js — 200 — 928 B — 29 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 229 ms — h2https://www.googletagmanager.com/gtag/js?id=G-12M2XZC8V4&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-12M2XZC8V4&cx=c&gtm=4e64k0 — 200 — 151.1 KiB — 68 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjss_yDS8pRKbLKTLcbmTC9WYfk2V9P06OgOeMhW2BDI-9PtzmM9WUa3aJeTzRsLnXWKm85F-l4MLrrhqxyAWzYT-gY11L-C4leLGdCTD2VVU46f0WkSIbjGzcLR5Q80rEO_rz80vXneVkce2hyKA72VrcrNmjJhkObxe-Jpje5_DvrHU51rCcpjAyXx2svFI_s0ark7_Puquid8Gg-BK5sIA8E2zUrmt2IUhrZTUbtdl9sCFF9CBMtaASsj0PHnGgNwO-n5afL7iU5OxSOspCqZEZ_DGBXQvfV8wsrBpiyDeM1Jd3DdYxE18adnGeol_DBenDWK9GAw6A2Nd4fIRSOAkdYEWchGbOh1grfy31tkzlH1mlahOQDbcayQJrs58-0Bh2mFmi2-GL54G7CLApETaVppTZj3031lAYANbsw8iag&sig=Cg0ArKJSzHBh51tP6EMpEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjss_yDS8pRKbLKTLcbmTC9WYfk2V9P06OgOeMhW2BDI-9PtzmM9WUa3aJeTzRsLnXWKm85F-l4MLrrhqxyAWzYT-gY11L-C4leLGdCTD2VVU46f0WkSIbjGzcLR5Q80rEO_rz80vXneVkce2hyKA72VrcrNmjJhkObxe-Jpje5_DvrHU51rCcpjAyXx2svFI_s0ark7_Puquid8Gg-BK5sIA8E2zUrmt2IUhrZTUbtdl9sCFF9CBMtaASsj0PHnGgNwO-n5afL7iU5OxSOspCqZEZ_DGBXQvfV8wsrBpiyDeM1Jd3DdYxE18adnGeol_DBenDWK9GAw6A2Nd4fIRSOAkdYEWchGbOh1grfy31tkzlH1mlahOQDbcayQJrs58-0Bh2mFmi2-GL54G7CLApETaVppTZj3031lAYANbsw8iag&sig=Cg0ArKJSzHBh51tP6EMpEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 508 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 8.4 KiB — 89 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 1.2 KiB — 79 ms — h3https://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 — 80 ms — h3https://tpc.googlesyndication.com/simgad/14477534374608443484tpc.googlesyndication.com/simgad/14... https://tpc.googlesyndication.com/simgad/14477534374608443484 — 200 — 108.6 KiB — 39 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvvsgO0HvtdtBRQQjX8OjZtwC96sRrpJfnWTP3ntQwMYPL_l22L-waKeIsOQnfcLwnR1lBlhznvSBPUy6eNhEHMCLcV25HtdWHVy-vUpl1n_9BGQkmnhUdsDFEUCClXIdvbRgEefJprQDrOnt-hA5cePYOXkq7AIFKE9jnYL086mZuPUfucTvpFCruQqAyzseH1d2vfs4xJI4ljFAmMgNe-rLTYZhgU_-7pqQtJqADtchRgbzSr8KFWBO68RV30iuWtob5XM6PKg4fqIKEcfYPpMYqVbiWBr4_9gV4ERw8iOayXLVEJy078IBNAUcZ_WJr7bKjqgKpiNRaSUkp9RqpX1-j8rpBUnqDfoOxaGA328wQbJq39ytucbnB_RYihCx7NFW664nGgqa6i9fmdt5Lu9wqSvjdR7cJ-4l-tKaP7&sig=Cg0ArKJSzH40GgwYN_FiEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvvsgO0HvtdtBRQQjX8OjZtwC96sRrpJfnWTP3ntQwMYPL_l22L-waKeIsOQnfcLwnR1lBlhznvSBPUy6eNhEHMCLcV25HtdWHVy-vUpl1n_9BGQkmnhUdsDFEUCClXIdvbRgEefJprQDrOnt-hA5cePYOXkq7AIFKE9jnYL086mZuPUfucTvpFCruQqAyzseH1d2vfs4xJI4ljFAmMgNe-rLTYZhgU_-7pqQtJqADtchRgbzSr8KFWBO68RV30iuWtob5XM6PKg4fqIKEcfYPpMYqVbiWBr4_9gV4ERw8iOayXLVEJy078IBNAUcZ_WJr7bKjqgKpiNRaSUkp9RqpX1-j8rpBUnqDfoOxaGA328wQbJq39ytucbnB_RYihCx7NFW664nGgqa6i9fmdt5Lu9wqSvjdR7cJ-4l-tKaP7&sig=Cg0ArKJSzH40GgwYN_FiEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 489 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 0 B — 71 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 70 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 62 ms — h3https://tpc.googlesyndication.com/simgad/4170080174676624421tpc.googlesyndication.com/simgad/41... https://tpc.googlesyndication.com/simgad/4170080174676624421 — 200 — 46.9 KiB — 37 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://0040ba8aad203c51bb7b81bafacacbd3.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html0040ba8aad203c51bb7b81bafacacbd3.sa... https://0040ba8aad203c51bb7b81bafacacbd3.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 0 B — 4 ms — h3https://0040ba8aad203c51bb7b81bafacacbd3.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html0040ba8aad203c51bb7b81bafacacbd3.sa... https://0040ba8aad203c51bb7b81bafacacbd3.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 0 B — 13 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 8.4 KiB — 130 ms — h3https://s0.2mdn.net/879366/dfa7banner_html_inpage_rendering_lib_200_268.jss0.2mdn.net/879366/dfa7banner_html_... https://s0.2mdn.net/879366/dfa7banner_html_inpage_rendering_lib_200_268.js — 200 — 38.2 KiB — 166 ms — h2https://tpc.googlesyndication.com/safeframe/1-0-45/js/ext.jstpc.googlesyndication.com/safeframe... https://tpc.googlesyndication.com/safeframe/1-0-45/js/ext.js — 200 — 6.6 KiB — 91 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 — 119 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 0 B — 109 ms — h3https://s0.2mdn.net/879366/dfa7banner_html_inpage_rendering_lib_200_268.jss0.2mdn.net/879366/dfa7banner_html_... https://s0.2mdn.net/879366/dfa7banner_html_inpage_rendering_lib_200_268.js — 200 — 0 B — 145 ms — h2https://tpc.googlesyndication.com/safeframe/1-0-45/js/ext.jstpc.googlesyndication.com/safeframe... https://tpc.googlesyndication.com/safeframe/1-0-45/js/ext.js — 200 — 0 B — 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 — 0 B — 98 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstsdPTW-zMRng1ZitOynDCNXIZ5s8TvHVcJhv9WRGNUNmnDuK1XmdDiOdAzfUB9zgBefAJ5BvV5kRegXL1a5RcI10lir0MncbSGfxMKiVHmSpKL7ohfVebjNxXT_Ube5ozNwPqgeJXqGYGMg095giaMHJCYDUCpVx5po3qQc6BQOAY4XDD8lC82df7sT6NDW9rj_h4hi2bZTy-cT4NT0HZSxvxy3CSxWS2tWwlJmsUZZm_2Zs-9wozjVBkRd29I-uArbq4VfKYotwc5y2npkk0q-25-RMht0xVYsebijjK1B0hwZUiSQPzl3Y677gbLA2czNmspwAjo57UUh8M7NEKg4D3pxtHaO4yQBvQl-me5dCrx0d_soN5r1bWRC-jB5Bz8jjpN9buo_P0iy1bgNyQVIza3oBpqCOqGRTI&sig=Cg0ArKJSzCQXInc80-I-EAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstsdPTW-zMRng1ZitOynDCNXIZ5s8TvHVcJhv9WRGNUNmnDuK1XmdDiOdAzfUB9zgBefAJ5BvV5kRegXL1a5RcI10lir0MncbSGfxMKiVHmSpKL7ohfVebjNxXT_Ube5ozNwPqgeJXqGYGMg095giaMHJCYDUCpVx5po3qQc6BQOAY4XDD8lC82df7sT6NDW9rj_h4hi2bZTy-cT4NT0HZSxvxy3CSxWS2tWwlJmsUZZm_2Zs-9wozjVBkRd29I-uArbq4VfKYotwc5y2npkk0q-25-RMht0xVYsebijjK1B0hwZUiSQPzl3Y677gbLA2czNmspwAjo57UUh8M7NEKg4D3pxtHaO4yQBvQl-me5dCrx0d_soN5r1bWRC-jB5Bz8jjpN9buo_P0iy1bgNyQVIza3oBpqCOqGRTI&sig=Cg0ArKJSzCQXInc80-I-EAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 488 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 0 B — 2 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 3 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 5 ms — h3https://tpc.googlesyndication.com/simgad/4306061886591488708tpc.googlesyndication.com/simgad/43... https://tpc.googlesyndication.com/simgad/4306061886591488708 — 200 — 123.9 KiB — 95 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsveogOwJJ5iTX6YQF9t9N_yeD5LuhwPAamEtFTcJqgyibGovBPomATPhrZ_zRttkiIWc7ptfCzPw2F8RYfmXrHe82hYlwQ8FALtX46GopPtfkTIzaoRoXo7tTvLt4-DgvzfoT4mI4oDiCnMIbuGyk88K_Rv4JEcTSHbDR9N7-YzlZ0EEBl6jHHjN-I8rnGVokQ3zBjrGbQor9T5X1KWNHaApPPoeSTVVaOoMWHYkmsPnJsHWaJkPrljK8eBJ10gYqwoPNK4W8aXwKeiWXnkD3kpdlDZ58LMtgmBW4jgsss-O_LtPUxpXflyORbM62LXqY_VghWx24e4O36r3N3ThuNwjqc7BxjrwGShc3c9gdK2DMxDiP-ZG_96tkbq_RDCyeTqafmsguZMIAmwKJlW1w1iuIAzR8MxxdVZjsa79JtspA&sig=Cg0ArKJSzPsExyA0P9ycEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsveogOwJJ5iTX6YQF9t9N_yeD5LuhwPAamEtFTcJqgyibGovBPomATPhrZ_zRttkiIWc7ptfCzPw2F8RYfmXrHe82hYlwQ8FALtX46GopPtfkTIzaoRoXo7tTvLt4-DgvzfoT4mI4oDiCnMIbuGyk88K_Rv4JEcTSHbDR9N7-YzlZ0EEBl6jHHjN-I8rnGVokQ3zBjrGbQor9T5X1KWNHaApPPoeSTVVaOoMWHYkmsPnJsHWaJkPrljK8eBJ10gYqwoPNK4W8aXwKeiWXnkD3kpdlDZ58LMtgmBW4jgsss-O_LtPUxpXflyORbM62LXqY_VghWx24e4O36r3N3ThuNwjqc7BxjrwGShc3c9gdK2DMxDiP-ZG_96tkbq_RDCyeTqafmsguZMIAmwKJlW1w1iuIAzR8MxxdVZjsa79JtspA&sig=Cg0ArKJSzPsExyA0P9ycEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 478 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 0 B — 3 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 3 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 8 ms — h3https://tpc.googlesyndication.com/simgad/12852076752510174579tpc.googlesyndication.com/simgad/12... https://tpc.googlesyndication.com/simgad/12852076752510174579 — 200 — 37.9 KiB — 66 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 435 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 — 429 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 127 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 385 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstWwl2F6qo9B84KdW2Ly7C-2ivB7ZNr6JXxWvWmoVLfJBKNB21Q_EP_8fafeCSz5lLF2_yfs8gaPqRFFqO3SfcKYMI8djz571f-DpzGqEmgJQVQmN0joskH4YV_0sJHzc0KZvx3crU41j-oao81ZJbodja5ilAtryiFxoz7YfyP_w-mqH1hG1WTgUwFp892pDIQdDd6f7QGyA4mUFuMObnwLp2fHphAiTRXxY47RTpypjNZaGueE8YA_aCRgIN3LI3PmuByGAQn_i7HRe-CbcQJAkAfGVvjq8mMGzrNsIp8roqaCnE-EZrrP8Yp0-Y_44-37r99dsXpjYFXmd-9myHbRr_JGMEoRbWyW3GRvqzSg-CuO-lwqPLoTWwfd1ds5yJtpGeEqTogsHw7JkGgu9-HqDhKr7amFVL5CaJrpY2lS0g&sig=Cg0ArKJSzAJTuzXNXKJNEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjstWwl2F6qo9B84KdW2Ly7C-2ivB7ZNr6JXxWvWmoVLfJBKNB21Q_EP_8fafeCSz5lLF2_yfs8gaPqRFFqO3SfcKYMI8djz571f-DpzGqEmgJQVQmN0joskH4YV_0sJHzc0KZvx3crU41j-oao81ZJbodja5ilAtryiFxoz7YfyP_w-mqH1hG1WTgUwFp892pDIQdDd6f7QGyA4mUFuMObnwLp2fHphAiTRXxY47RTpypjNZaGueE8YA_aCRgIN3LI3PmuByGAQn_i7HRe-CbcQJAkAfGVvjq8mMGzrNsIp8roqaCnE-EZrrP8Yp0-Y_44-37r99dsXpjYFXmd-9myHbRr_JGMEoRbWyW3GRvqzSg-CuO-lwqPLoTWwfd1ds5yJtpGeEqTogsHw7JkGgu9-HqDhKr7amFVL5CaJrpY2lS0g&sig=Cg0ArKJSzAJTuzXNXKJNEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 384 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 — 115 ms — h3data: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 — 365 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 — 359 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 84 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 76 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 — 73 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 57 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 330 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvjxD7Fv3mq6Y6_CD16gqNhdtSJaKiLY0CFu5PNPpD9tHPz5griVTeS-DSP4XiBe6tvOtLng7bjd48-iYmFLVGMxJLph_KEwYSXeR6tDN31ZMqHToc4p3dAXDUcFXxf-vUYLPL0uxbmSCySMm4ylj2riIeRZ_8hesmyw7pgxYLQnmfem9yM73ypDkfXHpvQUvULu6JsuNpUl_iAA3jVblS3It1_U3I7delL1iWWP12tJlCqrnYKADk1HowwyaK-Olcgm1L44AnSHFybOr4rmLk60UaeWGLzxDqcK-5gtzuz0Hr-wypwlZgvVeZ5Q3w44iSEjLAbdh2jmSWd0zqbgmaVNw8mseKXIr_KS6yuJ8XuOQdyptQhiRmPRpLmw0xIHGkPdl4DVM5dvOmL5AjxiZEwMMmIg7w8oIlT_G2hjHXUzJC6&sig=Cg0ArKJSzGUTLuSmv8eUEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvjxD7Fv3mq6Y6_CD16gqNhdtSJaKiLY0CFu5PNPpD9tHPz5griVTeS-DSP4XiBe6tvOtLng7bjd48-iYmFLVGMxJLph_KEwYSXeR6tDN31ZMqHToc4p3dAXDUcFXxf-vUYLPL0uxbmSCySMm4ylj2riIeRZ_8hesmyw7pgxYLQnmfem9yM73ypDkfXHpvQUvULu6JsuNpUl_iAA3jVblS3It1_U3I7delL1iWWP12tJlCqrnYKADk1HowwyaK-Olcgm1L44AnSHFybOr4rmLk60UaeWGLzxDqcK-5gtzuz0Hr-wypwlZgvVeZ5Q3w44iSEjLAbdh2jmSWd0zqbgmaVNw8mseKXIr_KS6yuJ8XuOQdyptQhiRmPRpLmw0xIHGkPdl4DVM5dvOmL5AjxiZEwMMmIg7w8oIlT_G2hjHXUzJC6&sig=Cg0ArKJSzGUTLuSmv8eUEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 329 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 306 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjssFyrIs2t3oisuCwMLxK1dBwPbFQjvSRHvAbRzPstGDe0_PsUUC8Ab4LEe0YxrppabPKBwTd5kaidL1mljFlFBeOjHprHtipdOZ3VTLtr8zMzi8C5TZBCyfGwaUZfE21VOe_6oYCYC0W-YvMIUeeENwpDbrk0O3_HKfIoMLK3bP9Fya7p9zQ7etbuFt_QbEjIOHnq8oAfLh6YvMMvtGh_L04XDF74pV53-vyLo13z8eaRwS2HYJI-ChgULJk99dfsvSiMXV5xmn95RDiHOuxPSYoAtSJfJserKjO6UWhc6GhK7_bLKS8zbl1QSr5fJZNMeAvND-K_-5EwEKaI39cAs25OAr_GIGnyZRdfC42N8xVJS4ET_t502QGRkYBOby3PXkFfsj5P_-k3unbd_dLyHenf1UvuvTc8QWFSvuwhGg&sig=Cg0ArKJSzNVzj9iEKlH7EAE&uach_m=%5BUACH%5D&urlfix=1&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjssFyrIs2t3oisuCwMLxK1dBwPbFQjvSRHvAbRzPstGDe0_PsUUC8Ab4LEe0YxrppabPKBwTd5kaidL1mljFlFBeOjHprHtipdOZ3VTLtr8zMzi8C5TZBCyfGwaUZfE21VOe_6oYCYC0W-YvMIUeeENwpDbrk0O3_HKfIoMLK3bP9Fya7p9zQ7etbuFt_QbEjIOHnq8oAfLh6YvMMvtGh_L04XDF74pV53-vyLo13z8eaRwS2HYJI-ChgULJk99dfsvSiMXV5xmn95RDiHOuxPSYoAtSJfJserKjO6UWhc6GhK7_bLKS8zbl1QSr5fJZNMeAvND-K_-5EwEKaI39cAs25OAr_GIGnyZRdfC42N8xVJS4ET_t502QGRkYBOby3PXkFfsj5P_-k3unbd_dLyHenf1UvuvTc8QWFSvuwhGg&sig=Cg0ArKJSzNVzj9iEKlH7EAE&uach_m=%5BUACH%5D&urlfix=1&adurl= — 200 — 26 B — 32 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/STRIVE365_300X250.htmls0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/STRIVE365_300X250.html — 200 — 2.4 KiB — 89 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 — 291 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjssPjv9COJIrpFSEVV_LQzSMII0K-H13bnGX-h5FuWDzqGa1ohuIh6LMyvdqoN54tSPTTqahts_Kc8RSIpDm-FLUeLxGjRWUkeLL9ojW15P-IGo1giKBqBqAedMtBuJtysNMHqMzzJwbMR0MR-aT1-PmGAjJAc5Qhk6kYXIPwmTvmV_OGGpVlzNqtEkTc50tmzstqWtQ6IPmr9fZQnmQ93zV5o4zAMLM87wdcoDbRZDcn-4BnRg9N46M2SPbPOAkY8EV7dmx_6DC7jNjmGGkPuBTXoQFXGfFVBdIwupood2DeLe02nXyj3BWL9q9OMpACwSipPLC8FVB8_JX7Exgjsi0bA8ZBCjLNC5iardaSXZccwlLoiS2sdPavDclrV1pkQo3SuNL1rnGRjVmfsEScQ5fntCVj10Iau3hhlSkIODC&sig=Cg0ArKJSzJVNtarBK8qhEAE&uach_m=%5BUACH%5D&urlfix=1&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjssPjv9COJIrpFSEVV_LQzSMII0K-H13bnGX-h5FuWDzqGa1ohuIh6LMyvdqoN54tSPTTqahts_Kc8RSIpDm-FLUeLxGjRWUkeLL9ojW15P-IGo1giKBqBqAedMtBuJtysNMHqMzzJwbMR0MR-aT1-PmGAjJAc5Qhk6kYXIPwmTvmV_OGGpVlzNqtEkTc50tmzstqWtQ6IPmr9fZQnmQ93zV5o4zAMLM87wdcoDbRZDcn-4BnRg9N46M2SPbPOAkY8EV7dmx_6DC7jNjmGGkPuBTXoQFXGfFVBdIwupood2DeLe02nXyj3BWL9q9OMpACwSipPLC8FVB8_JX7Exgjsi0bA8ZBCjLNC5iardaSXZccwlLoiS2sdPavDclrV1pkQo3SuNL1rnGRjVmfsEScQ5fntCVj10Iau3hhlSkIODC&sig=Cg0ArKJSzJVNtarBK8qhEAE&uach_m=%5BUACH%5D&urlfix=1&adurl= — 200 — 26 B — 31 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/STRIVE365_300X600.htmls0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/STRIVE365_300X600.html — 200 — 2.4 KiB — 79 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 262 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjssNBgSfZnUi0W4tbNP7GAhd3FWgvoIoviNcaO9h-bZYIu0_loh-0cluMDD-_mKDFM3m7xmIn8mGZQ5DIh8oMeYzDylWVybBh3jZmE2xYIgII6DnUPPKjv7va6zdqMlYATlLlXtcVZboMjOFyFqBk221UN-wbTNy57xakxZ2WvsrOspFGhyVECDWmiFK5wTB7X2DXFerEp7iSqSh1BVWR2MJx1IBfonFcrtFM1wmBgA3bY5OMgRjEJeSLEsOINssmilrU82T_bVW7QNAhSj-hEussWnw6vf5fzgnJ_e3RRK7x3tkkvJfXroo9UKpPx6VKD28Aqk9quqA9dKX9aSX_PWMUINmQ9XO6pY9g8WnXNi72D7xwLQW7_XSs7RnrHmFjqwYVx4OGFUFDK5D-CNTXFLL3LsZwnuGIqYjXbflEg&sig=Cg0ArKJSzHYXXsvUVAd1EAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjssNBgSfZnUi0W4tbNP7GAhd3FWgvoIoviNcaO9h-bZYIu0_loh-0cluMDD-_mKDFM3m7xmIn8mGZQ5DIh8oMeYzDylWVybBh3jZmE2xYIgII6DnUPPKjv7va6zdqMlYATlLlXtcVZboMjOFyFqBk221UN-wbTNy57xakxZ2WvsrOspFGhyVECDWmiFK5wTB7X2DXFerEp7iSqSh1BVWR2MJx1IBfonFcrtFM1wmBgA3bY5OMgRjEJeSLEsOINssmilrU82T_bVW7QNAhSj-hEussWnw6vf5fzgnJ_e3RRK7x3tkkvJfXroo9UKpPx6VKD28Aqk9quqA9dKX9aSX_PWMUINmQ9XO6pY9g8WnXNi72D7xwLQW7_XSs7RnrHmFjqwYVx4OGFUFDK5D-CNTXFLL3LsZwnuGIqYjXbflEg&sig=Cg0ArKJSzHYXXsvUVAd1EAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 261 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 244 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 — 222 ms — h3https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.jss0.2mdn.net/ads/studio/cached_libs/... https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.js — 200 — 62.8 KiB — 67 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/STRIVE365_300X600.jss0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/STRIVE365_300X600.js — 200 — 3.5 KiB — 44 ms — h3https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.jss0.2mdn.net/ads/studio/cached_libs/... https://s0.2mdn.net/ads/studio/cached_libs/createjs_2019.11.15_min.js — 200 — 12 B — 73 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/STRIVE365_300X250.jss0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/STRIVE365_300X250.js — 200 — 3.1 KiB — 46 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 183 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvKegDutEBOsknc_YdzNjTXRdW-fzR0ZW79AYD2g7ie6SvmT41YrMg8iMk17yOC9tzCPFHgRM6pIHLBYML30deMmb_rtV743ZD3JWjFJtfKDCvo4XddSHoVpiuvIbpCnYlELfdwA89wV3QPDxFSDTKL_rBoRem6nJ3eUvaYJ_seyQ17wlm5Db5zhTVZCjP-t_fC7LYC1W_oV4irhzD1lCAETtH0mLkD06Re_bgyBo1HbIfhTcKXAvtWsrpkB1NYVwpkYHKzRGKj4kzSsjsQ8hvG-xIPCReAKuy7_aewuI94kapDVOc9D3SLr1Xq3GtO-BcA13CTWIiJjksC80fGshXW6Ho2r3DifppIQT5b534FXnTtXqFxVgdPcci9aTBC5sprqOhPH7nxJm-xPSO924upKL5ec0FArQ_-_Q5IfHk94xM4&sig=Cg0ArKJSzOlkMkHOgTiGEAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsvKegDutEBOsknc_YdzNjTXRdW-fzR0ZW79AYD2g7ie6SvmT41YrMg8iMk17yOC9tzCPFHgRM6pIHLBYML30deMmb_rtV743ZD3JWjFJtfKDCvo4XddSHoVpiuvIbpCnYlELfdwA89wV3QPDxFSDTKL_rBoRem6nJ3eUvaYJ_seyQ17wlm5Db5zhTVZCjP-t_fC7LYC1W_oV4irhzD1lCAETtH0mLkD06Re_bgyBo1HbIfhTcKXAvtWsrpkB1NYVwpkYHKzRGKj4kzSsjsQ8hvG-xIPCReAKuy7_aewuI94kapDVOc9D3SLr1Xq3GtO-BcA13CTWIiJjksC80fGshXW6Ho2r3DifppIQT5b534FXnTtXqFxVgdPcci9aTBC5sprqOhPH7nxJm-xPSO924upKL5ec0FArQ_-_Q5IfHk94xM4&sig=Cg0ArKJSzOlkMkHOgTiGEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 183 ms — h3https://www.recaptcha.net/recaptcha/enterprise/anchor?ar=1&k=6LdM6yYpAAAAAA851sW8-EwhuCIEOIcOxzp2NDuJ&co=aHR0cHM6Ly93d3cuc3RyaXBlcy5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=5kgbwrjd9vhiwww.recaptcha.net/recaptcha/enterpr... https://www.recaptcha.net/recaptcha/enterprise/anchor?ar=1&k=6LdM6yYpAAAAAA851sW8-EwhuCIEOIcOxzp2NDuJ&co=aHR0cHM6Ly93d3cuc3RyaXBlcy5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=5kgbwrjd9vhi — 200 — 28.4 KiB — 148 ms — h2https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/EACHDAY.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/EACHDAY.png — 200 — 4.6 KiB — 32 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/lifestyle1.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/lifestyle1.png — 200 — 24.7 KiB — 33 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsuFH5zDz_bNgptXzpIJLlq-yLjh3t8W7N1tl3ag8rizrLXa4pzNCoFdY4rubD1D5d6azT5-5sb0BH6XBbu74ukonvA8aMR3OI0m0NMTw6k7HcUFiZWRXbpFQOFieY2ud4fK0n8t2SbVobX0jgYsYiBh_4A6uXzp-r8_Gq6kuH8-MmAli9kxXsSXpwJfuS4hzt3a8houdKKJxrZxhku5tZpkLfJ-obB3wXeah3EsB0Cur6GvavdAnviau_aEmtc0ZxcgtcJ2s9MwAISlgnZPAmRny_d6tBZIFJcZVGAk29C6ZMthZGfPEHTyieA7EmiuKieE2qQSYt_eIGb30x0zy0bIIYbxqpZI9EezLAwgwcPhdH1MsTwX4EfA6Nr-p997lnGUYEJviriAJXyHnu7VrhKjWU_FhW707ZVbgWQ47KLwriQ&sig=Cg0ArKJSzNvCZXY04jtBEAE&uach_m=%5BUACH%5D&urlfix=1&uach=WyJMaW51eCIsIiIsIng4NiIsIiIsIjE0Ny4wLjc3MjcuMTAxIixudWxsLDAsbnVsbCwiNjQiLFtbIkNocm9taXVtIiwiMTQ3LjAuNzcyNy4xMDEiXSxbIk5vdC5BL0JyYW5kIiwiOC4wLjAuMCJdXSwwXQ%3D%3D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsuFH5zDz_bNgptXzpIJLlq-yLjh3t8W7N1tl3ag8rizrLXa4pzNCoFdY4rubD1D5d6azT5-5sb0BH6XBbu74ukonvA8aMR3OI0m0NMTw6k7HcUFiZWRXbpFQOFieY2ud4fK0n8t2SbVobX0jgYsYiBh_4A6uXzp-r8_Gq6kuH8-MmAli9kxXsSXpwJfuS4hzt3a8houdKKJxrZxhku5tZpkLfJ-obB3wXeah3EsB0Cur6GvavdAnviau_aEmtc0ZxcgtcJ2s9MwAISlgnZPAmRny_d6tBZIFJcZVGAk29C6ZMthZGfPEHTyieA7EmiuKieE2qQSYt_eIGb30x0zy0bIIYbxqpZI9EezLAwgwcPhdH1MsTwX4EfA6Nr-p997lnGUYEJviriAJXyHnu7VrhKjWU_FhW707ZVbgWQ47KLwriQ&sig=Cg0ArKJSzNvCZXY04jtBEAE&uach_m=%5BUACH%5D&urlfix=1&uach=WyJMaW51eCIsIiIsIng4NiIsIiIsIjE0Ny4wLjc3MjcuMTAxIixudWxsLDAsbnVsbCwiNjQiLFtbIkNocm9taXVtIiwiMTQ3LjAuNzcyNy4xMDEiXSxbIk5vdC5BL0JyYW5kIiwiOC4wLjAuMCJdXSwwXQ%3D%3D&adurl= — 200 — 26 B — 33 ms — h3https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsufk9rCedKQQtyGABVlQrtt1O5xkR_umeEQz4pzHaK_5a0Cq6_F3zh7FAoF45CnUVOuZgwQzhp5g_10rvni7bVXE9Dr_xudfeIOMDRQUiPPVCK51fufbaLLP8OVmJ43ddaHOrYzq6R-MYzwJNAOTUv6JgZYFcMP4pqzk8xe7l0rLIUQiXyh7VjZ9HsMsD7TGcr0g0e-IH4Dig53ZrgLyXrvX1-un03Aajxvm9slQrsIpUyxFTK1H5U9_3WESEfrth1n--o4hifFLXNSiBfS7m80mymQV3IHB9G84uPU_DcLm-5N5e1I5RAFMc9E-JzFyFWpueh0wAR5giMsGot-62XtCpkbgdN-HuNU7nYIpVGlrT8nZbvyJTXMHZy_YXu0J7L_IahLgbtOqMaz3Yhkc2fYV2dsv_B4i1Td6fbfXzAGBHs&sig=Cg0ArKJSzL7tSv_0-MlfEAE&uach_m=%5BUACH%5D&urlfix=1&uach=WyJMaW51eCIsIiIsIng4NiIsIiIsIjE0Ny4wLjc3MjcuMTAxIixudWxsLDAsbnVsbCwiNjQiLFtbIkNocm9taXVtIiwiMTQ3LjAuNzcyNy4xMDEiXSxbIk5vdC5BL0JyYW5kIiwiOC4wLjAuMCJdXSwwXQ%3D%3D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsufk9rCedKQQtyGABVlQrtt1O5xkR_umeEQz4pzHaK_5a0Cq6_F3zh7FAoF45CnUVOuZgwQzhp5g_10rvni7bVXE9Dr_xudfeIOMDRQUiPPVCK51fufbaLLP8OVmJ43ddaHOrYzq6R-MYzwJNAOTUv6JgZYFcMP4pqzk8xe7l0rLIUQiXyh7VjZ9HsMsD7TGcr0g0e-IH4Dig53ZrgLyXrvX1-un03Aajxvm9slQrsIpUyxFTK1H5U9_3WESEfrth1n--o4hifFLXNSiBfS7m80mymQV3IHB9G84uPU_DcLm-5N5e1I5RAFMc9E-JzFyFWpueh0wAR5giMsGot-62XtCpkbgdN-HuNU7nYIpVGlrT8nZbvyJTXMHZy_YXu0J7L_IahLgbtOqMaz3Yhkc2fYV2dsv_B4i1Td6fbfXzAGBHs&sig=Cg0ArKJSzL7tSv_0-MlfEAE&uach_m=%5BUACH%5D&urlfix=1&uach=WyJMaW51eCIsIiIsIng4NiIsIiIsIjE0Ny4wLjc3MjcuMTAxIixudWxsLDAsbnVsbCwiNjQiLFtbIkNocm9taXVtIiwiMTQ3LjAuNzcyNy4xMDEiXSxbIk5vdC5BL0JyYW5kIiwiOC4wLjAuMCJdXSwwXQ%3D%3D&adurl= — 200 — 26 B — 35 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/ISAFRESHSTART.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/ISAFRESHSTART.png — 200 — 4.6 KiB — 31 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/lifestyle2.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/lifestyle2.png — 200 — 38.4 KiB — 36 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/lifestylescombo.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/lifestylescombo.png — 200 — 88.0 KiB — 45 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/lifestyle3.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/lifestyle3.png — 200 — 24.5 KiB — 47 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/nexlogo.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/nexlogo.png — 200 — 3.7 KiB — 31 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 120 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 197 ms — h2https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/nexlogo.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/nexlogo.png — 200 — 3.7 KiB — 33 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/orangehardlight.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/orangehardlight.png — 200 — 140 B — 29 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-12M2XZC8V4&gtm=45je64k0v873737409z8857454493za20gzb857454493zd857454493&_p=1776893820125&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=702098338.1776893822&frm=0&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776893823&sct=1&seg=0&dl=https%3A%2F%2Fwww.stripes.com%2F&dt=Stars%20and%20Stripes%20%7C%20The%20U.S.%20military%27s%20independent%20news%20source.&en=page_view&_fv=1&_ss=1&tfd=4041region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-12M2XZC8V4&gtm=45je64k0v873737409z8857454493za20gzb857454493zd857454493&_p=1776893820125&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=702098338.1776893822&frm=0&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776893823&sct=1&seg=0&dl=https%3A%2F%2Fwww.stripes.com%2F&dt=Stars%20and%20Stripes%20%7C%20The%20U.S.%20military%27s%20independent%20news%20source.&en=page_view&_fv=1&_ss=1&tfd=4041 — 204 — 20 B — 35 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/orangeHD.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/orangeHD.png — 200 — 126 B — 32 ms — h3https://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 — 41 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/slash.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/slash.png — 200 — 1.3 KiB — 30 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/slash.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/slash.png — 200 — 1.3 KiB — 29 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/strive365logo.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168423992/STRIVE_300X600/strive365logo.png — 200 — 3.2 KiB — 32 ms — h3https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/strive365logo.pngs0.2mdn.net/dfp/415396/4634164028/1... https://s0.2mdn.net/dfp/415396/4634164028/1775168398741/STRIVE_300X250/strive365logo.png — 200 — 3.2 KiB — 30 ms — h3https://www.recaptcha.net/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.recaptcha.net/recaptcha/enterpr... https://www.recaptcha.net/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 141 B — 209 ms — h2https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 30 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 113 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 21 ms — h2https://i.simpli.fi/p?cid=275072&cb=sifi_att_42656._hpi.simpli.fi/p?cid=275072&cb=sifi_at... https://i.simpli.fi/p?cid=275072&cb=sifi_att_42656._hp — 200 — 979 B — 82 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=4423171960726591ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=4423171960726591 — 200 — 13.2 KiB — 71 ms — h3https://www.stripes.com/icon.svgwww.stripes.com/icon.svg https://www.stripes.com/icon.svg — 200 — 6.2 KiB — 112 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 88 ms — h2https://um.simpli.fi/bomboraum.simpli.fi/bombora https://um.simpli.fi/bombora — 302 — 614 B — 158 ms — h2https://um.simpli.fi/bidswitchum.simpli.fi/bidswitch https://um.simpli.fi/bidswitch — 302 — 607 B — 159 ms — h2https://um.simpli.fi/adswizzum.simpli.fi/adswizz https://um.simpli.fi/adswizz — 302 — 652 B — 158 ms — h2https://um.simpli.fi/eyeotaum.simpli.fi/eyeota https://um.simpli.fi/eyeota — 302 — 605 B — 153 ms — h2https://um.simpli.fi/smaatoum.simpli.fi/smaato https://um.simpli.fi/smaato — 302 — 609 B — 154 ms — h2https://um.simpli.fi/nexxenum.simpli.fi/nexxen https://um.simpli.fi/nexxen — 302 — 601 B — 154 ms — h2https://www.googleadservices.com/pagead/conversion/1026675585/?random=1776893823859&cv=7&fst=1776893823859&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ONwww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1026675585/?random=1776893823859&cv=7&fst=1776893823859&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON — 302 — 23 B — 112 ms — h3https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sccm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sc — 302 — 273 B — 144 ms — h2https://www.stripes.com/favicon.icowww.stripes.com/favicon.ico https://www.stripes.com/favicon.ico — 200 — 4.6 KiB — 370 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 — 92 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=1957341823&cv=7&fst=1776893823859&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XyXGkqy1kI_2N7fkFjUHxo9ltSXMLbDViYGA5xOtoy7B-HCOPZGt8aAgpx&pscrd=IhMIufK5qbWClAMV510dCR1qlg9IMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL3d3dy5zdHJpcGVzLmNvbS96DAgJYggIABAAGAAgAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=1957341823&cv=7&fst=1776893823859&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XyXGkqy1kI_2N7fkFjUHxo9ltSXMLbDViYGA5xOtoy7B-HCOPZGt8aAgpx&pscrd=IhMIufK5qbWClAMV510dCR1qlg9IMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL3d3dy5zdHJpcGVzLmNvbS96DAgJYggIABAAGAAgAA — 302 — 24 B — 136 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjstjrXq6NFrKjCpMNJMwxqbYObA7UluFugrKpXPF41kYR8XugbWu50_ZDxmrlxxX1npRtACVpEAdMCkGeISNFM85yS0xpZnpEAxYzWFAg-1r6RSyCj9HJTd3yoqrvRvaCD80ypQ_LdbBD71T-1DxzcHGOvbSDZ3KEQj3tb3XeG8PeZY_rGjvRedSbQ&sig=Cg0ArKJSzOfm3P5jdy0aEAE&id=lidar2&mcvt=1004&p=30,56,280,356&tm=1099.0999994277954&tu=94.80000019073486&mtos=1004,1004,1004,1004,1004&tos=1004,0,0,0,0&v=20260420&bin=7&avms=nio&bs=412,823&mc=1&vu=1&app=0&itpl=0&adk=375948347&rs=4&la=0&cr=0&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7282662200&rst=1776893822581&rpt=347&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0pagead2.googlesyndication.com/pcs/a... https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjstjrXq6NFrKjCpMNJMwxqbYObA7UluFugrKpXPF41kYR8XugbWu50_ZDxmrlxxX1npRtACVpEAdMCkGeISNFM85yS0xpZnpEAxYzWFAg-1r6RSyCj9HJTd3yoqrvRvaCD80ypQ_LdbBD71T-1DxzcHGOvbSDZ3KEQj3tb3XeG8PeZY_rGjvRedSbQ&sig=Cg0ArKJSzOfm3P5jdy0aEAE&id=lidar2&mcvt=1004&p=30,56,280,356&tm=1099.0999994277954&tu=94.80000019073486&mtos=1004,1004,1004,1004,1004&tos=1004,0,0,0,0&v=20260420&bin=7&avms=nio&bs=412,823&mc=1&vu=1&app=0&itpl=0&adk=375948347&rs=4&la=0&cr=0&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7282662200&rst=1776893822581&rpt=347&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 36 ms — h3https://um.simpli.fi/g_match?id=&google_error=3um.simpli.fi/g_match?id=&google_err... https://um.simpli.fi/g_match?id=&google_error=3 — 204 — 522 B — 40 ms — h2https://ml314.com/utsync.ashx?et=0&eid=93940&fp=5887B7F658C44539A9E7394B7DFDFEECml314.com/utsync.ashx?et=0&eid=9394... https://ml314.com/utsync.ashx?et=0&eid=93940&fp=5887B7F658C44539A9E7394B7DFDFEEC — 200 — 295 B — 153 ms — h2https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=023796665F6E4C8480882BAB3AD1ED11synchroscript.deliveryengine.adswiz... https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=023796665F6E4C8480882BAB3AD1ED11 — 200 — 385 B — 138 ms — h2https://x.bidswitch.net/sync?dsp_id=518&user_id=78202183E12249CBA51B577263C28A8Bx.bidswitch.net/sync?dsp_id=518&use... https://x.bidswitch.net/sync?dsp_id=518&user_id=78202183E12249CBA51B577263C28A8B — 200 — 164 B — 334 ms — h2https://ps.eyeota.net/match?bid=irm51m1&uid=0F34BE3EF2984FE482E820F11E171328ps.eyeota.net/match?bid=irm51m1&uid... https://ps.eyeota.net/match?bid=irm51m1&uid=0F34BE3EF2984FE482E820F11E171328 — 200 — 354 B — 181 ms — http/1.1https://s.ad.smaato.net/c/?dspInit=675&dspCookie=E3002E2695DC4FFD99AC451168482537s.ad.smaato.net/c/?dspInit=675&dspC... https://s.ad.smaato.net/c/?dspInit=675&dspCookie=E3002E2695DC4FFD99AC451168482537 — 204 — 66 B — 151 ms — h2https://sync.1rx.io/usersync/simplifi/11CEE085D40F4891B482888E83F704C1sync.1rx.io/usersync/simplifi/11CEE... https://sync.1rx.io/usersync/simplifi/11CEE085D40F4891B482888E83F704C1 — 204 — 44 B — 381 ms — h2https://um.simpli.fi/tripleliftum.simpli.fi/triplelift https://um.simpli.fi/triplelift — 302 — 615 B — 37 ms — h2https://um.simpli.fi/telaria_pum.simpli.fi/telaria_p https://um.simpli.fi/telaria_p — 302 — 610 B — 39 ms — h2https://um.simpli.fi/tapadum.simpli.fi/tapad https://um.simpli.fi/tapad — 302 — 629 B — 40 ms — h2https://um.simpli.fi/ad_advisorum.simpli.fi/ad_advisor https://um.simpli.fi/ad_advisor — 302 — 620 B — 40 ms — h2https://um.simpli.fi/intentiqum.simpli.fi/intentiq https://um.simpli.fi/intentiq — 302 — 638 B — 40 ms — h2https://um.simpli.fi/pubmaticum.simpli.fi/pubmatic https://um.simpli.fi/pubmatic — 200 — 611 B — 40 ms — h2https://um.simpli.fi/freewheelum.simpli.fi/freewheel https://um.simpli.fi/freewheel — 200 — 611 B — 43 ms — h2https://um.simpli.fi/dtnxum.simpli.fi/dtnx https://um.simpli.fi/dtnx — 302 — 621 B — 46 ms — h2https://um.simpli.fi/exelatemum.simpli.fi/exelatem https://um.simpli.fi/exelatem — 302 — 616 B — 48 ms — h2https://um.simpli.fi/yahooum.simpli.fi/yahoo https://um.simpli.fi/yahoo — 200 — 611 B — 46 ms — h2https://um.simpli.fi/beachfrontum.simpli.fi/beachfront https://um.simpli.fi/beachfront — 302 — 603 B — 51 ms — h2https://um.simpli.fi/crwdcntrlum.simpli.fi/crwdcntrl https://um.simpli.fi/crwdcntrl — 302 — 614 B — 51 ms — h2https://um.simpli.fi/lj_matchum.simpli.fi/lj_match https://um.simpli.fi/lj_match — 302 — 601 B — 51 ms — h2https://um.simpli.fi/liveramp_matchum.simpli.fi/liveramp_match https://um.simpli.fi/liveramp_match — 302 — 608 B — 51 ms — h2https://um.simpli.fi/spotx_matchum.simpli.fi/spotx_match https://um.simpli.fi/spotx_match — 204 — 272 B — 52 ms — h2https://um.simpli.fi/anum.simpli.fi/an https://um.simpli.fi/an — 302 — 607 B — 54 ms — h2https://um.simpli.fi/rb_matchum.simpli.fi/rb_match https://um.simpli.fi/rb_match — 302 — 627 B — 55 ms — h2https://um.simpli.fi/ox_matchum.simpli.fi/ox_match https://um.simpli.fi/ox_match — 302 — 607 B — 68 ms — h2https://ib.adnxs.com/setuid?entity=66&code=AFE4B8895B34483587B22F5BBCB92329ib.adnxs.com/setuid?entity=66&code=... https://ib.adnxs.com/setuid?entity=66&code=AFE4B8895B34483587B22F5BBCB92329 — -1 — 0 B — 175 ms — https://eb2.3lift.com/xuid?mid=7969&xuid=BFF8B02F8D814F8CB48CA7D9006436A0&dongle=yf3eb2.3lift.com/xuid?mid=7969&xuid=BF... https://eb2.3lift.com/xuid?mid=7969&xuid=BFF8B02F8D814F8CB48CA7D9006436A0&dongle=yf3 — 200 — 140 B — 156 ms — h2https://simplifi.partners.tremorhub.com/sync?UISF=07F70409A185402E9E2E98D389AEBC16simplifi.partners.tremorhub.com/syn... https://simplifi.partners.tremorhub.com/sync?UISF=07F70409A185402E9E2E98D389AEBC16 — 200 — 175 B — 360 ms — h2https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=79802DBAC8CA4EFB838528BCA6907195pixel.tapad.com/idsync/ex/receive?p... https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=79802DBAC8CA4EFB838528BCA6907195 — 302 — 624 B — 143 ms — h2https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=4255AC4955C247A99D8AE3FD89C3549Caa.agkn.com/adscores/g.pixel?sid=92... https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=4255AC4955C247A99D8AE3FD89C3549C — 200 — 307 B — 335 ms — h2https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=146E66644CDB4511AA601FC56AC7B654sync.intentiq.com/profiles_engine/P... https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=146E66644CDB4511AA601FC56AC7B654 — 200 — 219 B — 162 ms — h2https://fei.pro-market.net/engine?du=24;csync=B735DACBED0F4432AB2F646F7CB9B6C4;mimetype=img;fei.pro-market.net/engine?du=24;csy... https://fei.pro-market.net/engine?du=24;csync=B735DACBED0F4432AB2F646F7CB9B6C4;mimetype=img; — 200 — 785 B — 160 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=45E2417662574F3B9781343DDAC76D8B&j=0loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=45E2417662574F3B9781343DDAC76D8B&j=0 — 302 — 884 B — 214 ms — h2https://sync.bfmio.com/sync?pid=141&uid=0771BDB7267349DFA349A4601F1F9DA5sync.bfmio.com/sync?pid=141&uid=077... https://sync.bfmio.com/sync?pid=141&uid=0771BDB7267349DFA349A4601F1F9DA5 — 204 — 378 B — 336 ms — h2https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 37 ms — h3https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=CBD7B827C88C4BD3B8B5EFE6700A6BC3bcp.crwdcntrl.net/map/c=7625/tp=SIM... https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=CBD7B827C88C4BD3B8B5EFE6700A6BC3 — 404 — 268 B — 164 ms — h2https://ce.lijit.com/merge?pid=2&3pid=465C81346F944C27A1EF2C74AA469000ce.lijit.com/merge?pid=2&3pid=465C8... https://ce.lijit.com/merge?pid=2&3pid=465C81346F944C27A1EF2C74AA469000 — 204 — 223 B — 214 ms — h2https://idsync.rlcdn.com/419566.gif?partner_uid=EB2E0046697147D0863715871308C2ABidsync.rlcdn.com/419566.gif?partner... https://idsync.rlcdn.com/419566.gif?partner_uid=EB2E0046697147D0863715871308C2AB — 451 — 98 B — 144 ms — h2https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=02CE9538F02E416CAA0475D5AACCC04D&expires=365pixel.rubiconproject.com/tap.php?v=... https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=02CE9538F02E416CAA0475D5AACCC04D&expires=365 — 204 — 239 B — 201 ms — http/1.1https://us-u.openx.net/w/1.0/sd?id=537072966&val=2A51865E940D4034A1392B1861853601us-u.openx.net/w/1.0/sd?id=53707296... https://us-u.openx.net/w/1.0/sd?id=537072966&val=2A51865E940D4034A1392B1861853601 — 200 — 279 B — 144 ms — h2https://www.google.com/pagead/1p-conversion/1026675585/?random=1957341823&cv=7&fst=1776893823859&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XyXGkqy1kI_2N7fkFjUHxo9ltSXMLbDViYGA5xOtoy7B-HCOPZGt8aAgpx&pscrd=IhMIufK5qbWClAMV510dCR1qlg9IMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL3d3dy5zdHJpcGVzLmNvbS96DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B9VIoHUe6MY8UnVH9ViFaDWmnAusEzO7XSReN1BdT0hfzr_sy8zWz8o7hHr8i0oEiDn90p7BSp-oqfE4rzAS4zLGgNHnoLi3FKU_VAcokcuioJfvgVeu0&random=40754390www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1026675585/?random=1957341823&cv=7&fst=1776893823859&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XyXGkqy1kI_2N7fkFjUHxo9ltSXMLbDViYGA5xOtoy7B-HCOPZGt8aAgpx&pscrd=IhMIufK5qbWClAMV510dCR1qlg9IMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL3d3dy5zdHJpcGVzLmNvbS96DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B9VIoHUe6MY8UnVH9ViFaDWmnAusEzO7XSReN1BdT0hfzr_sy8zWz8o7hHr8i0oEiDn90p7BSp-oqfE4rzAS4zLGgNHnoLi3FKU_VAcokcuioJfvgVeu0&random=40754390 — 302 — 24 B — 95 ms — h3https://www.google.es/pagead/1p-conversion/1026675585/?random=1957341823&cv=7&fst=1776893823859&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XyXGkqy1kI_2N7fkFjUHxo9ltSXMLbDViYGA5xOtoy7B-HCOPZGt8aAgpx&is_vtc=1&cid=CAQSWwAFq6B9VIoHUe6MY8UnVH9ViFaDWmnAusEzO7XSReN1BdT0hfzr_sy8zWz8o7hHr8i0oEiDn90p7BSp-oqfE4rzAS4zLGgNHnoLi3FKU_VAcokcuioJfvgVeu0&random=40754390&ipr=y&pscrd=IhMIufK5qbWClAMV510dCR1qlg9IMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL3d3dy5zdHJpcGVzLmNvbS96DAgJYggIABAAGAAgAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/1026675585/?random=1957341823&cv=7&fst=1776893823859&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1XyXGkqy1kI_2N7fkFjUHxo9ltSXMLbDViYGA5xOtoy7B-HCOPZGt8aAgpx&is_vtc=1&cid=CAQSWwAFq6B9VIoHUe6MY8UnVH9ViFaDWmnAusEzO7XSReN1BdT0hfzr_sy8zWz8o7hHr8i0oEiDn90p7BSp-oqfE4rzAS4zLGgNHnoLi3FKU_VAcokcuioJfvgVeu0&random=40754390&ipr=y&pscrd=IhMIufK5qbWClAMV510dCR1qlg9IMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL3d3dy5zdHJpcGVzLmNvbS96DAgJYggIABAAGAAgAA — 200 — 455 B — 106 ms — h2https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=79802DBAC8CA4EFB838528BCA6907195pixel.tapad.com/idsync/ex/receive/c... https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=79802DBAC8CA4EFB838528BCA6907195 — 200 — 427 B — 36 ms — h2https://ep2.adtrafficquality.google/generate_204?1PDdXQep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?1PDdXQ — 204 — 40 B — 31 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=45E2417662574F3B9781343DDAC76D8B&j=0&xl8blockcheck=1loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=45E2417662574F3B9781343DDAC76D8B&j=0&xl8blockcheck=1 — 204 — 324 B — 37 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=4423171960726591&bg=!wcKlwqDNAAa1ilLUlYo7AEcBe5WfOEgf_ZRBErn7KTBviO2AoDU-9bjH30DUxe2gH8eXMeFpuwSeWMtGQsc94LKpC_cf6oSn7DXNWCFF5zVexVOnAxYWLgIAAACTUgAAAAVoAQd-ADYDU4N-lBghwY38PDgLMXgD7d3hEk82wf2qAgBjuqkZFylOd2tnKFvAIwLgOPfST90ZyFd5EnIKABv7AZJYE26-9cUbpkGTj3hCHzA_4I2rrpwo176ZApty61_7iny5VJQm-nD1SRPuJZYCGN1sp49ru2p6DzAhU7AIYESLkKRYJnX1nIDuNbB4TsoSYn1a2yb2qirZ4EmgEP2lVAWiEkmJMkwXYywl5oepH2yoL39qbwDxMxAXdnTISu5jQfVbwbnP4iPfpnN3XI1VMgUNMkJFGiWS49qoys9lWD5Mgsvxt0tVphnmxIrC70dVWOQd50Ujc9l-87UQ6-ysDlC4OIOnwXdyMEqf-eMzmzm7yW-u3ZDNzdZ7aEKSn2M9APovQsDd8F6VJV4PDHOQE3Sq3opg8nUanstztd-PEgD-OK7PRThIecxYHEQ6miWeUYoQ7JozI3r1W1j6_npU5SoE9LqVAcNtdVtGvJQ_Dyl9WzmDDGTRbruEoN90Wod9-FxKcXdRbrGBfPZa2kijGOULmig-Ul6xVxueMCR2GBGoOBbgweWrvT4WXbJhFU8B0tNMrCK3WXyan-QSROVlHiFwpCW5Iw1sxXid8slMFt2QK2biTnXwSwFtrG91-YIZ91xVE2YDPzuydEwB_t2ZoufukONQMuEUfW1VmEv1Ha5wkEd1kd6A7KkCwhuRu-1QaU94CmNUiHr65tCZjOM3bGrTivJNY_8sMmhU05fCJUuB8qz6NsxfwxeQgQfzefTyN4e-94rs_vP7F3Fnr3zeUo660Mo39OLt3N5LjKoavBVuPW7tBnBr8bHPpdHo_MTZiADMKR0ebatqnbmYqDBramgR0_nKHXipgSZNq1Dyyrdxv4t2UCbZXbVpdjMBshmnWRlD9k5y8ba9pKa8ey56P20olvBlFn7-LH78GjFgX0X6LRiriJNFDx9_S2ay50mDuhp33V2pPAt3WROK8O22zKgRx9M_96NWHuWyDELhwuJQlBW2a1SEep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=4423171960726591&bg=!wcKlwqDNAAa1ilLUlYo7AEcBe5WfOEgf_ZRBErn7KTBviO2AoDU-9bjH30DUxe2gH8eXMeFpuwSeWMtGQsc94LKpC_cf6oSn7DXNWCFF5zVexVOnAxYWLgIAAACTUgAAAAVoAQd-ADYDU4N-lBghwY38PDgLMXgD7d3hEk82wf2qAgBjuqkZFylOd2tnKFvAIwLgOPfST90ZyFd5EnIKABv7AZJYE26-9cUbpkGTj3hCHzA_4I2rrpwo176ZApty61_7iny5VJQm-nD1SRPuJZYCGN1sp49ru2p6DzAhU7AIYESLkKRYJnX1nIDuNbB4TsoSYn1a2yb2qirZ4EmgEP2lVAWiEkmJMkwXYywl5oepH2yoL39qbwDxMxAXdnTISu5jQfVbwbnP4iPfpnN3XI1VMgUNMkJFGiWS49qoys9lWD5Mgsvxt0tVphnmxIrC70dVWOQd50Ujc9l-87UQ6-ysDlC4OIOnwXdyMEqf-eMzmzm7yW-u3ZDNzdZ7aEKSn2M9APovQsDd8F6VJV4PDHOQE3Sq3opg8nUanstztd-PEgD-OK7PRThIecxYHEQ6miWeUYoQ7JozI3r1W1j6_npU5SoE9LqVAcNtdVtGvJQ_Dyl9WzmDDGTRbruEoN90Wod9-FxKcXdRbrGBfPZa2kijGOULmig-Ul6xVxueMCR2GBGoOBbgweWrvT4WXbJhFU8B0tNMrCK3WXyan-QSROVlHiFwpCW5Iw1sxXid8slMFt2QK2biTnXwSwFtrG91-YIZ91xVE2YDPzuydEwB_t2ZoufukONQMuEUfW1VmEv1Ha5wkEd1kd6A7KkCwhuRu-1QaU94CmNUiHr65tCZjOM3bGrTivJNY_8sMmhU05fCJUuB8qz6NsxfwxeQgQfzefTyN4e-94rs_vP7F3Fnr3zeUo660Mo39OLt3N5LjKoavBVuPW7tBnBr8bHPpdHo_MTZiADMKR0ebatqnbmYqDBramgR0_nKHXipgSZNq1Dyyrdxv4t2UCbZXbVpdjMBshmnWRlD9k5y8ba9pKa8ey56P20olvBlFn7-LH78GjFgX0X6LRiriJNFDx9_S2ay50mDuhp33V2pPAt3WROK8O22zKgRx9M_96NWHuWyDELhwuJQlBW2a1SE — 204 — 17 B — 56 ms — h3https://cd.connatix.com/connatix.player.js?cid=a621699a-1370-4be7-8957-ace0a3fdc1e6&pid=22487b42-1752-47d3-8988-89edc0ddfb08cd.connatix.com/connatix.player.js?... https://cd.connatix.com/connatix.player.js?cid=a621699a-1370-4be7-8957-ace0a3fdc1e6&pid=22487b42-1752-47d3-8988-89edc0ddfb08 — 200 — 1.3 KiB — 106 ms — h3https://cds.connatix.com/p/323954724/elLoader.jscds.connatix.com/p/323954724/elLoad... https://cds.connatix.com/p/323954724/elLoader.js — 200 — 1.8 KiB — 84 ms — h3https://cds.connatix.com/p/323954724/connatix.player.js?cid=a621699a-1370-4be7-8957-ace0a3fdc1e6&pid=22487b42-1752-47d3-8988-89edc0ddfb08cds.connatix.com/p/323954724/connat... https://cds.connatix.com/p/323954724/connatix.player.js?cid=a621699a-1370-4be7-8957-ace0a3fdc1e6&pid=22487b42-1752-47d3-8988-89edc0ddfb08 — 200 — 139.1 KiB — 100 ms — h3https://cds.connatix.com/p/plugins/prebid-cache-scraper-3.jscds.connatix.com/p/plugins/prebid-c... https://cds.connatix.com/p/plugins/prebid-cache-scraper-3.js — 200 — 1.2 KiB — 26 ms — h3https://cds.connatix.com/p/323954724/player.user.manager.service.jscds.connatix.com/p/323954724/player... https://cds.connatix.com/p/323954724/player.user.manager.service.js — 200 — 16.4 KiB — 28 ms — h3https://cds.connatix.com/p/323954724/player.renderer.jscds.connatix.com/p/323954724/player... https://cds.connatix.com/p/323954724/player.renderer.js — 200 — 44.6 KiB — 27 ms — h3https://cds.connatix.com/a/player.style.687cc12e3f15fc66.csscds.connatix.com/a/player.style.687... https://cds.connatix.com/a/player.style.687cc12e3f15fc66.css — 200 — 9.5 KiB — 25 ms — h3https://cds.connatix.com/p/323954724/player.hls.jscds.connatix.com/p/323954724/player... https://cds.connatix.com/p/323954724/player.hls.js — 200 — 75.4 KiB — 37 ms — h3https://cds.connatix.com/p/323954724/player.ads.jscds.connatix.com/p/323954724/player... https://cds.connatix.com/p/323954724/player.ads.js — 200 — 95.3 KiB — 49 ms — h3https://capi.connatix.com/core/pls?v=323954724&tier=2&cid=a621699a-1370-4be7-8957-ace0a3fdc1e6&abid=a-5717-blm46b-ay8boost-pnl&part=Mastercapi.connatix.com/core/pls?v=323954... https://capi.connatix.com/core/pls?v=323954724&tier=2&cid=a621699a-1370-4be7-8957-ace0a3fdc1e6&abid=a-5717-blm46b-ay8boost-pnl&part=Master — 200 — 2.0 KiB — 100 ms — h3https://capi.connatix.com/core/mny?v=323954724&cid=a621699a-1370-4be7-8957-ace0a3fdc1e6capi.connatix.com/core/mny?v=323954... https://capi.connatix.com/core/mny?v=323954724&cid=a621699a-1370-4be7-8957-ace0a3fdc1e6 — 200 — 1.9 KiB — 68 ms — h3https://ins.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/4/insights.binins.connatix.com/0f2064a4-2644-4b54... https://ins.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/4/insights.bin — 200 — 875 B — 142 ms — h3https://ins.connatix.com/18cff6d4-844d-4a6f-8688-ffcd5e92582d/10/insights.binins.connatix.com/18cff6d4-844d-4a6f... https://ins.connatix.com/18cff6d4-844d-4a6f-8688-ffcd5e92582d/10/insights.bin — 200 — 577 B — 135 ms — h3https://ins.connatix.com/8e222db4-1ff2-4350-b54b-0e306f58fb4c/8/insights.binins.connatix.com/8e222db4-1ff2-4350... https://ins.connatix.com/8e222db4-1ff2-4350-b54b-0e306f58fb4c/8/insights.bin — 200 — 525 B — 135 ms — h3https://ins.connatix.com/d54e2a1c-d928-499b-9df8-3e74df549e19/4/insights.binins.connatix.com/d54e2a1c-d928-499b... https://ins.connatix.com/d54e2a1c-d928-499b-9df8-3e74df549e19/4/insights.bin — 200 — 683 B — 135 ms — h3https://ins.connatix.com/c5a4c074-006f-4cac-b862-a9ced29cd494/4/insights.binins.connatix.com/c5a4c074-006f-4cac... https://ins.connatix.com/c5a4c074-006f-4cac-b862-a9ced29cd494/4/insights.bin — 200 — 767 B — 140 ms — h3https://ins.connatix.com/8807893d-4198-45ce-89f7-dec51ec6892d/4/insights.binins.connatix.com/8807893d-4198-45ce... https://ins.connatix.com/8807893d-4198-45ce-89f7-dec51ec6892d/4/insights.bin — 200 — 580 B — 116 ms — h3https://ins.connatix.com/7a099cfe-4aaa-4f8f-bbeb-b7fbde0a3da5/4/insights.binins.connatix.com/7a099cfe-4aaa-4f8f... https://ins.connatix.com/7a099cfe-4aaa-4f8f-bbeb-b7fbde0a3da5/4/insights.bin — 200 — 629 B — 140 ms — h3https://ins.connatix.com/fc9f1919-6bce-4ee2-abb2-a026c3ce3ebd/5/insights.binins.connatix.com/fc9f1919-6bce-4ee2... https://ins.connatix.com/fc9f1919-6bce-4ee2-abb2-a026c3ce3ebd/5/insights.bin — 200 — 498 B — 138 ms — h3https://ins.connatix.com/d93c6966-fd62-4807-af9d-d9c2f81a68e6/4/insights.binins.connatix.com/d93c6966-fd62-4807... https://ins.connatix.com/d93c6966-fd62-4807-af9d-d9c2f81a68e6/4/insights.bin — 200 — 683 B — 132 ms — h3https://ins.connatix.com/9ed4a959-3a0a-47ed-9057-bc33e882334e/4/insights.binins.connatix.com/9ed4a959-3a0a-47ed... https://ins.connatix.com/9ed4a959-3a0a-47ed-9057-bc33e882334e/4/insights.bin — 200 — 698 B — 132 ms — h3https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/4_media.binvid.connatix.com/0f2064a4-2644-4b54... https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/4_media.bin — 200 — 1.6 KiB — 138 ms — h3https://cds.connatix.com/p/323954724/player.iframe.integration.destroy.jscds.connatix.com/p/323954724/player... https://cds.connatix.com/p/323954724/player.iframe.integration.destroy.js — 200 — 926 B — 23 ms — h3https://capi.connatix.com/metrics/?v=323954724&tier=2capi.connatix.com/metrics/?v=323954... https://capi.connatix.com/metrics/?v=323954724&tier=2 — 200 — 405 B — 74 ms — h3https://img.connatix.com/default_video_poster.svgimg.connatix.com/default_video_post... https://img.connatix.com/default_video_poster.svg — 200 — 645 B — 127 ms — h3https://cds.connatix.com/p/323954724/player.lit.ui.jscds.connatix.com/p/323954724/player... https://cds.connatix.com/p/323954724/player.lit.ui.js — 200 — 37.4 KiB — 39 ms — h3https://cds.connatix.com/p/plugins/connatix.omsdk.service-web-1.4.13-compressed.jscds.connatix.com/p/plugins/connatix... https://cds.connatix.com/p/plugins/connatix.omsdk.service-web-1.4.13-compressed.js — 200 — 12.1 KiB — 60 ms — h3https://cds.connatix.com/p/plugins/connatix.omsdk.session.client-1.4.13-compressed.jscds.connatix.com/p/plugins/connatix... https://cds.connatix.com/p/plugins/connatix.omsdk.session.client-1.4.13-compressed.js — 200 — 9.5 KiB — 56 ms — h3https://vid.connatix.com/18cff6d4-844d-4a6f-8688-ffcd5e92582d/10_media.binvid.connatix.com/18cff6d4-844d-4a6f... https://vid.connatix.com/18cff6d4-844d-4a6f-8688-ffcd5e92582d/10_media.bin — 200 — 1.1 KiB — 35 ms — h3https://vid.connatix.com/8e222db4-1ff2-4350-b54b-0e306f58fb4c/8_media.binvid.connatix.com/8e222db4-1ff2-4350... https://vid.connatix.com/8e222db4-1ff2-4350-b54b-0e306f58fb4c/8_media.bin — 200 — 1.1 KiB — 38 ms — h3https://vid.connatix.com/d54e2a1c-d928-499b-9df8-3e74df549e19/4_media.binvid.connatix.com/d54e2a1c-d928-499b... https://vid.connatix.com/d54e2a1c-d928-499b-9df8-3e74df549e19/4_media.bin — 200 — 1.3 KiB — 49 ms — h3https://vid.connatix.com/c5a4c074-006f-4cac-b862-a9ced29cd494/4_media.binvid.connatix.com/c5a4c074-006f-4cac... https://vid.connatix.com/c5a4c074-006f-4cac-b862-a9ced29cd494/4_media.bin — 200 — 1.6 KiB — 49 ms — h3https://vid.connatix.com/8807893d-4198-45ce-89f7-dec51ec6892d/4_media.binvid.connatix.com/8807893d-4198-45ce... https://vid.connatix.com/8807893d-4198-45ce-89f7-dec51ec6892d/4_media.bin — 200 — 1.2 KiB — 41 ms — h3https://vid.connatix.com/7a099cfe-4aaa-4f8f-bbeb-b7fbde0a3da5/4_media.binvid.connatix.com/7a099cfe-4aaa-4f8f... https://vid.connatix.com/7a099cfe-4aaa-4f8f-bbeb-b7fbde0a3da5/4_media.bin — 200 — 1.2 KiB — 36 ms — h3https://vid.connatix.com/fc9f1919-6bce-4ee2-abb2-a026c3ce3ebd/5_media.binvid.connatix.com/fc9f1919-6bce-4ee2... https://vid.connatix.com/fc9f1919-6bce-4ee2-abb2-a026c3ce3ebd/5_media.bin — 200 — 997 B — 45 ms — h3https://vid.connatix.com/d93c6966-fd62-4807-af9d-d9c2f81a68e6/4_media.binvid.connatix.com/d93c6966-fd62-4807... https://vid.connatix.com/d93c6966-fd62-4807-af9d-d9c2f81a68e6/4_media.bin — 200 — 1.2 KiB — 41 ms — h3https://vid.connatix.com/9ed4a959-3a0a-47ed-9057-bc33e882334e/4_media.binvid.connatix.com/9ed4a959-3a0a-47ed... https://vid.connatix.com/9ed4a959-3a0a-47ed-9057-bc33e882334e/4_media.bin — 200 — 1.4 KiB — 46 ms — h3https://img.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60img.connatix.com/0f2064a4-2644-4b54... https://img.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60 — 200 — 1.6 KiB — 38 ms — h3https://capi.connatix.com/tr/sr?v=323954724&tier=2capi.connatix.com/tr/sr?v=323954724... https://capi.connatix.com/tr/sr?v=323954724&tier=2 — 200 — 369 B — 44 ms — h3https://img.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/1_th.jpg?fit=crop&crop=380:214,smart&height=214&width=380&quality=60img.connatix.com/0f2064a4-2644-4b54... https://img.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/1_th.jpg?fit=crop&crop=380:214,smart&height=214&width=380&quality=60 — 200 — 6.3 KiB — 196 ms — h3https://capi.connatix.com/tr/ao?v=323954724&tier=2capi.connatix.com/tr/ao?v=323954724... https://capi.connatix.com/tr/ao?v=323954724&tier=2 — 200 — 369 B — 42 ms — h3https://img.connatix.com/18cff6d4-844d-4a6f-8688-ffcd5e92582d/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60img.connatix.com/18cff6d4-844d-4a6f... https://img.connatix.com/18cff6d4-844d-4a6f-8688-ffcd5e92582d/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60 — 200 — 4.2 KiB — 31 ms — h3https://img.connatix.com/7a099cfe-4aaa-4f8f-bbeb-b7fbde0a3da5/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60img.connatix.com/7a099cfe-4aaa-4f8f... https://img.connatix.com/7a099cfe-4aaa-4f8f-bbeb-b7fbde0a3da5/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60 — 200 — 1.6 KiB — 29 ms — h3https://img.connatix.com/8e222db4-1ff2-4350-b54b-0e306f58fb4c/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60img.connatix.com/8e222db4-1ff2-4350... https://img.connatix.com/8e222db4-1ff2-4350-b54b-0e306f58fb4c/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60 — 200 — 3.6 KiB — 31 ms — h3https://img.connatix.com/8807893d-4198-45ce-89f7-dec51ec6892d/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60img.connatix.com/8807893d-4198-45ce... https://img.connatix.com/8807893d-4198-45ce-89f7-dec51ec6892d/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60 — 200 — 3.4 KiB — 30 ms — h3https://img.connatix.com/d93c6966-fd62-4807-af9d-d9c2f81a68e6/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60img.connatix.com/d93c6966-fd62-4807... https://img.connatix.com/d93c6966-fd62-4807-af9d-d9c2f81a68e6/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60 — 200 — 3.3 KiB — 31 ms — h3https://img.connatix.com/fc9f1919-6bce-4ee2-abb2-a026c3ce3ebd/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60img.connatix.com/fc9f1919-6bce-4ee2... https://img.connatix.com/fc9f1919-6bce-4ee2-abb2-a026c3ce3ebd/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60 — 200 — 4.1 KiB — 34 ms — h3https://img.connatix.com/d54e2a1c-d928-499b-9df8-3e74df549e19/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60img.connatix.com/d54e2a1c-d928-499b... https://img.connatix.com/d54e2a1c-d928-499b-9df8-3e74df549e19/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60 — 200 — 3.9 KiB — 42 ms — h3https://img.connatix.com/9ed4a959-3a0a-47ed-9057-bc33e882334e/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60img.connatix.com/9ed4a959-3a0a-47ed... https://img.connatix.com/9ed4a959-3a0a-47ed-9057-bc33e882334e/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60 — 200 — 2.1 KiB — 30 ms — h3https://img.connatix.com/c5a4c074-006f-4cac-b862-a9ced29cd494/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60img.connatix.com/c5a4c074-006f-4cac... https://img.connatix.com/c5a4c074-006f-4cac-b862-a9ced29cd494/1_th.jpg?fit=crop&crop=160:90,smart&height=90&width=160&quality=60 — 200 — 3.2 KiB — 29 ms — h3https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/playlist.m3u8vid.connatix.com/0f2064a4-2644-4b54... https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/playlist.m3u8 — 200 — 564 B — 33 ms — h3https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/0.m3u8vid.connatix.com/0f2064a4-2644-4b54... https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/0.m3u8 — 200 — 842 B — 35 ms — h3https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/0.mp4vid.connatix.com/0f2064a4-2644-4b54... https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/0.mp4 — 206 — 1.7 KiB — 32 ms — h3https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/0.mp4vid.connatix.com/0f2064a4-2644-4b54... https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/0.mp4 — 206 — 581.4 KiB — 121 ms — h3blob:https://www.stripes.com/f3fe8341-8d92-4c80-bf20-4e73343fdfedwww.stripes.com/f3fe8341-8d92-4c80-... blob:https://www.stripes.com/f3fe8341-8d92-4c80-bf20-4e73343fdfed — 200 — -1 B — 24 ms — blobhttps://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/2.m3u8vid.connatix.com/0f2064a4-2644-4b54... https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/2.m3u8 — 200 — 849 B — 36 ms — h3https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/2.mp4vid.connatix.com/0f2064a4-2644-4b54... https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/2.mp4 — 206 — 1.7 KiB — 35 ms — h3https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/2.mp4vid.connatix.com/0f2064a4-2644-4b54... https://vid.connatix.com/0f2064a4-2644-4b54-8f30-56d50552259c/mmid-69514d7e-199c-f3ce-948c-03ed96b43d8c/2.mp4 — 206 — 2.9 MiB — 128 ms — h3https://capi.connatix.com/metrics/?v=323954724&tier=2capi.connatix.com/metrics/?v=323954... https://capi.connatix.com/metrics/?v=323954724&tier=2 — 200 — 369 B — 43 ms — h3
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 16421ms · 2859KB · $218/mo
js.pelcro.com
Other
Costly
Execution 2829ms
Transfer 411 KB
Unused 61%
Monthly Cost $38/mo
Unattributable
Other
Costly
Execution 2132ms
Transfer 0 KB
Monthly Cost $28/mo
browser.sentry-cdn.com
Other
Costly
Execution 1932ms
Transfer 44 KB
Unused 76%
Monthly Cost $26/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 1479ms
Transfer 188 KB
Unused 53%
Monthly Cost $20/mo
www.stripes.com
Other
Costly
Execution 1248ms
Transfer 24 KB
Monthly Cost $17/mo
pagead2.googlesyndication.com
Other
Costly
Execution 1241ms
Transfer 0 KB
Unused 43%
Monthly Cost $16/mo
cds.connatix.com
Other
Costly
Execution 600ms
Transfer 16 KB
Monthly Cost $8/mo
cds.connatix.com
Other
Costly
Execution 516ms
Transfer 139 KB
Unused 37%
Monthly Cost $7/mo
cds.connatix.com
Other
Costly
Execution 511ms
Transfer 37 KB
Monthly Cost $7/mo
s.ntv.io
Other
Costly
Execution 357ms
Transfer 251 KB
Unused 78%
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 301ms
Transfer 151 KB
Unused 44%
Monthly Cost $4/mo
www.gstatic.com
Other
Costly
Execution 300ms
Transfer 0 KB
Unused 49%
Monthly Cost $4/mo
discovery.evvnt.com
Other
Costly
Execution 297ms
Transfer 110 KB
Unused 26%
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 282ms
Transfer 169 KB
Unused 41%
Monthly Cost $4/mo
vd.trinitymedia.ai
Other
Costly
Execution 226ms
Transfer 76 KB
Unused 54%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 189ms
Transfer 129 KB
Unused 53%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Optional
Execution 185ms
Transfer 137 KB
Unused 48%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 168ms
Transfer 169 KB
Unused 67%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 134ms
Transfer 117 KB
Unused 54%
Monthly Cost $2/mo
static.chartbeat.com
Other
Optional
Execution 131ms
Transfer 16 KB
Monthly Cost $2/mo
js.pelcro.com
Other
Optional
Execution 131ms
Transfer 45 KB
Unused 63%
Monthly Cost $2/mo
ajax.googleapis.com
Other
Optional
Execution 123ms
Transfer 33 KB
Monthly Cost $2/mo
downloads.mailchimp.com
Other
Optional
Execution 120ms
Transfer 70 KB
Unused 64%
Monthly Cost $2/mo
cds.connatix.com
Other
Optional
Execution 113ms
Transfer 45 KB
Unused 50%
Monthly Cost $2/mo
Twitter/X Embed
Social
Optional
Execution 105ms
Transfer 27 KB
Monthly Cost $1/mo
Google Analytics
Analytics
Optional
Execution 89ms
Transfer 21 KB
Monthly Cost $1/mo
applepay.cdn-apple.com
Other
Optional
Execution 88ms
Transfer 48 KB
Monthly Cost $1/mo
trinitymedia.ai
Other
Optional
Execution 88ms
Transfer 5 KB
Monthly Cost $1/mo
unwieldyhealth.com
Other
Optional
Execution 85ms
Transfer 38 KB
Monthly Cost $1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 79ms
Transfer 34 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 72ms
Transfer 118 KB
Unused 56%
Monthly Cost $1/mo
cds.connatix.com
Other
Optional
Execution 58ms
Transfer 95 KB
Unused 92%
Monthly Cost $1/mo
ep2.adtrafficquality.google
Other
Optional
Execution 57ms
Transfer 8 KB
Monthly Cost $1/mo
cds.connatix.com
Other
Optional
Execution 53ms
Transfer 75 KB
Unused 53%
Monthly Cost $1/mo
cds.connatix.com
Other
Optional
Execution 51ms
Transfer 12 KB
Monthly Cost $1/mo
pagead2.googlesyndication.com
Other
Optional
Execution 50ms
Transfer 0 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • js.pelcro.com adds 2829ms and costs ~$38/month
  • Unattributable adds 2132ms and costs ~$28/month
  • browser.sentry-cdn.com adds 1932ms and costs ~$26/month
  • securepubads.g.doubleclick.net adds 1479ms and costs ~$20/month
  • www.stripes.com adds 1248ms and costs ~$17/month
  • pagead2.googlesyndication.com adds 1241ms and costs ~$16/month
  • cds.connatix.com adds 600ms and costs ~$8/month
  • cds.connatix.com adds 516ms and costs ~$7/month
  • cds.connatix.com adds 511ms and costs ~$7/month
  • s.ntv.io adds 357ms and costs ~$5/month
  • Google Tag Manager adds 301ms and costs ~$4/month
  • www.gstatic.com adds 300ms and costs ~$4/month
  • discovery.evvnt.com adds 297ms and costs ~$4/month
  • Google Tag Manager adds 282ms and costs ~$4/month
  • vd.trinitymedia.ai adds 226ms 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

js.pelcro.com takes 2829ms 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

61% of js.pelcro.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

Unattributable takes 2132ms 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

browser.sentry-cdn.com takes 1932ms 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 browser.sentry-cdn.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

securepubads.g.doubleclick.net takes 1479ms 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

53% 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

www.stripes.com takes 1248ms 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 1241ms 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

cds.connatix.com takes 600ms 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

cds.connatix.com takes 516ms 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

cds.connatix.com takes 511ms 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

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

78% 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 301ms 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.gstatic.com takes 300ms 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

discovery.evvnt.com takes 297ms 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

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

vd.trinitymedia.ai takes 226ms 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 vd.trinitymedia.ai'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

53% of Google Tag Manager'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 Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

54% of Google Tag Manager'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

63% of js.pelcro.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

64% of downloads.mailchimp.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

50% of cds.connatix.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

56% of Google Tag Manager'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

92% of cds.connatix.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

53% of cds.connatix.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