Skip to content
https://espn.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
5
REVIEW
2
PASS
6
INFO
1

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

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

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.81 s

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

3.55 s

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

382 ms

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

0.016

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

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

6.45 s

Page Load Progression

1.0 s
2.0 s
3.0 s
4.1 s
5.1 s
6.1 s
7.1 s
8.1 s
Checks
14
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
5.5 MB transferred, 291 requests
FIX
5.5 MB transferred, 291 requests
Critical::
Page weighs 23.8 MB (5.5 MB transferred)
Warning::
JavaScript is 2.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.7 MB
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Info::
CSS is 449 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 449 KB
Warning::
291 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.1 g CO2 per page load
5.5 MB / 2.4 MB budget
5.5 MB transferred
291 requests
1.1 g CO2 per page load
JavaScript 2.7 MiB 50%
Images 1.2 MiB 22%
HTML 730.6 KiB 13%
CSS 449.2 KiB 8%
Fonts 153.0 KiB 3%
Other 144.1 KiB 3%
Other 70.0 KiB 1%
Other 31.8 KiB 1%
Other 1.5 KiB 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

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 (5.5 MiB of 5.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
54 scripts, 1.2 MB unused
FIX
54 scripts, 1.2 MB unused
Warning::
https://a.espncdn.com/redesign/0.769.3/js/espn-def...: 179 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://a.espncdn.com/redesign/0.769.3/js/personal...: 160 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://a.espncdn.com/redesign/0.769.3/node_module...: 95 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 93 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 93 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.2 MB
1210 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://a.espncdn.com/redesign/0.769.3/js/espn-defer.js405 KB179 KB (44%)3rd
https://a.espncdn.com/redesign/0.769.3/js/personalized-one-feed.min.js273 KB160 KB (59%)3rd
https://a.espncdn.com/redesign/0.769.3/node_modules/@fitt/bam-browser-sdk-lite/dist/bam-browser-sdk.min.js164 KB95 KB (58%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js0 KB93 KB (49%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js188 KB93 KB (49%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js0 KB93 KB (49%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js0 KB93 KB (49%)3rd
https://cdn.registerdisney.go.com/v4/OneID.js134 KB92 KB (69%)3rd
https://a.espncdn.com/prod/scripts/prebid8.26.0.js105 KB57 KB (54%)3rd
https://a.espncdn.com/redesign/0.769.3/js/espn-critical.js133 KB52 KB (39%)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
291 resources · 5.5 MB · 1.2 MB savings available
FIX
291 resources · 5.5 MB · 1.2 MB savings available
Warning::
Page weight 4.5 MB over 1MB target
Got: 5.5 MB Expected: ≤ 1 MB
Info::
~1.2 MB of savings available
Warning::
290 third-party resources (100% of weight)
Info::
6 resources over 200KB
291 resources · 5.5 MiB · 290 third-party 4.5 MiB over 1MB target
JavaScript 50% · 2.7 MiB
Image 22% · 1.2 MiB
Document 13% · 731.0 KiB
CSS 8% · 449.2 KiB
Other 4% · 237.7 KiB
Font 3% · 153.0 KiB

~1.2 MiB of savings available

Remove unused JavaScript: 1.2 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
99 images, 0 KB saveable
REVIEW
99 images, 0 KB saveable
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffanta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=%2Fredesign%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://chui-assets-cdn.espn.com/94763d98-7ffb-43e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fi%2Ffanta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=%2Fi%2Fespn%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a2.espncdn.com/combiner/i?img=%2Fi%2Fespn%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.espncdn.com/combiner/i?img=%2Fi%2Fteamlo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.espn.com.br/image/livre/c3d7a593-7613-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=%2Fi%2Ffanta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleagu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a3.espncdn.com/combiner/i?img=%2Fredesign%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a3.espncdn.com/combiner/i?img=%2Fredesign%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffanta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fandscape_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a3.espncdn.com/combiner/i?img=%2Fi%2Fespn%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleagu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.espncdn.com/combiner/i?img=%2Fredesign%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a3.espncdn.com/redesign/assets/img/icons/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=%2Fassets%2F... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fredesign%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=%2Fi%2Ffanta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffanta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a3.espncdn.com/combiner/i?img=%252Fi%252Fe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fphoto%2F2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleagu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.espncdn.com/combiner/i?img=/i/teamlogos/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fi%2Fteaml... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.espncdn.com/combiner/i?img=%2Fi%2Ffantas... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffanta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=%2Fredesign%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a4.espncdn.com/combiner/i?img=%2Fredesign%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=%252Fi%252Fm... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a3.espncdn.com/combiner/i?img=%2Fi%2Fleagu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.espncdn.com/combiner/i?img=%2Fphoto%2F20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffanta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a.espncdn.com/i/fantasy/rightRail/ffl-titl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://a1.espncdn.com/combiner/i?img=/i/teamlogos... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
99 images 1.1 MB
0 oversized -0 KB
97 legacy format
63 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

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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

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+
JS Execution Cost
No JS execution data
PASS
No JS execution data
Info::
No significant JS execution detected
A+
Font Loading
3 fonts (153 KB)
PASS
3 fonts (153 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

153 KB total

Render-blocking

0

of 3

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 FCP 1.8 s LCP 3.5 shttps://a.espncdn.com/fonts/1.0.74/ESPNIcons/ESPNIcons.woff2ESPNIcons.woff2 https://a.espncdn.com/fonts/1.0.74/ESPNIcons/ESPNIcons.woff2 — 64.2 KiB — 47 ms — font-display: swaphttps://a.espncdn.com/fonts/1.0.74/ESPNIcons/ESPNIcons.woff2ESPNIcons.woff2 https://a.espncdn.com/fonts/1.0.74/ESPNIcons/ESPNIcons.woff2 — 64.2 KiB — 29 ms — font-display: swaphttps://a.espncdn.com/fonts/_BentonSans/BentonSansBold.woff2BentonSansBold.woff2 https://a.espncdn.com/fonts/_BentonSans/BentonSansBold.woff2 — 24.6 KiB — 5 ms — font-display: swap
ESPNIcons.woff2 woff2 swap
Size 64 KB
Load time 47 ms
Start 390 ms
Risk FOUT — text flashes from fallback to web font
ESPNIcons.woff2 woff2 swap
Size 64 KB
Load time 29 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
BentonSansBold.woff2 woff2 swap
Size 25 KB
Load time 5 ms
Start 2.2 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)
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
Network Waterfall
291 requests over 8671ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.8 s LCP 3.5 shttps://espn.com// https://espn.com/ — 301 — 354 B — 116 ms — h2https://www.espn.com/www.espn.com/ https://www.espn.com/ — 200 — 46.6 KiB — 261 ms — h2https://a.espncdn.com/fonts/1.0.74/ESPNIcons/ESPNIcons.woff2a.espncdn.com/fonts/1.0.74/ESPNIcon... https://a.espncdn.com/fonts/1.0.74/ESPNIcons/ESPNIcons.woff2 — 200 — 64.2 KiB — 47 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.jsdcf.espn.com/TWDC-DTCI/prod/Bootstr... https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js — 200 — 115.4 KiB — 427 ms — h2https://secure.espn.com/core/format/modules/head/i18n?edition-host=espn.com&lang=en&region=us&geo=sg&site=espn&site-type=full&type=ext&build=0.769.3.2secure.espn.com/core/format/modules... https://secure.espn.com/core/format/modules/head/i18n?edition-host=espn.com&lang=en&region=us&geo=sg&site=espn&site-type=full&type=ext&build=0.769.3.2 — 200 — 12.2 KiB — 43 ms — h2https://a.espncdn.com/redesign/0.769.3/css/shell-desktop.cssa.espncdn.com/redesign/0.769.3/css/... https://a.espncdn.com/redesign/0.769.3/css/shell-desktop.css — 200 — 33.9 KiB — 28 ms — h2https://a.espncdn.com/redesign/0.769.3/css/page.cssa.espncdn.com/redesign/0.769.3/css/... https://a.espncdn.com/redesign/0.769.3/css/page.css — 200 — 76.8 KiB — 36 ms — h2https://a.espncdn.com/redesign/0.769.3/css/one-feed-refresh.cssa.espncdn.com/redesign/0.769.3/css/... https://a.espncdn.com/redesign/0.769.3/css/one-feed-refresh.css — 200 — 93.1 KiB — 44 ms — h2https://a.espncdn.com/redesign/0.769.3/js/espn-head.jsa.espncdn.com/redesign/0.769.3/js/e... https://a.espncdn.com/redesign/0.769.3/js/espn-head.js — 200 — 6.8 KiB — 37 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fnhl.png&w=40&h=40a1.espncdn.com/combiner/i?img=%2Fi%... https://a1.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fnhl.png&w=40&h=40 — 200 — 3.1 KiB — 141 ms — h2https://a.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fpgatour.png&w=60&h=60&scale=crop&cquality=80&location=origina.espncdn.com/combiner/i?img=%2Fi%2... https://a.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fpgatour.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.8 KiB — 39 ms — h2https://cdn.espn.com.br/image/livre/c3d7a593-7613-4776-a368-f92040479e68.jpgcdn.espn.com.br/image/livre/c3d7a59... https://cdn.espn.com.br/image/livre/c3d7a593-7613-4776-a368-f92040479e68.jpg — -1 — 0 B — 0 ms — https://artwork.espncdn.com/categories/6a062a95-0063-3abe-aa09-6a0b6866339f/logo/original_201807271359.svgartwork.espncdn.com/categories/6a06... https://artwork.espncdn.com/categories/6a062a95-0063-3abe-aa09-6a0b6866339f/logo/original_201807271359.svg — 200 — 2.3 KiB — 19 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fmlb.png&w=40&h=40a4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fmlb.png&w=40&h=40 — 200 — 902 B — 29 ms — h2https://a.espncdn.com/redesign/0.769.3/js/espn-critical.jsa.espncdn.com/redesign/0.769.3/js/e... https://a.espncdn.com/redesign/0.769.3/js/espn-critical.js — 200 — 133.0 KiB — 14 ms — h2https://www.espn.com/manifest.jsonwww.espn.com/manifest.json https://www.espn.com/manifest.json — 200 — 762 B — 10 ms — h2https://a.espncdn.com/redesign/0.769.3/node_modules/espn-lazysizes/lazysizes.min.jsa.espncdn.com/redesign/0.769.3/node... https://a.espncdn.com/redesign/0.769.3/node_modules/espn-lazysizes/lazysizes.min.js — 200 — 2.8 KiB — 4 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dmma.png&w=40&h=40&scale=crop&cquality=40&location=origina1.espncdn.com/combiner/i?img=%2Fre... https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dmma.png&w=40&h=40&scale=crop&cquality=40&location=origin — 200 — 1.6 KiB — 19 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Fwwe.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fre... https://a3.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Fwwe.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.7 KiB — 148 ms — h2https://a3.espncdn.com/redesign/assets/img/icons/sc4u.pnga3.espncdn.com/redesign/assets/img/... https://a3.espncdn.com/redesign/assets/img/icons/sc4u.png — 200 — 3.1 KiB — 18 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fwnba.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fwnba.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 945 B — 16 ms — h2https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fwfba2025.png&w=60&h=60&scale=crop&cquality=80&location=origina2.espncdn.com/combiner/i?img=%2Fi%... https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fwfba2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.4 KiB — 28 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fflb2025.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fflb2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.2 KiB — 16 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Ficon-w2w-black.png&w=60&h=60&cquality=80&location=origina1.espncdn.com/combiner/i?img=%2Fre... https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Ficon-w2w-black.png&w=60&h=60&cquality=80&location=origin — 200 — 474 B — 19 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fassets%2FESPN_IconUpdates_Jul252025%2FBet%2FPNG%2Fbetting%2Dfilled%2Dgrey.png&w=60&h=60&scale=crop&cquality=80&location=origina1.espncdn.com/combiner/i?img=%2Fas... https://a1.espncdn.com/combiner/i?img=%2Fassets%2FESPN_IconUpdates_Jul252025%2FBet%2FPNG%2Fbetting%2Dfilled%2Dgrey.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 788 B — 18 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dlisten02.png&w=40&h=40&scale=crop&cquality=40&location=origina4.espncdn.com/combiner/i?img=%2Fre... https://a4.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dlisten02.png&w=40&h=40&scale=crop&cquality=40&location=origin — 200 — 1.6 KiB — 13 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fffl2025.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fffl2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.0 KiB — 17 ms — h2https://a.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffhl2025.png&w=60&h=60&scale=crop&cquality=80&location=origina.espncdn.com/combiner/i?img=%2Fi%2... https://a.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffhl2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.8 KiB — 5 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffba2025.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffba2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.4 KiB — 15 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fandscape_black_onwhite.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fan... https://a4.espncdn.com/combiner/i?img=%2Fandscape_black_onwhite.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.7 KiB — 16 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 8.0 s 9.0 s FCP 1.8 s LCP 3.5 shttps://espn.com// https://espn.com/ — 301 — 354 B — 116 ms — h2https://www.espn.com/www.espn.com/ https://www.espn.com/ — 200 — 46.6 KiB — 261 ms — h2https://a.espncdn.com/fonts/1.0.74/ESPNIcons/ESPNIcons.woff2a.espncdn.com/fonts/1.0.74/ESPNIcon... https://a.espncdn.com/fonts/1.0.74/ESPNIcons/ESPNIcons.woff2 — 200 — 64.2 KiB — 47 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.jsdcf.espn.com/TWDC-DTCI/prod/Bootstr... https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js — 200 — 115.4 KiB — 427 ms — h2https://secure.espn.com/core/format/modules/head/i18n?edition-host=espn.com&lang=en&region=us&geo=sg&site=espn&site-type=full&type=ext&build=0.769.3.2secure.espn.com/core/format/modules... https://secure.espn.com/core/format/modules/head/i18n?edition-host=espn.com&lang=en&region=us&geo=sg&site=espn&site-type=full&type=ext&build=0.769.3.2 — 200 — 12.2 KiB — 43 ms — h2https://a.espncdn.com/redesign/0.769.3/css/shell-desktop.cssa.espncdn.com/redesign/0.769.3/css/... https://a.espncdn.com/redesign/0.769.3/css/shell-desktop.css — 200 — 33.9 KiB — 28 ms — h2https://a.espncdn.com/redesign/0.769.3/css/page.cssa.espncdn.com/redesign/0.769.3/css/... https://a.espncdn.com/redesign/0.769.3/css/page.css — 200 — 76.8 KiB — 36 ms — h2https://a.espncdn.com/redesign/0.769.3/css/one-feed-refresh.cssa.espncdn.com/redesign/0.769.3/css/... https://a.espncdn.com/redesign/0.769.3/css/one-feed-refresh.css — 200 — 93.1 KiB — 44 ms — h2https://a.espncdn.com/redesign/0.769.3/js/espn-head.jsa.espncdn.com/redesign/0.769.3/js/e... https://a.espncdn.com/redesign/0.769.3/js/espn-head.js — 200 — 6.8 KiB — 37 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fnhl.png&w=40&h=40a1.espncdn.com/combiner/i?img=%2Fi%... https://a1.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fnhl.png&w=40&h=40 — 200 — 3.1 KiB — 141 ms — h2https://a.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fpgatour.png&w=60&h=60&scale=crop&cquality=80&location=origina.espncdn.com/combiner/i?img=%2Fi%2... https://a.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fpgatour.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.8 KiB — 39 ms — h2https://cdn.espn.com.br/image/livre/c3d7a593-7613-4776-a368-f92040479e68.jpgcdn.espn.com.br/image/livre/c3d7a59... https://cdn.espn.com.br/image/livre/c3d7a593-7613-4776-a368-f92040479e68.jpg — -1 — 0 B — 0 ms — https://artwork.espncdn.com/categories/6a062a95-0063-3abe-aa09-6a0b6866339f/logo/original_201807271359.svgartwork.espncdn.com/categories/6a06... https://artwork.espncdn.com/categories/6a062a95-0063-3abe-aa09-6a0b6866339f/logo/original_201807271359.svg — 200 — 2.3 KiB — 19 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fmlb.png&w=40&h=40a4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fmlb.png&w=40&h=40 — 200 — 902 B — 29 ms — h2https://a.espncdn.com/redesign/0.769.3/js/espn-critical.jsa.espncdn.com/redesign/0.769.3/js/e... https://a.espncdn.com/redesign/0.769.3/js/espn-critical.js — 200 — 133.0 KiB — 14 ms — h2https://www.espn.com/manifest.jsonwww.espn.com/manifest.json https://www.espn.com/manifest.json — 200 — 762 B — 10 ms — h2https://a.espncdn.com/redesign/0.769.3/node_modules/espn-lazysizes/lazysizes.min.jsa.espncdn.com/redesign/0.769.3/node... https://a.espncdn.com/redesign/0.769.3/node_modules/espn-lazysizes/lazysizes.min.js — 200 — 2.8 KiB — 4 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dmma.png&w=40&h=40&scale=crop&cquality=40&location=origina1.espncdn.com/combiner/i?img=%2Fre... https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dmma.png&w=40&h=40&scale=crop&cquality=40&location=origin — 200 — 1.6 KiB — 19 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Fwwe.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fre... https://a3.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Fwwe.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.7 KiB — 148 ms — h2https://a3.espncdn.com/redesign/assets/img/icons/sc4u.pnga3.espncdn.com/redesign/assets/img/... https://a3.espncdn.com/redesign/assets/img/icons/sc4u.png — 200 — 3.1 KiB — 18 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fwnba.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fwnba.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 945 B — 16 ms — h2https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fwfba2025.png&w=60&h=60&scale=crop&cquality=80&location=origina2.espncdn.com/combiner/i?img=%2Fi%... https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fwfba2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.4 KiB — 28 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fflb2025.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fflb2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.2 KiB — 16 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Ficon-w2w-black.png&w=60&h=60&cquality=80&location=origina1.espncdn.com/combiner/i?img=%2Fre... https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Ficon-w2w-black.png&w=60&h=60&cquality=80&location=origin — 200 — 474 B — 19 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fassets%2FESPN_IconUpdates_Jul252025%2FBet%2FPNG%2Fbetting%2Dfilled%2Dgrey.png&w=60&h=60&scale=crop&cquality=80&location=origina1.espncdn.com/combiner/i?img=%2Fas... https://a1.espncdn.com/combiner/i?img=%2Fassets%2FESPN_IconUpdates_Jul252025%2FBet%2FPNG%2Fbetting%2Dfilled%2Dgrey.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 788 B — 18 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dlisten02.png&w=40&h=40&scale=crop&cquality=40&location=origina4.espncdn.com/combiner/i?img=%2Fre... https://a4.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dlisten02.png&w=40&h=40&scale=crop&cquality=40&location=origin — 200 — 1.6 KiB — 13 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fffl2025.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fffl2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.0 KiB — 17 ms — h2https://a.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffhl2025.png&w=60&h=60&scale=crop&cquality=80&location=origina.espncdn.com/combiner/i?img=%2Fi%2... https://a.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffhl2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.8 KiB — 5 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffba2025.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffba2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.4 KiB — 15 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fandscape_black_onwhite.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fan... https://a4.espncdn.com/combiner/i?img=%2Fandscape_black_onwhite.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.7 KiB — 16 ms — h2https://www.espn.com.sg/www.espn.com.sg/ https://www.espn.com.sg/ — 200 — 41.7 KiB — 451 ms — h2https://a2.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fespnw.png&w=40&h=40a2.espncdn.com/combiner/i?img=%2Fi%... https://a2.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fespnw.png&w=40&h=40 — 200 — 1.6 KiB — 13 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fespnfc_circle_500.png&w=40&h=40a4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fespnfc_circle_500.png&w=40&h=40 — 200 — 2.0 KiB — 16 ms — h2https://a3.espncdn.com/combiner/i?img=%252Fi%252Fespn%252Fnetworks_shows%252F500%252Fxgames.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%252F... https://a3.espncdn.com/combiner/i?img=%252Fi%252Fespn%252Fnetworks_shows%252F500%252Fxgames.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.1 KiB — 16 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fsec_network.png&w=40&h=40a3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fsec_network.png&w=40&h=40 — 200 — 1.4 KiB — 25 ms — h2https://a1.espncdn.com/combiner/i?img=%252Fi%252Fmobile%252Fwebsite%252Fimg%252Fespn_app_72@2x.png&w=60&h=60&scale=crop&cquality=80&location=origina1.espncdn.com/combiner/i?img=%252F... https://a1.espncdn.com/combiner/i?img=%252Fi%252Fmobile%252Fwebsite%252Fimg%252Fespn_app_72@2x.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 950 B — 16 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fphoto%2F2025%2F0806%2Fr1528695_100x100_1%2D1.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fph... https://a4.espncdn.com/combiner/i?img=%2Fphoto%2F2025%2F0806%2Fr1528695_100x100_1%2D1.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.6 KiB — 14 ms — h2https://chui-assets-cdn.espn.com/94763d98-7ffb-43e9-8604-4c7a47ab2451.pngchui-assets-cdn.espn.com/94763d98-7... https://chui-assets-cdn.espn.com/94763d98-7ffb-43e9-8604-4c7a47ab2451.png — 200 — 11.2 KiB — 123 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffacebook.png&w=60&h=60&scale=crop&cquality=80&location=origina1.espncdn.com/combiner/i?img=%2Fi%... https://a1.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffacebook.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 751 B — 18 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fgames%2Flm%2Dstatic%2FESPN%2FTwitter%2Flogo%2Dblack.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fga... https://a3.espncdn.com/combiner/i?img=%2Fgames%2Flm%2Dstatic%2FESPN%2FTwitter%2Flogo%2Dblack.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.4 KiB — 19 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Finstagram.png&w=60&h=60&scale=crop&cquality=80&location=origina1.espncdn.com/combiner/i?img=%2Fi%... https://a1.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Finstagram.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.6 KiB — 21 ms — h2https://a.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fsnapchat.png&w=60&h=60&scale=crop&cquality=80&location=origina.espncdn.com/combiner/i?img=%2Fi%2... https://a.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fsnapchat.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.6 KiB — 5 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fgames%2Flm%2Dstatic%2FESPN%2FLogos%2Ftiktok.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fga... https://a4.espncdn.com/combiner/i?img=%2Fgames%2Flm%2Dstatic%2FESPN%2FLogos%2Ftiktok.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.9 KiB — 14 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fyoutube.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fyoutube.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.4 KiB — 15 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fassets%2FESPN_IconUpdates_Jul252025%2FGoogle.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fas... https://a3.espncdn.com/combiner/i?img=%2Fassets%2FESPN_IconUpdates_Jul252025%2FGoogle.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.4 KiB — 18 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fphoto%2F2026%2F0409%2Fnba_last%2Dman%2Dstanding_16x9.jpg&w=660&h=371&scale=crop&cquality=80&location=center&format=jpga4.espncdn.com/combiner/i?img=%2Fph... https://a4.espncdn.com/combiner/i?img=%2Fphoto%2F2026%2F0409%2Fnba_last%2Dman%2Dstanding_16x9.jpg&w=660&h=371&scale=crop&cquality=80&location=center&format=jpg — 200 — 64.2 KiB — 18 ms — h2https://a.espncdn.com/i/fantasy/rightRail/flb-title25.pnga.espncdn.com/i/fantasy/rightRail/f... https://a.espncdn.com/i/fantasy/rightRail/flb-title25.png — 200 — 23.3 KiB — 5 ms — h2https://a.espncdn.com/i/fantasy/rightRail/flb-ReadyToJoin25.pnga.espncdn.com/i/fantasy/rightRail/f... https://a.espncdn.com/i/fantasy/rightRail/flb-ReadyToJoin25.png — 200 — 32.5 KiB — 7 ms — h2https://a.espncdn.com/i/fantasy/rightRail/wfba-title25.pnga.espncdn.com/i/fantasy/rightRail/w... https://a.espncdn.com/i/fantasy/rightRail/wfba-title25.png — 200 — 27.0 KiB — 9 ms — h2https://a.espncdn.com/i/fantasy/rightRail/wfba-ReadyToJoin25.pnga.espncdn.com/i/fantasy/rightRail/w... https://a.espncdn.com/i/fantasy/rightRail/wfba-ReadyToJoin25.png — 200 — 24.6 KiB — 8 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F23.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F23.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.7 KiB — 13 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F2261.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F2261.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.1 KiB — 25 ms — h2https://a.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dsoccer.png&w=40&h=40&scale=crop&cquality=40&location=origina.espncdn.com/combiner/i?img=%2Fred... https://a.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dsoccer.png&w=40&h=40&scale=crop&cquality=40&location=origin — 200 — 1.5 KiB — 5 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F2.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F2.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.9 KiB — 18 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dcricinfo%2Dapp.png&w=40&h=40a4.espncdn.com/combiner/i?img=%2Fre... https://a4.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dcricinfo%2Dapp.png&w=40&h=40 — 200 — 1.7 KiB — 16 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dnascar.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fre... https://a3.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dnascar.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 935 B — 18 ms — h2https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ftwitter.png&w=60&h=60&scale=crop&cquality=80&location=origina2.espncdn.com/combiner/i?img=%2Fi%... https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ftwitter.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.1 KiB — 11 ms — h2https://a.espncdn.com/redesign/assets/img/logos/espn-404@2x.pnga.espncdn.com/redesign/assets/img/l... https://a.espncdn.com/redesign/assets/img/logos/espn-404@2x.png — 200 — 2.4 KiB — 8 ms — h2https://a.espncdn.com/fonts/1.0.74/ESPNIcons/ESPNIcons.woff2a.espncdn.com/fonts/1.0.74/ESPNIcon... https://a.espncdn.com/fonts/1.0.74/ESPNIcons/ESPNIcons.woff2 — 200 — 64.2 KiB — 29 ms — h2https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.jsdcf.espn.com/TWDC-DTCI/prod/Bootstr... https://dcf.espn.com/TWDC-DTCI/prod/Bootstrap.js — 200 — 115.4 KiB — 424 ms — h2https://secure.espn.com/core/format/modules/head/i18n?edition-host=espn.com.sg&lang=en&region=sg&geo=sg&site=espn&site-type=full&type=ext&build=0.769.3.2secure.espn.com/core/format/modules... https://secure.espn.com/core/format/modules/head/i18n?edition-host=espn.com.sg&lang=en&region=sg&geo=sg&site=espn&site-type=full&type=ext&build=0.769.3.2 — 200 — 11.9 KiB — 50 ms — h2https://a.espncdn.com/redesign/0.769.3/css/shell-desktop.cssa.espncdn.com/redesign/0.769.3/css/... https://a.espncdn.com/redesign/0.769.3/css/shell-desktop.css — 200 — 33.9 KiB — 43 ms — h2https://a.espncdn.com/redesign/0.769.3/css/page.cssa.espncdn.com/redesign/0.769.3/css/... https://a.espncdn.com/redesign/0.769.3/css/page.css — 200 — 76.8 KiB — 51 ms — h2https://a.espncdn.com/redesign/0.769.3/css/one-feed-refresh.cssa.espncdn.com/redesign/0.769.3/css/... https://a.espncdn.com/redesign/0.769.3/css/one-feed-refresh.css — 200 — 93.1 KiB — 49 ms — h2https://a.espncdn.com/redesign/0.769.3/js/espn-head.jsa.espncdn.com/redesign/0.769.3/js/e... https://a.espncdn.com/redesign/0.769.3/js/espn-head.js — 200 — 6.8 KiB — 33 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F23.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F23.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.7 KiB — 57 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F2261.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F2261.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.1 KiB — 52 ms — h2https://a.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dsoccer.png&w=40&h=40&scale=crop&cquality=40&location=origina.espncdn.com/combiner/i?img=%2Fred... https://a.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dsoccer.png&w=40&h=40&scale=crop&cquality=40&location=origin — 200 — 1.5 KiB — 5 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F2.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F2.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.9 KiB — 140 ms — h2https://a.espncdn.com/redesign/0.769.3/js/espn-critical.jsa.espncdn.com/redesign/0.769.3/js/e... https://a.espncdn.com/redesign/0.769.3/js/espn-critical.js — 200 — 133.0 KiB — 12 ms — h2https://www.espn.com.sg/manifest.jsonwww.espn.com.sg/manifest.json https://www.espn.com.sg/manifest.json — 200 — 757 B — 13 ms — h2https://a.espncdn.com/redesign/0.769.3/node_modules/espn-lazysizes/lazysizes.min.jsa.espncdn.com/redesign/0.769.3/node... https://a.espncdn.com/redesign/0.769.3/node_modules/espn-lazysizes/lazysizes.min.js — 200 — 2.8 KiB — 4 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dcricinfo%2Dapp.png&w=40&h=40a4.espncdn.com/combiner/i?img=%2Fre... https://a4.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dcricinfo%2Dapp.png&w=40&h=40 — 200 — 1.7 KiB — 14 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dnascar.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fre... https://a3.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dnascar.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 935 B — 18 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fandscape_black_onwhite.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fan... https://a4.espncdn.com/combiner/i?img=%2Fandscape_black_onwhite.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.7 KiB — 14 ms — h2https://a2.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fespnw.png&w=40&h=40a2.espncdn.com/combiner/i?img=%2Fi%... https://a2.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fespnw.png&w=40&h=40 — 200 — 1.6 KiB — 126 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fespnfc_circle_500.png&w=40&h=40a4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fespnfc_circle_500.png&w=40&h=40 — 200 — 2.0 KiB — 12 ms — h2https://a3.espncdn.com/combiner/i?img=%252Fi%252Fespn%252Fnetworks_shows%252F500%252Fxgames.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%252F... https://a3.espncdn.com/combiner/i?img=%252Fi%252Fespn%252Fnetworks_shows%252F500%252Fxgames.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.1 KiB — 16 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fsec_network.png&w=40&h=40a3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fnetworks_shows%2F500%2Fsec_network.png&w=40&h=40 — 200 — 1.4 KiB — 18 ms — h2https://a1.espncdn.com/combiner/i?img=%252Fi%252Fmobile%252Fwebsite%252Fimg%252Fespn_app_72@2x.png&w=60&h=60&scale=crop&cquality=80&location=origina1.espncdn.com/combiner/i?img=%252F... https://a1.espncdn.com/combiner/i?img=%252Fi%252Fmobile%252Fwebsite%252Fimg%252Fespn_app_72@2x.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 950 B — 131 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fphoto%2F2025%2F0806%2Fr1528695_100x100_1%2D1.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fph... https://a4.espncdn.com/combiner/i?img=%2Fphoto%2F2025%2F0806%2Fr1528695_100x100_1%2D1.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.6 KiB — 13 ms — h2https://chui-assets-cdn.espn.com/94763d98-7ffb-43e9-8604-4c7a47ab2451.pngchui-assets-cdn.espn.com/94763d98-7... https://chui-assets-cdn.espn.com/94763d98-7ffb-43e9-8604-4c7a47ab2451.png — 200 — 11.3 KiB — 122 ms — h2https://cdn.espn.com.br/image/livre/c3d7a593-7613-4776-a368-f92040479e68.jpgcdn.espn.com.br/image/livre/c3d7a59... https://cdn.espn.com.br/image/livre/c3d7a593-7613-4776-a368-f92040479e68.jpg — 200 — 27.2 KiB — 643 ms — http/1.1https://a1.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffacebook.png&w=60&h=60&scale=crop&cquality=80&location=origina1.espncdn.com/combiner/i?img=%2Fi%... https://a1.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffacebook.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 751 B — 37 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Finstagram.png&w=60&h=60&scale=crop&cquality=80&location=origina1.espncdn.com/combiner/i?img=%2Fi%... https://a1.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Finstagram.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.6 KiB — 38 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fyoutube.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fyoutube.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.4 KiB — 27 ms — h2https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ftwitter.png&w=60&h=60&scale=crop&cquality=80&location=origina2.espncdn.com/combiner/i?img=%2Fi%... https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ftwitter.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 1.1 KiB — 20 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fphoto%2F2026%2F0415%2Fr1644050_1296x518_5%2D2.jpg&w=660&h=264&scale=crop&cquality=80&location=center&format=jpga4.espncdn.com/combiner/i?img=%2Fph... https://a4.espncdn.com/combiner/i?img=%2Fphoto%2F2026%2F0415%2Fr1644050_1296x518_5%2D2.jpg&w=660&h=264&scale=crop&cquality=80&location=center&format=jpg — 200 — 35.1 KiB — 22 ms — h2https://a.espncdn.com/i/fantasy/rightRail/ffl-title25.pnga.espncdn.com/i/fantasy/rightRail/f... https://a.espncdn.com/i/fantasy/rightRail/ffl-title25.png — 200 — 20.2 KiB — 24 ms — h2https://a.espncdn.com/i/fantasy/rightRail/ffl-ReadyToJoin25.pnga.espncdn.com/i/fantasy/rightRail/f... https://a.espncdn.com/i/fantasy/rightRail/ffl-ReadyToJoin25.png — 200 — 19.9 KiB — 13 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fnhl.png&w=40&h=40a1.espncdn.com/combiner/i?img=%2Fi%... https://a1.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fnhl.png&w=40&h=40 — 200 — 3.1 KiB — 38 ms — h2https://a.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fpgatour.png&w=60&h=60&scale=crop&cquality=80&location=origina.espncdn.com/combiner/i?img=%2Fi%2... https://a.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fpgatour.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.8 KiB — 10 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fmlb.png&w=40&h=40a4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fespn%2Fmisc_logos%2F500%2Fmlb.png&w=40&h=40 — 200 — 902 B — 21 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dmma.png&w=40&h=40&scale=crop&cquality=40&location=origina1.espncdn.com/combiner/i?img=%2Fre... https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dmma.png&w=40&h=40&scale=crop&cquality=40&location=origin — 200 — 1.6 KiB — 38 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Fwwe.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fre... https://a3.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Fwwe.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.7 KiB — 25 ms — h2https://a3.espncdn.com/redesign/assets/img/icons/sc4u.pnga3.espncdn.com/redesign/assets/img/... https://a3.espncdn.com/redesign/assets/img/icons/sc4u.png — 200 — 3.1 KiB — 47 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fwnba.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fteamlogos%2Fleagues%2F500%2Fwnba.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 945 B — 42 ms — h2https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fwfba2025.png&w=60&h=60&scale=crop&cquality=80&location=origina2.espncdn.com/combiner/i?img=%2Fi%... https://a2.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fwfba2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.4 KiB — 38 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fflb2025.png&w=60&h=60&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fflb2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.2 KiB — 42 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Ficon-w2w-black.png&w=60&h=60&cquality=80&location=origina1.espncdn.com/combiner/i?img=%2Fre... https://a1.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Flogos%2Ficon-w2w-black.png&w=60&h=60&cquality=80&location=origin — 200 — 474 B — 51 ms — h2https://a1.espncdn.com/combiner/i?img=%2Fassets%2FESPN_IconUpdates_Jul252025%2FBet%2FPNG%2Fbetting%2Dfilled%2Dgrey.png&w=60&h=60&scale=crop&cquality=80&location=origina1.espncdn.com/combiner/i?img=%2Fas... https://a1.espncdn.com/combiner/i?img=%2Fassets%2FESPN_IconUpdates_Jul252025%2FBet%2FPNG%2Fbetting%2Dfilled%2Dgrey.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 788 B — 52 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dlisten02.png&w=40&h=40&scale=crop&cquality=40&location=origina4.espncdn.com/combiner/i?img=%2Fre... https://a4.espncdn.com/combiner/i?img=%2Fredesign%2Fassets%2Fimg%2Ficons%2FESPN%2Dicon%2Dlisten02.png&w=40&h=40&scale=crop&cquality=40&location=origin — 200 — 1.6 KiB — 42 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fffl2025.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Fffl2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.0 KiB — 40 ms — h2https://a.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffhl2025.png&w=60&h=60&scale=crop&cquality=80&location=origina.espncdn.com/combiner/i?img=%2Fi%2... https://a.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffhl2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 2.8 KiB — 27 ms — h2https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffba2025.png&w=60&h=60&scale=crop&cquality=80&location=origina3.espncdn.com/combiner/i?img=%2Fi%... https://a3.espncdn.com/combiner/i?img=%2Fi%2Ffantasy%2Ffba2025.png&w=60&h=60&scale=crop&cquality=80&location=origin — 200 — 3.4 KiB — 32 ms — h2https://a.espncdn.com/redesign/assets/img/logos/espn-404@2x.pnga.espncdn.com/redesign/assets/img/l... https://a.espncdn.com/redesign/assets/img/logos/espn-404@2x.png — 200 — 2.4 KiB — 27 ms — h2https://www.googletagservices.com/tag/js/gpt.js?network-code=21783347309www.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js?network-code=21783347309 — 200 — 34.5 KiB — 55 ms — h2https://a.espncdn.com/prod/scripts/prebid8.26.0.jsa.espncdn.com/prod/scripts/prebid8.... https://a.espncdn.com/prod/scripts/prebid8.26.0.js — 200 — 105.1 KiB — 45 ms — h2https://a.espncdn.com/redesign/assets/img/logos/logo-espn-82x20.pnga.espncdn.com/redesign/assets/img/l... https://a.espncdn.com/redesign/assets/img/logos/logo-espn-82x20.png — 200 — 720 B — 5 ms — h2https://a.espncdn.com/redesign/assets/img/icons/icon-search.pnga.espncdn.com/redesign/assets/img/i... https://a.espncdn.com/redesign/assets/img/icons/icon-search.png — 200 — 536 B — 4 ms — h2https://a.espncdn.com/redesign/assets/img/icons/controls__play.svga.espncdn.com/redesign/assets/img/i... https://a.espncdn.com/redesign/assets/img/icons/controls__play.svg — 200 — 462 B — 9 ms — h2https://a.espncdn.com/i/fantasy/rightRail/fantasyBg.pnga.espncdn.com/i/fantasy/rightRail/f... https://a.espncdn.com/i/fantasy/rightRail/fantasyBg.png — 200 — 382.0 KiB — 40 ms — h2https://pinpoint.espn.com/geopinpoint.espn.com/geo https://pinpoint.espn.com/geo — 200 — 640 B — 999 ms — h2https://a.espncdn.com/fonts/_BentonSans/BentonSansBold.woff2a.espncdn.com/fonts/_BentonSans/Ben... https://a.espncdn.com/fonts/_BentonSans/BentonSansBold.woff2 — 200 — 24.6 KiB — 5 ms — h2https://a.espncdn.com/redesign/0.769.3/js/espn-defer.jsa.espncdn.com/redesign/0.769.3/js/e... https://a.espncdn.com/redesign/0.769.3/js/espn-defer.js — 200 — 405.2 KiB — 40 ms — h2https://a.espncdn.com/redesign/0.769.3/js/espn-defer-low.jsa.espncdn.com/redesign/0.769.3/js/e... https://a.espncdn.com/redesign/0.769.3/js/espn-defer-low.js — 200 — 18.7 KiB — 38 ms — h2https://a.espncdn.com/redesign/0.769.3/js/espn-analytics.jsa.espncdn.com/redesign/0.769.3/js/e... https://a.espncdn.com/redesign/0.769.3/js/espn-analytics.js — 200 — 16.9 KiB — 4 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js — 200 — 187.6 KiB — 36 ms — h3https://a3.espncdn.com/combiner/i?img=%2Fphoto%2F2026%2F0416%2Fr1644476_1296x729_16%2D9.jpg&w=238&h=133&scale=crop&cquality=80&location=centera3.espncdn.com/combiner/i?img=%2Fph... https://a3.espncdn.com/combiner/i?img=%2Fphoto%2F2026%2F0416%2Fr1644476_1296x729_16%2D9.jpg&w=238&h=133&scale=crop&cquality=80&location=center — 200 — 10.6 KiB — 22 ms — h2https://site.api.espn.com/apis/site/v2/scoreboard/activeSports?v=1&editionKey=espnsg-en&ceID=4379198%2C24781898%2Cespnsg-en-frontpage-index&lang=en&region=sgsite.api.espn.com/apis/site/v2/scor... https://site.api.espn.com/apis/site/v2/scoreboard/activeSports?v=1&editionKey=espnsg-en&ceID=4379198%2C24781898%2Cespnsg-en-frontpage-index&lang=en&region=sg — 200 — 4.1 KiB — 20 ms — h2https://a.espncdn.com/redesign/0.769.3/js/personalized-one-feed.min.jsa.espncdn.com/redesign/0.769.3/js/p... https://a.espncdn.com/redesign/0.769.3/js/personalized-one-feed.min.js — 200 — 273.2 KiB — 26 ms — h2https://secure.espn.com/core/api/v0/nav/index?&device=desktop&country=sg&lang=en&region=sg&site=espn&edition-host=espn.com.sg&site-type=fullsecure.espn.com/core/api/v0/nav/ind... https://secure.espn.com/core/api/v0/nav/index?&device=desktop&country=sg&lang=en&region=sg&site=espn&edition-host=espn.com.sg&site-type=full — 200 — 28.4 KiB — 19 ms — h2https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F2.png&w=80&h=80&scale=crop&cquality=80&location=origina4.espncdn.com/combiner/i?img=%2Fi%... https://a4.espncdn.com/combiner/i?img=%2Fi%2Fleaguelogos%2Fsoccer%2F500%2F2.png&w=80&h=80&scale=crop&cquality=80&location=origin — 200 — 4.0 KiB — 18 ms — h2https://a.espncdn.com/combiner/i?img=%2Fphoto%2F2026%2F0415%2Fr1644155_1296x518_5%2D2.jpg&w=628&h=251&scale=crop&cquality=80&location=center&format=jpga.espncdn.com/combiner/i?img=%2Fpho... https://a.espncdn.com/combiner/i?img=%2Fphoto%2F2026%2F0415%2Fr1644155_1296x518_5%2D2.jpg&w=628&h=251&scale=crop&cquality=80&location=center&format=jpg — 200 — 27.2 KiB — 16 ms — h2https://a.espncdn.com/combiner/i?img=%2Fphoto%2F2025%2F0820%2Fr1534167_1296x729_16%2D9.png&w=272&h=153&scale=crop&cquality=80&location=origina.espncdn.com/combiner/i?img=%2Fpho... https://a.espncdn.com/combiner/i?img=%2Fphoto%2F2025%2F0820%2Fr1534167_1296x729_16%2D9.png&w=272&h=153&scale=crop&cquality=80&location=origin — 200 — 90.1 KiB — 11 ms — h2https://a.espncdn.com/combiner/c?js=/redesign/0.769.3/js/behaviors/edition_alert.jsa.espncdn.com/combiner/c?js=/redesi... https://a.espncdn.com/combiner/c?js=/redesign/0.769.3/js/behaviors/edition_alert.js — 200 — 874 B — 8 ms — h2https://fundingchoicesmessages.google.com/i/21783347309?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/21783347309?ers=3 — 200 — 9.9 KiB — 63 ms — h2https://secure.espncdn.com/js/omniture/tracking.jssecure.espncdn.com/js/omniture/trac... https://secure.espncdn.com/js/omniture/tracking.js — 200 — 246 B — 23 ms — h2https://a.espncdn.com/favicon.icoa.espncdn.com/favicon.ico https://a.espncdn.com/favicon.ico — 200 — 1.4 KiB — 12 ms — h2https://a.espncdn.com/icons/PWA_ESPN_192x192.pnga.espncdn.com/icons/PWA_ESPN_192x19... https://a.espncdn.com/icons/PWA_ESPN_192x192.png — 200 — 7.2 KiB — 12 ms — h2https://www.espn.com.sg/core/l?a=true&t=falsewww.espn.com.sg/core/l?a=true&t=fal... https://www.espn.com.sg/core/l?a=true&t=false — 200 — 656 B — 245 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604160101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604160101/gpt — 200 — 22.8 KiB — 14 ms — h3https://a3.espncdn.com/combiner/i?img=%2Fmedia%2Fmotion%2F2026%2F0416%2Fdm_260416_Marcotti_Atletico_awkward_opponent_for_Arsenal%2Fdm_260416_Marcotti_Atletico_awkward_opponent_for_Arsenal.jpg&w=628&h=353&scale=crop&cquality=80&location=center&format=jpga3.espncdn.com/combiner/i?img=%2Fme... https://a3.espncdn.com/combiner/i?img=%2Fmedia%2Fmotion%2F2026%2F0416%2Fdm_260416_Marcotti_Atletico_awkward_opponent_for_Arsenal%2Fdm_260416_Marcotti_Atletico_awkward_opponent_for_Arsenal.jpg&w=628&h=353&scale=crop&cquality=80&location=center&format=jpg — 200 — 40.1 KiB — 21 ms — h2https://fastlane.rubiconproject.com/a/api/fastlane.json?account_id=13042&site_id=92444&zone_id=435334&size_id=57&rf=https%3A%2F%2Fwww.espn.com.sg%2F&tg_i.domain=espn.com.sg&tg_i.page=https%3A%2F%2Fwww.espn.com.sg%2F&tg_i.ref=https%3A%2F%2Fwww.espn.com%2F&tg_i.pbadslot=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&tk_flint=pbjs_lite_v8.26.0&l_pb_bid_id=2998015143283b&p_screen_res=800x600&rp_secure=1&rp_maxbids=1&p_gpid=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&m_ch_ua=%22Chromium%22%7Cv%3D%22146%22%2C%22Google%20Chrome%22%7Cv%3D%22146%22&m_ch_full_ver=%22Chromium%22%7Cv%3D%22146%22%2C%22Google%20Chrome%22%7Cv%3D%22146%22&m_ch_mobile=%3F0&m_ch_platform=macOS&slots=1&rand=0.7430184780271654fastlane.rubiconproject.com/a/api/f... https://fastlane.rubiconproject.com/a/api/fastlane.json?account_id=13042&site_id=92444&zone_id=435334&size_id=57&rf=https%3A%2F%2Fwww.espn.com.sg%2F&tg_i.domain=espn.com.sg&tg_i.page=https%3A%2F%2Fwww.espn.com.sg%2F&tg_i.ref=https%3A%2F%2Fwww.espn.com%2F&tg_i.pbadslot=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&tk_flint=pbjs_lite_v8.26.0&l_pb_bid_id=2998015143283b&p_screen_res=800x600&rp_secure=1&rp_maxbids=1&p_gpid=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&m_ch_ua=%22Chromium%22%7Cv%3D%22146%22%2C%22Google%20Chrome%22%7Cv%3D%22146%22&m_ch_full_ver=%22Chromium%22%7Cv%3D%22146%22%2C%22Google%20Chrome%22%7Cv%3D%22146%22&m_ch_mobile=%3F0&m_ch_platform=macOS&slots=1&rand=0.7430184780271654 — 200 — 930 B — 100 ms — h2https://fastlane.rubiconproject.com/a/api/fastlane.json?account_id=13042&site_id=92444&zone_id=435334&size_id=15&rf=https%3A%2F%2Fwww.espn.com.sg%2F&tg_i.domain=espn.com.sg&tg_i.page=https%3A%2F%2Fwww.espn.com.sg%2F&tg_i.ref=https%3A%2F%2Fwww.espn.com%2F&tg_i.pbadslot=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&tk_flint=pbjs_lite_v8.26.0&l_pb_bid_id=39b89c3d6597c48&p_screen_res=800x600&rp_secure=1&rp_maxbids=1&p_gpid=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&m_ch_ua=%22Chromium%22%7Cv%3D%22146%22%2C%22Google%20Chrome%22%7Cv%3D%22146%22&m_ch_full_ver=%22Chromium%22%7Cv%3D%22146%22%2C%22Google%20Chrome%22%7Cv%3D%22146%22&m_ch_mobile=%3F0&m_ch_platform=macOS&slots=1&rand=0.3819935107769723fastlane.rubiconproject.com/a/api/f... https://fastlane.rubiconproject.com/a/api/fastlane.json?account_id=13042&site_id=92444&zone_id=435334&size_id=15&rf=https%3A%2F%2Fwww.espn.com.sg%2F&tg_i.domain=espn.com.sg&tg_i.page=https%3A%2F%2Fwww.espn.com.sg%2F&tg_i.ref=https%3A%2F%2Fwww.espn.com%2F&tg_i.pbadslot=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&tk_flint=pbjs_lite_v8.26.0&l_pb_bid_id=39b89c3d6597c48&p_screen_res=800x600&rp_secure=1&rp_maxbids=1&p_gpid=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&m_ch_ua=%22Chromium%22%7Cv%3D%22146%22%2C%22Google%20Chrome%22%7Cv%3D%22146%22&m_ch_full_ver=%22Chromium%22%7Cv%3D%22146%22%2C%22Google%20Chrome%22%7Cv%3D%22146%22&m_ch_mobile=%3F0&m_ch_platform=macOS&slots=1&rand=0.3819935107769723 — 200 — 755 B — 106 ms — h2https://ib.adnxs.com/ut/v3/prebidib.adnxs.com/ut/v3/prebid https://ib.adnxs.com/ut/v3/prebid — 200 — 811 B — 22 ms — h2https://hbopenbid.pubmatic.com/translator?source=prebid-clienthbopenbid.pubmatic.com/translator?s... https://hbopenbid.pubmatic.com/translator?source=prebid-client — 204 — 308 B — 19 ms — h2https://site.api.espn.com/apis/personalized/v2/scoreboard/header?_ceID=4379198&features=sfb-all%2Ccutl&configuration=STREAM_MENU&playabilitySource=playbackId&lang=en&region=sg&contentorigin=espn&tz=Asia%2FSingapore&platform=web&showAirings=buy%2Clive%2Creplay&showZipLookup=true&buyWindow=1m&postalCode=228211site.api.espn.com/apis/personalized... https://site.api.espn.com/apis/personalized/v2/scoreboard/header?_ceID=4379198&features=sfb-all%2Ccutl&configuration=STREAM_MENU&playabilitySource=playbackId&lang=en&region=sg&contentorigin=espn&tz=Asia%2FSingapore&platform=web&showAirings=buy%2Clive%2Creplay&showZipLookup=true&buyWindow=1m&postalCode=228211 — 200 — 34.8 KiB — 225 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604130101&st=env&sjk=2290102923780040ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604130101&st=env&sjk=2290102923780040 — 200 — 13.3 KiB — 30 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=2290102923780040&correlator=3655016848405191&hxva=1&scor=4089439007791843&eid=31084129&output=ldjh&gdfp_req=1&vrg=202604130101&ptt=17&impl=fifs&iu_parts=21783347309%2Cespn.sg%2Cfrontpage%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3&prev_iu_szs=1x2%2C1x1&ifi=1&didk=4284368772~51460020&dids=ad-slot-exclusions-122491~ad-slot-overlay-169326&adfs=2314506935~673053690&sfv=1-0-45&ists=1&eri=5&sc=1&cookie_enabled=1&cdm=www.espn.com.sg&abxe=1&dt=1776360381945&adxs=0%2C-12245933&adys=0%2C-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C-1&ucis=1%7C2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.espn.com.sg&loc=https%3A%2F%2Fwww.espn.com.sg%2F&ref=https%3A%2F%2Fwww.espn.com%2F&vis=1&psz=1350x6117%7C1350x6117&msz=0x0%7C1350x0&fws=128%2C0&ohw=0%2C0&dlt=1776360380010&idt=1321&ppid=415FEB5D-551B-432F-C32B-A131D12A1074&prev_scp=pos%3Dexclusions%7CslotId%3Dad-slot-overlay-169326%26pos%3Doutofpage&cust_params=ed%3Dsg%26ajx_url%3Dhttps%253A%252F%252Fwww.espn.com.sg%26sp%3Despn%26pgtyp%3Despnfrontpage%26darkmode%3Dfalse%26swid%3D415FEB5D-551B-432F-C32B-A131D12A1074%26mnr%3Df%26inskin_yes%3Dfalse%26ref%3Despn%26d_us_privacy%3D%26hip%3De3c4e11392c2165f8a36f5b9cbbceb66ed55f98252d8ad9220b74acadf1c9821%26prof%3Dxl&adks=1224302394%2C4042870085&frm=20&eoidce=1&gblpids=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex~%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&pb_szs=970x250~970x250&pgls=CAk.securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=2290102923780040&correlator=3655016848405191&hxva=1&scor=4089439007791843&eid=31084129&output=ldjh&gdfp_req=1&vrg=202604130101&ptt=17&impl=fifs&iu_parts=21783347309%2Cespn.sg%2Cfrontpage%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3&prev_iu_szs=1x2%2C1x1&ifi=1&didk=4284368772~51460020&dids=ad-slot-exclusions-122491~ad-slot-overlay-169326&adfs=2314506935~673053690&sfv=1-0-45&ists=1&eri=5&sc=1&cookie_enabled=1&cdm=www.espn.com.sg&abxe=1&dt=1776360381945&adxs=0%2C-12245933&adys=0%2C-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C-1&ucis=1%7C2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.espn.com.sg&loc=https%3A%2F%2Fwww.espn.com.sg%2F&ref=https%3A%2F%2Fwww.espn.com%2F&vis=1&psz=1350x6117%7C1350x6117&msz=0x0%7C1350x0&fws=128%2C0&ohw=0%2C0&dlt=1776360380010&idt=1321&ppid=415FEB5D-551B-432F-C32B-A131D12A1074&prev_scp=pos%3Dexclusions%7CslotId%3Dad-slot-overlay-169326%26pos%3Doutofpage&cust_params=ed%3Dsg%26ajx_url%3Dhttps%253A%252F%252Fwww.espn.com.sg%26sp%3Despn%26pgtyp%3Despnfrontpage%26darkmode%3Dfalse%26swid%3D415FEB5D-551B-432F-C32B-A131D12A1074%26mnr%3Df%26inskin_yes%3Dfalse%26ref%3Despn%26d_us_privacy%3D%26hip%3De3c4e11392c2165f8a36f5b9cbbceb66ed55f98252d8ad9220b74acadf1c9821%26prof%3Dxl&adks=1224302394%2C4042870085&frm=20&eoidce=1&gblpids=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex~%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&pb_szs=970x250~970x250&pgls=CAk. — 200 — 588 B — 49 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 42 ms — h2https://23f23c761b96c3461299c78582a68dde.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html23f23c761b96c3461299c78582a68dde.sa... https://23f23c761b96c3461299c78582a68dde.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 29 ms — h3https://fan.api.espn.com/apis/v2/recommendations/context/singapore?context=singapore&lang=en&section=espn&region=sg&source=espncom-singapore&displayEvents=true&displayNow=true&limit=15fan.api.espn.com/apis/v2/recommenda... https://fan.api.espn.com/apis/v2/recommendations/context/singapore?context=singapore&lang=en&section=espn&region=sg&source=espncom-singapore&displayEvents=true&displayNow=true&limit=15 — 200 — 0 B — 172 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 — 28 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 570 B — 34 ms — h3https://pagead2.googlesyndication.com/bg/CSFHWn54ZyFPe4LnLawZxin687t9epWoaqVGMgilEes.jspagead2.googlesyndication.com/bg/CS... https://pagead2.googlesyndication.com/bg/CSFHWn54ZyFPe4LnLawZxin687t9epWoaqVGMgilEes.js — 200 — 21.8 KiB — 20 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604130101&jk=2290102923780040&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604130101&jk=2290102923780040&rc= — 204 — 17 B — 16 ms — h3https://fan.api.espn.com/apis/v2/recommendations/context/singapore?context=singapore&lang=en&section=espn&region=sg&source=espncom-singapore&displayEvents=true&displayNow=true&limit=15fan.api.espn.com/apis/v2/recommenda... https://fan.api.espn.com/apis/v2/recommendations/context/singapore?context=singapore&lang=en&section=espn&region=sg&source=espncom-singapore&displayEvents=true&displayNow=true&limit=15 — 200 — 16.2 KiB — 8 ms — h2https://ep2.adtrafficquality.google/generate_204?94HNQgep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?94HNQg — 204 — 40 B — 7 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/esp.png&h=20&w=20a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/esp.png&h=20&w=20 — 200 — 522 B — 23 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/cze.png&h=20&w=20a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/cze.png&h=20&w=20 — 200 — 423 B — 46 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/fra.png&h=20&w=20a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/fra.png&h=20&w=20 — 200 — 411 B — 46 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/ita.png&h=20&w=20a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/ita.png&h=20&w=20 — 200 — 411 B — 48 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/rus.png&h=20&w=20a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/rus.png&h=20&w=20 — 200 — 423 B — 49 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/usa.png&h=20&w=20a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/usa.png&h=20&w=20 — 200 — 653 B — 52 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/kaz.png&h=20&w=20a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/kaz.png&h=20&w=20 — 200 — 579 B — 53 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/chi.png&h=20&w=20a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/chi.png&h=20&w=20 — 200 — 413 B — 57 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/jpn.png&h=20&w=20a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/countries/500/jpn.png&h=20&w=20 — 200 — 442 B — 54 ms — h2https://site.api.espn.com/apis/personalized/v2/scoreboard/header?_ceID=espnsg-en-frontpage-index&features=sfb-all%2Ccutl&configuration=STREAM_MENU&playabilitySource=playbackId&lang=en&region=sg&contentorigin=espn&tz=Asia%2FSingapore&platform=web&showAirings=buy%2Clive%2Creplay&showZipLookup=true&buyWindow=1m&postalCode=228211site.api.espn.com/apis/personalized... https://site.api.espn.com/apis/personalized/v2/scoreboard/header?_ceID=espnsg-en-frontpage-index&features=sfb-all%2Ccutl&configuration=STREAM_MENU&playabilitySource=playbackId&lang=en&region=sg&contentorigin=espn&tz=Asia%2FSingapore&platform=web&showAirings=buy%2Clive%2Creplay&showZipLookup=true&buyWindow=1m&postalCode=228211 — 200 — 4.2 KiB — 212 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/85.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/85.png&h=30&w=30 — 200 — 966 B — 40 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/126.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/126.png&h=30&w=30 — 200 — 1.6 KiB — 43 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/244.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/244.png&h=30&w=30 — 200 — 1.6 KiB — 41 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/2994.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/2994.png&h=30&w=30 — 200 — 1.8 KiB — 19 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/393.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/393.png&h=30&w=30 — 200 — 861 B — 20 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/437.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/437.png&h=30&w=30 — 200 — 2.1 KiB — 16 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604130101&jk=2290102923780040&bg=!Dg2lDW_NAAY2C5OeFgs7AEcBe5WfONbaYIM66Lf-S5dhonuDaItgkdUujBkDU1RueE16RMOjHbCsSBwDd6lmtwIuLNAoV1y0FukKQhd_DYibf2XhRCi48wIAAAB9UgAAAAhoAQd-ADdOx0k3z2FGG5eKxwWKqXU5tEBWyV0nXv5Rw5OzTWp9Gvu9lcKu5J8ta2cMKyWlfhZHg8VgNJ9bCgCOxoVgKEPPpzpRhqjOxqxZww4uqvuZXnj6srpirknZIttAgMxLpA3lFD2eZhG1J-OXiYx5hkDYca_1er8IqFGYmQPKPf3WEPgOEkRfhYpry8ff_rP-p9WpjVT47NLHwv2oaRS-cq_-lhKGdcWl-1dM--9uV1e4wL13R4zJF8wOz8vbYKCiPkz7ldFM7Qb3LJkCnAfTa1p9bjeUoevkkXeMlPU_1gUupchqHoHntU4-Pr9pUs1jJfpImaQ9TDBARAzJZ0g766n6AGv8wRtJkiZGUC7QM-D86lQ0BhZWOs50Uk7YkJpYHzqIsrcIvF5_jUrHT8Y3kUdHDrgOIG5BJKe7cnK7yvOmUKtOEC1sovs2hPs10GVwIicSgik57GBNICiZWx9yqmq7Il7zTBfq68jbYirMbBjjGVgekjfoOU6IgccRv3OgDSN4WYGvpYZE9-0HEHTNGhgQNz1hQWYXVvbwdIRHwJT48nW2_p6nuTSM5cYnmoBprEJa7EgFmtgqigccsCE9Zo7IaQ_KUPgpRjMwFM0pw7Uk-aICMrmMfg4A0sHAuuS-_80R7Uo-x6febli2RMDr4Qf69zkB2VKSADKUE9CP8FTRY_wusuZcolkJVdQyrKulS7gj3tiXKT9NiXgxz1zECe2t-vOvsqMnN4t8Lawm7Uz69mDPd0TOj8bB4Ec62l9ROmSAX5B8qLymOr5rnBih04f1Numt--1kJbQGAn_iR9JIi6yMTSSGLVmFdWmPD52X7ERcD8sd8nyXYM9Jku5OUcWbWsWPbU-_yXevCUbxEl0jPAJbtLbuOXC9p8iLcCOlZKKt7_1kos4uLW7PRvSycaIZZt_Ja78QkneNE8m2PmhW12Na0A7kmASlB6j-F3gvoJ15dAOZ6OpuZ6uGxhRNE_mipFq9yN1EzsRT18rGuHzRdoI1ToGIvjO7SHSn3pnqWax-v5Sxutm8PHQ4V3MYrIp07MboC0LZ9T4PshI7f38PkJGwR-_7bTTgvXKsNjUaF647ydOTruI1p8TMyHzjHX2levtCCMZKgOB6h5eHySMqHhmQ4CX2XHkHST3UKErCcjoAa_-9eNxKep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604130101&jk=2290102923780040&bg=!Dg2lDW_NAAY2C5OeFgs7AEcBe5WfONbaYIM66Lf-S5dhonuDaItgkdUujBkDU1RueE16RMOjHbCsSBwDd6lmtwIuLNAoV1y0FukKQhd_DYibf2XhRCi48wIAAAB9UgAAAAhoAQd-ADdOx0k3z2FGG5eKxwWKqXU5tEBWyV0nXv5Rw5OzTWp9Gvu9lcKu5J8ta2cMKyWlfhZHg8VgNJ9bCgCOxoVgKEPPpzpRhqjOxqxZww4uqvuZXnj6srpirknZIttAgMxLpA3lFD2eZhG1J-OXiYx5hkDYca_1er8IqFGYmQPKPf3WEPgOEkRfhYpry8ff_rP-p9WpjVT47NLHwv2oaRS-cq_-lhKGdcWl-1dM--9uV1e4wL13R4zJF8wOz8vbYKCiPkz7ldFM7Qb3LJkCnAfTa1p9bjeUoevkkXeMlPU_1gUupchqHoHntU4-Pr9pUs1jJfpImaQ9TDBARAzJZ0g766n6AGv8wRtJkiZGUC7QM-D86lQ0BhZWOs50Uk7YkJpYHzqIsrcIvF5_jUrHT8Y3kUdHDrgOIG5BJKe7cnK7yvOmUKtOEC1sovs2hPs10GVwIicSgik57GBNICiZWx9yqmq7Il7zTBfq68jbYirMbBjjGVgekjfoOU6IgccRv3OgDSN4WYGvpYZE9-0HEHTNGhgQNz1hQWYXVvbwdIRHwJT48nW2_p6nuTSM5cYnmoBprEJa7EgFmtgqigccsCE9Zo7IaQ_KUPgpRjMwFM0pw7Uk-aICMrmMfg4A0sHAuuS-_80R7Uo-x6febli2RMDr4Qf69zkB2VKSADKUE9CP8FTRY_wusuZcolkJVdQyrKulS7gj3tiXKT9NiXgxz1zECe2t-vOvsqMnN4t8Lawm7Uz69mDPd0TOj8bB4Ec62l9ROmSAX5B8qLymOr5rnBih04f1Numt--1kJbQGAn_iR9JIi6yMTSSGLVmFdWmPD52X7ERcD8sd8nyXYM9Jku5OUcWbWsWPbU-_yXevCUbxEl0jPAJbtLbuOXC9p8iLcCOlZKKt7_1kos4uLW7PRvSycaIZZt_Ja78QkneNE8m2PmhW12Na0A7kmASlB6j-F3gvoJ15dAOZ6OpuZ6uGxhRNE_mipFq9yN1EzsRT18rGuHzRdoI1ToGIvjO7SHSn3pnqWax-v5Sxutm8PHQ4V3MYrIp07MboC0LZ9T4PshI7f38PkJGwR-_7bTTgvXKsNjUaF647ydOTruI1p8TMyHzjHX2levtCCMZKgOB6h5eHySMqHhmQ4CX2XHkHST3UKErCcjoAa_-9eNxK — 204 — 17 B — 10 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=2290102923780040&correlator=908220067921649&hxva=1&scor=4089439007791843&eid=31084129&output=ldjh&gdfp_req=1&vrg=202604130101&ptt=17&impl=fifs&iu_parts=21783347309%2Cespn.sg%2Cfrontpage%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3&prev_iu_szs=1x2%2C1680x1050%2C1280x100%7C970x250%7C728x90%2C298x50%2C300x250%7C300x600&ifi=3&didk=4284368772~3971920516~1691885532~2367053680~253345689&dids=ad-slot-exclusions-122491~ad-slot-wallpaper-162987~ad-slot-banner-799314~ad-slot-incontentstrip-987472~ad-slot-incontent-417442&adfs=2314506935~2817245656~928954462~474244078~4268966249&sfv=1-0-45&rcs=1%2C0%2C0%2C0%2C0&eri=5&sc=1&cookie=ID%3D9113789a407e1262%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_MYGTNms_9n8aWnPUU5GUF0eoWmmCw&gpic=UID%3D000012621c55e20b%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_Mat7bxgz5T6LdZmufR7rcle3jKx3A&cdm=www.espn.com.sg&abxe=1&dt=1776360382945&adxs=0%2C0%2C35%2C986%2C985&adys=0%2C109%2C151%2C577%2C637&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C0%7C0%7C0%7C0&ucis=1%7C3%7C4%7C5%7C6&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.espn.com.sg&loc=https%3A%2F%2Fwww.espn.com.sg%2F&ref=https%3A%2F%2Fwww.espn.com%2F&vis=1&psz=1350x6168%7C1350x6059%7C1350x64%7C300x1394%7C300x250&msz=0x0%7C1680x1050%7C1350x64%7C300x50%7C300x250&fws=128%2C640%2C0%2C0%2C4&ohw=0%2C0%2C0%2C0%2C300&psts=AOrYGsmuxFl7fd8CRAeUYIML9QQectfCHYdbEG-KMG8Byv8KLz1C-Et96-HDeGp82uJtTZv8jm0&dlt=1776360380010&idt=1321&ppid=415FEB5D-551B-432F-C32B-A131D12A1074&prev_scp=pos%3Dexclusions%7Cpos%3Dwallpaper%7Cpos%3Dbanner%7Cpos%3Dincontentstrip%7Cpos%3Dincontent&cust_params=ed%3Dsg%26ajx_url%3Dhttps%253A%252F%252Fwww.espn.com.sg%26sp%3Despn%26pgtyp%3Despnfrontpage%26darkmode%3Dfalse%26swid%3D415FEB5D-551B-432F-C32B-A131D12A1074%26mnr%3Df%26inskin_yes%3Dfalse%26ref%3Despn%26d_us_privacy%3D%26hip%3De3c4e11392c2165f8a36f5b9cbbceb66ed55f98252d8ad9220b74acadf1c9821%26prof%3Dxl&adks=1224302394%2C1303934281%2C3555215940%2C1774638577%2C1169069687&frm=20&eo_id_str=ID%3D1dec04afdad1969f%3AT%3D1776360381%3ART%3D1776360381%3AS%3DAA-AfjZHdjDNevQd5YLXOewLIcnu&gblpids=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex~%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex~%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex~%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex~%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&pb_szs=970x250~970x250~970x250~970x250~970x250securepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=2290102923780040&correlator=908220067921649&hxva=1&scor=4089439007791843&eid=31084129&output=ldjh&gdfp_req=1&vrg=202604130101&ptt=17&impl=fifs&iu_parts=21783347309%2Cespn.sg%2Cfrontpage%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3&prev_iu_szs=1x2%2C1680x1050%2C1280x100%7C970x250%7C728x90%2C298x50%2C300x250%7C300x600&ifi=3&didk=4284368772~3971920516~1691885532~2367053680~253345689&dids=ad-slot-exclusions-122491~ad-slot-wallpaper-162987~ad-slot-banner-799314~ad-slot-incontentstrip-987472~ad-slot-incontent-417442&adfs=2314506935~2817245656~928954462~474244078~4268966249&sfv=1-0-45&rcs=1%2C0%2C0%2C0%2C0&eri=5&sc=1&cookie=ID%3D9113789a407e1262%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_MYGTNms_9n8aWnPUU5GUF0eoWmmCw&gpic=UID%3D000012621c55e20b%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_Mat7bxgz5T6LdZmufR7rcle3jKx3A&cdm=www.espn.com.sg&abxe=1&dt=1776360382945&adxs=0%2C0%2C35%2C986%2C985&adys=0%2C109%2C151%2C577%2C637&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C0%7C0%7C0%7C0&ucis=1%7C3%7C4%7C5%7C6&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&url=https%3A%2F%2Fwww.espn.com.sg&loc=https%3A%2F%2Fwww.espn.com.sg%2F&ref=https%3A%2F%2Fwww.espn.com%2F&vis=1&psz=1350x6168%7C1350x6059%7C1350x64%7C300x1394%7C300x250&msz=0x0%7C1680x1050%7C1350x64%7C300x50%7C300x250&fws=128%2C640%2C0%2C0%2C4&ohw=0%2C0%2C0%2C0%2C300&psts=AOrYGsmuxFl7fd8CRAeUYIML9QQectfCHYdbEG-KMG8Byv8KLz1C-Et96-HDeGp82uJtTZv8jm0&dlt=1776360380010&idt=1321&ppid=415FEB5D-551B-432F-C32B-A131D12A1074&prev_scp=pos%3Dexclusions%7Cpos%3Dwallpaper%7Cpos%3Dbanner%7Cpos%3Dincontentstrip%7Cpos%3Dincontent&cust_params=ed%3Dsg%26ajx_url%3Dhttps%253A%252F%252Fwww.espn.com.sg%26sp%3Despn%26pgtyp%3Despnfrontpage%26darkmode%3Dfalse%26swid%3D415FEB5D-551B-432F-C32B-A131D12A1074%26mnr%3Df%26inskin_yes%3Dfalse%26ref%3Despn%26d_us_privacy%3D%26hip%3De3c4e11392c2165f8a36f5b9cbbceb66ed55f98252d8ad9220b74acadf1c9821%26prof%3Dxl&adks=1224302394%2C1303934281%2C3555215940%2C1774638577%2C1169069687&frm=20&eo_id_str=ID%3D1dec04afdad1969f%3AT%3D1776360381%3ART%3D1776360381%3AS%3DAA-AfjZHdjDNevQd5YLXOewLIcnu&gblpids=%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex~%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex~%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex~%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex~%2F21783347309%2Fespn.sg%2Ffrontpage%2Findex&pb_szs=970x250~970x250~970x250~970x250~970x250 — 200 — 17.1 KiB — 78 ms — h3https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjssKwv2IznU6-V_lGx24E3pDDSQw_43oUWLrt7Z_DWe1EQ0_N5_f-xcsuAcsOPtvdUV45IQ3jUQcRxpdmf7tJ03sicxo_ICpOxj0k_kV4Y675eMt7PpYqKcfAd0gEuZqy1H5b_IYd_UrRT5-q2b0CREOj0VwKYtOZ9wXg4P8BJRk7p2POSE57CQ9xpFBhXcquazIaD1-8D0URg2vrqME-zXHKfZ0xrb1kP8fMCmi-z6x62lE2287yn4W3mLAv4YwlcY78EbpV4Vxkjleew4xNQCnrAMEHmUoREbZvqS2S5PwN25pEiW8Rl0wNUtYlHWzIG5RCG98_q9C9UcrIpf07-bJgH6g9Djyla3TJgf92SD0igG1-WmJOfji3oHaOJss36fq4bVOWOX8yNw6_48wMVeAhAmQgCzlJ3Byn9cq&sai=AMfl-YTyqRhY6PAAf41sFrIeSV7GYPPcdAmc58pGq4HIyS1uz5ECLq0D6vutg0LdltqjppOjnXn12PsffaLKADB6gVUqn4ezQF9YFDFhw3dlI4CyJ6IO0LX21bnepqOc27R_j8dGfhhminWCf2DmL003t14XeKFObvQlQl2lfphRVoYeyxbKekdICRwYRzeObcRIDR72Vk0BfzqKGYSxiMQw1nILNUDM2fTnhIU0pJq7Emc2bwehl7r_yTY7FzBz_x_tQI2sChp_YiBJNRlbL2djb3UXReJswa3Qc7D7UD6B3PBZjFC4lSRAAK0OnSHZYNXG25pYbtNxE96Yxr5fOmsdaMF3A-a4bktHBTnq2Iv5ZwMRpLI0_kJGzf5md0VxSoJRMCwWJ5RPrXmxcBBhbfPKbXaP81blEpH2Z5K0G3q0BvPI6f2v0pY7OzLqJHsOIqD5aeh1abjVO-df_ktL2Y8_&sig=Cg0ArKJSzAxWMEfGcX0iEAE&uach_m=%5BUACH%5D&urlfix=1&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjssKwv2IznU6-V_lGx24E3pDDSQw_43oUWLrt7Z_DWe1EQ0_N5_f-xcsuAcsOPtvdUV45IQ3jUQcRxpdmf7tJ03sicxo_ICpOxj0k_kV4Y675eMt7PpYqKcfAd0gEuZqy1H5b_IYd_UrRT5-q2b0CREOj0VwKYtOZ9wXg4P8BJRk7p2POSE57CQ9xpFBhXcquazIaD1-8D0URg2vrqME-zXHKfZ0xrb1kP8fMCmi-z6x62lE2287yn4W3mLAv4YwlcY78EbpV4Vxkjleew4xNQCnrAMEHmUoREbZvqS2S5PwN25pEiW8Rl0wNUtYlHWzIG5RCG98_q9C9UcrIpf07-bJgH6g9Djyla3TJgf92SD0igG1-WmJOfji3oHaOJss36fq4bVOWOX8yNw6_48wMVeAhAmQgCzlJ3Byn9cq&sai=AMfl-YTyqRhY6PAAf41sFrIeSV7GYPPcdAmc58pGq4HIyS1uz5ECLq0D6vutg0LdltqjppOjnXn12PsffaLKADB6gVUqn4ezQF9YFDFhw3dlI4CyJ6IO0LX21bnepqOc27R_j8dGfhhminWCf2DmL003t14XeKFObvQlQl2lfphRVoYeyxbKekdICRwYRzeObcRIDR72Vk0BfzqKGYSxiMQw1nILNUDM2fTnhIU0pJq7Emc2bwehl7r_yTY7FzBz_x_tQI2sChp_YiBJNRlbL2djb3UXReJswa3Qc7D7UD6B3PBZjFC4lSRAAK0OnSHZYNXG25pYbtNxE96Yxr5fOmsdaMF3A-a4bktHBTnq2Iv5ZwMRpLI0_kJGzf5md0VxSoJRMCwWJ5RPrXmxcBBhbfPKbXaP81blEpH2Z5K0G3q0BvPI6f2v0pY7OzLqJHsOIqD5aeh1abjVO-df_ktL2Y8_&sig=Cg0ArKJSzAxWMEfGcX0iEAE&uach_m=%5BUACH%5D&urlfix=1&adurl= — 200 — 28 B — 395 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.0 KiB — 28 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 — 262 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 0 B — 13 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 — 250 ms — h3https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjssOuXY4V4uJV82riMhdqVZs4qgHuGhsVY3Wa0aThvX0RSneScUE2uMULZJBNzBCZcAFL_cReTJ7PhU7e83BqWqQaSzPd3aLbqk8eUMe9RQnJsGBt0Vp4vLAC79wRYYpUPRcBLfEoGvsCHn9whINaZ-9uz4VWGpdGeEz_YGLc_CeUR-9Ad3renVEpLX1h_WSWgcWMTFNPcjVawp2mAzWMmLyEYSSkv6Gp0l9RD1ioVbRQdBqbQrAqNJqDu56GvLLKnQDuDlYfqo9eh9uONdEXGH1-j7o-0WC3ntFIQ0XmbFD7Efc5OSBIaup2VEQAtmoOdtoYLQGz3FK_PmKGvumKuWwVg7zkfM_KvxiO0zM7PjafBwBShiFmEykuo8ensYK9G3-N24jN6dzXhxj9iJnKN1mWS4Zx9F15rO2VkBd&sai=AMfl-YSI01uEExB6ewtihfEw_9aBKWcpXw06kVxAr6SOGZ-6qEjOgt9N0vSMIK1kA3DnOyElOZvzJyoZRfyCk0TmESa50Ke4eYo9sqFE4cPm-Kqzayl7xZVGb3VAIvHx8B8Bu-vWX4Dk1JjlCqlLNXCdv0E0zz6A94xqXOqW6YZeCLLs4JeEiEJSocOAaqj5sIBiECNiuP9kQrElOcIaB80cA8TH4VzGptkRzhbFPNc8q-qk54ugPn4NphUBCDjnd2IwRytewACOYscgHR4oSisGzNFO1XTMY9HgFPZyF-KoH_YYHeVsZS0R-Mg8jjXNGFUsJT7SQw8_QElhfRhQHH1GkxR1XeGx80Z_Fv6slCr1H4tEuz-JbZXvD43IuueB19hNL1ILS_U1spD4MfH-vKlrdKLNRGoiK8WNx5HIrQ3PxjZPcn-xCenKsLXf3Z57GQ-FNnizDqTo8FjLpOJdu9rM&sig=Cg0ArKJSzH1EbS1vs7nbEAE&uach_m=%5BUACH%5D&urlfix=1&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjssOuXY4V4uJV82riMhdqVZs4qgHuGhsVY3Wa0aThvX0RSneScUE2uMULZJBNzBCZcAFL_cReTJ7PhU7e83BqWqQaSzPd3aLbqk8eUMe9RQnJsGBt0Vp4vLAC79wRYYpUPRcBLfEoGvsCHn9whINaZ-9uz4VWGpdGeEz_YGLc_CeUR-9Ad3renVEpLX1h_WSWgcWMTFNPcjVawp2mAzWMmLyEYSSkv6Gp0l9RD1ioVbRQdBqbQrAqNJqDu56GvLLKnQDuDlYfqo9eh9uONdEXGH1-j7o-0WC3ntFIQ0XmbFD7Efc5OSBIaup2VEQAtmoOdtoYLQGz3FK_PmKGvumKuWwVg7zkfM_KvxiO0zM7PjafBwBShiFmEykuo8ensYK9G3-N24jN6dzXhxj9iJnKN1mWS4Zx9F15rO2VkBd&sai=AMfl-YSI01uEExB6ewtihfEw_9aBKWcpXw06kVxAr6SOGZ-6qEjOgt9N0vSMIK1kA3DnOyElOZvzJyoZRfyCk0TmESa50Ke4eYo9sqFE4cPm-Kqzayl7xZVGb3VAIvHx8B8Bu-vWX4Dk1JjlCqlLNXCdv0E0zz6A94xqXOqW6YZeCLLs4JeEiEJSocOAaqj5sIBiECNiuP9kQrElOcIaB80cA8TH4VzGptkRzhbFPNc8q-qk54ugPn4NphUBCDjnd2IwRytewACOYscgHR4oSisGzNFO1XTMY9HgFPZyF-KoH_YYHeVsZS0R-Mg8jjXNGFUsJT7SQw8_QElhfRhQHH1GkxR1XeGx80Z_Fv6slCr1H4tEuz-JbZXvD43IuueB19hNL1ILS_U1spD4MfH-vKlrdKLNRGoiK8WNx5HIrQ3PxjZPcn-xCenKsLXf3Z57GQ-FNnizDqTo8FjLpOJdu9rM&sig=Cg0ArKJSzH1EbS1vs7nbEAE&uach_m=%5BUACH%5D&urlfix=1&adurl= — 200 — 28 B — 638 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 0 B — 4 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 — 230 ms — h3https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsuFJJVfHi5OsCDMhJJW1r3NZoIB1etbomwWIPFBaVgUQiRHyp6LYg7WMlI4mgz9EnX4-0Cd69A6TJpfJiD8g_DZuBo1dK5B61RcF4NT-3noKHMA2ybkkx9MRcTEWC9bNynbcQ6OFnpVdhZkAmlwOjEQZE5d43_-9Bw40y8j6LDzr9uxNX4Nrmnbr9-vcLC30T7sbYvtwLQM-g6BtzheF3lSVh148Hbl8BVbqEMhcm5cwfXUnrhFnLPLpEwBMwdvaN4bAI4bAMP19jYqmfxvG-EJQXULC_UTjIxRo_pFg2j9kp1-B8RRGwRbVNrnt5eMZgd09dTlsu0L1qRvzbNqpVXjDvaRwtzafu_nitrqZTrOW1LyWRIEcWwwvE8jmo25xs1Ssv7bgq_l7Jd-UuZjZHdLuR7y5Qv4ns10kw4s&sai=AMfl-YQxrF9x2GOkThSleg1aHi8zbW4-GT6PTE6GXzQwghcIWHPPi_zuqwBBP6vSb3CM1kGebl8LcwCh4P-mG2bK6vuVW8Ib7ZFYwcczZfgEl9inwFgqkW2PMfiflo46-c_pI6fr4AMjL95cajDt_Vqg9jMV-vP1D9bv5bsh_4z32NLXtd1B54LSbFGich5ITTT34R32dgaQMRQ-dxhjTb8NvYwP7CWHEPJXzGEmmtMyPMXAFy-iixQVMRyldJV0JhnVJcZni18Vsq8qS2zC02Eh2z3zvmxu-pzEdLiJ2QhYQFPKGA9tKiIz2LjTwvBNfIZPKu6mQqvtPXoMHv4CzRSn9o_HB_AqkHxxi8uz0MlLa1D4aa-IY7S3soHdzEWrlW04mHt731rBYcj0eOd7Vz5oYvSD4VDVCUwml68dehyMm7v3fJ3iiDmVOq3u-YtR7oMpGFxLJ58jTZsO_jO8bLwt&sig=Cg0ArKJSzOcigJ7WKxYpEAE&uach_m=%5BUACH%5D&urlfix=1&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsuFJJVfHi5OsCDMhJJW1r3NZoIB1etbomwWIPFBaVgUQiRHyp6LYg7WMlI4mgz9EnX4-0Cd69A6TJpfJiD8g_DZuBo1dK5B61RcF4NT-3noKHMA2ybkkx9MRcTEWC9bNynbcQ6OFnpVdhZkAmlwOjEQZE5d43_-9Bw40y8j6LDzr9uxNX4Nrmnbr9-vcLC30T7sbYvtwLQM-g6BtzheF3lSVh148Hbl8BVbqEMhcm5cwfXUnrhFnLPLpEwBMwdvaN4bAI4bAMP19jYqmfxvG-EJQXULC_UTjIxRo_pFg2j9kp1-B8RRGwRbVNrnt5eMZgd09dTlsu0L1qRvzbNqpVXjDvaRwtzafu_nitrqZTrOW1LyWRIEcWwwvE8jmo25xs1Ssv7bgq_l7Jd-UuZjZHdLuR7y5Qv4ns10kw4s&sai=AMfl-YQxrF9x2GOkThSleg1aHi8zbW4-GT6PTE6GXzQwghcIWHPPi_zuqwBBP6vSb3CM1kGebl8LcwCh4P-mG2bK6vuVW8Ib7ZFYwcczZfgEl9inwFgqkW2PMfiflo46-c_pI6fr4AMjL95cajDt_Vqg9jMV-vP1D9bv5bsh_4z32NLXtd1B54LSbFGich5ITTT34R32dgaQMRQ-dxhjTb8NvYwP7CWHEPJXzGEmmtMyPMXAFy-iixQVMRyldJV0JhnVJcZni18Vsq8qS2zC02Eh2z3zvmxu-pzEdLiJ2QhYQFPKGA9tKiIz2LjTwvBNfIZPKu6mQqvtPXoMHv4CzRSn9o_HB_AqkHxxi8uz0MlLa1D4aa-IY7S3soHdzEWrlW04mHt731rBYcj0eOd7Vz5oYvSD4VDVCUwml68dehyMm7v3fJ3iiDmVOq3u-YtR7oMpGFxLJ58jTZsO_jO8bLwt&sig=Cg0ArKJSzOcigJ7WKxYpEAE&uach_m=%5BUACH%5D&urlfix=1&adurl= — 200 — 28 B — 618 ms — h3https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/362.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/362.png&h=30&w=30 — 200 — 1.5 KiB — 75 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/107.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/107.png&h=30&w=30 — 200 — 1.2 KiB — 77 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/7135.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/7135.png&h=30&w=30 — 200 — 1.5 KiB — 79 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/7477.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/7477.png&h=30&w=30 — 200 — 1.5 KiB — 76 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/8346.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/8346.png&h=30&w=30 — 200 — 1.7 KiB — 77 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/17689.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/17689.png&h=30&w=30 — 200 — 1.7 KiB — 79 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/22167.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/22167.png&h=30&w=30 — 200 — 2.2 KiB — 80 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/2276.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/2276.png&h=30&w=30 — 200 — 1.4 KiB — 82 ms — h2https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/7138.png&h=30&w=30a1.espncdn.com/combiner/i?img=/i/te... https://a1.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/7138.png&h=30&w=30 — 200 — 1.9 KiB — 84 ms — h2https://a.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/default-team-logo-500.png&h=30&w=30a.espncdn.com/combiner/i?img=/i/tea... https://a.espncdn.com/combiner/i?img=/i/teamlogos/soccer/500/default-team-logo-500.png&h=30&w=30 — 200 — 1.2 KiB — 9 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js — 200 — 0 B — 1 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js — 200 — 0 B — 1 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604130101/pubads_impl.js — 200 — 0 B — 0 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 — 628 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 — 615 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 580 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstqk--GvxmrQudp5JLWK6gWZ-BPflMrvpbUe9kY4wOqtYLeNFYKJ-tPkltYQCtwv44gyx7c_tu0s6aTyOZ2Jyss5OmXkS_g70L0KvUYbc2fUpkgk9Tc_-9mhOW6QW_aTy4TtE9aCFlC7FJ3_BylYPVcjyZ9CbNcsLRSbn1H9GLr-WXPFYAGAxN_H8HcHo2I69bOmDPj-svyDrdt96DPpJ9glLbUDPr27_PY3Hy0fVxOa5ZneE3RH8X7c4ewd9hQetc21XCIg7B6LyElrfKpzOxcE4M4GwEkWrvAJ-VbYG2ZCaYRL3MluhCUeDWPQ4jLD4W6Bza8f3-usPno9EjYPeiNYBgVr0d5g3OgSx412CFciQRXupWncIfHuLtj2Ln33a9sAgE4xXCXWLGuX3pe9YZWSGZH-M8-EWCYE8xHVPQ&sai=AMfl-YSCFX4TQRCpVN9Pi3Pl4kjsMUSRZj7597Y4XLZd_-GK6rVaTcokIx_8LnRpTpm6qSSMUmfTyh72szaMySR_SFRzTjFcxW4PEd9K-DFLhlBi4jm0vxKv_M5SlHLDBoMGeMfYr1BAofNHsFxYLHzIYca-qqxBCM_2ydXMFZ7yeJl2ISjxmZzT-Yaau37PgkoCcqE1JjUJJ0BoULFl5oxoGPoJRB7N3hBlDV3Y8pgDMBinypqaBFQ4PKLf_jy5EssLvwJkcAv6DJQjJ6AK54BEIaz3bBwLxkvqulI8lxPQcxYYkamd-21_TfnA5McLEJ-_6o7YbgYiGmfgiG-O2Bi35Z327L04EnDbvg3YXQAyJYBOHYG0FALF6Wz5hb6P0OWDS4-ejQmXtNEKb5D96ryHHVxFLcnKy7luDM9JBT1CacKFeCeBn5f8bYf8L9QeeREEaSCFy2Cg-d2QALA83wbe&sig=Cg0ArKJSzLZ12okZP0lNEAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstqk--GvxmrQudp5JLWK6gWZ-BPflMrvpbUe9kY4wOqtYLeNFYKJ-tPkltYQCtwv44gyx7c_tu0s6aTyOZ2Jyss5OmXkS_g70L0KvUYbc2fUpkgk9Tc_-9mhOW6QW_aTy4TtE9aCFlC7FJ3_BylYPVcjyZ9CbNcsLRSbn1H9GLr-WXPFYAGAxN_H8HcHo2I69bOmDPj-svyDrdt96DPpJ9glLbUDPr27_PY3Hy0fVxOa5ZneE3RH8X7c4ewd9hQetc21XCIg7B6LyElrfKpzOxcE4M4GwEkWrvAJ-VbYG2ZCaYRL3MluhCUeDWPQ4jLD4W6Bza8f3-usPno9EjYPeiNYBgVr0d5g3OgSx412CFciQRXupWncIfHuLtj2Ln33a9sAgE4xXCXWLGuX3pe9YZWSGZH-M8-EWCYE8xHVPQ&sai=AMfl-YSCFX4TQRCpVN9Pi3Pl4kjsMUSRZj7597Y4XLZd_-GK6rVaTcokIx_8LnRpTpm6qSSMUmfTyh72szaMySR_SFRzTjFcxW4PEd9K-DFLhlBi4jm0vxKv_M5SlHLDBoMGeMfYr1BAofNHsFxYLHzIYca-qqxBCM_2ydXMFZ7yeJl2ISjxmZzT-Yaau37PgkoCcqE1JjUJJ0BoULFl5oxoGPoJRB7N3hBlDV3Y8pgDMBinypqaBFQ4PKLf_jy5EssLvwJkcAv6DJQjJ6AK54BEIaz3bBwLxkvqulI8lxPQcxYYkamd-21_TfnA5McLEJ-_6o7YbgYiGmfgiG-O2Bi35Z327L04EnDbvg3YXQAyJYBOHYG0FALF6Wz5hb6P0OWDS4-ejQmXtNEKb5D96ryHHVxFLcnKy7luDM9JBT1CacKFeCeBn5f8bYf8L9QeeREEaSCFy2Cg-d2QALA83wbe&sig=Cg0ArKJSzLZ12okZP0lNEAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl= — 200 — 28 B — 566 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 — 549 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 — 536 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 496 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsuSY3RvSWUTsO2VX0nU8mgocm8Mh_V-VUSFxEEaMcCPZ12tZ0CoFE1qACTURLmgPjNqCZCi8tcgVxB0C2gi-K0ioWy4QOaGK8q7JgjrpAs6fKwxfz55UKrMpTzewmgo05MAXvDUSzkVtFPXAX1PG3wtoC2qN5tYjlWkwQ1mbgJFSM-gbe49VoL45dq-8WiyVPXtEwQMlHofaIYone4I07ZnVbNQLy8xGY7xiL_IiHph9RyrIRYpqtYywEMQ2kzLwjTOKzMHb7vIRRa48rE9b0NDpYPjia8kC73c3SPFZyYCHBaAQSeHq0ycjDsyyHHV4d-kK6ThYf7ACEHm_wRpInrhq2aqokWx4iRGZBbcS-OHukk7pv6Rx_WnQnkB0fln2TyEcCVDbIaECwco0u89AxHiJf4mNLEiuNX9iJxAdkU&sai=AMfl-YTCc97gBZMyM9CtD561EKLV3CB7qlPA6hSr_nZUy7n_JIYWZ8EY1BWW-Nw2hjd9iTouuTYpMDo1G4koP1KR5W88hF_VhFeV8VzZfkS9Sby21-ZruKzAhn1GrRUplIVRo2FXeYg2bQzTdtAgBLcMS9qdINyn6fcOghbroCtghIPvDuc_Lm9ogo1k3JEfy1lL9yQzjh0nRNcdnNMBph-osSv1PLfiOkFjNjWYrECRkw4Dm5rgzpGkMIh4u4SFPyniZ8CZkIlXjeq0INf-ZzQSRM2agi1k2PBPmHNNM2nIHC9ESbFFrTIzOPDr_xkNp601FOeXkynAmsHL-jVV7iOdWnpzW8VORpUhdMOF-D-dTGE3t_6TJ-N9OcgwdhZmC097b8MfEL76v5iMnUjcbhdoDFpKoIqDMfSbp4TW52xMFI3-SYXWICxXON5xMRFNoVrQZe3i2R8jrL82Wel-FzKL&sig=Cg0ArKJSzL21sulZ5Pq2EAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsuSY3RvSWUTsO2VX0nU8mgocm8Mh_V-VUSFxEEaMcCPZ12tZ0CoFE1qACTURLmgPjNqCZCi8tcgVxB0C2gi-K0ioWy4QOaGK8q7JgjrpAs6fKwxfz55UKrMpTzewmgo05MAXvDUSzkVtFPXAX1PG3wtoC2qN5tYjlWkwQ1mbgJFSM-gbe49VoL45dq-8WiyVPXtEwQMlHofaIYone4I07ZnVbNQLy8xGY7xiL_IiHph9RyrIRYpqtYywEMQ2kzLwjTOKzMHb7vIRRa48rE9b0NDpYPjia8kC73c3SPFZyYCHBaAQSeHq0ycjDsyyHHV4d-kK6ThYf7ACEHm_wRpInrhq2aqokWx4iRGZBbcS-OHukk7pv6Rx_WnQnkB0fln2TyEcCVDbIaECwco0u89AxHiJf4mNLEiuNX9iJxAdkU&sai=AMfl-YTCc97gBZMyM9CtD561EKLV3CB7qlPA6hSr_nZUy7n_JIYWZ8EY1BWW-Nw2hjd9iTouuTYpMDo1G4koP1KR5W88hF_VhFeV8VzZfkS9Sby21-ZruKzAhn1GrRUplIVRo2FXeYg2bQzTdtAgBLcMS9qdINyn6fcOghbroCtghIPvDuc_Lm9ogo1k3JEfy1lL9yQzjh0nRNcdnNMBph-osSv1PLfiOkFjNjWYrECRkw4Dm5rgzpGkMIh4u4SFPyniZ8CZkIlXjeq0INf-ZzQSRM2agi1k2PBPmHNNM2nIHC9ESbFFrTIzOPDr_xkNp601FOeXkynAmsHL-jVV7iOdWnpzW8VORpUhdMOF-D-dTGE3t_6TJ-N9OcgwdhZmC097b8MfEL76v5iMnUjcbhdoDFpKoIqDMfSbp4TW52xMFI3-SYXWICxXON5xMRFNoVrQZe3i2R8jrL82Wel-FzKL&sig=Cg0ArKJSzL21sulZ5Pq2EAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl= — 200 — 28 B — 486 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 — 461 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 — 447 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjssDX1wPqwKqg6HMTouwMU_4B8I5Fc9qZFePkk3__6Dq8mhsXZxbdtuHMvhzh3s7Ac8P4kabjpvHKFcNBzVc2kG-0cZ_YPhtBuR3Ro_8trHnUBBNAwEhRo4qP8E4kPag73jp-Sk4_iNEUqW0xsEpR8HwxrA7GOj5t1I5fUtTVN0cSJEjVSWidPlYhxQiarRjYGENp0kRIbjTHIpZK2Gqw7NA3YVP8GLriJVhSvooQhfJHizx85uCwxXXU4y6DM-ZTrDnwvbPlwSjTU2DYagKosi9FX4EX5XI6IFFayw_jh15dWGB7P5vUpJU3xU8K30fSvW7jPQaUvvCGlscH4l5HdV3gL61Wu1YDUv9Lts7ghSI9_YJFXCYBjDMBZmrys-DLJQlPnuCwpNMuHfWsXKyovOREQDtf6Xqdk_7Sa-G9YU&sai=AMfl-YRRMujLDiPNGjCG64A8OdxpRvAZgK3trToymv1wid7EcnqPtjplXblL5Tz0wlassyi4XJfOkuIYO3Xv46ZLLYOhGZR3gYAFyIg2EROQYD35hhypLqkHKvvZ_Y2iFolixdtSlU9cncjDVPz6LjUw3hM5VEG9jn4OZfhorh5bvGxrx0gdwyyYZDlVwGcMNwotGDetB1WVpjbZtWU-kau818L4BfoW_tKr8CDoR4tlhkzDS-uFLtz6ccZwAtNLhkREh5ZSYNLtdHzGLZqVd3J3FPAvQJGfrBkcGtWesVrs46EO0mkukMy8rUmVap17EWFlCin0ZQuJzy7Ch1zY11kb1iCyGaRVAhiBj4JtRL1ivbH9P0XvWgn4RVJGDURAoyhuK9QncIHiovVLiYv3d8si-sHgsVQ-pz_ir_xRlaaHN08fXpK09mMy9ewn-4iMjLHy-vHMD7-sWs9novGyYlWu&sig=Cg0ArKJSzDaZsEEpPWvDEAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjssDX1wPqwKqg6HMTouwMU_4B8I5Fc9qZFePkk3__6Dq8mhsXZxbdtuHMvhzh3s7Ac8P4kabjpvHKFcNBzVc2kG-0cZ_YPhtBuR3Ro_8trHnUBBNAwEhRo4qP8E4kPag73jp-Sk4_iNEUqW0xsEpR8HwxrA7GOj5t1I5fUtTVN0cSJEjVSWidPlYhxQiarRjYGENp0kRIbjTHIpZK2Gqw7NA3YVP8GLriJVhSvooQhfJHizx85uCwxXXU4y6DM-ZTrDnwvbPlwSjTU2DYagKosi9FX4EX5XI6IFFayw_jh15dWGB7P5vUpJU3xU8K30fSvW7jPQaUvvCGlscH4l5HdV3gL61Wu1YDUv9Lts7ghSI9_YJFXCYBjDMBZmrys-DLJQlPnuCwpNMuHfWsXKyovOREQDtf6Xqdk_7Sa-G9YU&sai=AMfl-YRRMujLDiPNGjCG64A8OdxpRvAZgK3trToymv1wid7EcnqPtjplXblL5Tz0wlassyi4XJfOkuIYO3Xv46ZLLYOhGZR3gYAFyIg2EROQYD35hhypLqkHKvvZ_Y2iFolixdtSlU9cncjDVPz6LjUw3hM5VEG9jn4OZfhorh5bvGxrx0gdwyyYZDlVwGcMNwotGDetB1WVpjbZtWU-kau818L4BfoW_tKr8CDoR4tlhkzDS-uFLtz6ccZwAtNLhkREh5ZSYNLtdHzGLZqVd3J3FPAvQJGfrBkcGtWesVrs46EO0mkukMy8rUmVap17EWFlCin0ZQuJzy7Ch1zY11kb1iCyGaRVAhiBj4JtRL1ivbH9P0XvWgn4RVJGDURAoyhuK9QncIHiovVLiYv3d8si-sHgsVQ-pz_ir_xRlaaHN08fXpK09mMy9ewn-4iMjLHy-vHMD7-sWs9novGyYlWu&sig=Cg0ArKJSzDaZsEEpPWvDEAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl= — 200 — 28 B — 418 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 407 ms — h3https://cm.g.doubleclick.net/partnerpixels?url=https%3A%2F%2Fwww.espn.com.sg%2Fcm.g.doubleclick.net/partnerpixels?... https://cm.g.doubleclick.net/partnerpixels?url=https%3A%2F%2Fwww.espn.com.sg%2F — 200 — 232 B — 18 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604130101&st=env&sjk=6704243376649854ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604130101&st=env&sjk=6704243376649854 — 200 — 13.5 KiB — 21 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=6704243376649854&correlator=2307980839909375&eid=95388408%2C95379823&output=ldjh&gdfp_req=1&vrg=202604130101&ptt=17&impl=fif&iu_parts=4654%2Cespn_dweb%2Cfrontpage%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=728x90&ifi=1&didk=138498499&dids=gpt_unit_%2F4654%2Fespn_dweb%2Ffront&adfs=1096599346&sfv=1-0-45&click=https%3A%2F%2Fadclick.g.doubleclick.net%2Fpcs%2Fclick%3Fxai%3DAKAOjssoswkNApyHhGyiAuH_Kfu5eE4BMTpEIoYpLUfQocD93L-V2z4n-JJR2qOkeEaDourxy1dv0vr0v8Sta5eLYCtpGzNajrNkHlhCVbUlMcxO9-qzDmu8MfWzYaDasOcK39Oo-HHPsK9cxnnb5TBmRR-bpsXAnqe7j8rKziM6PtC6kzsZt-Mk2EFg4nSC8jEUPWjLwstHLITe8_-20g0Rb14BXdVb-5FhsTP5buPqlJmhUnfGQgThFLAbCs2FBCSFSaXLTfc-8AXjQh4E3DU-4Hwdhhd7j9OgXlRvTGEoBhvEX-13toGtOdALl78ZxOcpPYwA9CMRxdIqMNpFcrgn2VvU7Y1XPziM0FRsNQufrVVMXnQgHXeAnOFeZbQ_-mU8H3l-ZZj0aqyyNeMDWnuATx0%26sai%3DAMfl-YQd98lZTgArdQEsQULDZyL5to4p-TuUFBXP3SmeErzrD1bnz1woDUIKV_5rBklatNxsHV8tFTprBUmFhDKg_X6AP5rSccT3jdiTkxekOMsaGdKHhQA9_U_sIo0U8yYxzIo5pYZWKKN_ltKL-yo2qS6IUXCbUiihrJEFK9fTqIOGe0z5grPuWZOQsOMgFEDheQtjRT_UBzExJqmDtk9eI10LHOB13Oee6eSkj3K6OXrkUMt2e8UwcQ5xjgYCHhtv-kwbiAUEJg5NMf62-JadEMtIvPSPI61yvanZUpsZjAn4S0dJ58BY9cJ0pVaFp1U_914k1GK2l4LmsKHBgtz406GfAB3gpO38rJuBqR_7dn4lo-lU5d-mT2sYytHLULoJYU2vWun45v0K2mt1KxPk1rK0ZWLlV6WWYAoOUidZxobS9QoYJ0Juz7DzBp88LV4qQKnOhXlsWUZfNdCGjMT9%26sig%3DCg0ArKJSzA5Ftg2t9OV5EAE%26fbs_aeid%3D%255Bgw_fbsaeid%255D%26urlfix%3D1%26adurl%3D&eri=2&sc=1&cookie=ID%3D9113789a407e1262%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_MYGTNms_9n8aWnPUU5GUF0eoWmmCw&gpic=UID%3D000012621c55e20b%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_Mat7bxgz5T6LdZmufR7rcle3jKx3A&abxe=1&dt=1776360383819&lmt=1776360383&adxs=311&adys=119&biw=1350&bih=940&isw=728&ish=90&scr_x=0&scr_y=0&btvi=0&ucis=2we2qilwyrok&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&nhd=1&url=https%3A%2F%2Fwww.espn.com.sg%2F&ref=https%3A%2F%2Fwww.espn.com.sg%2F&top=https%3A%2F%2Fwww.espn.com.sg%2F&vis=1&psz=728x0&msz=728x0&fws=256&ohw=0&dlt=1776360383097&idt=181&prev_scp=ajx_url%3Dhttps%253A%252F%252Fwww.espn.com.sg%26darkmode%3Dfalse%26ed%3Dsg%26hip%3De3c4e11392c2165f8a36f5b9cbbceb66ed55f98252d8ad9220b74acadf1c9821%26inskin_yes%3Dfalse%26mnr%3Df%26pgtyp%3Despnfrontpage%26pos%3Dbanner%26prof%3Dxl%26ref%3Despn%26sp%3Despn%26swid%3D415FEB5D-551B-432F-C32B-A131D12A1074&adks=3829339197&frm=23&eo_id_str=ID%3D1dec04afdad1969f%3AT%3D1776360381%3ART%3D1776360381%3AS%3DAA-AfjZHdjDNevQd5YLXOewLIcnusecurepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=6704243376649854&correlator=2307980839909375&eid=95388408%2C95379823&output=ldjh&gdfp_req=1&vrg=202604130101&ptt=17&impl=fif&iu_parts=4654%2Cespn_dweb%2Cfrontpage%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=728x90&ifi=1&didk=138498499&dids=gpt_unit_%2F4654%2Fespn_dweb%2Ffront&adfs=1096599346&sfv=1-0-45&click=https%3A%2F%2Fadclick.g.doubleclick.net%2Fpcs%2Fclick%3Fxai%3DAKAOjssoswkNApyHhGyiAuH_Kfu5eE4BMTpEIoYpLUfQocD93L-V2z4n-JJR2qOkeEaDourxy1dv0vr0v8Sta5eLYCtpGzNajrNkHlhCVbUlMcxO9-qzDmu8MfWzYaDasOcK39Oo-HHPsK9cxnnb5TBmRR-bpsXAnqe7j8rKziM6PtC6kzsZt-Mk2EFg4nSC8jEUPWjLwstHLITe8_-20g0Rb14BXdVb-5FhsTP5buPqlJmhUnfGQgThFLAbCs2FBCSFSaXLTfc-8AXjQh4E3DU-4Hwdhhd7j9OgXlRvTGEoBhvEX-13toGtOdALl78ZxOcpPYwA9CMRxdIqMNpFcrgn2VvU7Y1XPziM0FRsNQufrVVMXnQgHXeAnOFeZbQ_-mU8H3l-ZZj0aqyyNeMDWnuATx0%26sai%3DAMfl-YQd98lZTgArdQEsQULDZyL5to4p-TuUFBXP3SmeErzrD1bnz1woDUIKV_5rBklatNxsHV8tFTprBUmFhDKg_X6AP5rSccT3jdiTkxekOMsaGdKHhQA9_U_sIo0U8yYxzIo5pYZWKKN_ltKL-yo2qS6IUXCbUiihrJEFK9fTqIOGe0z5grPuWZOQsOMgFEDheQtjRT_UBzExJqmDtk9eI10LHOB13Oee6eSkj3K6OXrkUMt2e8UwcQ5xjgYCHhtv-kwbiAUEJg5NMf62-JadEMtIvPSPI61yvanZUpsZjAn4S0dJ58BY9cJ0pVaFp1U_914k1GK2l4LmsKHBgtz406GfAB3gpO38rJuBqR_7dn4lo-lU5d-mT2sYytHLULoJYU2vWun45v0K2mt1KxPk1rK0ZWLlV6WWYAoOUidZxobS9QoYJ0Juz7DzBp88LV4qQKnOhXlsWUZfNdCGjMT9%26sig%3DCg0ArKJSzA5Ftg2t9OV5EAE%26fbs_aeid%3D%255Bgw_fbsaeid%255D%26urlfix%3D1%26adurl%3D&eri=2&sc=1&cookie=ID%3D9113789a407e1262%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_MYGTNms_9n8aWnPUU5GUF0eoWmmCw&gpic=UID%3D000012621c55e20b%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_Mat7bxgz5T6LdZmufR7rcle3jKx3A&abxe=1&dt=1776360383819&lmt=1776360383&adxs=311&adys=119&biw=1350&bih=940&isw=728&ish=90&scr_x=0&scr_y=0&btvi=0&ucis=2we2qilwyrok&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&nhd=1&url=https%3A%2F%2Fwww.espn.com.sg%2F&ref=https%3A%2F%2Fwww.espn.com.sg%2F&top=https%3A%2F%2Fwww.espn.com.sg%2F&vis=1&psz=728x0&msz=728x0&fws=256&ohw=0&dlt=1776360383097&idt=181&prev_scp=ajx_url%3Dhttps%253A%252F%252Fwww.espn.com.sg%26darkmode%3Dfalse%26ed%3Dsg%26hip%3De3c4e11392c2165f8a36f5b9cbbceb66ed55f98252d8ad9220b74acadf1c9821%26inskin_yes%3Dfalse%26mnr%3Df%26pgtyp%3Despnfrontpage%26pos%3Dbanner%26prof%3Dxl%26ref%3Despn%26sp%3Despn%26swid%3D415FEB5D-551B-432F-C32B-A131D12A1074&adks=3829339197&frm=23&eo_id_str=ID%3D1dec04afdad1969f%3AT%3D1776360381%3ART%3D1776360381%3AS%3DAA-AfjZHdjDNevQd5YLXOewLIcnu — 200 — 19.3 KiB — 94 ms — h3https://9b7e59f5048fb835210ee29a910ddc63.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html?n=19b7e59f5048fb835210ee29a910ddc63.sa... https://9b7e59f5048fb835210ee29a910ddc63.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html?n=1 — 200 — 3.1 KiB — 6 ms — h3https://cm.g.doubleclick.net/partnerpixels?url=https%3A%2F%2Fwww.espn.com.sg%2Fcm.g.doubleclick.net/partnerpixels?... https://cm.g.doubleclick.net/partnerpixels?url=https%3A%2F%2Fwww.espn.com.sg%2F — 200 — 108 B — 18 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604130101&st=env&sjk=7658385909300154ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604130101&st=env&sjk=7658385909300154 — 200 — 13.4 KiB — 15 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=7658385909300154&correlator=3926782148571133&eid=31097658%2C95340253%2C95340255&output=ldjh&gdfp_req=1&vrg=202604130101&ptt=17&impl=fif&iu_parts=4654%2Cespn_dweb%2Cfrontpage%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=300x50&ifi=1&didk=138498499&dids=gpt_unit_%2F4654%2Fespn_dweb%2Ffront&adfs=1096599347&sfv=1-0-45&click=https%3A%2F%2Fadclick.g.doubleclick.net%2Fpcs%2Fclick%3Fxai%3DAKAOjst9Of2MOE6n7gxpgmoe7dBUwi-By8bhvixeVe_iyfSiAZf9Py8FlQMrXTfNbIGTpEp8hzpk1o1faD20BWcPHggx5ZGPdR93MEjNG-cyxdLzdocLIHfToIFZH05gS9yUqfzePlypJo-G9RnfGvhWm1JoL_KycxAwLxrxx___mrH7tE5lJ7v7mbflqv5E38iqzHX_BHAnDHwK4wwlhFRVcnC6wTvQVHypFzKCc5oSn6FTH6H3Rz_rnKgOP4JaMe5Y2lDRgBINOH4kJJyN9v4ek-u0Ir063PrLZUgmxbpWTwJGs9UMalETmrL9eob3cWOpGZepyYEEBh__o_ttE2kuHUYD_mrhPseVWSynXu-zNeFaankrXymybWRMdFCaVzibt-w5LWmE-nv-tteLJu56XqI%26sai%3DAMfl-YRlfMu-rKs4lq8PXLg8lruX8NlRd8gz9SmVugURdXVS62Sh981Zw7hKRIkFK0liB7xuGDW-_U9HpG8XSDZGDTFFhBKWQNI_XSkrjHIMpI1ocIQOunFOr3ojcMxfyG_xIoZPASbex5W0PGkMNwE_zJ5z7NrplmT8ljlxOFJkGhcsaCd_f_m70RdCtlGH3GN0cS1eGDN86w4F35AaHtazl5rDn0KujcQmWnnYuviY2975xCPL-j_sPjH8yxgVVUUi2PC89Y1kJSjpVBbehlHkPhiOLUr4ZPQ4bsg48JTpZrYMEOA7ll1J2SQGSaHXJyei05Pg4rNrLwsme9hzEfYmy5KY14Xn67IIPT_xK1rqoNxF-GiwvEDGHqrJY1ZrLQl4pkDBJ5qpdgStC0wfbye_fUiXMZ0a1aybbUmdE-t7UkseN6lTVYW4XtNnxlFAHbBgZ8RuHQTAhDSpiaxG3oVj%26sig%3DCg0ArKJSzJa0DEDelCCIEAE%26fbs_aeid%3D%255Bgw_fbsaeid%255D%26urlfix%3D1%26adurl%3D&eri=2&sc=1&cookie=ID%3D9113789a407e1262%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_MYGTNms_9n8aWnPUU5GUF0eoWmmCw&gpic=UID%3D000012621c55e20b%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_Mat7bxgz5T6LdZmufR7rcle3jKx3A&abxe=1&dt=1776360383975&lmt=1776360383&adxs=986&adys=603&biw=1350&bih=940&isw=298&ish=50&scr_x=0&scr_y=0&btvi=0&ucis=lzj34ce9qbmk&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&nhd=1&url=https%3A%2F%2Fwww.espn.com.sg%2F&ref=https%3A%2F%2Fwww.espn.com.sg%2F&top=https%3A%2F%2Fwww.espn.com.sg%2F&vis=1&psz=298x0&msz=298x0&fws=256&ohw=0&dlt=1776360383116&idt=273&prev_scp=ajx_url%3Dhttps%253A%252F%252Fwww.espn.com.sg%26darkmode%3Dfalse%26ed%3Dsg%26hip%3De3c4e11392c2165f8a36f5b9cbbceb66ed55f98252d8ad9220b74acadf1c9821%26inskin_yes%3Dfalse%26mnr%3Df%26pgtyp%3Despnfrontpage%26pos%3Dincontentstrip%26prof%3Dxl%26ref%3Despn%26sp%3Despn%26swid%3D415FEB5D-551B-432F-C32B-A131D12A1074&adks=542544570&frm=23&eo_id_str=ID%3D1dec04afdad1969f%3AT%3D1776360381%3ART%3D1776360381%3AS%3DAA-AfjZHdjDNevQd5YLXOewLIcnusecurepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=7658385909300154&correlator=3926782148571133&eid=31097658%2C95340253%2C95340255&output=ldjh&gdfp_req=1&vrg=202604130101&ptt=17&impl=fif&iu_parts=4654%2Cespn_dweb%2Cfrontpage%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=300x50&ifi=1&didk=138498499&dids=gpt_unit_%2F4654%2Fespn_dweb%2Ffront&adfs=1096599347&sfv=1-0-45&click=https%3A%2F%2Fadclick.g.doubleclick.net%2Fpcs%2Fclick%3Fxai%3DAKAOjst9Of2MOE6n7gxpgmoe7dBUwi-By8bhvixeVe_iyfSiAZf9Py8FlQMrXTfNbIGTpEp8hzpk1o1faD20BWcPHggx5ZGPdR93MEjNG-cyxdLzdocLIHfToIFZH05gS9yUqfzePlypJo-G9RnfGvhWm1JoL_KycxAwLxrxx___mrH7tE5lJ7v7mbflqv5E38iqzHX_BHAnDHwK4wwlhFRVcnC6wTvQVHypFzKCc5oSn6FTH6H3Rz_rnKgOP4JaMe5Y2lDRgBINOH4kJJyN9v4ek-u0Ir063PrLZUgmxbpWTwJGs9UMalETmrL9eob3cWOpGZepyYEEBh__o_ttE2kuHUYD_mrhPseVWSynXu-zNeFaankrXymybWRMdFCaVzibt-w5LWmE-nv-tteLJu56XqI%26sai%3DAMfl-YRlfMu-rKs4lq8PXLg8lruX8NlRd8gz9SmVugURdXVS62Sh981Zw7hKRIkFK0liB7xuGDW-_U9HpG8XSDZGDTFFhBKWQNI_XSkrjHIMpI1ocIQOunFOr3ojcMxfyG_xIoZPASbex5W0PGkMNwE_zJ5z7NrplmT8ljlxOFJkGhcsaCd_f_m70RdCtlGH3GN0cS1eGDN86w4F35AaHtazl5rDn0KujcQmWnnYuviY2975xCPL-j_sPjH8yxgVVUUi2PC89Y1kJSjpVBbehlHkPhiOLUr4ZPQ4bsg48JTpZrYMEOA7ll1J2SQGSaHXJyei05Pg4rNrLwsme9hzEfYmy5KY14Xn67IIPT_xK1rqoNxF-GiwvEDGHqrJY1ZrLQl4pkDBJ5qpdgStC0wfbye_fUiXMZ0a1aybbUmdE-t7UkseN6lTVYW4XtNnxlFAHbBgZ8RuHQTAhDSpiaxG3oVj%26sig%3DCg0ArKJSzJa0DEDelCCIEAE%26fbs_aeid%3D%255Bgw_fbsaeid%255D%26urlfix%3D1%26adurl%3D&eri=2&sc=1&cookie=ID%3D9113789a407e1262%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_MYGTNms_9n8aWnPUU5GUF0eoWmmCw&gpic=UID%3D000012621c55e20b%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_Mat7bxgz5T6LdZmufR7rcle3jKx3A&abxe=1&dt=1776360383975&lmt=1776360383&adxs=986&adys=603&biw=1350&bih=940&isw=298&ish=50&scr_x=0&scr_y=0&btvi=0&ucis=lzj34ce9qbmk&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&nhd=1&url=https%3A%2F%2Fwww.espn.com.sg%2F&ref=https%3A%2F%2Fwww.espn.com.sg%2F&top=https%3A%2F%2Fwww.espn.com.sg%2F&vis=1&psz=298x0&msz=298x0&fws=256&ohw=0&dlt=1776360383116&idt=273&prev_scp=ajx_url%3Dhttps%253A%252F%252Fwww.espn.com.sg%26darkmode%3Dfalse%26ed%3Dsg%26hip%3De3c4e11392c2165f8a36f5b9cbbceb66ed55f98252d8ad9220b74acadf1c9821%26inskin_yes%3Dfalse%26mnr%3Df%26pgtyp%3Despnfrontpage%26pos%3Dincontentstrip%26prof%3Dxl%26ref%3Despn%26sp%3Despn%26swid%3D415FEB5D-551B-432F-C32B-A131D12A1074&adks=542544570&frm=23&eo_id_str=ID%3D1dec04afdad1969f%3AT%3D1776360381%3ART%3D1776360381%3AS%3DAA-AfjZHdjDNevQd5YLXOewLIcnu — 200 — 289 B — 84 ms — h3https://b92c1a06d431c5508939fc438a90a064.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html?n=1b92c1a06d431c5508939fc438a90a064.sa... https://b92c1a06d431c5508939fc438a90a064.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html?n=1 — 200 — 3.1 KiB — 15 ms — h3https://cm.g.doubleclick.net/partnerpixels?url=https%3A%2F%2Fwww.espn.com.sg%2Fcm.g.doubleclick.net/partnerpixels?... https://cm.g.doubleclick.net/partnerpixels?url=https%3A%2F%2Fwww.espn.com.sg%2F — 200 — 63 B — 12 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604130101&st=env&sjk=4897618916721425ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604130101&st=env&sjk=4897618916721425 — 200 — 13.3 KiB — 19 ms — h3https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4897618916721425&correlator=1174805072033479&eid=31097657&output=ldjh&gdfp_req=1&vrg=202604130101&ptt=17&impl=fif&iu_parts=4654%2Cespn_dweb%2Cfrontpage%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=300x250&ifi=1&didk=138498499&dids=gpt_unit_%2F4654%2Fespn_dweb%2Ffront&adfs=1096599344&sfv=1-0-45&click=https%3A%2F%2Fadclick.g.doubleclick.net%2Fpcs%2Fclick%3Fxai%3DAKAOjstHk049ITcoQx8NzY1haX2Q18YoJzvK5ouPJta_Y9VHgOoEHL2fUYbCJ5hWpiTPpNPp4l67ZKrzZqceHGWhHEs2Ux7H69lE9IUtNh05sIQAyTxmn0ZdM4UFh7ia5W5hn5VZ-cZSfxJjLnzkAbG16I6tjQZM0Q-9KhzkCJz4Q3VzPdj6HS3Cn9rXc5IJgWwz1Fmz3AkYguDtFvjMwCmeOys-ztw92V_tybU08kUz-X8an7iQLNFUajNZ9MMQ1A3VMiK2N_vwpwQWVoYIRzuk9NVNMofyPHpuBEqzrKKlGU877kgiFwAPs8kAI3k8PmessIJXOD7yFDPImz7yuZXqXC_j74gECp7PG4JrEehoVXI3eDYTiadDrWunqu5NteYOWHUgrLZJAZ0QuKUwO3xmWPM%26sai%3DAMfl-YQckGH46UNy8xrefi9U9UUGGdTucMMVKzBXdB9HjngR3kWYmg4pAptLGeZ_Xbk4MsfIo2oLfpmbM5c6NmKeupxBDlBhNSPkO-aBhp7qwcMV3TZPe-3e-ssc-xxylRtBu9AqiCoxX5aLdqDSZiriSMpIlKIfp5WUA-xCTMOlSg12agpAzn0jR2X3Sx3N7M6MAcNM3VifIkUAeqoYZJXLBKcofV5GaeucXK8CUtZE-i8hY2TxuGa3y8ZGf8QcsnAPp9uxrdYgnSNngWxPiHKiH-dG-FcldzYEcQwu3BmRXw6midqJiivG1xTy8ZN5lZh-1LxYfkEUJpqMjUcs1mqdC3etBD46VI8qeVvSOACAjyHgzGM_KHgVL1gSbyJvK_MFIUVxLRHHXlLhUib_vOXAxfQTuS0QTxH-zdBKDz9a1nM7tQWfrexw-mHPX8wB8yL78G9UG0vLb8P_SAQV_OD6%26sig%3DCg0ArKJSzAaj7WgyYIf1EAE%26fbs_aeid%3D%255Bgw_fbsaeid%255D%26urlfix%3D1%26adurl%3D&eri=2&sc=1&cookie=ID%3D9113789a407e1262%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_MYGTNms_9n8aWnPUU5GUF0eoWmmCw&gpic=UID%3D000012621c55e20b%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_Mat7bxgz5T6LdZmufR7rcle3jKx3A&abxe=1&dt=1776360384124&lmt=1776360384&adxs=985&adys=663&biw=1350&bih=940&isw=300&ish=250&scr_x=0&scr_y=0&btvi=0&ucis=9xmlpdxsy0gy&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&nhd=1&url=https%3A%2F%2Fwww.espn.com.sg%2F&ref=https%3A%2F%2Fwww.espn.com.sg%2F&top=https%3A%2F%2Fwww.espn.com.sg%2F&vis=1&psz=300x0&msz=300x0&fws=256&ohw=0&dlt=1776360383136&idt=344&prev_scp=ajx_url%3Dhttps%253A%252F%252Fwww.espn.com.sg%26darkmode%3Dfalse%26ed%3Dsg%26hip%3De3c4e11392c2165f8a36f5b9cbbceb66ed55f98252d8ad9220b74acadf1c9821%26inskin_yes%3Dfalse%26mnr%3Df%26pgtyp%3Despnfrontpage%26pos%3Dincontent%26prof%3Dxl%26ref%3Despn%26sp%3Despn%26swid%3D415FEB5D-551B-432F-C32B-A131D12A1074&adks=3800277980&frm=23&eo_id_str=ID%3D1dec04afdad1969f%3AT%3D1776360381%3ART%3D1776360381%3AS%3DAA-AfjZHdjDNevQd5YLXOewLIcnusecurepubads.g.doubleclick.net/gamp... https://securepubads.g.doubleclick.net/gampad/ads?pvsid=4897618916721425&correlator=1174805072033479&eid=31097657&output=ldjh&gdfp_req=1&vrg=202604130101&ptt=17&impl=fif&iu_parts=4654%2Cespn_dweb%2Cfrontpage%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2F3&prev_iu_szs=300x250&ifi=1&didk=138498499&dids=gpt_unit_%2F4654%2Fespn_dweb%2Ffront&adfs=1096599344&sfv=1-0-45&click=https%3A%2F%2Fadclick.g.doubleclick.net%2Fpcs%2Fclick%3Fxai%3DAKAOjstHk049ITcoQx8NzY1haX2Q18YoJzvK5ouPJta_Y9VHgOoEHL2fUYbCJ5hWpiTPpNPp4l67ZKrzZqceHGWhHEs2Ux7H69lE9IUtNh05sIQAyTxmn0ZdM4UFh7ia5W5hn5VZ-cZSfxJjLnzkAbG16I6tjQZM0Q-9KhzkCJz4Q3VzPdj6HS3Cn9rXc5IJgWwz1Fmz3AkYguDtFvjMwCmeOys-ztw92V_tybU08kUz-X8an7iQLNFUajNZ9MMQ1A3VMiK2N_vwpwQWVoYIRzuk9NVNMofyPHpuBEqzrKKlGU877kgiFwAPs8kAI3k8PmessIJXOD7yFDPImz7yuZXqXC_j74gECp7PG4JrEehoVXI3eDYTiadDrWunqu5NteYOWHUgrLZJAZ0QuKUwO3xmWPM%26sai%3DAMfl-YQckGH46UNy8xrefi9U9UUGGdTucMMVKzBXdB9HjngR3kWYmg4pAptLGeZ_Xbk4MsfIo2oLfpmbM5c6NmKeupxBDlBhNSPkO-aBhp7qwcMV3TZPe-3e-ssc-xxylRtBu9AqiCoxX5aLdqDSZiriSMpIlKIfp5WUA-xCTMOlSg12agpAzn0jR2X3Sx3N7M6MAcNM3VifIkUAeqoYZJXLBKcofV5GaeucXK8CUtZE-i8hY2TxuGa3y8ZGf8QcsnAPp9uxrdYgnSNngWxPiHKiH-dG-FcldzYEcQwu3BmRXw6midqJiivG1xTy8ZN5lZh-1LxYfkEUJpqMjUcs1mqdC3etBD46VI8qeVvSOACAjyHgzGM_KHgVL1gSbyJvK_MFIUVxLRHHXlLhUib_vOXAxfQTuS0QTxH-zdBKDz9a1nM7tQWfrexw-mHPX8wB8yL78G9UG0vLb8P_SAQV_OD6%26sig%3DCg0ArKJSzAaj7WgyYIf1EAE%26fbs_aeid%3D%255Bgw_fbsaeid%255D%26urlfix%3D1%26adurl%3D&eri=2&sc=1&cookie=ID%3D9113789a407e1262%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_MYGTNms_9n8aWnPUU5GUF0eoWmmCw&gpic=UID%3D000012621c55e20b%3AT%3D1776360381%3ART%3D1776360381%3AS%3DALNI_Mat7bxgz5T6LdZmufR7rcle3jKx3A&abxe=1&dt=1776360384124&lmt=1776360384&adxs=985&adys=663&biw=1350&bih=940&isw=300&ish=250&scr_x=0&scr_y=0&btvi=0&ucis=9xmlpdxsy0gy&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&bc=31&nvt=1&nhd=1&url=https%3A%2F%2Fwww.espn.com.sg%2F&ref=https%3A%2F%2Fwww.espn.com.sg%2F&top=https%3A%2F%2Fwww.espn.com.sg%2F&vis=1&psz=300x0&msz=300x0&fws=256&ohw=0&dlt=1776360383136&idt=344&prev_scp=ajx_url%3Dhttps%253A%252F%252Fwww.espn.com.sg%26darkmode%3Dfalse%26ed%3Dsg%26hip%3De3c4e11392c2165f8a36f5b9cbbceb66ed55f98252d8ad9220b74acadf1c9821%26inskin_yes%3Dfalse%26mnr%3Df%26pgtyp%3Despnfrontpage%26pos%3Dincontent%26prof%3Dxl%26ref%3Despn%26sp%3Despn%26swid%3D415FEB5D-551B-432F-C32B-A131D12A1074&adks=3800277980&frm=23&eo_id_str=ID%3D1dec04afdad1969f%3AT%3D1776360381%3ART%3D1776360381%3AS%3DAA-AfjZHdjDNevQd5YLXOewLIcnu — 200 — 19.2 KiB — 88 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 0 B — 0 ms — h2https://e05e796fe0772ef2fd17247cce81459e.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html?n=1e05e796fe0772ef2fd17247cce81459e.sa... https://e05e796fe0772ef2fd17247cce81459e.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html?n=1 — 200 — 3.1 KiB — 10 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 0 B — 0 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 0 B — 0 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 0 B — 5 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 0 B — 7 ms — h3https://tpc.googlesyndication.com/pagead/js/r20260415/r20110914/client/window_focus_fy2021.jstpc.googlesyndication.com/pagead/js... https://tpc.googlesyndication.com/pagead/js/r20260415/r20110914/client/window_focus_fy2021.js — 200 — 1.6 KiB — 38 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 0 B — 0 ms — h3https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsvOLJwV3tc39FslFmAE2dr2hUkzoQWZO8Rv-hEbXlxtGZrRanHl8dxuzQEiyFynE2MoqCskXWl0--zH5pMQi416yBeY0Tp6x12JeodorPOzZTJhNoDYeTlxq_UUF7dvfmULKSGUqrBy7ygqT_Plz3hFB_O45UOh0yZpNOIK7jKtFPYZGSIuhq6eIXIgm66J2JwCem9aCHeV1FWUqmezyIrSwQp42JmPWyZcqYzeHEGOjh6_3v0jrUsfNCVmyK0nIGppzOv477oenLC3Jxaij_8A2oK1ZmevpqYW-uIR2txmedaTuHPlqaKbE8iorDos05kxLVcGpPMaxUD3visHlQX_bxMLYdvzAO4y1UiyGTAiNcWriYseKJ1-vLCm1qaU2p6P0EQP5RRW6VbBMMvd489-7oJZjb6Koasl3kYmXs3Mb9UKk2v5DABPVUinGsQE1Rv7cR0iqsGYaJcP4n8iMMwcfFc&sai=AMfl-YTlPPAYXtqv-rDyIQcBRt-y-FsNiNWm4t6185N1YckXR57OnzEYwvA0qutqNcH-9Etg8UVN0xggZscGR4Iu1Lf2Fv0FQf7vtE008hs1KjyLaEGQ5qBxTCrCLVzDO-qFdY_WQaXI0fkunwJdkcS-R3jZKIit-AQMac8nwIUrhgjJL8MA-q5mgTwR9Lkj8oawEhFknLPU4khjeO4nnQpIZWqyHbEGEGaGzOFnUv2Hlve3W4pgcRGNOUYFzTuUiRmOzZggNHmWabDTJtnYMSF9W-x42CjuqgGUliTST_iFkVLU94e_F4AxDXlEvbDqD7DBQwSXWz0YYV-FPS26WCHsQ3d01T1ieonSSvEjxfW2lAqvF0yrA4fBU6TUoS8x1X4uZAk&sig=Cg0ArKJSzNgv1S80g_oAEAE&uach_m=%5BUACH%5D&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsvOLJwV3tc39FslFmAE2dr2hUkzoQWZO8Rv-hEbXlxtGZrRanHl8dxuzQEiyFynE2MoqCskXWl0--zH5pMQi416yBeY0Tp6x12JeodorPOzZTJhNoDYeTlxq_UUF7dvfmULKSGUqrBy7ygqT_Plz3hFB_O45UOh0yZpNOIK7jKtFPYZGSIuhq6eIXIgm66J2JwCem9aCHeV1FWUqmezyIrSwQp42JmPWyZcqYzeHEGOjh6_3v0jrUsfNCVmyK0nIGppzOv477oenLC3Jxaij_8A2oK1ZmevpqYW-uIR2txmedaTuHPlqaKbE8iorDos05kxLVcGpPMaxUD3visHlQX_bxMLYdvzAO4y1UiyGTAiNcWriYseKJ1-vLCm1qaU2p6P0EQP5RRW6VbBMMvd489-7oJZjb6Koasl3kYmXs3Mb9UKk2v5DABPVUinGsQE1Rv7cR0iqsGYaJcP4n8iMMwcfFc&sai=AMfl-YTlPPAYXtqv-rDyIQcBRt-y-FsNiNWm4t6185N1YckXR57OnzEYwvA0qutqNcH-9Etg8UVN0xggZscGR4Iu1Lf2Fv0FQf7vtE008hs1KjyLaEGQ5qBxTCrCLVzDO-qFdY_WQaXI0fkunwJdkcS-R3jZKIit-AQMac8nwIUrhgjJL8MA-q5mgTwR9Lkj8oawEhFknLPU4khjeO4nnQpIZWqyHbEGEGaGzOFnUv2Hlve3W4pgcRGNOUYFzTuUiRmOzZggNHmWabDTJtnYMSF9W-x42CjuqgGUliTST_iFkVLU94e_F4AxDXlEvbDqD7DBQwSXWz0YYV-FPS26WCHsQ3d01T1ieonSSvEjxfW2lAqvF0yrA4fBU6TUoS8x1X4uZAk&sig=Cg0ArKJSzNgv1S80g_oAEAE&uach_m=%5BUACH%5D&adurl= — 200 — 28 B — 331 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 — 283 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 — 268 ms — h3https://z.moatads.com/mediacorpdfp700751500196/moatad.jsz.moatads.com/mediacorpdfp700751500... https://z.moatads.com/mediacorpdfp700751500196/moatad.js — -1 — 0 B — 224 ms — https://tpc.googlesyndication.com/simgad/938959882671507350tpc.googlesyndication.com/simgad/93... https://tpc.googlesyndication.com/simgad/938959882671507350 — 200 — 103.3 KiB — 50 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 0 B — 12 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 0 B — 12 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 0 B — 2 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 0 B — 2 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 183 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604130101&jk=6704243376649854&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604130101&jk=6704243376649854&rc= — 204 — 17 B — 8 ms — h3https://tpc.googlesyndication.com/pagead/js/r20260415/r20110914/client/window_focus_fy2021.jstpc.googlesyndication.com/pagead/js... https://tpc.googlesyndication.com/pagead/js/r20260415/r20110914/client/window_focus_fy2021.js — 200 — 0 B — 1 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 — 1 ms — h3https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstTkNAEXNDj2ctnaiHJqopulFc5ZWhupIhnXrVL-B8skBvgrj9LMDd4FsQ5j4cJdLzbzx8c5im6W0qD9OMNrSw0hOa4gO5Gp50HN-5Xq04KSeg3tpXaFxk-RE4O87wYHf6Z0IY6F0MV99Ug9GuN-bImGv4NprqKpuqfBi5PS8W_Vh5bMcSJba_oDlFkCGEGghgxOOH1X-3fUCQ2qXnFZFWfPsmdS5KeItlne8P2zRCwjKZlXB6jjuUI-Fwc63B5jroXo2tu4UdttAPXmR0h001VZ1HZ5zMImYkQX9fnSgVakTRE5difR_g_EuMnMB0SDj6BOCBJo6D8_YmW4wMEu28_PNrxYbopCmUilztRGqKx9mI3RjBGMmlCb3-vvtHSpcsSN03eMJJTCPQCoHeTFFodB0fGP1m7weGEJrZd-8-Sx-t6OYY3KyCUl_y8q-BeoaM9XA6wJ79yhvxSQqH7qtrFRGe0&sai=AMfl-YRBzqnTCSlE0rTSR48-GLea7qO65nuXDAmO56fVntiWjW4xrfRt_p9cOSJU7iQlK7AYImRMP6lARDx6oof0H1w4hjkSwpTTSocwbJKl0UHC8_n65HnwCmVlE7jiGXsXnPRwQOGTFQekHGwi-TUe-2dbKXooFezV6Ti5kCidrr68i_MZfiW5aroaxnVt4TLaxOReiWpGhfK8x7MitECRr2fPSzB-IdlE9ZidDi0YD4SvMXoILNxhvvQ4n39Zn3nmwAvzqhWD42lLKMCVTdcf_c58UZabTDqk4RbxAfkfM2qTclaaUtdzh-guD7AzHGOp0DyBzvui3cPnCECh8wWi3_hujlEkH4qEWq71uWbNeAGP7pnqBb6yU8Vim1aod7RP2Jk&sig=Cg0ArKJSzDP8LMYxYoKxEAE&uach_m=%5BUACH%5D&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstTkNAEXNDj2ctnaiHJqopulFc5ZWhupIhnXrVL-B8skBvgrj9LMDd4FsQ5j4cJdLzbzx8c5im6W0qD9OMNrSw0hOa4gO5Gp50HN-5Xq04KSeg3tpXaFxk-RE4O87wYHf6Z0IY6F0MV99Ug9GuN-bImGv4NprqKpuqfBi5PS8W_Vh5bMcSJba_oDlFkCGEGghgxOOH1X-3fUCQ2qXnFZFWfPsmdS5KeItlne8P2zRCwjKZlXB6jjuUI-Fwc63B5jroXo2tu4UdttAPXmR0h001VZ1HZ5zMImYkQX9fnSgVakTRE5difR_g_EuMnMB0SDj6BOCBJo6D8_YmW4wMEu28_PNrxYbopCmUilztRGqKx9mI3RjBGMmlCb3-vvtHSpcsSN03eMJJTCPQCoHeTFFodB0fGP1m7weGEJrZd-8-Sx-t6OYY3KyCUl_y8q-BeoaM9XA6wJ79yhvxSQqH7qtrFRGe0&sai=AMfl-YRBzqnTCSlE0rTSR48-GLea7qO65nuXDAmO56fVntiWjW4xrfRt_p9cOSJU7iQlK7AYImRMP6lARDx6oof0H1w4hjkSwpTTSocwbJKl0UHC8_n65HnwCmVlE7jiGXsXnPRwQOGTFQekHGwi-TUe-2dbKXooFezV6Ti5kCidrr68i_MZfiW5aroaxnVt4TLaxOReiWpGhfK8x7MitECRr2fPSzB-IdlE9ZidDi0YD4SvMXoILNxhvvQ4n39Zn3nmwAvzqhWD42lLKMCVTdcf_c58UZabTDqk4RbxAfkfM2qTclaaUtdzh-guD7AzHGOp0DyBzvui3cPnCECh8wWi3_hujlEkH4qEWq71uWbNeAGP7pnqBb6yU8Vim1aod7RP2Jk&sig=Cg0ArKJSzDP8LMYxYoKxEAE&uach_m=%5BUACH%5D&adurl= — 200 — 28 B — 121 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 — 109 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 — 105 ms — h3https://z.moatads.com/mediacorpdfp700751500196/moatad.jsz.moatads.com/mediacorpdfp700751500... https://z.moatads.com/mediacorpdfp700751500196/moatad.js — -1 — 0 B — 94 ms — https://tpc.googlesyndication.com/simgad/1234463034251628604tpc.googlesyndication.com/simgad/12... https://tpc.googlesyndication.com/simgad/1234463034251628604 — 200 — 101.0 KiB — 12 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstJNNqj08Ka_gHlhc86N9FE-WaVSMF_RvfXAHVi6TP-IPG_8ONVIgoZFTPJiYiiVYEMfcA-Vv-RbltFy8dBc52wFHjgAriv9j_Z5lkHu8zI6jetiPv6bCdG36PqWOQWaeizoukAZXDD1vqi_0Mp_l2yXsrCmzyRoAIsGhABv8D8kSUsb2TTMREH447lxEpqhhPHcoRm3sNBNmCaFATcUob9np_OaHrj6ydfHrJZKsHz653-WiHN-9-AccFMhV6RuDD7xkaGa7RTb-7MOd72Q4nNGpeQfg9tlK9_zFGpjlk3b8sOZOzy1miw4Onl2pJhj_dC3i-cqIkYs_VpaVYNU9DsI6pRfg2Y6k9NWIYKWzPDP9f1GAx38-sZlfAvXcKnaizzIg65IgEizJlGPsQ2MRJ19bFkGFYvmzaYev5vUnfNY337aTAhQgYGVMTWE22QXb18xVoHwsA&sai=AMfl-YSydQt989dNRXXIuu-vDgle0Sz9ehdAVtj2_9sDwa07B_2Dq1sS9vH6i5M5y9Wo-tomDwA4zmv_cj9fXDOz-v7iydgTWTp-KixuhZPGYWvf1_3BG3YwyNpnLbO87nT4PXFZlmToliUKKbooVvP5n5Od88gvJRloN6VXDGy-z210kIXeORtsHxR8waWEXxrZ3dNpsD6-9AFCw189QA_Db4p6DAMUr2nFpB_rNQxhNTQdGw2XTsVSFOf0A4cs8hrJQwSXmz_e1yRq93AF_NobAJJwXtVhWCJTGGEo17dOhWPDFmhG1Il-06zgcCnc0NlJIK-RfGOTyoyFRQEEvZD-ZIQrbTGQl-YWO1A-DA5BvOJoGZ6t4JPbAS7ySovAZitCExQ&sig=Cg0ArKJSzOyJU0jBg6GlEAE&uach_m=%5BUACH%5D&dett=2&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjstJNNqj08Ka_gHlhc86N9FE-WaVSMF_RvfXAHVi6TP-IPG_8ONVIgoZFTPJiYiiVYEMfcA-Vv-RbltFy8dBc52wFHjgAriv9j_Z5lkHu8zI6jetiPv6bCdG36PqWOQWaeizoukAZXDD1vqi_0Mp_l2yXsrCmzyRoAIsGhABv8D8kSUsb2TTMREH447lxEpqhhPHcoRm3sNBNmCaFATcUob9np_OaHrj6ydfHrJZKsHz653-WiHN-9-AccFMhV6RuDD7xkaGa7RTb-7MOd72Q4nNGpeQfg9tlK9_zFGpjlk3b8sOZOzy1miw4Onl2pJhj_dC3i-cqIkYs_VpaVYNU9DsI6pRfg2Y6k9NWIYKWzPDP9f1GAx38-sZlfAvXcKnaizzIg65IgEizJlGPsQ2MRJ19bFkGFYvmzaYev5vUnfNY337aTAhQgYGVMTWE22QXb18xVoHwsA&sai=AMfl-YSydQt989dNRXXIuu-vDgle0Sz9ehdAVtj2_9sDwa07B_2Dq1sS9vH6i5M5y9Wo-tomDwA4zmv_cj9fXDOz-v7iydgTWTp-KixuhZPGYWvf1_3BG3YwyNpnLbO87nT4PXFZlmToliUKKbooVvP5n5Od88gvJRloN6VXDGy-z210kIXeORtsHxR8waWEXxrZ3dNpsD6-9AFCw189QA_Db4p6DAMUr2nFpB_rNQxhNTQdGw2XTsVSFOf0A4cs8hrJQwSXmz_e1yRq93AF_NobAJJwXtVhWCJTGGEo17dOhWPDFmhG1Il-06zgcCnc0NlJIK-RfGOTyoyFRQEEvZD-ZIQrbTGQl-YWO1A-DA5BvOJoGZ6t4JPbAS7ySovAZitCExQ&sig=Cg0ArKJSzOyJU0jBg6GlEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 28 B — 69 ms — h3https://pagead2.googlesyndication.com/bg/CSFHWn54ZyFPe4LnLawZxin687t9epWoaqVGMgilEes.jspagead2.googlesyndication.com/bg/CS... https://pagead2.googlesyndication.com/bg/CSFHWn54ZyFPe4LnLawZxin687t9epWoaqVGMgilEes.js — 200 — 0 B — 5 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3Dpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWACaAM%3D — 204 — 20 B — 49 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604130101&jk=7658385909300154&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604130101&jk=7658385909300154&rc= — 204 — 17 B — 7 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604130101&jk=4897618916721425&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gpt_m202604130101&jk=4897618916721425&rc= — 204 — 17 B — 11 ms — h3https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsthTWc9EcVKtg9TULra08xSyKN1SLEVkf1DLdynr2bfGrYTmm5RAPUi60_orS0bxETIBCKpEmNws02j3cdZRsqYL8IhhSA01Ka-XaeS-V-5lUfBAiwIwt_yqG9pcqF__tz_s-DTIoexm-u48dY5cI_2XfmwAyS7DKX-ao15xtHxsfYmU-oEHG_cdMqq40kXkMRoWjxwPp8cOYTXHuVfjHGsNXCftHJDP-pCiHOOcMGo1UrTOUlHGbI3-n8i3iO2J3d4DPvUKgb-3EdEH8IMnmSK-RyJr3-a0iLm-dsDqqSQMfkFREiYjGW3doKSGGCCo1wHQlu65nB2EkrfNdxHGXgMJGKu-Qz6GvxGFfpXoxqb2qVyzSJF7y4oCy7pZgJL96s_qtidh2xECbvc2ytixp3IYd05ASWfwNM-72nYnm3MR0teKjR0P2aP4XPpUPqS1IGW2XEctGT4&sai=AMfl-YQLLRJOerTHAMs7fRHBlrwxh0udhlWTiznix5J0Wt65duc20O16xp4k09btDth7_XGm5hw5iwE42BD8K9_e1OhdVBFAD_aNrep0z2OGcQmdwV_YZ0Zf18CHsiHIijRdJSPmtuxaUpS68FDDdq3E_wif4QfMzfhrswdH4zIos-cDIzigxQwWUA6df4H_GemgvMYZHgKYybBAa5OB85IM0gUh7NK8vUq0dH1f04AEKGTixGdn6-SpZ9Rk-ejo04-TJFYQrwWja6xdotyyOys8DusdTh5IvApQpIjLESAnhkMUyGjDJOSkhDSlZGHk5y5wtXeDSKDRrtINy2fmVi3DGhcElfx2oTI863sOnDpIq2qq9jHNnVj-5kE62oTKwLCTiY0&sig=Cg0ArKJSzF50gtFMVAciEAE&uach_m=%5BUACH%5D&dett=2&adurl=securepubads.g.doubleclick.net/pcs/... https://securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsthTWc9EcVKtg9TULra08xSyKN1SLEVkf1DLdynr2bfGrYTmm5RAPUi60_orS0bxETIBCKpEmNws02j3cdZRsqYL8IhhSA01Ka-XaeS-V-5lUfBAiwIwt_yqG9pcqF__tz_s-DTIoexm-u48dY5cI_2XfmwAyS7DKX-ao15xtHxsfYmU-oEHG_cdMqq40kXkMRoWjxwPp8cOYTXHuVfjHGsNXCftHJDP-pCiHOOcMGo1UrTOUlHGbI3-n8i3iO2J3d4DPvUKgb-3EdEH8IMnmSK-RyJr3-a0iLm-dsDqqSQMfkFREiYjGW3doKSGGCCo1wHQlu65nB2EkrfNdxHGXgMJGKu-Qz6GvxGFfpXoxqb2qVyzSJF7y4oCy7pZgJL96s_qtidh2xECbvc2ytixp3IYd05ASWfwNM-72nYnm3MR0teKjR0P2aP4XPpUPqS1IGW2XEctGT4&sai=AMfl-YQLLRJOerTHAMs7fRHBlrwxh0udhlWTiznix5J0Wt65duc20O16xp4k09btDth7_XGm5hw5iwE42BD8K9_e1OhdVBFAD_aNrep0z2OGcQmdwV_YZ0Zf18CHsiHIijRdJSPmtuxaUpS68FDDdq3E_wif4QfMzfhrswdH4zIos-cDIzigxQwWUA6df4H_GemgvMYZHgKYybBAa5OB85IM0gUh7NK8vUq0dH1f04AEKGTixGdn6-SpZ9Rk-ejo04-TJFYQrwWja6xdotyyOys8DusdTh5IvApQpIjLESAnhkMUyGjDJOSkhDSlZGHk5y5wtXeDSKDRrtINy2fmVi3DGhcElfx2oTI863sOnDpIq2qq9jHNnVj-5kE62oTKwLCTiY0&sig=Cg0ArKJSzF50gtFMVAciEAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 28 B — 26 ms — h3https://pagead2.googlesyndication.com/bg/CSFHWn54ZyFPe4LnLawZxin687t9epWoaqVGMgilEes.jspagead2.googlesyndication.com/bg/CS... https://pagead2.googlesyndication.com/bg/CSFHWn54ZyFPe4LnLawZxin687t9epWoaqVGMgilEes.js — 200 — 0 B — 0 ms — h3https://pagead2.googlesyndication.com/bg/CSFHWn54ZyFPe4LnLawZxin687t9epWoaqVGMgilEes.jspagead2.googlesyndication.com/bg/CS... https://pagead2.googlesyndication.com/bg/CSFHWn54ZyFPe4LnLawZxin687t9epWoaqVGMgilEes.js — 200 — 0 B — 1 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsv224a97BjX9vte3jrqmc9WZs14sPYbrfbi0PPcFWifz3UCdtBw6obkV0BJOh4giBQQWDqOY9UsVnTzWLD54xrDUtHQzOiJPKrnfodBqJ20AQ2JugRiPYDrda_4_22W9cxlQYMJRAUDWe2qPf0aoARxeZTLqVEQFDo3WSB2zmXM1wVLucNl2XAx-w&sig=Cg0ArKJSzKYlHKBWTtKvEAE&id=lidar2&mcvt=1008&p=119,311,209,1039&tm=1123.8999999761581&tu=115.5&mtos=1008,1008,1008,1008,1008&tos=1008,0,0,0,0&v=20260413&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=3555215940&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ%3D%3D&vs=4&r=v&co=7229318300&rst=1776360383096&rpt=492&isd=0&lsd=0&met=ce&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=AKAOjsv224a97BjX9vte3jrqmc9WZs14sPYbrfbi0PPcFWifz3UCdtBw6obkV0BJOh4giBQQWDqOY9UsVnTzWLD54xrDUtHQzOiJPKrnfodBqJ20AQ2JugRiPYDrda_4_22W9cxlQYMJRAUDWe2qPf0aoARxeZTLqVEQFDo3WSB2zmXM1wVLucNl2XAx-w&sig=Cg0ArKJSzKYlHKBWTtKvEAE&id=lidar2&mcvt=1008&p=119,311,209,1039&tm=1123.8999999761581&tu=115.5&mtos=1008,1008,1008,1008,1008&tos=1008,0,0,0,0&v=20260413&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=3555215940&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ%3D%3D&vs=4&r=v&co=7229318300&rst=1776360383096&rpt=492&isd=0&lsd=0&met=ce&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 8 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604160101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604160101/gpt — 200 — 0 B — 6 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604160101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604160101/gpt — 200 — 0 B — 7 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604160101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604160101/gpt — 200 — 0 B — 9 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjssGEsTDflfT1nO0r7rHdyOtwm4mOIMpqEffn1mH-F-HZkzvOma-yHGIQfN_zS8mTEx8HCQvHJSSnN7PZWRJ-2e5b90nZ_froLX0OpvYWF_oXMfl44XeZElyOnoXOXd146E6t3LPOMPaZ7azlYhwn5kRSH7y1V9YD5NkkhgPYUJAw0ZOnwR7EK8kuw&sig=Cg0ArKJSzDOKeFfqTFHQEAE&id=lidar2&mcvt=1000&p=662,985,912,1285&tm=1097.2999999523163&tu=97.5&mtos=1000,1000,1000,1000,1000&tos=1000,0,0,0,0&v=20260413&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=1169069687&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ%3D%3D&vs=4&r=v&co=7229318300&rst=1776360383136&rpt=630&isd=0&lsd=0&met=ce&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=AKAOjssGEsTDflfT1nO0r7rHdyOtwm4mOIMpqEffn1mH-F-HZkzvOma-yHGIQfN_zS8mTEx8HCQvHJSSnN7PZWRJ-2e5b90nZ_froLX0OpvYWF_oXMfl44XeZElyOnoXOXd146E6t3LPOMPaZ7azlYhwn5kRSH7y1V9YD5NkkhgPYUJAw0ZOnwR7EK8kuw&sig=Cg0ArKJSzDOKeFfqTFHQEAE&id=lidar2&mcvt=1000&p=662,985,912,1285&tm=1097.2999999523163&tu=97.5&mtos=1000,1000,1000,1000,1000&tos=1000,0,0,0,0&v=20260413&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=1169069687&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ%3D%3D&vs=4&r=v&co=7229318300&rst=1776360383136&rpt=630&isd=0&lsd=0&met=ce&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 11 ms — h3https://ep2.adtrafficquality.google/generate_204?cIau4Aep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?cIau4A — 204 — 10 B — 9 ms — h3https://eus.rubiconproject.com/usync.htmleus.rubiconproject.com/usync.html https://eus.rubiconproject.com/usync.html — 200 — 379 B — 80 ms — h2https://ep2.adtrafficquality.google/generate_204?-iJK6Aep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?-iJK6A — 204 — 10 B — 7 ms — h3https://acdn.adnxs.com/dmp/async_usersync.htmlacdn.adnxs.com/dmp/async_usersync.h... https://acdn.adnxs.com/dmp/async_usersync.html — 200 — 17.0 KiB — 33 ms — http/1.1https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&p=33496ads.pubmatic.com/AdServer/js/user_s... https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&p=33496 — 200 — 7.6 KiB — 23 ms — h2https://cdn.registerdisney.go.com/v4/OneID.jscdn.registerdisney.go.com/v4/OneID.... https://cdn.registerdisney.go.com/v4/OneID.js — 200 — 134.2 KiB — 55 ms — h2https://ep2.adtrafficquality.google/generate_204?pu4XaAep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?pu4XaA — 204 — 10 B — 7 ms — h3https://ib.adnxs.com/async_usersync?cbfn=queuePixelsib.adnxs.com/async_usersync?cbfn=qu... https://ib.adnxs.com/async_usersync?cbfn=queuePixels — 200 — 481 B — 16 ms — h2https://ut.pubmatic.com/geo?pubid=33496ut.pubmatic.com/geo?pubid=33496 https://ut.pubmatic.com/geo?pubid=33496 — 200 — 257 B — 19 ms — http/1.1https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 11.5 KiB — 10 ms — h2https://token.rubiconproject.com/khaos.json?token.rubiconproject.com/khaos.json... https://token.rubiconproject.com/khaos.json? — 200 — 1.2 KiB — 18 ms — http/1.1https://ut.pubmatic.com/geo?pubid=33496ut.pubmatic.com/geo?pubid=33496 https://ut.pubmatic.com/geo?pubid=33496 — 200 — 0 B — 3 ms — http/1.1https://cdn.registerdisney.go.com/v4/bundle/web/ESPN-ONESITE.WEB/en-SG?cssOverride=https%3A%2F%2Fsecure.espncdn.com%2Fcombiner%2Fc%3Fcss%3Ddisneyid%2Fcorev4.css&logLevel=INFOcdn.registerdisney.go.com/v4/bundle... https://cdn.registerdisney.go.com/v4/bundle/web/ESPN-ONESITE.WEB/en-SG?cssOverride=https%3A%2F%2Fsecure.espncdn.com%2Fcombiner%2Fc%3Fcss%3Ddisneyid%2Fcorev4.css&logLevel=INFO — 200 — 570.3 KiB — 70 ms — h2https://www.espn.com.sg/disneyid/responder/v4/index.html?clientId=ESPN-ONESITE.WEB&environment=PRODwww.espn.com.sg/disneyid/responder/... https://www.espn.com.sg/disneyid/responder/v4/index.html?clientId=ESPN-ONESITE.WEB&environment=PROD — 200 — 550 B — 11 ms — h2https://cdn.registerdisney.go.com/v4/responder.jscdn.registerdisney.go.com/v4/respon... https://cdn.registerdisney.go.com/v4/responder.js — 200 — 3.7 KiB — 65 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604130101&jk=6704243376649854&bg=!xMelx6XNAAY2C5OeFgs7AEcBe5WfOKaMDx3luFuLyiC0kozzLyVAHaV4edmdCDpgxhizjTcugvUkYoSUOzOnhbSAeg-Jj_wGDSvRQDkY-YDNwkGJ9c8jdQIAAAFoUgAAAAVoAQd-ADcw5j2m6zGxNQ3Wq00wr_KRPKUcLC3QQPoGhgdw1kSy2jUDlYwBbXG6qyKfXjjX71lXmRfUpbr6mQKuYus-W-jyBn9pgtWuHpYct7SRZDM01_0rULRnXGThZGbYQ1o49VXaocwFtvzB3YyYV2qqCUxQtGoFjqc2A5plZlQ-ZzWcPEEbe8-tUPnrNqqlVnCL2GaOiWYpl7xBvZpSf_EisC1SiCYwKGsarQEY5BKY5Xegcof6sZBgO_uaHIpTmmHb1X_W7AHFIpnbmgciPrPfi6vpJCK0jwruDfrqeiaJetrMHeJSeUseu2524eOB7Rhz0u_m61ERN660XM3VyMUPczkD4F38wm1_23CLFjbnS4xBOiQ-ZKffEraCpCvRJNYm7yOYNjPKVt2woS1tz4QXXBGkLxf_V2LDeTbpEKAxcWD_Lp1tDeyxpoLX6c3wESEUev50D22j8btQUlu6c35EWxJaDc8wicnQ7hOk8ftfVNxH3jxLYs3dETOKGomY9ZF30hcj0fnvAvNioI62muaMVmIjVIzdL0W1dT_cIyhMvvR-2F04YfzA_OnYzJPCRpMyEMHWR2M6l5bhyVxkQlbttmiqAuljg8Q5ciCkBWhqxU43xrNY1WN3e4VYQARQjpVJQ75FA32ShOSaiGmf6anH4RVTb9mHJsKesiDRgPfIUle4wi-GGM4SzqAqUAkJNuuNdBQYY8Ox29VoQxiownP8C0DvE5E_BtVrXoFqFzgYUIQsgGR2RDBl1yGgBMu-Emt5-WBBaCOkdpxz_aiv_vo63Czo3qvVkEQNTvkKfJv1vjSl9jdIawkxY1Ojn0Zv4TS_8oKB-weBDGGKatnXgmWJYQh1gokLop3hOU2EznUYUgzvyZxVSIdIAIBASXcRdrxDfUI7zD0P3JhFVZyCUdyiyFb5X04CPTV47cNxvIWHudvLZNXYvWa72aFCXpPZx5E2MO73cjZ9A0bdGEYpNXJ7Rs2RVLb0zbvMboQep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604130101&jk=6704243376649854&bg=!xMelx6XNAAY2C5OeFgs7AEcBe5WfOKaMDx3luFuLyiC0kozzLyVAHaV4edmdCDpgxhizjTcugvUkYoSUOzOnhbSAeg-Jj_wGDSvRQDkY-YDNwkGJ9c8jdQIAAAFoUgAAAAVoAQd-ADcw5j2m6zGxNQ3Wq00wr_KRPKUcLC3QQPoGhgdw1kSy2jUDlYwBbXG6qyKfXjjX71lXmRfUpbr6mQKuYus-W-jyBn9pgtWuHpYct7SRZDM01_0rULRnXGThZGbYQ1o49VXaocwFtvzB3YyYV2qqCUxQtGoFjqc2A5plZlQ-ZzWcPEEbe8-tUPnrNqqlVnCL2GaOiWYpl7xBvZpSf_EisC1SiCYwKGsarQEY5BKY5Xegcof6sZBgO_uaHIpTmmHb1X_W7AHFIpnbmgciPrPfi6vpJCK0jwruDfrqeiaJetrMHeJSeUseu2524eOB7Rhz0u_m61ERN660XM3VyMUPczkD4F38wm1_23CLFjbnS4xBOiQ-ZKffEraCpCvRJNYm7yOYNjPKVt2woS1tz4QXXBGkLxf_V2LDeTbpEKAxcWD_Lp1tDeyxpoLX6c3wESEUev50D22j8btQUlu6c35EWxJaDc8wicnQ7hOk8ftfVNxH3jxLYs3dETOKGomY9ZF30hcj0fnvAvNioI62muaMVmIjVIzdL0W1dT_cIyhMvvR-2F04YfzA_OnYzJPCRpMyEMHWR2M6l5bhyVxkQlbttmiqAuljg8Q5ciCkBWhqxU43xrNY1WN3e4VYQARQjpVJQ75FA32ShOSaiGmf6anH4RVTb9mHJsKesiDRgPfIUle4wi-GGM4SzqAqUAkJNuuNdBQYY8Ox29VoQxiownP8C0DvE5E_BtVrXoFqFzgYUIQsgGR2RDBl1yGgBMu-Emt5-WBBaCOkdpxz_aiv_vo63Czo3qvVkEQNTvkKfJv1vjSl9jdIawkxY1Ojn0Zv4TS_8oKB-weBDGGKatnXgmWJYQh1gokLop3hOU2EznUYUgzvyZxVSIdIAIBASXcRdrxDfUI7zD0P3JhFVZyCUdyiyFb5X04CPTV47cNxvIWHudvLZNXYvWa72aFCXpPZx5E2MO73cjZ9A0bdGEYpNXJ7Rs2RVLb0zbvMboQ — 204 — 17 B — 7 ms — h3https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604130101&jk=4897618916721425&bg=!T0ylTC7NAAY2C5OeFgs7AEcBe5WfOBY_nVwe4wF25fPSi8JH4tupCxJirqRLSe-iPdYvsjS2Z8IGPLnA2shC__O4EJLp85oiNAU5HkZ-mOntoRoxfm45VQIAAAEaUgAAAAdoAQd-ADf2k3fGK90-cCUj8smLnMP0Ca_ShEMgIbZVudtT0FAZAxy0EX-68l5ICtm7QSNzczn8qlzuqHSnmQLB4kS1shmOxJ9wCnY1A3nBhFMPbZaTNqi-ygCeCPmFITkozrpFUT0gYwtZKWUEgj1yeQeXUkwQqShc0IZ4-_OWejzzqOVZ953qvYxA9fxBaU92ygsrK5g2A009bwYJ9_Uwr3D-TYX4jBDQCJppth5RemwpRsbVenWoiV5nbvpYwKpLstWjxHL1KaGJAmR9oPcskPXqovVMcjKAS3VtPhJK2HnQ1vn69rrVW1LmvSmC6fnMfFYCXrE9KmImahBVYql5wkjoReo3PE7hafip-nClFLTroSI3o2UwI6xHym1Nlkm8Uj4V8nQf0nMQ6bazngrOYwpnQjJQ9OSNGvBbVzkwoDM0K6eVhWq9q__8TPMaptlYFt1eb0dOvfZT5Ctv8mzR88YJexMGXuTWtMpL30BOWDhbrTbLNyFTSCl0Mgr-BKhMvTsEr-BcKZ6mlfF60NjHL2kAdoTFuOOc_NaPBn8fsHmdvYShZHUATJy6KS9A07MBjMuYcEyU3OkWRx5NnX_b_cA-O235LDSo4tBO8y5uziqlsmxQZLnMNZOclRemKo_NlfdqwqK6CfW-hOf7Zhu8yd_umObHH9rJ7uKXLObVFbUNJwddnzTmoaPgR-L5TuB-2rP_UaZEFlvpFFOdUd86EvSKp1etvF7RKpEeY7VK72gxlH_jTw-sRjalW4TS3O_K_ncq5Ug7aNB7Z8o3wgfqNxULN2jDBFypAzru8Mxu3Yod9NRrKZ2R1dxqZRdJAwtFxyvzeQmI13txgRat7h5HKGjNjvchq2B2YsNRjYgRWAOvl_sG12zg0nE0jWrGiBgaQm9CDA66W19UXdk08pA2f1pP8R0iJT1_ndyfjqU9SIarRWowkIti6umqA1-P-kXlAhb6TsNaQOyyR33pm5w-L68juM27-QzfRiXgEon-R6IXotuyKaOBryCB9AldSn7jep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604130101&jk=4897618916721425&bg=!T0ylTC7NAAY2C5OeFgs7AEcBe5WfOBY_nVwe4wF25fPSi8JH4tupCxJirqRLSe-iPdYvsjS2Z8IGPLnA2shC__O4EJLp85oiNAU5HkZ-mOntoRoxfm45VQIAAAEaUgAAAAdoAQd-ADf2k3fGK90-cCUj8smLnMP0Ca_ShEMgIbZVudtT0FAZAxy0EX-68l5ICtm7QSNzczn8qlzuqHSnmQLB4kS1shmOxJ9wCnY1A3nBhFMPbZaTNqi-ygCeCPmFITkozrpFUT0gYwtZKWUEgj1yeQeXUkwQqShc0IZ4-_OWejzzqOVZ953qvYxA9fxBaU92ygsrK5g2A009bwYJ9_Uwr3D-TYX4jBDQCJppth5RemwpRsbVenWoiV5nbvpYwKpLstWjxHL1KaGJAmR9oPcskPXqovVMcjKAS3VtPhJK2HnQ1vn69rrVW1LmvSmC6fnMfFYCXrE9KmImahBVYql5wkjoReo3PE7hafip-nClFLTroSI3o2UwI6xHym1Nlkm8Uj4V8nQf0nMQ6bazngrOYwpnQjJQ9OSNGvBbVzkwoDM0K6eVhWq9q__8TPMaptlYFt1eb0dOvfZT5Ctv8mzR88YJexMGXuTWtMpL30BOWDhbrTbLNyFTSCl0Mgr-BKhMvTsEr-BcKZ6mlfF60NjHL2kAdoTFuOOc_NaPBn8fsHmdvYShZHUATJy6KS9A07MBjMuYcEyU3OkWRx5NnX_b_cA-O235LDSo4tBO8y5uziqlsmxQZLnMNZOclRemKo_NlfdqwqK6CfW-hOf7Zhu8yd_umObHH9rJ7uKXLObVFbUNJwddnzTmoaPgR-L5TuB-2rP_UaZEFlvpFFOdUd86EvSKp1etvF7RKpEeY7VK72gxlH_jTw-sRjalW4TS3O_K_ncq5Ug7aNB7Z8o3wgfqNxULN2jDBFypAzru8Mxu3Yod9NRrKZ2R1dxqZRdJAwtFxyvzeQmI13txgRat7h5HKGjNjvchq2B2YsNRjYgRWAOvl_sG12zg0nE0jWrGiBgaQm9CDA66W19UXdk08pA2f1pP8R0iJT1_ndyfjqU9SIarRWowkIti6umqA1-P-kXlAhb6TsNaQOyyR33pm5w-L68juM27-QzfRiXgEon-R6IXotuyKaOBryCB9AldSn7j — 204 — 17 B — 8 ms — h3https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604130101&jk=7658385909300154&bg=!Dg2lDW_NAAY2C5OeFgs7AEcBe5WfOGrMkbYcv1fSjTlNBH1Xa2O7Am2vmg8GNKxfL5x-NnjaK2XrYWv-Qi7UQltlS0XhPpE4FXiJfBXEMDyzkF6Y7P2fXAIAAAFIUgAAAAZoAQd-ADfSt-n0gtrgCpS9Y-fTMxhBoJI3W4OUh7Szlio1DyP-GFA02Zbk39rD2krwJhLsQBooxMqQbLWYmQK_lffjYTv7r5u0pxxot3Ax2ILs7mEtQ0Prtg9D0YtakY-mgMTi4sqQKttQb9BguPY6vtP6Y9mw-kbEfl-ECJqWPXm9PtC-WFLYKHoG5__ECWvudT6n5qYh1n3FbOtzn2b1lrTI3FrkzdN66nZxQh1YBweDLBq3jdcPp31eKTb9PMXo67SI0B5UwiCKSwXKeXNZCwYr9qKOJZ4LGQxRXkUQJIY-6IXvdpw4Ub1FrNksHkSoCFTIBlgT_9hUIxNDk3R-W0LzOUcsmBzkwEpooEfXcwv8HIZfcfRtZP8PzvFKodzFpPRRdOG_JYbdvUPieDfiqwPs6ddc7obh1ixNpzDGewPtzxU2WYcl_jrEZwELiW53RX1SN0GhuMhJcdPg_xbWy5f0dw7ApaDDhrDmHmA8q4fl3kloZSdQQdDjQaAkHRmzK_rKxPJ107ZdXAIn_kHingdzrKp-iSDAQP4Ddy1_V5uhrfsjXMh6KemZQStia6UyJ95f0Q7adgPKfCJOUw7mw7UkHd6oG9uwTjDWn7hd3jrfH0ae0STiAien4VNrLte6T1eB_gC1mqnSIJgxLsZuivn3QnKUmE5bXydi5y2FvchkfDgjMWqAqG2vwA0aqay17FoxhccMTYcVVZOAyZorSxPZQSi7H0btdlFzpAjucasV93DfxxxzzrsHMi0ftZa1610W5N2yybWGKSdk_G-xDj_g1Xv3_BtUeiRd_daIw1bL1ZWfbkadhGGJsvh1Pq0TeOifTgE7YERTL6uxsYb03CzhiNzq6_4k8xr26hO0Wk8MT-MjqfO6_BlWMAOF-es_Mk0CMk-a-pFXdFKIfFvwHQSr3v5TfMD2IVjLXJBJm2kValmDtuOJSwk1YOZ1MkQUGfkOddbx5TpoB-Nv6su9o9oMgHNsCjQkiwPI9svSkPE-kLYLkRoboAYaTN5yhAep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604130101&jk=7658385909300154&bg=!Dg2lDW_NAAY2C5OeFgs7AEcBe5WfOGrMkbYcv1fSjTlNBH1Xa2O7Am2vmg8GNKxfL5x-NnjaK2XrYWv-Qi7UQltlS0XhPpE4FXiJfBXEMDyzkF6Y7P2fXAIAAAFIUgAAAAZoAQd-ADfSt-n0gtrgCpS9Y-fTMxhBoJI3W4OUh7Szlio1DyP-GFA02Zbk39rD2krwJhLsQBooxMqQbLWYmQK_lffjYTv7r5u0pxxot3Ax2ILs7mEtQ0Prtg9D0YtakY-mgMTi4sqQKttQb9BguPY6vtP6Y9mw-kbEfl-ECJqWPXm9PtC-WFLYKHoG5__ECWvudT6n5qYh1n3FbOtzn2b1lrTI3FrkzdN66nZxQh1YBweDLBq3jdcPp31eKTb9PMXo67SI0B5UwiCKSwXKeXNZCwYr9qKOJZ4LGQxRXkUQJIY-6IXvdpw4Ub1FrNksHkSoCFTIBlgT_9hUIxNDk3R-W0LzOUcsmBzkwEpooEfXcwv8HIZfcfRtZP8PzvFKodzFpPRRdOG_JYbdvUPieDfiqwPs6ddc7obh1ixNpzDGewPtzxU2WYcl_jrEZwELiW53RX1SN0GhuMhJcdPg_xbWy5f0dw7ApaDDhrDmHmA8q4fl3kloZSdQQdDjQaAkHRmzK_rKxPJ107ZdXAIn_kHingdzrKp-iSDAQP4Ddy1_V5uhrfsjXMh6KemZQStia6UyJ95f0Q7adgPKfCJOUw7mw7UkHd6oG9uwTjDWn7hd3jrfH0ae0STiAien4VNrLte6T1eB_gC1mqnSIJgxLsZuivn3QnKUmE5bXydi5y2FvchkfDgjMWqAqG2vwA0aqay17FoxhccMTYcVVZOAyZorSxPZQSi7H0btdlFzpAjucasV93DfxxxzzrsHMi0ftZa1610W5N2yybWGKSdk_G-xDj_g1Xv3_BtUeiRd_daIw1bL1ZWfbkadhGGJsvh1Pq0TeOifTgE7YERTL6uxsYb03CzhiNzq6_4k8xr26hO0Wk8MT-MjqfO6_BlWMAOF-es_Mk0CMk-a-pFXdFKIfFvwHQSr3v5TfMD2IVjLXJBJm2kValmDtuOJSwk1YOZ1MkQUGfkOddbx5TpoB-Nv6su9o9oMgHNsCjQkiwPI9svSkPE-kLYLkRoboAYaTN5yhA — 204 — 17 B — 7 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsvJnCPnXH-tHqn2DXeBLGYsZlrUcEAQt0LqCm0pxzzg5-vc8aT1m-a2rqGtlQGkqt35cSRx4cwRv5ES7RiTjY1jT2oMcfskdbx_SJ3e76o1oUJT_SNTPcurNEfFZefkdlvGEGkdlcypQmWSuvVMOySMRSHEifNq5LSxvUckymR8kkFlxYWjE6jjwhg&sig=Cg0ArKJSzL5kavEW9zpJEAE&id=lidar2&mcvt=1000&p=119,311,209,1039&tm=1272.7000000476837&tu=273.2000000476837&mtos=1000,1000,1000,1000,1000&tos=1000,0,0,0,0&v=20260413&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=3829339197&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ%3D%3D&vs=4&r=v&co=7229318400&rst=1776360384255&rpt=346&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=AKAOjsvJnCPnXH-tHqn2DXeBLGYsZlrUcEAQt0LqCm0pxzzg5-vc8aT1m-a2rqGtlQGkqt35cSRx4cwRv5ES7RiTjY1jT2oMcfskdbx_SJ3e76o1oUJT_SNTPcurNEfFZefkdlvGEGkdlcypQmWSuvVMOySMRSHEifNq5LSxvUckymR8kkFlxYWjE6jjwhg&sig=Cg0ArKJSzL5kavEW9zpJEAE&id=lidar2&mcvt=1000&p=119,311,209,1039&tm=1272.7000000476837&tu=273.2000000476837&mtos=1000,1000,1000,1000,1000&tos=1000,0,0,0,0&v=20260413&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=3829339197&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ%3D%3D&vs=4&r=v&co=7229318400&rst=1776360384255&rpt=346&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 — 9 ms — h3https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsviMBYWO6KeQIc9-2SGnIQD-Q7pv4YgXI5AdoNQ0MD85aPdyDQgz_bMUEIw2Ly9bJPm3y2C5m8eFE8OD2w6fIi-oSCrfl3rXUUBbpYcg7spYogQvru4-vmH5sVYy3VaMeUAP8-poVWMnPssIZRNQMuv_86uhGamAnxWc3epSSJSASwSEaO_Tc4iWoo&sig=Cg0ArKJSzIIByOYO6FrOEAE&id=lidar2&mcvt=1000&p=662,985,912,1285&tm=1096.5&tu=96.70000004768372&mtos=1000,1000,1000,1000,1000&tos=1000,0,0,0,0&v=20260413&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=3800277980&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ%3D%3D&vs=4&r=v&co=7229318400&rst=1776360384513&rpt=139&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=AKAOjsviMBYWO6KeQIc9-2SGnIQD-Q7pv4YgXI5AdoNQ0MD85aPdyDQgz_bMUEIw2Ly9bJPm3y2C5m8eFE8OD2w6fIi-oSCrfl3rXUUBbpYcg7spYogQvru4-vmH5sVYy3VaMeUAP8-poVWMnPssIZRNQMuv_86uhGamAnxWc3epSSJSASwSEaO_Tc4iWoo&sig=Cg0ArKJSzIIByOYO6FrOEAE&id=lidar2&mcvt=1000&p=662,985,912,1285&tm=1096.5&tu=96.70000004768372&mtos=1000,1000,1000,1000,1000&tos=1000,0,0,0,0&v=20260413&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=3800277980&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ%3D%3D&vs=4&r=v&co=7229318400&rst=1776360384513&rpt=139&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 — 9 ms — h3https://cdn.registerdisney.go.com/v4/asset/bundler/ESPN/v4/images/v2/espn-red-logo.svgcdn.registerdisney.go.com/v4/asset/... https://cdn.registerdisney.go.com/v4/asset/bundler/ESPN/v4/images/v2/espn-red-logo.svg — 200 — 917 B — 22 ms — h2https://www.google.com/recaptcha/enterprise.js?onload=grecaptcha1776360385818&render=6LciB_gZAAAAAA_mwJ4G0XZ0BXWvLTt67V7YizXx&hl=enwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise.js?onload=grecaptcha1776360385818&render=6LciB_gZAAAAAA_mwJ4G0XZ0BXWvLTt67V7YizXx&hl=en — 200 — 1.1 KiB — 10 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 — 362.4 KiB — 52 ms — h2https://ib.adnxs.com/async_usersync?cbfn=queuePixelsib.adnxs.com/async_usersync?cbfn=qu... https://ib.adnxs.com/async_usersync?cbfn=queuePixels — 200 — 480 B — 3 ms — h2https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LciB_gZAAAAAA_mwJ4G0XZ0BXWvLTt67V7YizXx&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=ot9f31ec74mjwww.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6LciB_gZAAAAAA_mwJ4G0XZ0BXWvLTt67V7YizXx&co=aHR0cHM6Ly9jZG4ucmVnaXN0ZXJkaXNuZXkuZ28uY29tOjQ0Mw..&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=ot9f31ec74mj — 200 — 27.5 KiB — 24 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 — 41.6 KiB — 16 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 — 361.7 KiB — 43 ms — h3https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/enterprise... https://www.google.com/recaptcha/enterprise/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 240 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 — 16 ms — h3https://a.espncdn.com/redesign/0.769.3/node_modules/@fitt/bam-browser-sdk-lite/dist/bam-browser-sdk.min.jsa.espncdn.com/redesign/0.769.3/node... https://a.espncdn.com/redesign/0.769.3/node_modules/@fitt/bam-browser-sdk-lite/dist/bam-browser-sdk.min.js — 200 — 164.2 KiB — 20 ms — h2https://broadband.espn.com/espn3/auth/watchespn/user?partner=watchespn&platform=webbroadband.espn.com/espn3/auth/watch... https://broadband.espn.com/espn3/auth/watchespn/user?partner=watchespn&platform=web — 200 — 505 B — 738 ms — h2https://log.go.com/log?appid=DTCI-ONEID-UI&client_id=ESPN-ONESITE.WEB-PROD&sdk_version=web%204.4.279&lightbox_version=4.4.279&timestamp=1776360386462&action_name=event%3Aerror&info=payload-included(true)%2Cevent-payload(Session%20not%20established)&context=direct&source=espnsg&conversation_id=74a534fd-0d1d-4891-ac9d-38b30b2bc2c0&trace=0%7CJIOWBVgQQGWAtKkDyIB8BDAdgeywTwFsBLALwFMAfUCaORFdAYwAtymBrAMRwCdkAQsnA4O5LNTCRYCJMFRpe5DABMAyuQDOm4nkpqAomrXyQAfTXgkBs1bUBpNWlbsOagC4Z35IA%3D%3D%3D&swid=415FEB5D-551B-432F-C32B-A131D12A1074&anon=truelog.go.com/log?appid=DTCI-ONEID-UI&... https://log.go.com/log?appid=DTCI-ONEID-UI&client_id=ESPN-ONESITE.WEB-PROD&sdk_version=web%204.4.279&lightbox_version=4.4.279&timestamp=1776360386462&action_name=event%3Aerror&info=payload-included(true)%2Cevent-payload(Session%20not%20established)&context=direct&source=espnsg&conversation_id=74a534fd-0d1d-4891-ac9d-38b30b2bc2c0&trace=0%7CJIOWBVgQQGWAtKkDyIB8BDAdgeywTwFsBLALwFMAfUCaORFdAYwAtymBrAMRwCdkAQsnA4O5LNTCRYCJMFRpe5DABMAyuQDOm4nkpqAomrXyQAfTXgkBs1bUBpNWlbsOagC4Z35IA%3D%3D%3D&swid=415FEB5D-551B-432F-C32B-A131D12A1074&anon=true — 200 — 348 B — 735 ms — h2https://client-sdk-configs.bamgrid.com/bam-sdk/v7.0/espn-a9b93989/browser/v34.1/macosx/chrome/prod.jsonclient-sdk-configs.bamgrid.com/bam-... https://client-sdk-configs.bamgrid.com/bam-sdk/v7.0/espn-a9b93989/browser/v34.1/macosx/chrome/prod.json — 200 — 8.7 KiB — 33 ms — h2https://espn.api.edge.bamgrid.com/graph/v1/device/graphqlespn.api.edge.bamgrid.com/graph/v1/... https://espn.api.edge.bamgrid.com/graph/v1/device/graphql — 204 — 0 B — 38 ms — h2https://espn.api.edge.bamgrid.com/graph/v1/device/graphqlespn.api.edge.bamgrid.com/graph/v1/... https://espn.api.edge.bamgrid.com/graph/v1/device/graphql — 200 — 858 B — 259 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback