Skip to content
https://polygon.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
5
REVIEW
3
PASS
5
INFO
2

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

81
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.22 s

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

2.05 s

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

67 ms

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

0.011

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

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

3.55 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.5 MB transferred, 135 requests
FIX
3.5 MB transferred, 135 requests
Warning::
Page weighs 9.4 MB (3.5 MB transferred)
Warning::
JavaScript is 1.9 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.9 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Info::
Fonts are 331 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 331 KB
Warning::
135 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.74 g CO2 per page load
3.5 MB / 2.4 MB budget
3.5 MB transferred
135 requests
0.74 g CO2 per page load
JavaScript 1.9 MiB 54%
Images 1.1 MiB 31%
Fonts 331.0 KiB 9%
HTML 88.1 KiB 2%
CSS 46.5 KiB 1%
Other 37.1 KiB 1%
Other 35.4 KiB 1%
Other 15.2 KiB 0%
Other 549 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.5 MiB of 3.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
41 scripts, 1.0 MB unused
FIX
41 scripts, 1.0 MB unused
Warning::
https://cdn.adsninja.ca/adsninja_client.js?v=3644: 274 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.adsninja.ca/biddertypelibrary/live/Pol...: 161 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.jsdelivr.net/npm/hls.js@latest: 145 KB unused (91%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 132 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://imasdk.googleapis.com/js/sdkloader/ima3.js: 107 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.0 MB
1055 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.adsninja.ca/adsninja_client.js?v=3644318 KB274 KB (86%)3rd
https://cdn.adsninja.ca/biddertypelibrary/live/Polygon/default52.js?v=3644197 KB161 KB (82%)3rd
https://cdn.jsdelivr.net/npm/hls.js@latest160 KB145 KB (91%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963187 KB132 KB (70%)3rd
https://imasdk.googleapis.com/js/sdkloader/ima3.js147 KB107 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=G-3RRF1V8L1B151 KB60 KB (40%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB58 KB (64%)3rd
https://static0.polygonimages.com/assets/valnet-footer.e60fc3b9.js66 KB51 KB (77%)3rd
https://d15kdpgjg3unno.cloudfront.net/oPS.js?cid=7660 KB25 KB (42%)3rd
https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js42 KB21 KB (51%)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
135 resources · 3.5 MB · 1.0 MB savings available
FIX
135 resources · 3.5 MB · 1.0 MB savings available
Warning::
Page weight 2.5 MB over 1MB target
Got: 3.5 MB Expected: ≤ 1 MB
Info::
~1.0 MB of savings available
Warning::
134 third-party resources (100% of weight)
Info::
3 resources over 200KB
135 resources · 3.5 MiB · 134 third-party 2.5 MiB over 1MB target
JavaScript 54% · 1.9 MiB
Image 31% · 1.1 MiB
Font 9% · 331.0 KiB
Document 3% · 116.5 KiB
CSS 1% · 46.5 KiB
Other 1% · 41.8 KiB

~1.0 MiB of savings available

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

No Cache-Control header

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

B
Image Optimization
36 images, 0 KB saveable
REVIEW
36 images, 0 KB saveable
Info::
All images are well-optimized
36 images 1.1 MB
0 oversized -0 KB
4 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1504ms total JS execution
REVIEW
1504ms total JS execution
Warning::
https://www.polygon.com/: 377ms CPU time
Warning::
https://d15kdpgjg3unno.cloudfront.net/oPS.js?cid=7...: 267ms CPU time
Info::
https://static0.polygonimages.com/assets/valnet-fo...: 184ms CPU time
Info::
Unattributable: 180ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 84ms CPU time
Warning::
Third-party scripts: 1504ms (100% of total)

Main Thread Breakdown

Script Evaluation 53% Other 17% Style & Layout 15% Script Parsing & Compilation 8% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.polygon.com/377ms28ms3ms3rd
https://d15kdpgjg3unno.cloudfront.net/oPS.js?cid=76267ms256ms3ms3rd
https://static0.polygonimages.com/assets/valnet-footer.e60fc3b9.js184ms58ms6ms3rd
Unattributable180ms9ms0ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=3109796384ms58ms12ms3rd
https://btloader.com/tag?o=5100917733457920&upapi=true76ms70ms2ms3rd
https://tagan.adlightning.com/valnet/bl-0d6ee0c-3d2a2185.js74ms68ms5ms3rd
https://cdn.sentinelpro.com/valnet/sp.js68ms57ms1ms3rd
https://tagan.adlightning.com/valnet/op.js67ms58ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-3RRF1V8L1B67ms55ms11ms3rd

Showing top 10 of 11 scripts

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

Green Hosting

No green hosting detected

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

Web fonts

5

331 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.2 s LCP 2.0 shttps://static0.polygonimages.com/assets/fonts/montserrat/Montserrat-VariableFont_wght.woff2Montserrat-VariableFont... https://static0.polygonimages.com/assets/fonts/montserrat/Montserrat-VariableFont_wght.woff2 — 202.3 KiB — 176 ms — font-display: swaphttps://static0.polygonimages.com/assets/fonts/roboto/roboto-regular.woff2roboto-regular.woff2 https://static0.polygonimages.com/assets/fonts/roboto/roboto-regular.woff2 — 16.0 KiB — 109 ms — font-display: swaphttps://static0.polygonimages.com/assets/fonts/roboto/roboto-bold.woff2roboto-bold.woff2 https://static0.polygonimages.com/assets/fonts/roboto/roboto-bold.woff2 — 16.1 KiB — 176 ms — font-display: swaphttps://static0.polygonimages.com/assets/fonts/icons/icomoon.woff2?v=7.26.04icomoon.woff2 https://static0.polygonimages.com/assets/fonts/icons/icomoon.woff2?v=7.26.04 — 32.3 KiB — 32 ms — font-display: swaphttps://static0.polygonimages.com/assets/fonts/icons/icomoon.woff?v=7.26.04icomoon.woff https://static0.polygonimages.com/assets/fonts/icons/icomoon.woff?v=7.26.04 — 64.2 KiB — 37 ms — font-display: swap
Montserrat-VariableFont... woff2 swap
Size 202 KB
Load time 176 ms
Start 477 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
roboto-regular.woff2 woff2 swap
Size 16 KB
Load time 109 ms
Start 477 ms
Risk FOUT — text flashes from fallback to web font
roboto-bold.woff2 woff2 swap
Size 16 KB
Load time 176 ms
Start 477 ms
Risk FOUT — text flashes from fallback to web font
icomoon.woff2 woff2 swap
Size 32 KB
Load time 32 ms
Start 741 ms
Risk FOUT — text flashes from fallback to web font
icomoon.woff woff swap
Size 64 KB
Load time 37 ms
Start 741 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~120 KB and ~240 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
135 requests over 5003ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 2.0 shttps://polygon.com// https://polygon.com/ — 301 — 321 B — 288 ms — h2https://www.polygon.com/www.polygon.com/ https://www.polygon.com/ — 200 — 82.9 KiB — 365 ms — h2https://images.valnetcdn.com/sharedimages/img-lcp.svgimages.valnetcdn.com/sharedimages/i... https://images.valnetcdn.com/sharedimages/img-lcp.svg — 200 — 1.3 KiB — 83 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/cover_art_no_logo.png?q=70&fit=crop&w=1400&h=700&dpr=1static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/cover_art_no_logo.png?q=70&fit=crop&w=1400&h=700&dpr=1 — 200 — 69.4 KiB — 133 ms — h2https://static0.polygonimages.com/assets/fonts/montserrat/Montserrat-VariableFont_wght.woff2static0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/fonts/montserrat/Montserrat-VariableFont_wght.woff2 — 200 — 202.3 KiB — 176 ms — h2https://static0.polygonimages.com/assets/fonts/roboto/roboto-regular.woff2static0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/fonts/roboto/roboto-regular.woff2 — 200 — 16.0 KiB — 109 ms — h2https://static0.polygonimages.com/assets/fonts/roboto/roboto-bold.woff2static0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/fonts/roboto/roboto-bold.woff2 — 200 — 16.1 KiB — 176 ms — h2https://static0.polygonimages.com/assets/worker-caller.a776900d.jsstatic0.polygonimages.com/assets/wo... https://static0.polygonimages.com/assets/worker-caller.a776900d.js — 200 — 1.3 KiB — 132 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 24 B — 81 ms — h3https://static0.polygonimages.com/assets/quick-rating-widget.0d91c67c.cssstatic0.polygonimages.com/assets/qu... https://static0.polygonimages.com/assets/quick-rating-widget.0d91c67c.css — 200 — 8.7 KiB — 27 ms — h2https://cdn.adsninja.ca/an_sn.jscdn.adsninja.ca/an_sn.js https://cdn.adsninja.ca/an_sn.js — 200 — 3.1 KiB — 84 ms — h2https://static0.polygonimages.com/assets/images/poly-logo-full-colored-light.svg?v=3.6static0.polygonimages.com/assets/im... https://static0.polygonimages.com/assets/images/poly-logo-full-colored-light.svg?v=3.6 — 200 — 1.8 KiB — 31 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/cover_art_no_logo.png?q=49&fit=crop&w=743&h=532&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/cover_art_no_logo.png?q=49&fit=crop&w=743&h=532&dpr=2 — 200 — 59.1 KiB — 42 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/25485830/Xbox_Game_Pass_Hero_Image_2024.jpg?q=49&fit=crop&w=1400&h=700&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/25485830/Xbox_Game_Pass_Hero_Image_2024.jpg?q=49&fit=crop&w=1400&h=700&dpr=2 — 200 — 336.4 KiB — 80 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/ss_ff557f66d5845a398b6dcc9e0979ce9b1be39b16-1920x1080.jpg?q=70&fit=crop&w=1400&h=700&dpr=1static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/ss_ff557f66d5845a398b6dcc9e0979ce9b1be39b16-1920x1080.jpg?q=70&fit=crop&w=1400&h=700&dpr=1 — 200 — 84.0 KiB — 46 ms — h2https://static0.polygonimages.com/assets/fonts/icons/icomoon.woff2?v=7.26.04static0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/fonts/icons/icomoon.woff2?v=7.26.04 — 200 — 32.3 KiB — 32 ms — h2https://static0.polygonimages.com/assets/fonts/icons/icomoon.woff?v=7.26.04static0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/fonts/icons/icomoon.woff?v=7.26.04 — 200 — 64.2 KiB — 37 ms — h2https://static0.polygonimages.com/assets/captcha-manager.f293c26b.jsstatic0.polygonimages.com/assets/ca... https://static0.polygonimages.com/assets/captcha-manager.f293c26b.js — 200 — 2.5 KiB — 39 ms — h2https://static0.polygonimages.com/assets/valnet-login.c206f6e6.jsstatic0.polygonimages.com/assets/va... https://static0.polygonimages.com/assets/valnet-login.c206f6e6.js — 200 — 8.5 KiB — 40 ms — h2https://cdn.jsdelivr.net/npm/hls.js@latestcdn.jsdelivr.net/npm/hls.js@latest https://cdn.jsdelivr.net/npm/hls.js@latest — 200 — 159.9 KiB — 44 ms — h2https://www.googletagmanager.com/gtag/js?id=G-3RRF1V8L1Bwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3RRF1V8L1B — 200 — 151.2 KiB — 139 ms — h2https://cdn.sentinelpro.com/valnet/sp.jscdn.sentinelpro.com/valnet/sp.js https://cdn.sentinelpro.com/valnet/sp.js — 200 — 6.4 KiB — 85 ms — h2https://static0.polygonimages.com/assets/images/poly-logo-icon-colored-light.svg?v=3.6static0.polygonimages.com/assets/im... https://static0.polygonimages.com/assets/images/poly-logo-icon-colored-light.svg?v=3.6 — 200 — 1.1 KiB — 42 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 88 ms — h2https://cdn.adsninja.ca/ads_initiator.js?v=5922685cdn.adsninja.ca/ads_initiator.js?v=... https://cdn.adsninja.ca/ads_initiator.js?v=5922685 — 200 — 1.8 KiB — 32 ms — h2https://static0.polygonimages.com/assets/general-pinned-widgets.cf4988d7.cssstatic0.polygonimages.com/assets/ge... https://static0.polygonimages.com/assets/general-pinned-widgets.cf4988d7.css — 200 — 3.2 KiB — 40 ms — h2https://static0.polygonimages.com/assets/css/general-pinned-widgets/accordion-widget.92f860c8.cssstatic0.polygonimages.com/assets/cs... https://static0.polygonimages.com/assets/css/general-pinned-widgets/accordion-widget.92f860c8.css — 200 — 4.9 KiB — 39 ms — h2https://adsninja.ca/urlmap?url=www.polygon.com/&brand=POLYadsninja.ca/urlmap?url=www.polygon.... https://adsninja.ca/urlmap?url=www.polygon.com/&brand=POLY — 200 — 207 B — 304 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='12' fi…www.w3.org/2000/svg' width='5' heig... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='12' fi… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='618' height='412'…www.w3.org/2000/svg' width='618' he... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='618' height='412'… — 200 — 0 B — 0 ms — data
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.2 s LCP 2.0 shttps://polygon.com// https://polygon.com/ — 301 — 321 B — 288 ms — h2https://www.polygon.com/www.polygon.com/ https://www.polygon.com/ — 200 — 82.9 KiB — 365 ms — h2https://images.valnetcdn.com/sharedimages/img-lcp.svgimages.valnetcdn.com/sharedimages/i... https://images.valnetcdn.com/sharedimages/img-lcp.svg — 200 — 1.3 KiB — 83 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/cover_art_no_logo.png?q=70&fit=crop&w=1400&h=700&dpr=1static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/cover_art_no_logo.png?q=70&fit=crop&w=1400&h=700&dpr=1 — 200 — 69.4 KiB — 133 ms — h2https://static0.polygonimages.com/assets/fonts/montserrat/Montserrat-VariableFont_wght.woff2static0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/fonts/montserrat/Montserrat-VariableFont_wght.woff2 — 200 — 202.3 KiB — 176 ms — h2https://static0.polygonimages.com/assets/fonts/roboto/roboto-regular.woff2static0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/fonts/roboto/roboto-regular.woff2 — 200 — 16.0 KiB — 109 ms — h2https://static0.polygonimages.com/assets/fonts/roboto/roboto-bold.woff2static0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/fonts/roboto/roboto-bold.woff2 — 200 — 16.1 KiB — 176 ms — h2https://static0.polygonimages.com/assets/worker-caller.a776900d.jsstatic0.polygonimages.com/assets/wo... https://static0.polygonimages.com/assets/worker-caller.a776900d.js — 200 — 1.3 KiB — 132 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 24 B — 81 ms — h3https://static0.polygonimages.com/assets/quick-rating-widget.0d91c67c.cssstatic0.polygonimages.com/assets/qu... https://static0.polygonimages.com/assets/quick-rating-widget.0d91c67c.css — 200 — 8.7 KiB — 27 ms — h2https://cdn.adsninja.ca/an_sn.jscdn.adsninja.ca/an_sn.js https://cdn.adsninja.ca/an_sn.js — 200 — 3.1 KiB — 84 ms — h2https://static0.polygonimages.com/assets/images/poly-logo-full-colored-light.svg?v=3.6static0.polygonimages.com/assets/im... https://static0.polygonimages.com/assets/images/poly-logo-full-colored-light.svg?v=3.6 — 200 — 1.8 KiB — 31 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/cover_art_no_logo.png?q=49&fit=crop&w=743&h=532&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/cover_art_no_logo.png?q=49&fit=crop&w=743&h=532&dpr=2 — 200 — 59.1 KiB — 42 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/25485830/Xbox_Game_Pass_Hero_Image_2024.jpg?q=49&fit=crop&w=1400&h=700&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/25485830/Xbox_Game_Pass_Hero_Image_2024.jpg?q=49&fit=crop&w=1400&h=700&dpr=2 — 200 — 336.4 KiB — 80 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/ss_ff557f66d5845a398b6dcc9e0979ce9b1be39b16-1920x1080.jpg?q=70&fit=crop&w=1400&h=700&dpr=1static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/ss_ff557f66d5845a398b6dcc9e0979ce9b1be39b16-1920x1080.jpg?q=70&fit=crop&w=1400&h=700&dpr=1 — 200 — 84.0 KiB — 46 ms — h2https://static0.polygonimages.com/assets/fonts/icons/icomoon.woff2?v=7.26.04static0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/fonts/icons/icomoon.woff2?v=7.26.04 — 200 — 32.3 KiB — 32 ms — h2https://static0.polygonimages.com/assets/fonts/icons/icomoon.woff?v=7.26.04static0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/fonts/icons/icomoon.woff?v=7.26.04 — 200 — 64.2 KiB — 37 ms — h2https://static0.polygonimages.com/assets/captcha-manager.f293c26b.jsstatic0.polygonimages.com/assets/ca... https://static0.polygonimages.com/assets/captcha-manager.f293c26b.js — 200 — 2.5 KiB — 39 ms — h2https://static0.polygonimages.com/assets/valnet-login.c206f6e6.jsstatic0.polygonimages.com/assets/va... https://static0.polygonimages.com/assets/valnet-login.c206f6e6.js — 200 — 8.5 KiB — 40 ms — h2https://cdn.jsdelivr.net/npm/hls.js@latestcdn.jsdelivr.net/npm/hls.js@latest https://cdn.jsdelivr.net/npm/hls.js@latest — 200 — 159.9 KiB — 44 ms — h2https://www.googletagmanager.com/gtag/js?id=G-3RRF1V8L1Bwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-3RRF1V8L1B — 200 — 151.2 KiB — 139 ms — h2https://cdn.sentinelpro.com/valnet/sp.jscdn.sentinelpro.com/valnet/sp.js https://cdn.sentinelpro.com/valnet/sp.js — 200 — 6.4 KiB — 85 ms — h2https://static0.polygonimages.com/assets/images/poly-logo-icon-colored-light.svg?v=3.6static0.polygonimages.com/assets/im... https://static0.polygonimages.com/assets/images/poly-logo-icon-colored-light.svg?v=3.6 — 200 — 1.1 KiB — 42 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 88 ms — h2https://cdn.adsninja.ca/ads_initiator.js?v=5922685cdn.adsninja.ca/ads_initiator.js?v=... https://cdn.adsninja.ca/ads_initiator.js?v=5922685 — 200 — 1.8 KiB — 32 ms — h2https://static0.polygonimages.com/assets/general-pinned-widgets.cf4988d7.cssstatic0.polygonimages.com/assets/ge... https://static0.polygonimages.com/assets/general-pinned-widgets.cf4988d7.css — 200 — 3.2 KiB — 40 ms — h2https://static0.polygonimages.com/assets/css/general-pinned-widgets/accordion-widget.92f860c8.cssstatic0.polygonimages.com/assets/cs... https://static0.polygonimages.com/assets/css/general-pinned-widgets/accordion-widget.92f860c8.css — 200 — 4.9 KiB — 39 ms — h2https://adsninja.ca/urlmap?url=www.polygon.com/&brand=POLYadsninja.ca/urlmap?url=www.polygon.... https://adsninja.ca/urlmap?url=www.polygon.com/&brand=POLY — 200 — 207 B — 304 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='12' fi…www.w3.org/2000/svg' width='5' heig... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='12' fi… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='618' height='412'…www.w3.org/2000/svg' width='618' he... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='618' height='412'… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='318' height='212'…www.w3.org/2000/svg' width='318' he... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='318' height='212'… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='318' height='212'…www.w3.org/2000/svg' width='318' he... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='318' height='212'… — 200 — 0 B — 0 ms — datahttps://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/25485830/Xbox_Game_Pass_Hero_Image_2024.jpg?q=49&fit=crop&w=296&h=197&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/25485830/Xbox_Game_Pass_Hero_Image_2024.jpg?q=49&fit=crop&w=296&h=197&dpr=2 — 200 — 33.1 KiB — 32 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/ss_ff557f66d5845a398b6dcc9e0979ce9b1be39b16-1920x1080.jpg?q=49&fit=crop&w=296&h=197&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/ss_ff557f66d5845a398b6dcc9e0979ce9b1be39b16-1920x1080.jpg?q=49&fit=crop&w=296&h=197&dpr=2 — 200 — 15.9 KiB — 44 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/cod-infinite-warfare_sp_retribution-bridge_salter.jpg?q=49&fit=crop&w=251&h=168&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/cod-infinite-warfare_sp_retribution-bridge_salter.jpg?q=49&fit=crop&w=251&h=168&dpr=2 — 200 — 13.0 KiB — 39 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/sydney_sweeney.jpg?q=49&fit=crop&w=251&h=168&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/sydney_sweeney.jpg?q=49&fit=crop&w=251&h=168&dpr=2 — 200 — 10.4 KiB — 32 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/gtariot.JPG?q=49&fit=crop&w=251&h=168&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/gtariot.JPG?q=49&fit=crop&w=251&h=168&dpr=2 — 200 — 15.1 KiB — 34 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/22780685/Hades_Wallpaper_LongWinter_02.jpeg?q=49&fit=crop&w=735&h=431&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/22780685/Hades_Wallpaper_LongWinter_02.jpeg?q=49&fit=crop&w=735&h=431&dpr=2 — 200 — 88.0 KiB — 43 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/secret-of-monkey-island-insult-sword-fighting-header.jpg?q=49&fit=crop&w=312&h=375&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/secret-of-monkey-island-insult-sword-fighting-header.jpg?q=49&fit=crop&w=312&h=375&dpr=2 — 200 — 12.2 KiB — 35 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/nickapostolidesthumb.jpg?q=49&fit=crop&w=312&h=375&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/nickapostolidesthumb.jpg?q=49&fit=crop&w=312&h=375&dpr=2 — 200 — 29.7 KiB — 37 ms — h2blob:https://www.polygon.com/9f28eb1b-1701-4f46-b0e5-a0000d9332a9www.polygon.com/9f28eb1b-1701-4f46-... blob:https://www.polygon.com/9f28eb1b-1701-4f46-b0e5-a0000d9332a9 — 200 — -1 B — 157 ms — blobhttps://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/pragmata_guide_beginners_header.jpg?q=49&fit=crop&w=312&h=375&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/pragmata_guide_beginners_header.jpg?q=49&fit=crop&w=312&h=375&dpr=2 — 200 — 18.9 KiB — 28 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/pragmata-best-weapons-mods.jpg?q=49&fit=crop&w=312&h=375&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/pragmata-best-weapons-mods.jpg?q=49&fit=crop&w=312&h=375&dpr=2 — 200 — 30.7 KiB — 29 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/pragmata_guide_figures_header.jpg?q=49&fit=crop&w=312&h=375&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/pragmata_guide_figures_header.jpg?q=49&fit=crop&w=312&h=375&dpr=2 — 200 — 26.8 KiB — 36 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/pragmata_guide_upgrades_sector1_header.jpg?q=49&fit=crop&w=312&h=375&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/pragmata_guide_upgrades_sector1_header.jpg?q=49&fit=crop&w=312&h=375&dpr=2 — 200 — 24.4 KiB — 39 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/diana_pr.jpg?q=49&fit=crop&w=312&h=375&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/diana_pr.jpg?q=49&fit=crop&w=312&h=375&dpr=2 — 200 — 20.5 KiB — 39 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/pragmata-sectorguard-boss-1.jpg?q=49&fit=crop&w=312&h=375&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/pragmata-sectorguard-boss-1.jpg?q=49&fit=crop&w=312&h=375&dpr=2 — 200 — 28.5 KiB — 35 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/dorohedoro-season-2.jpg?q=49&fit=crop&w=735&h=431&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/dorohedoro-season-2.jpg?q=49&fit=crop&w=735&h=431&dpr=2 — 200 — 24.5 KiB — 35 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/2-11.jpg?q=49&fit=crop&w=312&h=375&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/2-11.jpg?q=49&fit=crop&w=312&h=375&dpr=2 — 200 — 12.9 KiB — 43 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/tides-of-tomorrow-1.jpg?q=49&fit=crop&w=312&h=375&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/tides-of-tomorrow-1.jpg?q=49&fit=crop&w=312&h=375&dpr=2 — 200 — 15.4 KiB — 45 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/24713736/xbox_games_showcase_2023.jpg?q=49&fit=crop&w=300&h=228&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/24713736/xbox_games_showcase_2023.jpg?q=49&fit=crop&w=300&h=228&dpr=2 — 200 — 42.0 KiB — 43 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/silo_photo_030105-1.jpg?q=49&fit=crop&w=300&h=228&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/silo_photo_030105-1.jpg?q=49&fit=crop&w=300&h=228&dpr=2 — 200 — 5.6 KiB — 41 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/screenshot-2026-04-20-at-9-55-23-pm.png?q=49&fit=crop&w=300&h=228&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/screenshot-2026-04-20-at-9-55-23-pm.png?q=49&fit=crop&w=300&h=228&dpr=2 — 200 — 38.8 KiB — 51 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/03/pokemon-champions-incineroar.png?q=49&fit=crop&w=300&h=228&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/03/pokemon-champions-incineroar.png?q=49&fit=crop&w=300&h=228&dpr=2 — 200 — 24.7 KiB — 45 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/19606716/Goku_v_Piccolo.jpg?q=49&fit=crop&w=300&h=228&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/chorus/uploads/chorus_asset/file/19606716/Goku_v_Piccolo.jpg?q=49&fit=crop&w=300&h=228&dpr=2 — 200 — 24.5 KiB — 45 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/whalefall.jpg?q=49&fit=crop&w=120&h=80&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/whalefall.jpg?q=49&fit=crop&w=120&h=80&dpr=2 — 200 — 3.9 KiB — 44 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/overwatch-river-spray.jpg?q=49&fit=crop&w=120&h=80&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/overwatch-river-spray.jpg?q=49&fit=crop&w=120&h=80&dpr=2 — 200 — 3.3 KiB — 46 ms — h2https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/game-changer-host-sam-reich.jpg?q=49&fit=crop&w=120&h=80&dpr=2static0.polygonimages.com/wordpress... https://static0.polygonimages.com/wordpress/wp-content/uploads/2026/04/game-changer-host-sam-reich.jpg?q=49&fit=crop&w=120&h=80&dpr=2 — 200 — 4.1 KiB — 46 ms — h2https://static0.polygonimages.com/assets/worker.c6fe5279.jsstatic0.polygonimages.com/assets/wo... https://static0.polygonimages.com/assets/worker.c6fe5279.js — 200 — 519 B — 31 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-3RRF1V8L1B&gtm=45je64h1v871214631za200zd871214631&_p=1776805675159&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=646505548.1776805676&frm=0&ir=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938468~117266400&sid=1776805675&sct=1&seg=0&dl=https%3A%2F%2Fwww.polygon.com%2F&dt=Polygon%3A%20Gaming%20and%20Entertainment%20News%2C%20Culture%2C%20Reviews%2C%20and%20More&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.post_id=Non-Article&ep.article_template=&ep.browser_user_agent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&ep.author=Non-Article&ep.jr_editor=Non-Article&ep.sr_editor=Non-Article&ep.primary_category=Non-Article&ep.tags=&ep.payment_category=Non-Article&ep.content_type=Non-Article&ep.intent=Non-Article&ep.network_category=Non-Article&ep.is_amp_traffic=false&ep.template=home&ep.is_ad_block=false&ep.classification=&ep.is_subscribed_premium=false&ep.subscription_plan=&ep.ip_address=141.227.188.120&ep.date_published=&ep.date_republished=&ep.brand_segment=&ep.video_picker=none&ep.ideator=&ep.templateLayout=&ep.first_view=true&ep.authenticated_traffic=false&ep.first_visit=true&tfd=1060region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-3RRF1V8L1B&gtm=45je64h1v871214631za200zd871214631&_p=1776805675159&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=646505548.1776805676&frm=0&ir=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938468~117266400&sid=1776805675&sct=1&seg=0&dl=https%3A%2F%2Fwww.polygon.com%2F&dt=Polygon%3A%20Gaming%20and%20Entertainment%20News%2C%20Culture%2C%20Reviews%2C%20and%20More&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.post_id=Non-Article&ep.article_template=&ep.browser_user_agent=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&ep.author=Non-Article&ep.jr_editor=Non-Article&ep.sr_editor=Non-Article&ep.primary_category=Non-Article&ep.tags=&ep.payment_category=Non-Article&ep.content_type=Non-Article&ep.intent=Non-Article&ep.network_category=Non-Article&ep.is_amp_traffic=false&ep.template=home&ep.is_ad_block=false&ep.classification=&ep.is_subscribed_premium=false&ep.subscription_plan=&ep.ip_address=141.227.188.120&ep.date_published=&ep.date_republished=&ep.brand_segment=&ep.video_picker=none&ep.ideator=&ep.templateLayout=&ep.first_view=true&ep.authenticated_traffic=false&ep.first_visit=true&tfd=1060 — 204 — 549 B — 128 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-3RRF1V8L1B&cid=646505548.1776805676&gtm=45je64h1v871214631za200zd871214631&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266400stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-3RRF1V8L1B&cid=646505548.1776805676&gtm=45je64h1v871214631za200zd871214631&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266400 — 204 — 549 B — 97 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-3RRF1V8L1B&cid=646505548.1776805676&gtm=45je64h1v871214631za200zd871214631&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266400&z=1177302602www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-3RRF1V8L1B&cid=646505548.1776805676&gtm=45je64h1v871214631za200zd871214631&rcb=1&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266400&z=1177302602 — 200 — 408 B — 77 ms — h2https://static0.polygonimages.com/assets/newsletter-preferences-popup.ea4926f7.jsstatic0.polygonimages.com/assets/ne... https://static0.polygonimages.com/assets/newsletter-preferences-popup.ea4926f7.js — 200 — 1.9 KiB — 29 ms — h2https://static0.polygonimages.com/assets/newsletter-preferences-multipart-popup.0fe41e74.jsstatic0.polygonimages.com/assets/ne... https://static0.polygonimages.com/assets/newsletter-preferences-multipart-popup.0fe41e74.js — 200 — 11.2 KiB — 30 ms — h2https://static0.polygonimages.com/assets/valnet-footer-homepage.d46f6ba3.jsstatic0.polygonimages.com/assets/va... https://static0.polygonimages.com/assets/valnet-footer-homepage.d46f6ba3.js — 200 — 3.8 KiB — 31 ms — h2https://static0.polygonimages.com/assets/valnet-threads.490bdf36.jsstatic0.polygonimages.com/assets/va... https://static0.polygonimages.com/assets/valnet-threads.490bdf36.js — 200 — 14.8 KiB — 32 ms — h2https://valnetv3.sentinelpro.com/627EDB/senp.png?time=1776805675160&permalink=%2F&url=https%3A%2F%2Fwww.polygon.com%2F&dimensions=%7B%22contentType%22%3A%22Non-Article%22%2C%22adsTemplate%22%3A%22home%22%2C%22intent%22%3A%22Non-Article%22%2C%22articleType%22%3A%22%22%2C%22segment%22%3A%22%22%2C%22primaryTag%22%3A%22%22%2C%22primaryCategory%22%3A%22%22%2C%22networkCategory%22%3A%22Non-Article%22%2C%22publishDate%22%3A%22%22%2C%22republishDate%22%3A%22%22%2C%22system%22%3A%22%22%7D&userDimensions=%7B%22plan%22%3A%22%22%2C%22userRef%22%3A%22%22%2C%22loggedIn%22%3Afalse%7D&type=pageview&typeValue=&uuid=eca56d07-9066-4e7e-91ae-43c302fa7748valnetv3.sentinelpro.com/627EDB/sen... https://valnetv3.sentinelpro.com/627EDB/senp.png?time=1776805675160&permalink=%2F&url=https%3A%2F%2Fwww.polygon.com%2F&dimensions=%7B%22contentType%22%3A%22Non-Article%22%2C%22adsTemplate%22%3A%22home%22%2C%22intent%22%3A%22Non-Article%22%2C%22articleType%22%3A%22%22%2C%22segment%22%3A%22%22%2C%22primaryTag%22%3A%22%22%2C%22primaryCategory%22%3A%22%22%2C%22networkCategory%22%3A%22Non-Article%22%2C%22publishDate%22%3A%22%22%2C%22republishDate%22%3A%22%22%2C%22system%22%3A%22%22%7D&userDimensions=%7B%22plan%22%3A%22%22%2C%22userRef%22%3A%22%22%2C%22loggedIn%22%3Afalse%7D&type=pageview&typeValue=&uuid=eca56d07-9066-4e7e-91ae-43c302fa7748 — 200 — 333 B — 292 ms — h2https://cdn.adsninja.ca/api/cached/valnetinc/Polygon/adsInjectorConfigs.json?v=74cdn.adsninja.ca/api/cached/valnetin... https://cdn.adsninja.ca/api/cached/valnetinc/Polygon/adsInjectorConfigs.json?v=74 — 200 — 2.3 KiB — 99 ms — h2https://static0.polygonimages.com/assets/article-comments.050184fe.jsstatic0.polygonimages.com/assets/ar... https://static0.polygonimages.com/assets/article-comments.050184fe.js — 200 — 19.3 KiB — 30 ms — h2https://static0.polygonimages.com/assets/follow-page.ac6da750.jsstatic0.polygonimages.com/assets/fo... https://static0.polygonimages.com/assets/follow-page.ac6da750.js — 200 — 4.3 KiB — 30 ms — h2https://static0.polygonimages.com/assets/valnet-footer.e60fc3b9.jsstatic0.polygonimages.com/assets/va... https://static0.polygonimages.com/assets/valnet-footer.e60fc3b9.js — 200 — 66.3 KiB — 30 ms — h2https://cdn.adsninja.ca/ads_injector.js?v=60cdn.adsninja.ca/ads_injector.js?v=6... https://cdn.adsninja.ca/ads_injector.js?v=60 — 200 — 13.8 KiB — 36 ms — h2https://www.polygon.com/public/build/images/favicon-192x192.pngwww.polygon.com/public/build/images... https://www.polygon.com/public/build/images/favicon-192x192.png — 200 — 8.4 KiB — 102 ms — h2https://cdn.adsninja.ca/api/cached/v2/by_adsetup_infos_json/clientData/get/?brandName=Polygon&data=%7B%22url%22%3A%22%2F%22%2C%22brandName%22%3A%22Polygon%22%2C%22modeAds%22%3A1%2C%22template%22%3A%22home%22%2C%22networkCategory%22%3A%22all%22%2C%22contentType%22%3A%22all%22%2C%22deviceType%22%3A%22desktop%22%2C%22source%22%3A%22organic%22%2C%22geo%22%3A%22FR%22%2C%22extraParams%22%3A%7B%7D%7Dcdn.adsninja.ca/api/cached/v2/by_ad... https://cdn.adsninja.ca/api/cached/v2/by_adsetup_infos_json/clientData/get/?brandName=Polygon&data=%7B%22url%22%3A%22%2F%22%2C%22brandName%22%3A%22Polygon%22%2C%22modeAds%22%3A1%2C%22template%22%3A%22home%22%2C%22networkCategory%22%3A%22all%22%2C%22contentType%22%3A%22all%22%2C%22deviceType%22%3A%22desktop%22%2C%22source%22%3A%22organic%22%2C%22geo%22%3A%22FR%22%2C%22extraParams%22%3A%7B%7D%7D — 200 — 28.0 KiB — 65 ms — h2https://www.polygon.com/public/build/images/favicon-48x48.pngwww.polygon.com/public/build/images... https://www.polygon.com/public/build/images/favicon-48x48.png — 200 — 3.2 KiB — 100 ms — h2https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 147.2 KiB — 159 ms — h2https://cdn.adsninja.ca/biddertypelibrary/live/Polygon/default52.js?v=3644cdn.adsninja.ca/biddertypelibrary/l... https://cdn.adsninja.ca/biddertypelibrary/live/Polygon/default52.js?v=3644 — 200 — 196.7 KiB — 124 ms — h2https://cdn.adsninja.ca/biddertypelibrary/live/Polygon/default53.js?v=3644cdn.adsninja.ca/biddertypelibrary/l... https://cdn.adsninja.ca/biddertypelibrary/live/Polygon/default53.js?v=3644 — 200 — 1.2 KiB — 114 ms — h2https://cdn.adsninja.ca/adsninja_client.js?v=3644cdn.adsninja.ca/adsninja_client.js?... https://cdn.adsninja.ca/adsninja_client.js?v=3644 — 200 — 317.6 KiB — 154 ms — h2https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.6 KiB — 108 ms — h2https://cdn.adsninja.ca/adsninja_client_style.css?v=3644cdn.adsninja.ca/adsninja_client_sty... https://cdn.adsninja.ca/adsninja_client_style.css?v=3644 — 200 — 23.1 KiB — 112 ms — h2https://tagan.adlightning.com/valnet/op.jstagan.adlightning.com/valnet/op.js https://tagan.adlightning.com/valnet/op.js — 200 — 9.5 KiB — 60 ms — h2https://dn6rwwtxa647p.cloudfront.net/76/www.polygon.com/.jsdn6rwwtxa647p.cloudfront.net/76/www... https://dn6rwwtxa647p.cloudfront.net/76/www.polygon.com/.js — 200 — 626 B — 63 ms — h2https://launchpad.privacymanager.io/latest/launchpad.bundle.jslaunchpad.privacymanager.io/latest/... https://launchpad.privacymanager.io/latest/launchpad.bundle.js — 200 — 45.4 KiB — 78 ms — h2https://launchpad-wrapper.privacymanager.io/b1c80b5e-e909-4d5d-ba94-1d63bb1c4212/launchpad-liveramp.jslaunchpad-wrapper.privacymanager.io... https://launchpad-wrapper.privacymanager.io/b1c80b5e-e909-4d5d-ba94-1d63bb1c4212/launchpad-liveramp.js — 200 — 2.0 KiB — 59 ms — h2https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.jscdn.privacy-mgmt.com/unified/wrappe... https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 81 ms — h2https://d15kdpgjg3unno.cloudfront.net/oPS.js?cid=76d15kdpgjg3unno.cloudfront.net/oPS.j... https://d15kdpgjg3unno.cloudfront.net/oPS.js?cid=76 — 200 — 60.3 KiB — 80 ms — h2https://btloader.com/tag?o=5100917733457920&upapi=truebtloader.com/tag?o=5100917733457920... https://btloader.com/tag?o=5100917733457920&upapi=true — 200 — 31.3 KiB — 79 ms — h2https://tagan.adlightning.com/valnet/b-35dc2ea-5e302479.jstagan.adlightning.com/valnet/b-35dc... https://tagan.adlightning.com/valnet/b-35dc2ea-5e302479.js — 200 — 30.1 KiB — 40 ms — h2https://tagan.adlightning.com/valnet/bl-0d6ee0c-3d2a2185.jstagan.adlightning.com/valnet/bl-0d6... https://tagan.adlightning.com/valnet/bl-0d6ee0c-3d2a2185.js — 200 — 89.4 KiB — 61 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 0 B — 86 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.413253078502804ad-delivery.net/px.gif?ch=2&e=0.413... https://ad-delivery.net/px.gif?ch=2&e=0.413253078502804 — 200 — 109 B — 71 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9144913527498761ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9144913527498761 — 200 — 129 B — 56 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.5298551354568342ad-delivery.net/px.gif?ch=1&e=0.529... https://ad-delivery.net/px.gif?ch=1&e=0.5298551354568342 — 200 — 611 B — 68 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 214 B — 169 ms — h2https://cdn.btloader.com/cchecker.html?upapi=truecdn.btloader.com/cchecker.html?upap... https://cdn.btloader.com/cchecker.html?upapi=true — 200 — 779 B — 65 ms — h2https://btloader.com/trustedIframe.html?o=5100917733457920&upapi=truebtloader.com/trustedIframe.html?o=5... https://btloader.com/trustedIframe.html?o=5100917733457920&upapi=true — 200 — 2.2 KiB — 72 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 424 B — 19 ms — h2https://cdn.api.btloader.com/device?orgid=5100917733457920&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5Dcdn.api.btloader.com/device?orgid=5... https://cdn.api.btloader.com/device?orgid=5100917733457920&platformVersion=10.15.7&fullVersionList=%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147.0.7727.101%22%7D%2C%7B%22brand%22%3A%22Not.A%2FBrand%22%2C%22version%22%3A%228.0.0.0%22%7D%5D — 200 — 359 B — 70 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 91.0 KiB — 103 ms — h2https://api.btloader.com/exd?tid=creYlqcH6-IRHU8nWpD-9db1df048b&sid=aPrUUepWGK-B6cUBmHY-9db1df048b&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/exd?tid=creYlqcH6-... https://api.btloader.com/exd?tid=creYlqcH6-IRHU8nWpD-9db1df048b&sid=aPrUUepWGK-B6cUBmHY-9db1df048b&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 128 B — 171 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 24.8 KiB — 25 ms — h2https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.jscdn.privacy-mgmt.com/unified/4.40.1... https://cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js — 200 — 42.3 KiB — 28 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/meta-data?hasCsp=true&accountId=2048&env=prod&metadata=%7B%22gdpr%22%3A%7B%22groupPmId%22%3A1333967%7D%2C%22usnat%22%3A%7B%22groupPmId%22%3A1334078%7D%7D&propertyId=39748&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/met... https://cdn.privacy-mgmt.com/wrapper/v2/meta-data?hasCsp=true&accountId=2048&env=prod&metadata=%7B%22gdpr%22%3A%7B%22groupPmId%22%3A1333967%7D%2C%22usnat%22%3A%7B%22groupPmId%22%3A1334078%7D%7D&propertyId=39748&scriptVersion=4.40.1&scriptType=unified — 200 — 1.2 KiB — 60 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31097963 — 200 — 187.4 KiB — 137 ms — h3https://cdn.privacy-mgmt.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A2048%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcdn.privacy-mgmt.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.polygon.com%2F%22%2C%22propertyId%22%3A39748%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=507899093514395690ad30495886159b1d3&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/mes... https://cdn.privacy-mgmt.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A2048%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcdn.privacy-mgmt.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.polygon.com%2F%22%2C%22propertyId%22%3A39748%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=507899093514395690ad30495886159b1d3&scriptVersion=4.40.1&scriptType=unified — 200 — 9.9 KiB — 138 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.09197548549137347ad-delivery.net/px.gif?ch=1&e=0.091... https://ad-delivery.net/px.gif?ch=1&e=0.09197548549137347 — 200 — 110 B — 21 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 54 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=507899093514395690ad30495886159b1d3&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=507899093514395690ad30495886159b1d3&scriptVersion=4.40.1&scriptType=unified — 200 — 0 B — 36 ms — h2https://cdn.privacy-mgmt.com/index.html?hasCsp=true&message_id=1416154&consentUUID=null&consent_origin=https%3A%2F%2Fcdn.privacy-mgmt.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1cdn.privacy-mgmt.com/index.html?has... https://cdn.privacy-mgmt.com/index.html?hasCsp=true&message_id=1416154&consentUUID=null&consent_origin=https%3A%2F%2Fcdn.privacy-mgmt.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1 — 200 — 2.2 KiB — 55 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.6586034563113288ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.6586034563113288 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.43562162998812215ad-delivery.net/px.gif?ch=2&e=0.435... https://ad-delivery.net/px.gif?ch=2&e=0.43562162998812215 — 200 — 112 B — 21 ms — h2https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=507899093514395690ad30495886159b1d3&scriptVersion=4.40.1&scriptType=unifiedcdn.privacy-mgmt.com/wrapper/v2/pv-... https://cdn.privacy-mgmt.com/wrapper/v2/pv-data?hasCsp=true&env=prod&ch=507899093514395690ad30495886159b1d3&scriptVersion=4.40.1&scriptType=unified — 200 — 733 B — 39 ms — h2https://cdn.privacy-mgmt.com/Notice.30929.csscdn.privacy-mgmt.com/Notice.30929.c... https://cdn.privacy-mgmt.com/Notice.30929.css — 200 — 6.7 KiB — 21 ms — h2https://cdn.privacy-mgmt.com/polyfills.01516.jscdn.privacy-mgmt.com/polyfills.0151... https://cdn.privacy-mgmt.com/polyfills.01516.js — 200 — 2.3 KiB — 22 ms — h2https://cdn.privacy-mgmt.com/Notice.8f529.jscdn.privacy-mgmt.com/Notice.8f529.j... https://cdn.privacy-mgmt.com/Notice.8f529.js — 200 — 91.2 KiB — 45 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 37 ms — h3https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=39748cdn.privacy-mgmt.com/consent/tcfv2/... https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=39748 — 200 — 1.1 KiB — 21 ms — h2https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=39748&consentLanguage=encdn.privacy-mgmt.com/consent/tcfv2/... https://cdn.privacy-mgmt.com/consent/tcfv2/vendor-list/categories?siteId=39748&consentLanguage=en — 200 — 1.1 KiB — 22 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.8272256203939686ad-delivery.net/px.gif?ch=2&e=0.827... https://ad-delivery.net/px.gif?ch=2&e=0.8272256203939686 — 200 — 133 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.2720768584053802ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.2720768584053802 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.2343129863036748ad-delivery.net/px.gif?ch=1&e=0.234... https://ad-delivery.net/px.gif?ch=1&e=0.2343129863036748 — 200 — 110 B — 22 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 0 B — 1 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.5584300045735742ad-delivery.net/px.gif?ch=1&e=0.558... https://ad-delivery.net/px.gif?ch=1&e=0.5584300045735742 — 200 — 110 B — 22 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 26 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.16179158052900133ad-delivery.net/px.gif?ch=2&e=0.161... https://ad-delivery.net/px.gif?ch=2&e=0.16179158052900133 — 200 — 112 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.339908274151412ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.339908274151412 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.730560237811628ad-delivery.net/px.gif?ch=2&e=0.730... https://ad-delivery.net/px.gif?ch=2&e=0.730560237811628 — 200 — 133 B — 21 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.875778740203851ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.875778740203851 — 200 — 129 B — 24 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.3622687794577286ad-delivery.net/px.gif?ch=2&e=0.362... https://ad-delivery.net/px.gif?ch=2&e=0.3622687794577286 — 200 — 112 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.614477112759057ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.614477112759057 — 200 — 129 B — 25 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.9922572066643025ad-delivery.net/px.gif?ch=2&e=0.992... https://ad-delivery.net/px.gif?ch=2&e=0.9922572066643025 — 200 — 133 B — 22 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.552084184894527ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.552084184894527 — 200 — 129 B — 25 ms — h3https://api.btloader.com/country?o=5100917733457920api.btloader.com/country?o=51009177... https://api.btloader.com/country?o=5100917733457920 — 200 — 153 B — 125 ms — h2https://api.btloader.com/pv?nlf=false&tid=creYlqcH6-IRHU8nWpD-9db1df048b&sid=aPrUUepWGK-B6cUBmHY-9db1df048b&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/pv?nlf=false&tid=c... https://api.btloader.com/pv?nlf=false&tid=creYlqcH6-IRHU8nWpD-9db1df048b&sid=aPrUUepWGK-B6cUBmHY-9db1df048b&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 40 B — 124 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1504ms · 699KB · €16/mo
www.polygon.com
Other
Costly
Execution 377ms
Transfer 83 KB
Monthly Cost €4/mo
d15kdpgjg3unno.cloudfront.net
Other
Costly
Execution 267ms
Transfer 60 KB
Unused 42%
Monthly Cost €3/mo
static0.polygonimages.com
Other
Optional
Execution 184ms
Transfer 66 KB
Unused 77%
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 180ms
Transfer 0 KB
Monthly Cost €2/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 84ms
Transfer 187 KB
Unused 70%
Monthly Cost €1/mo
btloader.com
Other
Optional
Execution 76ms
Transfer 31 KB
Monthly Cost €1/mo
tagan.adlightning.com
Other
Optional
Execution 74ms
Transfer 89 KB
Monthly Cost €1/mo
cdn.sentinelpro.com
Other
Optional
Execution 68ms
Transfer 6 KB
Monthly Cost €1/mo
tagan.adlightning.com
Other
Optional
Execution 67ms
Transfer 10 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 67ms
Transfer 151 KB
Unused 40%
Monthly Cost €1/mo
cdn.adsninja.ca
Other
Optional
Execution 60ms
Transfer 14 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.polygon.com adds 377ms and costs ~€4/month
  • d15kdpgjg3unno.cloudfront.net adds 267ms and costs ~€3/month

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

Why this matters

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

Learn more

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

Source: web.dev

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

Why this matters

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

Source: web.dev

d15kdpgjg3unno.cloudfront.net takes 267ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

77% of static0.polygonimages.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

70% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback