Skip to content
https://gameinformer.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
1
REVIEW
3
PASS
11
INFO
2

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

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

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

10.83 s

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

19.56 s

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

77 ms

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

0.088

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

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

19.80 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
17
11 PASS 3 REVIEW 1 FIX
F
JS Execution Cost
Action
5065ms total JS execution
FIX
5065ms total JS execution
Warning::
Unattributable: 1967ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-PX9Y...: 1206ms CPU time
Warning::
https://gameinformer.com/core/misc/drupal.init.js?...: 684ms CPU time
Warning::
https://gameinformer.com/: 493ms CPU time
Warning::
https://cdn-cookieyes.com/client_data/54e81b6faed5...: 296ms CPU time
Warning::
Third-party scripts: 3753ms (74% of total)

Main Thread Breakdown

Other 40% Script Evaluation 29% Style & Layout 17% Script Parsing & Compilation 9% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
Unattributable1967ms39ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-PX9YKWLVPB1206ms370ms298ms3rd
https://gameinformer.com/core/misc/drupal.init.js?v=11.1.6684ms422ms6ms1st
https://gameinformer.com/493ms27ms2ms1st
https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/script.js296ms283ms3ms3rd
https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/banner.js229ms151ms5ms3rd
https://gameinformer.com/core/assets/vendor/jquery/jquery.min.js?v=4.0.0-beta.275ms31ms27ms1st
https://gameinformer.com/themes/custom/gi5/js/global/jquery-3.7.1.min.js?tdjwpl61ms49ms9ms1st
https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312451655ms25ms3ms3rd
C
Page Weight Budget
Action
2.0 MB transferred, 283 requests
REVIEW
2.0 MB transferred, 283 requests
Info::
Page weighs 3.6 MB (2.0 MB transferred)
Warning::
JavaScript is 551 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 551 KB
Info::
Fonts are 546 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 546 KB
Warning::
283 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.42 g CO2 per page load
2.0 MB / 2.4 MB budget
2.0 MB transferred
283 requests
0.42 g CO2 per page load
Images 736.7 KiB 36%
JavaScript 550.9 KiB 27%
Fonts 546.0 KiB 27%
CSS 141.9 KiB 7%
HTML 26.1 KiB 1%
Other 16.4 KiB 1%
Other 14.4 KiB 1%
Other 8.2 KiB 0%
Other 3.1 KiB 0%
Other 956 B 0%
Other 260 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

C
Image Optimization
Action
63 images, 0 KB saveable
REVIEW
63 images, 0 KB saveable
Warning::
https://gameinformer.com/sites/default/files/style... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gameinformer.com/sites/default/files/style... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gameinformer.com/sites/default/files/2026/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://gameinformer.com/sites/default/files/style... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
63 images 737 KB
0 oversized -0 KB
21 legacy format
4 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
Page Weight Inventory
Action
283 resources · 2.0 MB · 22 KB savings available
REVIEW
283 resources · 2.0 MB · 22 KB savings available
Warning::
Page weight 1021 KB over 1MB target
Got: 2.0 MB Expected: ≤ 1 MB
Info::
17 third-party resources (14% of weight)
283 resources · 2.0 MiB · 17 third-party 1020.9 KiB over 1MB target
Image 36% · 739.3 KiB
JavaScript 27% · 550.9 KiB
Font 27% · 546.0 KiB
CSS 7% · 141.9 KiB
Other 2% · 32.5 KiB
Document 1% · 26.1 KiB
Media 0% · 8.2 KiB

~22.1 KiB of savings available

Remove unused JavaScript: 22.1 KiB
A+
Third-Party Impact
14% third-party, 0 ms blocking
PASS
14% third-party, 0 ms blocking
Info::
Third-party code accounts for 14% of page weight (287.2 KiB of 2.0 MiB)
Info::
Third-party blocking time is low (0 ms)
86%
First-party Third-party
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
13 fonts (546 KB)
PASS
13 fonts (546 KB)
Info::
13 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

13

546 KB total

Render-blocking

0

of 13

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 10.8 s LCP 19.6 shttps://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Regular.woff2Newsreader-Regular.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Regular.woff2 — 45.2 KiB — 132 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Black.woff2Biennale-Black.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Black.woff2 — 31.7 KiB — 114 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans%20Condensed/IBMPlexSansCond-Regular.woff2IBMPlexSansCond-Regular... https://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans%20Condensed/IBMPlexSansCond-Regular.woff2 — 36.6 KiB — 111 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Italic.woff2Newsreader-Italic.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Italic.woff2 — 48.8 KiB — 130 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Bold.woff2Biennale-Bold.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Bold.woff2 — 32.6 KiB — 122 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Regular.woff2Biennale-Regular.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Regular.woff2 — 31.8 KiB — 119 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-SemiBold.woff2Biennale-SemiBold.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-SemiBold.woff2 — 31.9 KiB — 114 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Medium.woff2Biennale-Medium.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Medium.woff2 — 31.9 KiB — 115 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans/IBMPlexSans-Bold.woff2IBMPlexSans-Bold.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans/IBMPlexSans-Bold.woff2 — 55.8 KiB — 129 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Bold.woff2Newsreader-Bold.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Bold.woff2 — 47.8 KiB — 127 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans/IBMPlexSans-Regular.woff2IBMPlexSans-Regular.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans/IBMPlexSans-Regular.woff2 — 56.4 KiB — 91 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-SemiBold.woff2Newsreader-SemiBold.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-SemiBold.woff2 — 47.9 KiB — 93 ms — font-display: swaphttps://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Medium.woff2Newsreader-Medium.woff2 https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Medium.woff2 — 47.7 KiB — 95 ms — font-display: swap
Newsreader-Regular.woff2 woff2 swap
Size 45 KB
Load time 132 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Biennale-Black.woff2 woff2 swap
Size 32 KB
Load time 114 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
IBMPlexSansCond-Regular... woff2 swap
Size 37 KB
Load time 111 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Newsreader-Italic.woff2 woff2 swap
Size 49 KB
Load time 130 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Biennale-Bold.woff2 woff2 swap
Size 33 KB
Load time 122 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Biennale-Regular.woff2 woff2 swap
Size 32 KB
Load time 119 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Biennale-SemiBold.woff2 woff2 swap
Size 32 KB
Load time 114 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Biennale-Medium.woff2 woff2 swap
Size 32 KB
Load time 115 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
IBMPlexSans-Bold.woff2 woff2 swap
Size 56 KB
Load time 129 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Newsreader-Bold.woff2 woff2 swap
Size 48 KB
Load time 127 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
IBMPlexSans-Regular.woff2 woff2 swap
Size 56 KB
Load time 91 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
Newsreader-SemiBold.woff2 woff2 swap
Size 48 KB
Load time 93 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
Newsreader-Medium.woff2 woff2 swap
Size 48 KB
Load time 95 ms
Start 1.5 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+
JS Bundles
92 scripts, 22 KB unused
PASS
92 scripts, 22 KB unused
Warning::
https://gameinformer.com/core/assets/vendor/jquery...: 22 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 22 KB
22 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://gameinformer.com/core/assets/vendor/jquery/jquery.min.js?v=4.0.0-beta.228 KB22 KB (79%)1st
https://gameinformer.com/modules/custom/gi_async_load/js/bus.js2 KB1st
https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/script.js10 KB3rd
https://cdn.krxd.net/controltag/ta1z3cj7k.js0 KB3rd
https://gameinformer.com/core/assets/vendor/once/once.min.js?v=1.0.11 KB1st
https://gameinformer.com/core/misc/drupalSettingsLoader.js?v=11.1.61 KB1st
https://gameinformer.com/core/misc/drupal.js?v=11.1.67 KB1st
https://gameinformer.com/core/misc/drupal.init.js?v=11.1.61 KB1st
https://gameinformer.com/themes/custom/gi5/js/global/jquery-3.7.1.min.js?tdjwpl31 KB1st
https://gameinformer.com/modules/custom/gi_async_load/js/async_load.js?tdjwpl1 KB1st

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

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A+
HTTP Caching
max-age=14400 (4 hours)
PASS
max-age=14400 (4 hours)
Info::
Cache-Control header is set
Got: public, max-age=14400
Info::
Effective TTL: 4 hours (max-age=14400)
Info::
Last-Modified header present
Cache-Control

public, max-age=14400

DirectiveValueMeaning
publicAny cache may store this response
max-age14400Cache for 4 hours
Effective TTL: 14400 seconds
Network Waterfall
283 requests over 1615ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 10.8 s LCP 19.6 shttps://gameinformer.com// https://gameinformer.com/ — 200 — 26.1 KiB — 45 ms — h3https://gameinformer.com/cdn-cgi/speculation/cdn-cgi/speculation https://gameinformer.com/cdn-cgi/speculation — 200 — 556 B — 8 ms — h3https://gameinformer.com/modules/custom/gi_async_load/js/bus.js/modules/custom/gi_async_load/js/bu... https://gameinformer.com/modules/custom/gi_async_load/js/bus.js — 200 — 2.4 KiB — 189 ms — h3https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/script.jscdn-cookieyes.com/client_data/54e81... https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/script.js — 200 — 9.6 KiB — 318 ms — h2https://gameinformer.com/themes/contrib/stable/css/system/components/align.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/align.module.css?tdjwpl — 200 — 745 B — 99 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/fieldgroup.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/fieldgroup.module.css?tdjwpl — 200 — 608 B — 96 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/container-inline.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/container-inline.module.css?tdjwpl — 200 — 675 B — 102 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/clearfix.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/clearfix.module.css?tdjwpl — 200 — 733 B — 105 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/details.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/details.module.css?tdjwpl — 200 — 611 B — 108 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/hidden.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/hidden.module.css?tdjwpl — 200 — 1.1 KiB — 111 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/item-list.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/item-list.module.css?tdjwpl — 200 — 667 B — 113 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/js.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/js.module.css?tdjwpl — 200 — 737 B — 118 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/nowrap.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/nowrap.module.css?tdjwpl — 200 — 614 B — 124 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/position-container.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/position-container.module.css?tdjwpl — 200 — 607 B — 120 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/reset-appearance.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/reset-appearance.module.css?tdjwpl — 200 — 681 B — 125 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/resize.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/resize.module.css?tdjwpl — 200 — 661 B — 127 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-counter.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-counter.css?tdjwpl — 200 — 797 B — 130 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-report-counters.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-report-counters.css?tdjwpl — 200 — 802 B — 134 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tdjwpl — 200 — 665 B — 131 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/tablesort.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/tablesort.module.css?tdjwpl — 200 — 714 B — 135 ms — h3https://gameinformer.com/themes/contrib/stable/css/core/components/progress.module.css?tdjwpl/themes/contrib/stable/css/core/com... https://gameinformer.com/themes/contrib/stable/css/core/components/progress.module.css?tdjwpl — 200 — 844 B — 137 ms — h3https://gameinformer.com/themes/contrib/stable/css/core/components/ajax-progress.module.css?tdjwpl/themes/contrib/stable/css/core/com... https://gameinformer.com/themes/contrib/stable/css/core/components/ajax-progress.module.css?tdjwpl — 200 — 967 B — 139 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/ads_blocker_stripe.css?tdjwpl/modules/custom/gi5_ads/css/ads_blo... https://gameinformer.com/modules/custom/gi5_ads/css/ads_blocker_stripe.css?tdjwpl — 200 — 769 B — 141 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/ads_sizing.css?tdjwpl/modules/custom/gi5_ads/css/ads_siz... https://gameinformer.com/modules/custom/gi5_ads/css/ads_sizing.css?tdjwpl — 200 — 942 B — 146 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/ads_home.css?tdjwpl/modules/custom/gi5_ads/css/ads_hom... https://gameinformer.com/modules/custom/gi5_ads/css/ads_home.css?tdjwpl — 200 — 564 B — 143 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/ads_skin.css?tdjwpl/modules/custom/gi5_ads/css/ads_ski... https://gameinformer.com/modules/custom/gi5_ads/css/ads_skin.css?tdjwpl — 200 — 866 B — 148 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/video/ads_video.css?tdjwpl/modules/custom/gi5_ads/css/video/a... https://gameinformer.com/modules/custom/gi5_ads/css/video/ads_video.css?tdjwpl — 200 — 1.1 KiB — 149 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/video/video-js.min.css?tdjwpl/modules/custom/gi5_ads/css/video/v... https://gameinformer.com/modules/custom/gi5_ads/css/video/video-js.min.css?tdjwpl — 200 — 10.7 KiB — 151 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/video/videojs.ads.css?tdjwpl/modules/custom/gi5_ads/css/video/v... https://gameinformer.com/modules/custom/gi5_ads/css/video/videojs.ads.css?tdjwpl — 200 — 817 B — 153 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/video/videojs.ima.css?tdjwpl/modules/custom/gi5_ads/css/video/v... https://gameinformer.com/modules/custom/gi5_ads/css/video/videojs.ima.css?tdjwpl — 200 — 1.7 KiB — 158 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s FCP 10.8 s LCP 19.6 shttps://gameinformer.com// https://gameinformer.com/ — 200 — 26.1 KiB — 45 ms — h3https://gameinformer.com/cdn-cgi/speculation/cdn-cgi/speculation https://gameinformer.com/cdn-cgi/speculation — 200 — 556 B — 8 ms — h3https://gameinformer.com/modules/custom/gi_async_load/js/bus.js/modules/custom/gi_async_load/js/bu... https://gameinformer.com/modules/custom/gi_async_load/js/bus.js — 200 — 2.4 KiB — 189 ms — h3https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/script.jscdn-cookieyes.com/client_data/54e81... https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/script.js — 200 — 9.6 KiB — 318 ms — h2https://gameinformer.com/themes/contrib/stable/css/system/components/align.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/align.module.css?tdjwpl — 200 — 745 B — 99 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/fieldgroup.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/fieldgroup.module.css?tdjwpl — 200 — 608 B — 96 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/container-inline.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/container-inline.module.css?tdjwpl — 200 — 675 B — 102 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/clearfix.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/clearfix.module.css?tdjwpl — 200 — 733 B — 105 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/details.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/details.module.css?tdjwpl — 200 — 611 B — 108 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/hidden.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/hidden.module.css?tdjwpl — 200 — 1.1 KiB — 111 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/item-list.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/item-list.module.css?tdjwpl — 200 — 667 B — 113 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/js.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/js.module.css?tdjwpl — 200 — 737 B — 118 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/nowrap.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/nowrap.module.css?tdjwpl — 200 — 614 B — 124 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/position-container.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/position-container.module.css?tdjwpl — 200 — 607 B — 120 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/reset-appearance.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/reset-appearance.module.css?tdjwpl — 200 — 681 B — 125 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/resize.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/resize.module.css?tdjwpl — 200 — 661 B — 127 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-counter.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-counter.css?tdjwpl — 200 — 797 B — 130 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-report-counters.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-report-counters.css?tdjwpl — 200 — 802 B — 134 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/system-status-report-general-info.css?tdjwpl — 200 — 665 B — 131 ms — h3https://gameinformer.com/themes/contrib/stable/css/system/components/tablesort.module.css?tdjwpl/themes/contrib/stable/css/system/c... https://gameinformer.com/themes/contrib/stable/css/system/components/tablesort.module.css?tdjwpl — 200 — 714 B — 135 ms — h3https://gameinformer.com/themes/contrib/stable/css/core/components/progress.module.css?tdjwpl/themes/contrib/stable/css/core/com... https://gameinformer.com/themes/contrib/stable/css/core/components/progress.module.css?tdjwpl — 200 — 844 B — 137 ms — h3https://gameinformer.com/themes/contrib/stable/css/core/components/ajax-progress.module.css?tdjwpl/themes/contrib/stable/css/core/com... https://gameinformer.com/themes/contrib/stable/css/core/components/ajax-progress.module.css?tdjwpl — 200 — 967 B — 139 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/ads_blocker_stripe.css?tdjwpl/modules/custom/gi5_ads/css/ads_blo... https://gameinformer.com/modules/custom/gi5_ads/css/ads_blocker_stripe.css?tdjwpl — 200 — 769 B — 141 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/ads_sizing.css?tdjwpl/modules/custom/gi5_ads/css/ads_siz... https://gameinformer.com/modules/custom/gi5_ads/css/ads_sizing.css?tdjwpl — 200 — 942 B — 146 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/ads_home.css?tdjwpl/modules/custom/gi5_ads/css/ads_hom... https://gameinformer.com/modules/custom/gi5_ads/css/ads_home.css?tdjwpl — 200 — 564 B — 143 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/ads_skin.css?tdjwpl/modules/custom/gi5_ads/css/ads_ski... https://gameinformer.com/modules/custom/gi5_ads/css/ads_skin.css?tdjwpl — 200 — 866 B — 148 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/video/ads_video.css?tdjwpl/modules/custom/gi5_ads/css/video/a... https://gameinformer.com/modules/custom/gi5_ads/css/video/ads_video.css?tdjwpl — 200 — 1.1 KiB — 149 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/video/video-js.min.css?tdjwpl/modules/custom/gi5_ads/css/video/v... https://gameinformer.com/modules/custom/gi5_ads/css/video/video-js.min.css?tdjwpl — 200 — 10.7 KiB — 151 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/video/videojs.ads.css?tdjwpl/modules/custom/gi5_ads/css/video/v... https://gameinformer.com/modules/custom/gi5_ads/css/video/videojs.ads.css?tdjwpl — 200 — 817 B — 153 ms — h3https://gameinformer.com/modules/custom/gi5_ads/css/video/videojs.ima.css?tdjwpl/modules/custom/gi5_ads/css/video/v... https://gameinformer.com/modules/custom/gi5_ads/css/video/videojs.ima.css?tdjwpl — 200 — 1.7 KiB — 158 ms — h3https://gameinformer.com/modules/contrib/poll/css/poll.base.css?tdjwpl/modules/contrib/poll/css/poll.base... https://gameinformer.com/modules/contrib/poll/css/poll.base.css?tdjwpl — 200 — 683 B — 155 ms — h3https://gameinformer.com/modules/contrib/poll/css/poll.theme.css?tdjwpl/modules/contrib/poll/css/poll.them... https://gameinformer.com/modules/contrib/poll/css/poll.theme.css?tdjwpl — 200 — 735 B — 159 ms — h3https://gameinformer.com/themes/contrib/stable/css/toolbar/toolbar.module.css?tdjwpl/themes/contrib/stable/css/toolbar/... https://gameinformer.com/themes/contrib/stable/css/toolbar/toolbar.module.css?tdjwpl — 200 — 2.3 KiB — 160 ms — h3https://gameinformer.com/themes/contrib/stable/css/views/views.module.css?tdjwpl/themes/contrib/stable/css/views/vi... https://gameinformer.com/themes/contrib/stable/css/views/views.module.css?tdjwpl — 200 — 735 B — 162 ms — h3https://gameinformer.com/themes/contrib/stable/css/toolbar/toolbar.menu.css?tdjwpl/themes/contrib/stable/css/toolbar/... https://gameinformer.com/themes/contrib/stable/css/toolbar/toolbar.menu.css?tdjwpl — 200 — 1.2 KiB — 164 ms — h3https://gameinformer.com/modules/contrib/better_exposed_filters/css/better_exposed_filters.css?tdjwpl/modules/contrib/better_exposed_fil... https://gameinformer.com/modules/contrib/better_exposed_filters/css/better_exposed_filters.css?tdjwpl — 200 — 735 B — 166 ms — h3https://gameinformer.com/modules/custom/gi_general/css/toolbar-custom.css?tdjwpl/modules/custom/gi_general/css/tool... https://gameinformer.com/modules/custom/gi_general/css/toolbar-custom.css?tdjwpl — 200 — 723 B — 169 ms — h3https://gameinformer.com/modules/custom/gi_pop_up/css/popup.css?tdjwpl/modules/custom/gi_pop_up/css/popup... https://gameinformer.com/modules/custom/gi_pop_up/css/popup.css?tdjwpl — 200 — 1.3 KiB — 209 ms — h3https://gameinformer.com/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdjwpl/modules/contrib/paragraphs/css/par... https://gameinformer.com/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdjwpl — 200 — 575 B — 171 ms — h3https://cdn.krxd.net/controltag/ta1z3cj7k.jscdn.krxd.net/controltag/ta1z3cj7k.j... https://cdn.krxd.net/controltag/ta1z3cj7k.js — -1 — 0 B — 282 ms — https://gameinformer.com/themes/contrib/stable/css/toolbar/toolbar.theme.css?tdjwpl/themes/contrib/stable/css/toolbar/... https://gameinformer.com/themes/contrib/stable/css/toolbar/toolbar.theme.css?tdjwpl — 200 — 1.4 KiB — 173 ms — h3https://gameinformer.com/themes/contrib/stable/css/toolbar/toolbar.icons.theme.css?tdjwpl/themes/contrib/stable/css/toolbar/... https://gameinformer.com/themes/contrib/stable/css/toolbar/toolbar.icons.theme.css?tdjwpl — 200 — 2.0 KiB — 188 ms — h3https://gameinformer.com/themes/contrib/stable/css/core/assets/vendor/normalize-css/normalize.css?tdjwpl/themes/contrib/stable/css/core/ass... https://gameinformer.com/themes/contrib/stable/css/core/assets/vendor/normalize-css/normalize.css?tdjwpl — 200 — 3.1 KiB — 181 ms — h3https://gameinformer.com/themes/contrib/stable/css/core/normalize-fixes.css?tdjwpl/themes/contrib/stable/css/core/nor... https://gameinformer.com/themes/contrib/stable/css/core/normalize-fixes.css?tdjwpl — 200 — 706 B — 189 ms — h3https://gameinformer.com/themes/custom/gi5/css/base/reset.min.css?tdjwpl/themes/custom/gi5/css/base/reset.m... https://gameinformer.com/themes/custom/gi5/css/base/reset.min.css?tdjwpl — 200 — 1.2 KiB — 195 ms — h3https://gameinformer.com/themes/custom/gi5/css/pages/ds-landing-2023.min.css?tdjwpl/themes/custom/gi5/css/pages/ds-lan... https://gameinformer.com/themes/custom/gi5/css/pages/ds-landing-2023.min.css?tdjwpl — 200 — 2.9 KiB — 208 ms — h3https://gameinformer.com/themes/custom/gi5/css/layout/layout.min.css?tdjwpl/themes/custom/gi5/css/layout/layou... https://gameinformer.com/themes/custom/gi5/css/layout/layout.min.css?tdjwpl — 200 — 3.4 KiB — 192 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/action-links.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/action-links.css?tdjwpl — 200 — 853 B — 172 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/breadcrumb.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/breadcrumb.css?tdjwpl — 200 — 782 B — 176 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/button.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/button.css?tdjwpl — 200 — 639 B — 180 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/collapse-processed.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/collapse-processed.css?tdjwpl — 200 — 839 B — 188 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/container-inline.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/container-inline.css?tdjwpl — 200 — 698 B — 172 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/details.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/details.css?tdjwpl — 200 — 797 B — 181 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/exposed-filters.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/exposed-filters.css?tdjwpl — 200 — 816 B — 211 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/field.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/field.css?tdjwpl — 200 — 730 B — 191 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/form.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/form.css?tdjwpl — 200 — 1.3 KiB — 194 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/icons.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/icons.css?tdjwpl — 200 — 777 B — 231 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/inline-form.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/inline-form.css?tdjwpl — 200 — 792 B — 206 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/item-list.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/item-list.css?tdjwpl — 200 — 759 B — 210 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/link.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/link.css?tdjwpl — 200 — 664 B — 204 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/links.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/links.css?tdjwpl — 200 — 720 B — 213 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/menu.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/menu.css?tdjwpl — 200 — 808 B — 230 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/more-link.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/more-link.css?tdjwpl — 200 — 659 B — 218 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/pager.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/pager.css?tdjwpl — 200 — 667 B — 216 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/tabledrag.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/tabledrag.css?tdjwpl — 200 — 659 B — 209 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/tableselect.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/tableselect.css?tdjwpl — 200 — 693 B — 213 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/tablesort.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/tablesort.css?tdjwpl — 200 — 623 B — 233 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/tabs.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/tabs.css?tdjwpl — 200 — 766 B — 221 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/textarea.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/textarea.css?tdjwpl — 200 — 649 B — 217 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/ui-dialog.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/ui-dialog.css?tdjwpl — 200 — 664 B — 218 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/messages.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/messages.css?tdjwpl — 200 — 1.1 KiB — 221 ms — h3https://gameinformer.com/themes/contrib/classy/css/components/progress.css?tdjwpl/themes/contrib/classy/css/componen... https://gameinformer.com/themes/contrib/classy/css/components/progress.css?tdjwpl — 200 — 1.2 KiB — 227 ms — h3https://gameinformer.com/themes/custom/gi5/css/components/featherlight/featherlight.css?tdjwpl/themes/custom/gi5/css/components/f... https://gameinformer.com/themes/custom/gi5/css/components/featherlight/featherlight.css?tdjwpl — 200 — 1.8 KiB — 250 ms — h3https://gameinformer.com/themes/custom/gi5/css/components/featherlight/featherlight-custom.css?tdjwpl/themes/custom/gi5/css/components/f... https://gameinformer.com/themes/custom/gi5/css/components/featherlight/featherlight-custom.css?tdjwpl — 200 — 696 B — 237 ms — h3https://gameinformer.com/themes/custom/gi5/css/admin.min.css?tdjwpl/themes/custom/gi5/css/admin.min.cs... https://gameinformer.com/themes/custom/gi5/css/admin.min.css?tdjwpl — 200 — 3.4 KiB — 243 ms — h3https://gameinformer.com/themes/custom/gi5/css/components/scrollbar-default.min.css?tdjwpl/themes/custom/gi5/css/components/s... https://gameinformer.com/themes/custom/gi5/css/components/scrollbar-default.min.css?tdjwpl — 200 — 2.7 KiB — 251 ms — h3https://gameinformer.com/themes/custom/gi5/css/components/scrollbar-dark.min.css?tdjwpl/themes/custom/gi5/css/components/s... https://gameinformer.com/themes/custom/gi5/css/components/scrollbar-dark.min.css?tdjwpl — 200 — 1018 B — 245 ms — h3https://gameinformer.com/themes/custom/gi5/css/components/slick/slick.css?tdjwpl/themes/custom/gi5/css/components/s... https://gameinformer.com/themes/custom/gi5/css/components/slick/slick.css?tdjwpl — 200 — 1.0 KiB — 228 ms — h3https://gameinformer.com/themes/custom/gi5/css/components/slick/slick-theme.css?tdjwpl/themes/custom/gi5/css/components/s... https://gameinformer.com/themes/custom/gi5/css/components/slick/slick-theme.css?tdjwpl — 200 — 1.3 KiB — 259 ms — h3https://gameinformer.com/themes/custom/gi5/css/admin/toolbar.icons.theme-custom.css?tdjwpl/themes/custom/gi5/css/admin/toolba... https://gameinformer.com/themes/custom/gi5/css/admin/toolbar.icons.theme-custom.css?tdjwpl — 200 — 978 B — 256 ms — h3https://gameinformer.com/themes/custom/gi5/css/theme/font-face.min.css?tdjwpl/themes/custom/gi5/css/theme/font-f... https://gameinformer.com/themes/custom/gi5/css/theme/font-face.min.css?tdjwpl — 200 — 2.6 KiB — 248 ms — h3https://gameinformer.com/themes/custom/gi5/css/style.min.css?tdjwpl/themes/custom/gi5/css/style.min.cs... https://gameinformer.com/themes/custom/gi5/css/style.min.css?tdjwpl — 200 — 25.8 KiB — 326 ms — h3https://gameinformer.com/themes/custom/gi5/css/colors-default.min.css?tdjwpl/themes/custom/gi5/css/colors-defau... https://gameinformer.com/themes/custom/gi5/css/colors-default.min.css?tdjwpl — 200 — 8.7 KiB — 252 ms — h3https://gameinformer.com/themes/custom/gi5/css/events.min.css?tdjwpl/themes/custom/gi5/css/events.min.c... https://gameinformer.com/themes/custom/gi5/css/events.min.css?tdjwpl — 200 — 747 B — 249 ms — h3https://gameinformer.com/themes/custom/gi5/css/pages/ds-landing-2023-default.min.css?tdjwpl/themes/custom/gi5/css/pages/ds-lan... https://gameinformer.com/themes/custom/gi5/css/pages/ds-landing-2023-default.min.css?tdjwpl — 200 — 1.6 KiB — 267 ms — h3https://gameinformer.com/themes/custom/gi5/css/pages/ds-landing-2023-dark.min.css?tdjwpl/themes/custom/gi5/css/pages/ds-lan... https://gameinformer.com/themes/custom/gi5/css/pages/ds-landing-2023-dark.min.css?tdjwpl — 200 — 1.6 KiB — 268 ms — h3https://gameinformer.com/themes/custom/gi5/css/layout/layout-default.min.css?tdjwpl/themes/custom/gi5/css/layout/layou... https://gameinformer.com/themes/custom/gi5/css/layout/layout-default.min.css?tdjwpl — 200 — 1.5 KiB — 270 ms — h3https://gameinformer.com/themes/custom/gi5/css/layout/layout-dark.min.css?tdjwpl/themes/custom/gi5/css/layout/layou... https://gameinformer.com/themes/custom/gi5/css/layout/layout-dark.min.css?tdjwpl — 200 — 1.2 KiB — 273 ms — h3https://gameinformer.com/themes/custom/gi5/css/colors-dark.min.css?tdjwpl/themes/custom/gi5/css/colors-dark.... https://gameinformer.com/themes/custom/gi5/css/colors-dark.min.css?tdjwpl — 200 — 9.2 KiB — 260 ms — h3https://gameinformer.com/themes/custom/gi5/css/header-dark.min.css?tdjwpl/themes/custom/gi5/css/header-dark.... https://gameinformer.com/themes/custom/gi5/css/header-dark.min.css?tdjwpl — 200 — 3.0 KiB — 277 ms — h3https://gameinformer.com/core/assets/vendor/jquery/jquery.min.js?v=4.0.0-beta.2/core/assets/vendor/jquery/jquery.m... https://gameinformer.com/core/assets/vendor/jquery/jquery.min.js?v=4.0.0-beta.2 — 200 — 28.4 KiB — 334 ms — h3https://gameinformer.com/core/assets/vendor/once/once.min.js?v=1.0.1/core/assets/vendor/once/once.min.j... https://gameinformer.com/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 1.2 KiB — 303 ms — h3https://gameinformer.com/core/misc/drupalSettingsLoader.js?v=11.1.6/core/misc/drupalSettingsLoader.js?... https://gameinformer.com/core/misc/drupalSettingsLoader.js?v=11.1.6 — 200 — 889 B — 305 ms — h3https://gameinformer.com/core/misc/drupal.js?v=11.1.6/core/misc/drupal.js?v=11.1.6 https://gameinformer.com/core/misc/drupal.js?v=11.1.6 — 200 — 6.7 KiB — 327 ms — h3https://gameinformer.com/core/misc/drupal.init.js?v=11.1.6/core/misc/drupal.init.js?v=11.1.6 https://gameinformer.com/core/misc/drupal.init.js?v=11.1.6 — 200 — 990 B — 305 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/jquery-3.7.1.min.js?tdjwpl/themes/custom/gi5/js/global/jquery... https://gameinformer.com/themes/custom/gi5/js/global/jquery-3.7.1.min.js?tdjwpl — 200 — 31.4 KiB — 338 ms — h3https://gameinformer.com/modules/custom/gi_async_load/js/async_load.js?tdjwpl/modules/custom/gi_async_load/js/as... https://gameinformer.com/modules/custom/gi_async_load/js/async_load.js?tdjwpl — 200 — 923 B — 304 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/tracking/salesforce.js?tdjwpl/modules/custom/gi5_ads/js/tracking... https://gameinformer.com/modules/custom/gi5_ads/js/tracking/salesforce.js?tdjwpl — 200 — 774 B — 304 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/tracking/comscore.js?tdjwpl/modules/custom/gi5_ads/js/tracking... https://gameinformer.com/modules/custom/gi5_ads/js/tracking/comscore.js?tdjwpl — 200 — 778 B — 300 ms — h3https://sb.scorecardresearch.com/beacon.jssb.scorecardresearch.com/beacon.js https://sb.scorecardresearch.com/beacon.js — 200 — 6.7 KiB — 293 ms — h2https://gameinformer.com/modules/custom/gi5_ads/js/ad_setup.js?tdjwpl/modules/custom/gi5_ads/js/ad_setup... https://gameinformer.com/modules/custom/gi5_ads/js/ad_setup.js?tdjwpl — 200 — 641 B — 289 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/ad_size_mapping.js?tdjwpl/modules/custom/gi5_ads/js/ad_size_... https://gameinformer.com/modules/custom/gi5_ads/js/ad_size_mapping.js?tdjwpl — 200 — 1.0 KiB — 295 ms — h3https://gameinformer.com/core/modules/toolbar/js/toolbar.anti-flicker.js?v=11.1.6/core/modules/toolbar/js/toolbar.an... https://gameinformer.com/core/modules/toolbar/js/toolbar.anti-flicker.js?v=11.1.6 — 200 — 1.5 KiB — 304 ms — h3https://gameinformer.com/modules/custom/gi_async_load/js/user_info.js?tdjwpl/modules/custom/gi_async_load/js/us... https://gameinformer.com/modules/custom/gi_async_load/js/user_info.js?tdjwpl — 200 — 769 B — 303 ms — h3https://www.googletagmanager.com/gtag/js?id=G-PX9YKWLVPBwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PX9YKWLVPB — 200 — 170.3 KiB — 324 ms — h2https://gameinformer.com/modules/contrib/google_tag/js/gtag.js?tdjwpl/modules/contrib/google_tag/js/gtag... https://gameinformer.com/modules/contrib/google_tag/js/gtag.js?tdjwpl — 200 — 1.0 KiB — 305 ms — h3https://gameinformer.com/modules/contrib/google_tag/js/gtm.js?tdjwpl/modules/contrib/google_tag/js/gtm.... https://gameinformer.com/modules/contrib/google_tag/js/gtm.js?tdjwpl — 200 — 1020 B — 312 ms — h3https://gameinformer.com/themes/custom/gi5/logo.svg/themes/custom/gi5/logo.svg https://gameinformer.com/themes/custom/gi5/logo.svg — 200 — 3.0 KiB — 318 ms — h3https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/04/21/c846719a/dialbo4loh_mephisto.jpg.webp/sites/default/files/styles/thumbna... https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/04/21/c846719a/dialbo4loh_mephisto.jpg.webp — 200 — 44.8 KiB — 318 ms — h3https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 260 B — 52 ms — h3https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/03/30/fd49f2ba/gami_377_packin.jpg.webp/sites/default/files/styles/thumbna... https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/03/30/fd49f2ba/gami_377_packin.jpg.webp — 200 — 55.5 KiB — 172 ms — h3https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/03/31/096d7b16/ac_hero.jpg.webp/sites/default/files/styles/thumbna... https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/03/31/096d7b16/ac_hero.jpg.webp — 200 — 19.5 KiB — 174 ms — h3https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/04/01/e9d53710/377_mattjohnson01.jpg.webp/sites/default/files/styles/thumbna... https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/04/01/e9d53710/377_mattjohnson01.jpg.webp — 200 — 25.9 KiB — 414 ms — h3https://gameinformer.com/core/assets/vendor/underscore/underscore-min.js?v=1.13.7/core/assets/vendor/underscore/unde... https://gameinformer.com/core/assets/vendor/underscore/underscore-min.js?v=1.13.7 — 200 — 8.2 KiB — 112 ms — h3https://gameinformer.com/core/assets/vendor/backbone/backbone-min.js?v=1.6.0/core/assets/vendor/backbone/backbo... https://gameinformer.com/core/assets/vendor/backbone/backbone-min.js?v=1.6.0 — 200 — 8.9 KiB — 124 ms — h3https://gameinformer.com/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0/core/assets/vendor/tabbable/index.... https://gameinformer.com/core/assets/vendor/tabbable/index.umd.min.js?v=6.2.0 — 200 — 2.9 KiB — 138 ms — h3https://gameinformer.com/core/misc/debounce.js?v=11.1.6/core/misc/debounce.js?v=11.1.6 https://gameinformer.com/core/misc/debounce.js?v=11.1.6 — 200 — 1.2 KiB — 138 ms — h3https://gameinformer.com/modules/contrib/better_exposed_filters/js/auto_submit.js?tdjwpl/modules/contrib/better_exposed_fil... https://gameinformer.com/modules/contrib/better_exposed_filters/js/auto_submit.js?tdjwpl — 200 — 2.9 KiB — 138 ms — h3https://gameinformer.com/modules/contrib/better_exposed_filters/js/better_exposed_filters.js?tdjwpl/modules/contrib/better_exposed_fil... https://gameinformer.com/modules/contrib/better_exposed_filters/js/better_exposed_filters.js?tdjwpl — 200 — 1.1 KiB — 138 ms — h3https://gameinformer.com/themes/custom/gi5/js/admin/hide-toolbar.js?tdjwpl/themes/custom/gi5/js/admin/hide-to... https://gameinformer.com/themes/custom/gi5/js/admin/hide-toolbar.js?tdjwpl — 200 — 1.4 KiB — 138 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/isMobile.js?tdjwpl/themes/custom/gi5/js/global/isMobi... https://gameinformer.com/themes/custom/gi5/js/global/isMobile.js?tdjwpl — 200 — 1.8 KiB — 139 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/site.js?tdjwpl/themes/custom/gi5/js/global/site.j... https://gameinformer.com/themes/custom/gi5/js/global/site.js?tdjwpl — 200 — 1.2 KiB — 141 ms — h3https://gameinformer.com/themes/custom/gi5/js/components/featherlight.js?tdjwpl/themes/custom/gi5/js/components/fe... https://gameinformer.com/themes/custom/gi5/js/components/featherlight.js?tdjwpl — 200 — 8.4 KiB — 142 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/menus.js?tdjwpl/themes/custom/gi5/js/global/menus.... https://gameinformer.com/themes/custom/gi5/js/global/menus.js?tdjwpl — 200 — 2.2 KiB — 142 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/header_nav.js?tdjwpl/themes/custom/gi5/js/global/header... https://gameinformer.com/themes/custom/gi5/js/global/header_nav.js?tdjwpl — 200 — 1.3 KiB — 142 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/share_bar.js?tdjwpl/themes/custom/gi5/js/global/share_... https://gameinformer.com/themes/custom/gi5/js/global/share_bar.js?tdjwpl — 200 — 1.2 KiB — 142 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/content.js?tdjwpl/themes/custom/gi5/js/global/conten... https://gameinformer.com/themes/custom/gi5/js/global/content.js?tdjwpl — 200 — 1.5 KiB — 142 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/forms.js?tdjwpl/themes/custom/gi5/js/global/forms.... https://gameinformer.com/themes/custom/gi5/js/global/forms.js?tdjwpl — 200 — 1.3 KiB — 143 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/twitter_embed.js?tdjwpl/themes/custom/gi5/js/global/twitte... https://gameinformer.com/themes/custom/gi5/js/global/twitter_embed.js?tdjwpl — 200 — 1.1 KiB — 144 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/product_widget.js?tdjwpl/themes/custom/gi5/js/global/produc... https://gameinformer.com/themes/custom/gi5/js/global/product_widget.js?tdjwpl — 200 — 1.3 KiB — 151 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/comments.js?tdjwpl/themes/custom/gi5/js/global/commen... https://gameinformer.com/themes/custom/gi5/js/global/comments.js?tdjwpl — 200 — 2.1 KiB — 142 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/stickynav_toc.js?tdjwpl/themes/custom/gi5/js/global/sticky... https://gameinformer.com/themes/custom/gi5/js/global/stickynav_toc.js?tdjwpl — 200 — 1.4 KiB — 142 ms — h3https://gameinformer.com/themes/custom/gi5/js/components/hammer.js?tdjwpl/themes/custom/gi5/js/components/ha... https://gameinformer.com/themes/custom/gi5/js/components/hammer.js?tdjwpl — 200 — 18.8 KiB — 190 ms — h3https://gameinformer.com/themes/custom/gi5/js/curtis/inline-image-formatter.js?tdjwpl/themes/custom/gi5/js/curtis/inline... https://gameinformer.com/themes/custom/gi5/js/curtis/inline-image-formatter.js?tdjwpl — 200 — 863 B — 149 ms — h3https://gameinformer.com/themes/custom/gi5/js/layout/ds-landing.js?tdjwpl/themes/custom/gi5/js/layout/ds-lan... https://gameinformer.com/themes/custom/gi5/js/layout/ds-landing.js?tdjwpl — 200 — 1.2 KiB — 151 ms — h3https://gameinformer.com/themes/custom/gi5/js/curtis/preview-page.js?tdjwpl/themes/custom/gi5/js/curtis/previe... https://gameinformer.com/themes/custom/gi5/js/curtis/preview-page.js?tdjwpl — 200 — 1.7 KiB — 220 ms — h3https://gameinformer.com/themes/custom/gi5/js/components/jquery.mCustomScrollbar.concat.min.js?tdjwpl/themes/custom/gi5/js/components/jq... https://gameinformer.com/themes/custom/gi5/js/components/jquery.mCustomScrollbar.concat.min.js?tdjwpl — 200 — 13.5 KiB — 202 ms — h3https://gameinformer.com/themes/custom/gi5/js/global/scrollbars.js?tdjwpl/themes/custom/gi5/js/global/scroll... https://gameinformer.com/themes/custom/gi5/js/global/scrollbars.js?tdjwpl — 200 — 1.7 KiB — 150 ms — h3https://gameinformer.com/themes/custom/gi5/js/components/slick.min.js?tdjwpl/themes/custom/gi5/js/components/sl... https://gameinformer.com/themes/custom/gi5/js/components/slick.min.js?tdjwpl — 200 — 11.1 KiB — 189 ms — h3https://gameinformer.com/libraries/adblock-checker/dist/adblock-checker.min.js?v=1/libraries/adblock-checker/dist/adb... https://gameinformer.com/libraries/adblock-checker/dist/adblock-checker.min.js?v=1 — 200 — 5.4 KiB — 147 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/tracking/adblocker_detector.js?v=1.x/modules/custom/gi5_ads/js/tracking... https://gameinformer.com/modules/custom/gi5_ads/js/tracking/adblocker_detector.js?v=1.x — 200 — 1.1 KiB — 200 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/tracking/adblocker_detector_dm.js?v=1.x/modules/custom/gi5_ads/js/tracking... https://gameinformer.com/modules/custom/gi5_ads/js/tracking/adblocker_detector_dm.js?v=1.x — 200 — 970 B — 200 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/home/ads_home_init.js?tdjwpl/modules/custom/gi5_ads/js/home/ads... https://gameinformer.com/modules/custom/gi5_ads/js/home/ads_home_init.js?tdjwpl — 200 — 1.5 KiB — 147 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/video/ads_video.js?tdjwpl/modules/custom/gi5_ads/js/video/ad... https://gameinformer.com/modules/custom/gi5_ads/js/video/ads_video.js?tdjwpl — 200 — 2.4 KiB — 198 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/inline_ads_videos.js?tdjwpl/modules/custom/gi5_ads/js/inline_a... https://gameinformer.com/modules/custom/gi5_ads/js/inline_ads_videos.js?tdjwpl — 200 — 896 B — 198 ms — h3https://gameinformer.com/core/misc/progress.js?v=11.1.6/core/misc/progress.js?v=11.1.6 https://gameinformer.com/core/misc/progress.js?v=11.1.6 — 200 — 2.2 KiB — 186 ms — h3https://gameinformer.com/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0/core/assets/vendor/loadjs/loadjs.m... https://gameinformer.com/core/assets/vendor/loadjs/loadjs.min.js?v=4.3.0 — 200 — 1.4 KiB — 216 ms — h3https://gameinformer.com/core/misc/announce.js?v=11.1.6/core/misc/announce.js?v=11.1.6 https://gameinformer.com/core/misc/announce.js?v=11.1.6 — 200 — 2.1 KiB — 216 ms — h3https://gameinformer.com/core/misc/message.js?v=11.1.6/core/misc/message.js?v=11.1.6 https://gameinformer.com/core/misc/message.js?v=11.1.6 — 200 — 3.0 KiB — 241 ms — h3https://gameinformer.com/core/misc/ajax.js?v=11.1.6/core/misc/ajax.js?v=11.1.6 https://gameinformer.com/core/misc/ajax.js?v=11.1.6 — 200 — 17.9 KiB — 262 ms — h3https://gameinformer.com/themes/contrib/stable/js/ajax.js?v=11.1.6/themes/contrib/stable/js/ajax.js?v... https://gameinformer.com/themes/contrib/stable/js/ajax.js?v=11.1.6 — 200 — 724 B — 215 ms — h3https://gameinformer.com/core/misc/displace.js?v=11.1.6/core/misc/displace.js?v=11.1.6 https://gameinformer.com/core/misc/displace.js?v=11.1.6 — 200 — 3.2 KiB — 241 ms — h3https://gameinformer.com/core/modules/toolbar/js/toolbar.menu.js?v=11.1.6/core/modules/toolbar/js/toolbar.me... https://gameinformer.com/core/modules/toolbar/js/toolbar.menu.js?v=11.1.6 — 200 — 3.2 KiB — 239 ms — h3https://gameinformer.com/modules/custom/gi_async_load/js/toolbar.js?v=11.1.6/modules/custom/gi_async_load/js/to... https://gameinformer.com/modules/custom/gi_async_load/js/toolbar.js?v=11.1.6 — 200 — 4.3 KiB — 239 ms — h3https://gameinformer.com/core/modules/toolbar/js/models/MenuModel.js?v=11.1.6/core/modules/toolbar/js/models/Men... https://gameinformer.com/core/modules/toolbar/js/models/MenuModel.js?v=11.1.6 — 200 — 764 B — 240 ms — h3https://gameinformer.com/core/modules/toolbar/js/models/ToolbarModel.js?v=11.1.6/core/modules/toolbar/js/models/Too... https://gameinformer.com/core/modules/toolbar/js/models/ToolbarModel.js?v=11.1.6 — 200 — 1.7 KiB — 241 ms — h3https://gameinformer.com/core/modules/toolbar/js/views/BodyVisualView.js?v=11.1.6/core/modules/toolbar/js/views/Body... https://gameinformer.com/core/modules/toolbar/js/views/BodyVisualView.js?v=11.1.6 — 200 — 1.1 KiB — 240 ms — h3https://gameinformer.com/core/modules/toolbar/js/views/MenuVisualView.js?v=11.1.6/core/modules/toolbar/js/views/Menu... https://gameinformer.com/core/modules/toolbar/js/views/MenuVisualView.js?v=11.1.6 — 200 — 1.1 KiB — 239 ms — h3https://gameinformer.com/core/modules/toolbar/js/views/ToolbarAuralView.js?v=11.1.6/core/modules/toolbar/js/views/Tool... https://gameinformer.com/core/modules/toolbar/js/views/ToolbarAuralView.js?v=11.1.6 — 200 — 1.3 KiB — 259 ms — h3https://gameinformer.com/core/modules/toolbar/js/views/ToolbarVisualView.js?v=11.1.6/core/modules/toolbar/js/views/Tool... https://gameinformer.com/core/modules/toolbar/js/views/ToolbarVisualView.js?v=11.1.6 — 200 — 4.4 KiB — 240 ms — h3https://gameinformer.com/core/modules/toolbar/js/escapeAdmin.js?v=11.1.6/core/modules/toolbar/js/escapeAdmi... https://gameinformer.com/core/modules/toolbar/js/escapeAdmin.js?v=11.1.6 — 200 — 1.1 KiB — 261 ms — h3https://gameinformer.com/modules/custom/gi_async_load/js/toolbar_fix.js?tdjwpl/modules/custom/gi_async_load/js/to... https://gameinformer.com/modules/custom/gi_async_load/js/toolbar_fix.js?tdjwpl — 200 — 714 B — 258 ms — h3https://gameinformer.com/modules/custom/gi_persistent_login/js/persistent-login-async.js?tdjwpl/modules/custom/gi_persistent_login... https://gameinformer.com/modules/custom/gi_persistent_login/js/persistent-login-async.js?tdjwpl — 200 — 1.1 KiB — 238 ms — h3https://gameinformer.com/modules/custom/gi_user_control/js/gtag-auth-tracker.js?tdjwpl/modules/custom/gi_user_control/js/... https://gameinformer.com/modules/custom/gi_user_control/js/gtag-auth-tracker.js?tdjwpl — 200 — 829 B — 237 ms — h3https://gameinformer.com/modules/contrib/google_tag/js/gtag.ajax.js?tdjwpl/modules/contrib/google_tag/js/gtag... https://gameinformer.com/modules/contrib/google_tag/js/gtag.ajax.js?tdjwpl — 200 — 784 B — 257 ms — h3https://gameinformer.com/core/misc/jquery.form.js?v=4.3.0/core/misc/jquery.form.js?v=4.3.0 https://gameinformer.com/core/misc/jquery.form.js?v=4.3.0 — 200 — 13.8 KiB — 257 ms — h3https://gameinformer.com/core/modules/views/js/base.js?v=11.1.6/core/modules/views/js/base.js?v=11... https://gameinformer.com/core/modules/views/js/base.js?v=11.1.6 — 200 — 1.6 KiB — 260 ms — h3https://gameinformer.com/core/modules/views/js/ajax_view.js?v=11.1.6/core/modules/views/js/ajax_view.js... https://gameinformer.com/core/modules/views/js/ajax_view.js?v=11.1.6 — 200 — 2.6 KiB — 260 ms — h3https://gameinformer.com/modules/contrib/views_infinite_scroll/js/infinite-scroll.js?v=11.1.6/modules/contrib/views_infinite_scr... https://gameinformer.com/modules/contrib/views_infinite_scroll/js/infinite-scroll.js?v=11.1.6 — 200 — 2.2 KiB — 259 ms — h3https://gameinformer.com/sites/default/files/favicons/site.webmanifest/sites/default/files/favicons/site.... https://gameinformer.com/sites/default/files/favicons/site.webmanifest — 200 — 956 B — 309 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.7 KiB — 229 ms — h3https://js-sec.indexww.com/ht/p/191727-252275115039054.jsjs-sec.indexww.com/ht/p/191727-2522... https://js-sec.indexww.com/ht/p/191727-252275115039054.js — 200 — 31.9 KiB — 287 ms — h2https://gameinformer.com/modules/custom/gi5_ads/js/home/ads_home_interstitial.js?tdjwpl/modules/custom/gi5_ads/js/home/ads... https://gameinformer.com/modules/custom/gi5_ads/js/home/ads_home_interstitial.js?tdjwpl — 200 — 778 B — 254 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/home/ads_home_leaderboard.js?tdjwpl/modules/custom/gi5_ads/js/home/ads... https://gameinformer.com/modules/custom/gi5_ads/js/home/ads_home_leaderboard.js?tdjwpl — 200 — 917 B — 284 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/home/ads_home_mpu.js?tdjwpl/modules/custom/gi5_ads/js/home/ads... https://gameinformer.com/modules/custom/gi5_ads/js/home/ads_home_mpu.js?tdjwpl — 200 — 890 B — 285 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/home/ads_home_skin.js?tdjwpl/modules/custom/gi5_ads/js/home/ads... https://gameinformer.com/modules/custom/gi5_ads/js/home/ads_home_skin.js?tdjwpl — 200 — 875 B — 282 ms — h3https://gameinformer.com/modules/custom/gi_darkmode/js/darkmode.js?tdjwpl/modules/custom/gi_darkmode/js/dark... https://gameinformer.com/modules/custom/gi_darkmode/js/darkmode.js?tdjwpl — 200 — 1.4 KiB — 284 ms — h3https://gameinformer.com/modules/custom/gi5_ads/js/tracking/gtag.js?tdjwpl/modules/custom/gi5_ads/js/tracking... https://gameinformer.com/modules/custom/gi5_ads/js/tracking/gtag.js?tdjwpl — 200 — 860 B — 283 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/22/6a3f0dd3/thebloodofdawnwalker2.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/22/6a3f0dd3/thebloodofdawnwalker2.jpg.webp — 200 — 4.0 KiB — 303 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/21/c846719a/dialbo4loh_mephisto.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/21/c846719a/dialbo4loh_mephisto.jpg.webp — 200 — 7.3 KiB — 372 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/21/f1526efa/splatoon-raiders-art-crop.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/21/f1526efa/splatoon-raiders-art-crop.jpg.webp — 200 — 13.2 KiB — 373 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/21/e316053a/tides_of_tomorrow_screenshots_demo3.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/21/e316053a/tides_of_tomorrow_screenshots_demo3.jpg.webp — 200 — 10.2 KiB — 374 ms — h3https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/03/31/ec0df3b2/377_soulframe_hero.jpg.webp/sites/default/files/styles/thumbna... https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/03/31/ec0df3b2/377_soulframe_hero.jpg.webp — 200 — 72.2 KiB — 401 ms — h3https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/04/21/e316053a/tides_of_tomorrow_screenshots_demo3.jpg.webp/sites/default/files/styles/thumbna... https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/04/21/e316053a/tides_of_tomorrow_screenshots_demo3.jpg.webp — 200 — 47.5 KiB — 393 ms — h3https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/04/08/7f675e88/nintendoswitch_tomodachilifelivingthedream_scrn_05.jpg.webp/sites/default/files/styles/thumbna... https://gameinformer.com/sites/default/files/styles/thumbnail/public/2026/04/08/7f675e88/nintendoswitch_tomodachilifelivingthedream_scrn_05.jpg.webp — 200 — 39.8 KiB — 390 ms — h3https://gameinformer.com/sites/default/files/styles/new_releases/public/2025/09/17/ae9ba444/DQsmashgrowlogo.jpg.webp/sites/default/files/styles/new_rel... https://gameinformer.com/sites/default/files/styles/new_releases/public/2025/09/17/ae9ba444/DQsmashgrowlogo.jpg.webp — 200 — 2.5 KiB — 314 ms — h3https://gameinformer.com/sites/default/files/styles/new_releases/public/2026/03/25/4fd4e930/albiononlineart.jpg.webp/sites/default/files/styles/new_rel... https://gameinformer.com/sites/default/files/styles/new_releases/public/2026/03/25/4fd4e930/albiononlineart.jpg.webp — 200 — 4.9 KiB — 323 ms — h3https://gameinformer.com/sites/default/files/styles/new_releases/public/2024/05/30/7dbded74/alienrogueincursion.jpg.webp/sites/default/files/styles/new_rel... https://gameinformer.com/sites/default/files/styles/new_releases/public/2024/05/30/7dbded74/alienrogueincursion.jpg.webp — 200 — 1.9 KiB — 372 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/20/6d9e953b/acblackflagresynclogo.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/20/6d9e953b/acblackflagresynclogo.jpg.webp — 200 — 4.7 KiB — 335 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/20/e7f6d6ca/DRAGON%20BALL%20XENOVERSE%203%20-%20Announcement%20Trailer%202.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/20/e7f6d6ca/DRAGON%20BALL%20XENOVERSE%203%20-%20Announcement%20Trailer%202.jpg.webp — 200 — 11.2 KiB — 372 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2022/03/02/5a6c101f/20220220151212_2.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2022/03/02/5a6c101f/20220220151212_2.jpg.webp — 200 — 8.4 KiB — 379 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/17/2c6a440c/pragmata%20review%20and%20bloodborne%20movie%20_%20the%20game%20informer%20show.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/17/2c6a440c/pragmata%20review%20and%20bloodborne%20movie%20_%20the%20game%20informer%20show.jpg.webp — 200 — 9.5 KiB — 371 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2025/06/04/099b905e/pragmata2.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2025/06/04/099b905e/pragmata2.jpg.webp — 200 — 9.7 KiB — 380 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/03/27/cbb380f1/soulframe_concept_art_3.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/03/27/cbb380f1/soulframe_concept_art_3.jpg.webp — 200 — 7.6 KiB — 371 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/16/c47c149d/95%20rapid%20fire%20questions%20about%20invincible%20vs.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/16/c47c149d/95%20rapid%20fire%20questions%20about%20invincible%20vs.jpg.webp — 200 — 11.0 KiB — 371 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/15/d45f6b45/metro2039_revealscreenshot_02_tunnels_4k.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/15/d45f6b45/metro2039_revealscreenshot_02_tunnels_4k.jpg.webp — 200 — 6.6 KiB — 338 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/16/871ed6c6/The%20Year%20Ahead%20for%20Battlefield%206%20_%202026%20Roadmap%20screenot.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/16/871ed6c6/The%20Year%20Ahead%20for%20Battlefield%206%20_%202026%20Roadmap%20screenot.jpg.webp — 200 — 11.1 KiB — 379 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2023/10/06/b81dfd56/hardware-hero_front_-copy.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2023/10/06/b81dfd56/hardware-hero_front_-copy.jpg.webp — 200 — 2.3 KiB — 337 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/16/2df2c837/Street%20Fighter%20_%20Official%20Trailer%20%282026%20Movie%29%20screen.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/16/2df2c837/Street%20Fighter%20_%20Official%20Trailer%20%282026%20Movie%29%20screen.jpg.webp — 200 — 4.7 KiB — 338 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/03/27/faabfe73/soulframe_screenshot_3.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/03/27/faabfe73/soulframe_screenshot_3.jpg.webp — 200 — 5.4 KiB — 360 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/14/e1e9da58/pokemon_champions_world_overview_trailer_0-47_screenshot.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/14/e1e9da58/pokemon_champions_world_overview_trailer_0-47_screenshot.jpg.webp — 200 — 12.8 KiB — 371 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/02/27/9346f98d/Bloodborne.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/02/27/9346f98d/Bloodborne.jpg.webp — 200 — 9.3 KiB — 369 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/08/4552a7ec/mouse_p.i._for_hire_-_screenshot_7.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/08/4552a7ec/mouse_p.i._for_hire_-_screenshot_7.jpg.webp — 200 — 4.9 KiB — 370 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/13/39256226/super_meat_boy_3d_3.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/13/39256226/super_meat_boy_3d_3.jpg.webp — 200 — 11.5 KiB — 375 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/03/27/75bd4104/soulframe_screenshot_6.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/03/27/75bd4104/soulframe_screenshot_6.jpg.webp — 200 — 6.5 KiB — 364 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/10/84bfdedf/pragmata_ss_15.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/10/84bfdedf/pragmata_ss_15.jpg.webp — 200 — 7.1 KiB — 370 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/13/d785964d/metro2039graphic.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/13/d785964d/metro2039graphic.jpg.webp — 200 — 4.6 KiB — 358 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/10/3785e57b/morbidmetal.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/10/3785e57b/morbidmetal.jpg.webp — 200 — 8.4 KiB — 374 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/10/8c4b0f55/image_1775847964658.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/10/8c4b0f55/image_1775847964658.jpg.webp — 200 — 10.5 KiB — 367 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/10/e3947ff5/the%20game%20informer%20show%20-%20pokemon%20champions%20and%2040%20years%20of%20zelda.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/10/e3947ff5/the%20game%20informer%20show%20-%20pokemon%20champions%20and%2040%20years%20of%20zelda.jpg.webp — 200 — 12.3 KiB — 375 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2022/01/14/7e4a97c6/doki_doki_literature_club_screen_1.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2022/01/14/7e4a97c6/doki_doki_literature_club_screen_1.jpg.webp — 200 — 10.3 KiB — 369 ms — h3https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/09/e64a9cf6/the%20super%20mario%20galaxy%20movie%20spoilercast.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_/public/2026/04/09/e64a9cf6/the%20super%20mario%20galaxy%20movie%20spoilercast.jpg.webp — 200 — 11.6 KiB — 374 ms — h3https://gameinformer.com/sites/default/files/styles/max_650x650/public/popup-images/print_combo_overlap.png.webp/sites/default/files/styles/max_650... https://gameinformer.com/sites/default/files/styles/max_650x650/public/popup-images/print_combo_overlap.png.webp — 200 — 61.7 KiB — 389 ms — h3https://gameinformer.com/themes/custom/gi5/js/tracking/cookieyes.js?tdjwpl/themes/custom/gi5/js/tracking/cook... https://gameinformer.com/themes/custom/gi5/js/tracking/cookieyes.js?tdjwpl — 200 — 1.8 KiB — 276 ms — h3https://gameinformer.com/modules/custom/gi_cookieyes/js/cky-placeholder-fix.js?tdjwpl/modules/custom/gi_cookieyes/js/cky... https://gameinformer.com/modules/custom/gi_cookieyes/js/cky-placeholder-fix.js?tdjwpl — 200 — 1.1 KiB — 276 ms — h3https://gameinformer.com/modules/custom/gi_cookieyes/js/reloader.js?tdjwpl/modules/custom/gi_cookieyes/js/rel... https://gameinformer.com/modules/custom/gi_cookieyes/js/reloader.js?tdjwpl — 200 — 2.1 KiB — 275 ms — h3https://gameinformer.com/modules/custom/gi_growthbook/js/gtag-growthbook.js?tdjwpl/modules/custom/gi_growthbook/js/gt... https://gameinformer.com/modules/custom/gi_growthbook/js/gtag-growthbook.js?tdjwpl — 200 — 1004 B — 310 ms — h3https://gameinformer.com/modules/custom/gi_pop_up/js/popup.js?tdjwpl/modules/custom/gi_pop_up/js/popup.... https://gameinformer.com/modules/custom/gi_pop_up/js/popup.js?tdjwpl — 200 — 2.3 KiB — 340 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 340 ms — h2https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/banner.jscdn-cookieyes.com/client_data/54e81... https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/banner.js — 200 — 8.4 KiB — 373 ms — h2https://gameinformer.com/async-load/user-name?parameter=uid/async-load/user-name?parameter=uid https://gameinformer.com/async-load/user-name?parameter=uid — 200 — 789 B — 110 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/logo/gi-logo.svg?v=2/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/logo/gi-logo.svg?v=2 — 200 — 2.8 KiB — 33 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/icon-menu.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/icon-menu.svg — 200 — 801 B — 24 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/header_twitter.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/header_twitter.svg — 200 — 884 B — 41 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/header_facebook.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/header_facebook.svg — 200 — 1.0 KiB — 39 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/header_instagram.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/header_instagram.svg — 200 — 1.4 KiB — 31 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/header_twitch.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/header_twitch.svg — 200 — 902 B — 38 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/header_youtube.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/header_youtube.svg — 200 — 1.1 KiB — 38 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/header_tiktok.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/header_tiktok.svg — 200 — 966 B — 39 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/logo/gi-footer.svg?v=2/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/logo/gi-footer.svg?v=2 — 200 — 2.8 KiB — 38 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_twitter.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_twitter.svg — 200 — 878 B — 38 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_facebook.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_facebook.svg — 200 — 801 B — 37 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_instagram.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_instagram.svg — 200 — 1.1 KiB — 38 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_twitch.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_twitch.svg — 200 — 841 B — 37 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_youtube.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_youtube.svg — 200 — 887 B — 37 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_tiktok.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/social/footer_tiktok.svg — 200 — 858 B — 25 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/privacyoptions.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/privacyoptions.svg — 200 — 1.2 KiB — 35 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Regular.woff2/themes/custom/gi5/includes/fonts/N... https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Regular.woff2 — 200 — 45.2 KiB — 132 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Black.woff2/themes/custom/gi5/includes/fonts/B... https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Black.woff2 — 200 — 31.7 KiB — 114 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans%20Condensed/IBMPlexSansCond-Regular.woff2/themes/custom/gi5/includes/fonts/I... https://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans%20Condensed/IBMPlexSansCond-Regular.woff2 — 200 — 36.6 KiB — 111 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Italic.woff2/themes/custom/gi5/includes/fonts/N... https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Italic.woff2 — 200 — 48.8 KiB — 130 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Bold.woff2/themes/custom/gi5/includes/fonts/B... https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Bold.woff2 — 200 — 32.6 KiB — 122 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Regular.woff2/themes/custom/gi5/includes/fonts/B... https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Regular.woff2 — 200 — 31.8 KiB — 119 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-SemiBold.woff2/themes/custom/gi5/includes/fonts/B... https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-SemiBold.woff2 — 200 — 31.9 KiB — 114 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Medium.woff2/themes/custom/gi5/includes/fonts/B... https://gameinformer.com/themes/custom/gi5/includes/fonts/Biennale/Biennale-Medium.woff2 — 200 — 31.9 KiB — 115 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans/IBMPlexSans-Bold.woff2/themes/custom/gi5/includes/fonts/I... https://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans/IBMPlexSans-Bold.woff2 — 200 — 55.8 KiB — 129 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Bold.woff2/themes/custom/gi5/includes/fonts/N... https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Bold.woff2 — 200 — 47.8 KiB — 127 ms — h3https://gameinformer.com/async-load/page-top?context_url=//async-load/page-top?context_url=/ https://gameinformer.com/async-load/page-top?context_url=/ — 200 — 805 B — 126 ms — h3https://gameinformer.com/async-load/check-role?roles=subscriber&negate=1&context_url=/index/async-load/check-role?roles=subscr... https://gameinformer.com/async-load/check-role?roles=subscriber&negate=1&context_url=/index — 200 — 681 B — 122 ms — h3https://gameinformer.com/async-load/region?region_id=account_dropdown&context_url=//async-load/region?region_id=accoun... https://gameinformer.com/async-load/region?region_id=account_dropdown&context_url=/ — 200 — 862 B — 127 ms — h3https://gameinformer.com/async-load/region?region_id=header_hamburger&context_url=//async-load/region?region_id=header... https://gameinformer.com/async-load/region?region_id=header_hamburger&context_url=/ — 200 — 2.6 KiB — 121 ms — h3https://gameinformer.com/async-load/region?region_id=account_hamburger_menu&context_url=//async-load/region?region_id=accoun... https://gameinformer.com/async-load/region?region_id=account_hamburger_menu&context_url=/ — 200 — 850 B — 123 ms — h3https://gameinformer.com/async-load/block?block_plugin_id=block_content%3Ade0a1df2-408b-4a05-8db4-6ae77ff8efdc&config%5Bid%5D=block_content%3Ade0a1df2-408b-4a05-8db4-6ae77ff8efdc&config%5Blabel%5D=Announcement%20-%20Subscription&config%5Blabel_display%5D=0&config%5Bprovider%5D=block_content&config%5Bstatus%5D=1&config%5Binfo%5D=&config%5Bview_mode%5D=full&config%5Bgi_async_load%5D%5Basync_load_enabled%5D=1&config%5Bgi_async_load%5D%5Bconditions%5D%5Bgeo_condition%5D%5Bid%5D=geo_condition&config%5Bgi_async_load%5D%5Bconditions%5D%5Bgeo_condition%5D%5Bheader_name%5D=CF-IPCountry&&config%5Bgi_async_load%5D%5Bconditions%5D%5Bgeo_condition%5D%5Bnegate%5D=0&conditions%5Bgeo_condition%5D%5Bid%5D=geo_condition&conditions%5Bgeo_condition%5D%5Bheader_name%5D=CF-IPCountry&&conditions%5Bgeo_condition%5D%5Bnegate%5D=0&context_url=/blogs/members/b/manny704_blog/archive/2009/10/19/hideo-kojima-promises-zone-of-the-enders-sequel.aspx/async-load/block?block_plugin_id=b... https://gameinformer.com/async-load/block?block_plugin_id=block_content%3Ade0a1df2-408b-4a05-8db4-6ae77ff8efdc&config%5Bid%5D=block_content%3Ade0a1df2-408b-4a05-8db4-6ae77ff8efdc&config%5Blabel%5D=Announcement%20-%20Subscription&config%5Blabel_display%5D=0&config%5Bprovider%5D=block_content&config%5Bstatus%5D=1&config%5Binfo%5D=&config%5Bview_mode%5D=full&config%5Bgi_async_load%5D%5Basync_load_enabled%5D=1&config%5Bgi_async_load%5D%5Bconditions%5D%5Bgeo_condition%5D%5Bid%5D=geo_condition&config%5Bgi_async_load%5D%5Bconditions%5D%5Bgeo_condition%5D%5Bheader_name%5D=CF-IPCountry&&config%5Bgi_async_load%5D%5Bconditions%5D%5Bgeo_condition%5D%5Bnegate%5D=0&conditions%5Bgeo_condition%5D%5Bid%5D=geo_condition&conditions%5Bgeo_condition%5D%5Bheader_name%5D=CF-IPCountry&&conditions%5Bgeo_condition%5D%5Bnegate%5D=0&context_url=/blogs/members/b/manny704_blog/archive/2009/10/19/hideo-kojima-promises-zone-of-the-enders-sequel.aspx — 200 — 1.4 KiB — 171 ms — h3https://gameinformer.com/async-load/block?block_plugin_id=system_messages_block&config%5Bid%5D=system_messages_block&config%5Blabel%5D=Status%20messages&config%5Blabel_display%5D=0&config%5Bprovider%5D=system&config%5Bgi_async_load%5D%5Basync_load_enabled%5D=1&&context_url=/%3Fq%3Duser/async-load/block?block_plugin_id=s... https://gameinformer.com/async-load/block?block_plugin_id=system_messages_block&config%5Bid%5D=system_messages_block&config%5Blabel%5D=Status%20messages&config%5Blabel_display%5D=0&config%5Bprovider%5D=system&config%5Bgi_async_load%5D%5Basync_load_enabled%5D=1&&context_url=/%3Fq%3Duser — 200 — 1.4 KiB — 137 ms — h3https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_skin&context_url=/%3Fq%3Duser/async-load/block?block_plugin_id=g... https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_skin&context_url=/%3Fq%3Duser — 200 — 953 B — 168 ms — h3https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_interstitial&context_url=/%3Fq%3Duser/async-load/block?block_plugin_id=g... https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_interstitial&context_url=/%3Fq%3Duser — 200 — 855 B — 149 ms — h3https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_video&context_url=//async-load/block?block_plugin_id=g... https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_video&context_url=/ — 200 — 973 B — 166 ms — h3https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_leaderboard__mobile&context_url=//async-load/block?block_plugin_id=g... https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_leaderboard__mobile&context_url=/ — 200 — 906 B — 161 ms — h3https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_leaderboard&context_url=//async-load/block?block_plugin_id=g... https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_leaderboard&context_url=/ — 200 — 878 B — 165 ms — h3https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_mpu&context_url=//async-load/block?block_plugin_id=g... https://gameinformer.com/async-load/block?block_plugin_id=gi5_ads_home_mpu&context_url=/ — 200 — 913 B — 166 ms — h3https://gameinformer.com/async-load/check-role?roles=subscriber&negate=1&context_url=/index/async-load/check-role?roles=subscr... https://gameinformer.com/async-load/check-role?roles=subscriber&negate=1&context_url=/index — 200 — 0 B — 118 ms — h3https://gameinformer.com/async-load/user-name?parameter=picture_widget&context_url=/index/async-load/user-name?parameter=pic... https://gameinformer.com/async-load/user-name?parameter=picture_widget&context_url=/index — 200 — 759 B — 116 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 24 B — 107 ms — h3https://gameinformer.com/async-load/persistent-login/async-load/persistent-login https://gameinformer.com/async-load/persistent-login — 200 — 693 B — 139 ms — h3https://gameinformer.com/async-load/darkmode?nid=/async-load/darkmode?nid= https://gameinformer.com/async-load/darkmode?nid= — 200 — 705 B — 106 ms — h3https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/ThXBWh8B.jsoncdn-cookieyes.com/client_data/54e81... https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/ThXBWh8B.json — 200 — 343 B — 24 ms — h2https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_right_crop/public/2026/04/21/335a9867/xbox%20game%20pass%202025.jpg.webp/sites/default/files/styles/teaser_... https://gameinformer.com/sites/default/files/styles/teaser_promoted_image_thumbnail_mobile_retina_right_crop/public/2026/04/21/335a9867/xbox%20game%20pass%202025.jpg.webp — 200 — 8.1 KiB — 96 ms — h3https://gameinformer.com/sites/default/files/2026/04/07/1079167b/cover_banner_soulframe_mobile.png/sites/default/files/2026/04/07/107... https://gameinformer.com/sites/default/files/2026/04/07/1079167b/cover_banner_soulframe_mobile.png — 200 — 88.3 KiB — 31 ms — h3https://gameinformer.com/cdn-cgi/rum?/cdn-cgi/rum? https://gameinformer.com/cdn-cgi/rum? — 204 — 466 B — 16 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/icon-search.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/icon-search.svg — 200 — 975 B — 20 ms — h3https://gameinformer.com/themes/contrib/classy/images/misc/menu-expanded.png/themes/contrib/classy/images/misc/... https://gameinformer.com/themes/contrib/classy/images/misc/menu-expanded.png — 200 — 688 B — 17 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans/IBMPlexSans-Regular.woff2/themes/custom/gi5/includes/fonts/I... https://gameinformer.com/themes/custom/gi5/includes/fonts/IBM%20Plex%20Sans/IBMPlexSans-Regular.woff2 — 200 — 56.4 KiB — 91 ms — h3https://gameinformer.com/themes/custom/gi5/includes/images/newsletter-lightmode.svg/themes/custom/gi5/includes/images/... https://gameinformer.com/themes/custom/gi5/includes/images/newsletter-lightmode.svg — 200 — 1.5 KiB — 18 ms — h3https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/config/tjCaqPGR.jsoncdn-cookieyes.com/client_data/54e81... https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/config/tjCaqPGR.json — 200 — 8.0 KiB — 14 ms — h2https://gameinformer.com/sites/default/files/favicons/favicon.ico/sites/default/files/favicons/favic... https://gameinformer.com/sites/default/files/favicons/favicon.ico — 200 — 2.5 KiB — 21 ms — h3https://gameinformer.com/modules/custom/gi5_ads/includes/blank_ad.mp4/modules/custom/gi5_ads/includes/bl... https://gameinformer.com/modules/custom/gi5_ads/includes/blank_ad.mp4 — 206 — 8.2 KiB — 88 ms — h3https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/translations/ph2gFeKp.jsoncdn-cookieyes.com/client_data/54e81... https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/translations/ph2gFeKp.json — 200 — 922 B — 12 ms — h2https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/audit-table/UEr3G9QY.jsoncdn-cookieyes.com/client_data/54e81... https://cdn-cookieyes.com/client_data/54e81b6faed5f4c751ce72a1/audit-table/UEr3G9QY.json — 200 — 3.8 KiB — 10 ms — h2https://cdn-cookieyes.com/assets/images/revisit.svgcdn-cookieyes.com/assets/images/rev... https://cdn-cookieyes.com/assets/images/revisit.svg — 200 — 1.2 KiB — 16 ms — h2https://cdn-cookieyes.com/assets/images/close.svgcdn-cookieyes.com/assets/images/clo... https://cdn-cookieyes.com/assets/images/close.svg — 200 — 796 B — 18 ms — h2https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-SemiBold.woff2/themes/custom/gi5/includes/fonts/N... https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-SemiBold.woff2 — 200 — 47.9 KiB — 93 ms — h3https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Medium.woff2/themes/custom/gi5/includes/fonts/N... https://gameinformer.com/themes/custom/gi5/includes/fonts/Newsreader/Newsreader-Medium.woff2 — 200 — 47.7 KiB — 95 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-PX9YKWLVPB&gtm=45je64k0h1v886053940za200zd886053940&_p=1776890091834&gcs=G100&gcd=13q3q3W3q5l1&npa=1&dma_cps=-&dma=0&gdid=dY2Q2ZW&_eu=AAAAAEA&_geo=1&_rdi=1&are=1&cid=1949832538.1776890092&frm=0&gtm_up=1&pscdl=denied&rcb=6&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117512543~117884344~118463262&uid=cnooL72.mC.2&sid=1776890092&sct=1&seg=0&dl=https%3A%2F%2Fgameinformer.com%2F&dt=Game%20Informer&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1537www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-PX9YKWLVPB&gtm=45je64k0h1v886053940za200zd886053940&_p=1776890091834&gcs=G100&gcd=13q3q3W3q5l1&npa=1&dma_cps=-&dma=0&gdid=dY2Q2ZW&_eu=AAAAAEA&_geo=1&_rdi=1&are=1&cid=1949832538.1776890092&frm=0&gtm_up=1&pscdl=denied&rcb=6&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400~117512543~117884344~118463262&uid=cnooL72.mC.2&sid=1776890092&sct=1&seg=0&dl=https%3A%2F%2Fgameinformer.com%2F&dt=Game%20Informer&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1537 — 204 — 549 B — 52 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
74% of JavaScript execution is third-party
First-party Third-party 3753ms · 199KB · €41/mo
Unattributable
Other
Costly
Execution 1967ms
Transfer 0 KB
Monthly Cost €21/mo
Google Tag Manager
Tag Manager
Costly
Execution 1206ms
Transfer 170 KB
Monthly Cost €13/mo
cdn-cookieyes.com
Other
Costly
Execution 296ms
Transfer 10 KB
Monthly Cost €3/mo
cdn-cookieyes.com
Other
Costly
Execution 229ms
Transfer 8 KB
Monthly Cost €2/mo
static.cloudflareinsights.com
Other
Optional
Execution 55ms
Transfer 11 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • Unattributable adds 1967ms and costs ~€21/month
  • Google Tag Manager adds 1206ms and costs ~€13/month
  • cdn-cookieyes.com adds 296ms and costs ~€3/month
  • cdn-cookieyes.com adds 229ms and costs ~€2/month

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

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

Why this matters

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

Source: web.dev

Google Tag Manager takes 1206ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

cdn-cookieyes.com takes 296ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

cdn-cookieyes.com takes 229ms 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

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