Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 25.3 MB (22.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/0513599f-1c9a-4418-9ac6-e4d9bf2e88c3)<a href="https://beavercheck.com/results/0513599f-1c9a-4418-9ac6-e4d9bf2e88c3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffortnite.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffortnite.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 71.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 71.2s to load
+12% bounceUsers abandon at ~3s — you're 68.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $5.63/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$5.63 /mo
~$68 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,131 / month at risk
~$157,568 / year if left unfixed
$157,500
+4 more
$5.63 /mo
70375.7 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
71.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.06 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.012
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.32 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.
76.10 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci | cms-assets.unrealengine.com/cm6l5gfpm05kr07my04cqgy2x/cmns04049d9ou07lonp85qo07 | 2.8 MiB | 2.8 MiB |
div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci | cms-assets.unrealengine.com/cm6l5gfpm05kr07my04cqgy2x/cmnngi05d1q9907na9bldleux | 2.0 MiB | 2.0 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/br-hero-1920x700-7014a996bc66.png | 1.7 MiB | 1.7 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/combat-hero-1920x700-ef04df84926f.png | 1.6 MiB | 1.6 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/driving-hero-image-1920x700-b9bdaa8753ed.png | 1.6 MiB | 1.6 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/survival-hero-1920x700-b0979cf54845.png | 1.5 MiB | 1.5 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/roleplay-hero-1920x700-3316eca9a8aa.png | 1.3 MiB | 1.3 MiB |
div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmmkxebqs38... | 1.3 MiB | 1.3 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/tycoon-herov2-1920x700-91a0c075c08b.png | 1.0 MiB | 1.0 MiB |
div._1eu3eal1m > div.ocgamas > img.ocgamax div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmo0ivjal1z... | 584.2 KiB | 536.6 KiB |
div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmnqebw9h53... | 475.3 KiB | 427.7 KiB |
div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci | cms-assets.unrealengine.com/cm6l5gfpm05kr07my04cqgy2x/cmo338rj5am2g07n1sfyize2v | 393.6 KiB | 365.9 KiB |
div._1eu3eal1m > div.ocgamas > img.ocgamax div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmo0i50pt1u... | 341.9 KiB | 294.3 KiB |
div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmo1rqork28... | 320.6 KiB | 275.3 KiB |
div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci | cms-assets.unrealengine.com/cm6l5gfpm05kr07my04cqgy2x/cmnxgo5m56n6o07oeosxm98or | 288.2 KiB | 263.8 KiB |
div._1eu3eal1m > div.ocgamas > img.ocgamax div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmo0iz8ve20... | 241.5 KiB | 207.5 KiB |
div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/cdn-uploader-arttile-02--2e77e7fc7917-420x256-4bc28cd7.png | 160.1 KiB | 152.4 KiB |
div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/squidgames-arttilev2-420x256-27e530e82c1b.png | 157.5 KiB | 149.8 KiB |
div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/tmnt-arttile-420x256-b2882c5c6446.png | 157.2 KiB | 149.5 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/lego-tile-512x186-467f060b23e0.png | 154.6 KiB | 141.8 KiB |
div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/cdn-uploader-IPLegoTile-420x256-d3d20e30.png | 136.3 KiB | 128.6 KiB |
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 162.5 KiB | 125.1 KiB |
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 161.5 KiB | 124.3 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/walking-dead-tile-792x288-bba1249a07e5.png | 134.5 KiB | 121.7 KiB |
div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/rr-arttile-420x256-29e8b42a7c7b.png | 121.9 KiB | 114.2 KiB |
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 122.7 KiB | 85.5 KiB |
Party Royale div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn2.unrealengine.com/partyroyalelogo-480-480x270-d148a8a84907.jpg | 77.0 KiB | 70.2 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/cdn-uploader-refrigerator_tile_background_web-f1620eba.png | 78.1 KiB | 65.3 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/tmnt-tile-512x186-1b775a93bd05.png | 76.6 KiB | 63.7 KiB |
Fortnite OG div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-EN_FN_OG_C1S8_40-10_Takeover_DiscoverTile_-... | 68.3 KiB | 61.5 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/fall-guys-tile-512x186-ab55039a589e.png | 73.5 KiB | 60.6 KiB |
Battle Royale div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-EN_FNBR_40-00_C7S2_Act2_Teaser_DiscoverTile... | 61.3 KiB | 54.3 KiB |
Save the World div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-EN_FNECO_40-20_Save-The-World_FTP_DiscoverT... | 57.8 KiB | 50.8 KiB |
Reload div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-EN_FN_RELOAD_40-20_EliteStronghold_Discover... | 51.2 KiB | 44.2 KiB |
div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | /cdn-uploader-fallguys-arttile--abaa8d95346f-256x156-ba31... | 49.4 KiB | 42.9 KiB |
New Reload Map: Elite Stronghold div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 64.7 KiB | 41.8 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/rr-tile-512x186-2592f5695179.png | 54.3 KiB | 41.5 KiB |
Blitz Royale div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-FNBLZ_40-20_Blitz_Update_DiscoverTile_-480x... | 44.3 KiB | 37.5 KiB |
div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-4981d5f8d4b2610ec > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/t-ui-ip-walkingdead-tile-256x156-9c42c162bb62.png | 41.9 KiB | 35.4 KiB |
Fortnite CH7S2 div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 56.7 KiB | 34.8 KiB |
Fortnite | Toy Story div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 43.6 KiB | 26.7 KiB |
FIGHT THE BRAINROT div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/MfBUXcOGymqkQjceQX/image/landscape_comp_s.jpeg | 33.0 KiB | 26.2 KiB |
🐶 PET HEROES ADVENTURE div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/TuLSRQYqSNhAXahAXj/image/landscape_comp_s.jpeg | 30.2 KiB | 23.2 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/squidgames-tilebg-388x144-94dce1049f2f.jpg | 30.8 KiB | 21.7 KiB |
KPop Demon Hunters div._1xypzh90 > div._1eu3eal32i > a._1i6fbay4 > img._1xypzh94 | /cdn-uploader-tile-kpop-logo--1e365080b302-256x144-853679... | 23.9 KiB | 20.2 KiB |
1v1v1 Reload 1v1 Realistics Free for All div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/kesZdEgrKjheRewNsI/image/landscape_comp_s.jpeg | 24.9 KiB | 18.1 KiB |
Cave Tycoon div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/MAbKPHJFpDBGbwoaSF/image/landscape_comp_s.jpeg | 23.9 KiB | 17.1 KiB |
FALL GUYS div._1xypzh90 > div._1eu3eal32i > a._1i6fbay4 > img._1xypzh94 | cdn2.unrealengine.com/fallguys-logotile-new-256x144-782e1d21350d.png | 20.6 KiB | 17.0 KiB |
HAVOC HOTEL 2 [ROGUELIKE] div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/eTzyqrXKyPVrMdcbfU/image/landscape_comp_s.jpeg | 23.9 KiB | 16.9 KiB |
SKYBOX 2 div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/XyiOPCNwhdcWHOhzFA/image/landscape_comp_s_b.jpeg | 23.1 KiB | 16.2 KiB |
SUPER PILLARS div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/KeJNQXoufbfilCOCXL/image/landscape_comp_s.jpeg | 22.0 KiB | 15.2 KiB |
SCRIMS Arena 🔥 - 2v2 Scrims Arena div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/HQMlcurFqWtTjWCjvw/image/landscape_comp_s.jpeg | 21.6 KiB | 14.8 KiB |
Fortnite | Laufey div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 23.6 KiB | 14.5 KiB |
MIC UP 🔊 PROXIMITY CHAT div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/QVporMcthRukYdJPvM/image/landscape_comp_s.jpeg | 20.7 KiB | 14.0 KiB |
FN Mod div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/fAHVRcJglUpyhqFKwj/image/landscape_comp_s.jpeg | 20.1 KiB | 13.4 KiB |
Fortnite | Triple Threat div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 21.9 KiB | 13.4 KiB |
Fortnite Showdown div._1eu3eal8i > div._1eu3eal8a > h2._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 21.8 KiB | 13.3 KiB |
SQUID GAME div._1xypzh90 > div._1eu3eal32i > a._1i6fbay4 > img._1xypzh94 | cdn2.unrealengine.com/squidgame-logoherov2-512x200-2a422d4065ad.png | 16.0 KiB | 13.0 KiB |
Elemental Quest div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/GukgMadBdIoUgiHCYr/image/landscape_comp_s.jpeg | 19.2 KiB | 12.8 KiB |
🐐 GO GOATED! Zone Wars 🌀 div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/AFDvsjpuzSHiRupMbc/image/landscape_comp_s.jpeg | 17.8 KiB | 12.1 KiB |
HIVE PILLARS div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/JPrQJvmzVgBqyxthgx/image/landscape_comp_s.jpeg | 17.5 KiB | 11.9 KiB |
THE KRAKEN: BOSSFIGHT🐙 div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/qffFrGZwSZLWwQiRAM/image/landscape_comp_s_b.jpeg | 16.6 KiB | 11.2 KiB |
Chef Tycoon div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/ckBUiTPFbDzyZdIQgZ/image/landscape_comp_s.jpeg | 16.7 KiB | 11.1 KiB |
The Red Door [Horror] div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/kRIGzKIkmPSZWocruy/image/landscape_comp_s.jpeg | 15.4 KiB | 10.4 KiB |
SQUAD BOX PVP div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/FnaeAUOLGVrpUNhgco/image/landscape_comp_s.jpeg | 14.6 KiB | 9.9 KiB |
Bed Wars div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/CiZkJwfQZzSuPiDeZc/image/landscape_comp_s.jpeg | 14.3 KiB | 9.7 KiB |
ANNIHILATION [HORROR] div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/yTUWORZEtGpZHnBUzQ/image/landscape_comp_s.jpeg | 13.4 KiB | 9.0 KiB |
Navy div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/fWvyFFJAKpNbnOnvKB/image/landscape_comp_s.jpeg | 12.2 KiB | 8.3 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| components.unrealengine.com/navigation/navigation-CVNzITGf.mjs | 87.9 KiB | 12.9 KiB |
| components.unrealengine.com/footer/footer-jgytM29I.mjs | 30.0 KiB | 4.4 KiB |
| components.unrealengine.com/navigation/lit-shared-BhisrU_7.mjs | 8.8 KiB | 2.6 KiB |
| components.unrealengine.com/footer/lit-shared-CfJu2WdS.mjs | 8.0 KiB | 2.3 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.fortnite.com/remix/assets/index-DZ-Pgaaw.css | 23.0 KiB | 20.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.fortnite.com/remix/assets/index-BIqgl9dr.js | 107.5 KiB | 53.9 KiB |
| www.fortnite.com/remix/assets/root-CdcTaEBE.js | 93.7 KiB | 52.5 KiB |
| js.hcaptcha.com/1/api.js?render=explicit&uj=true | 85.4 KiB | 34.6 KiB |
| components.unrealengine.com/footer/footer-jgytM29I.mjs | 30.0 KiB | 22.8 KiB |
| www.fortnite.com/remix/assets/Animate-Bn0WMklH.js | 40.5 KiB | 22.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.fortnite.com/remix/assets/entry.client-Dsn7KdEs.js | 2.9 s | 1.0 s | 0.4 ms |
| www.fortnite.com/remix/assets/index-CXgk81OS.js | 2.6 s | 1.9 s | 0.4 ms |
| www.fortnite.com/ | 1.6 s | 61 ms | 22 ms |
| Unattributable | 1.6 s | 169 ms | 0.0 ms |
| components.unrealengine.com/navigation/navigation-CVNzITGf.mjs | 315 ms | 267 ms | 1.5 ms |
| js.hcaptcha.com/1/api.js?render=explicit&uj=true | 283 ms | 219 ms | 31 ms |
| www.fortnite.com/remix/assets/Animate-Bn0WMklH.js | 205 ms | 66 ms | 0.6 ms |
| www.fortnite.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 200 ms | 191 ms | 2.3 ms |
| www.fortnite.com/remix/assets/Hero-CI0u_pDC.js | 176 ms | 176 ms | 0.1 ms |
| components.unrealengine.com/footer/lit-shared-CfJu2WdS.mjs | 86 ms | 74 ms | 0.2 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.2 s |
| Other | 3.3 s |
| Style & Layout | 1.8 s |
| Rendering | 596 ms |
| Garbage Collection | 179 ms |
| Parse HTML & CSS | 128 ms |
| Script Parsing & Compilation | 76 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... |
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... |
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
New Reload Map: Elite Stronghold div#cmnrwtcufcbci07lof4omfp5q > div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 2 div._1eu3eal1my > div._1eu3eal322 > div._1eu3eal7u > button.nek5bw1 |
Go to slide 3 div._1eu3eal1my > div._1eu3eal322 > div._1eu3eal7u > button.nek5bw1 |
Go to slide 4 div._1eu3eal1my > div._1eu3eal322 > div._1eu3eal7u > button.nek5bw1 |
Go to slide 5 div._1eu3eal1my > div._1eu3eal322 > div._1eu3eal7u > button.nek5bw1 |
Go to slide 6 div._1eu3eal1my > div._1eu3eal322 > div._1eu3eal7u > button.nek5bw1 |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/cdn-uploader-refrigerator_tile_background_web-f1620eba.png | 300 x 84 (3.57) | 792 x 288 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/walking-dead-tile-792x288-bba1249a07e5.png | 300 x 84 (3.57) | 792 x 288 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/fall-guys-tile-512x186-ab55039a589e.png | 300 x 84 (3.57) | 512 x 186 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/lego-tile-512x186-467f060b23e0.png | 300 x 84 (3.57) | 512 x 186 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/tmnt-tile-512x186-1b775a93bd05.png | 300 x 84 (3.57) | 512 x 186 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/rr-tile-512x186-2592f5695179.png | 300 x 84 (3.57) | 512 x 186 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/squidgames-tilebg-388x144-94dce1049f2f.jpg | 300 x 84 (3.57) | 388 x 144 (2.69) |
Fortnite Logo a.logo > img.logo__img | cms-assets.unrealengine.com/AVzjeqAbLRKi3W5jq0CAvz/ovBnvmuJSxO5xtgXZcef | 81 x 32 (2.53) | 146 x 40 (3.65) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Fledge | js.hcaptcha.com/1/api.js?render=explicit&uj=true line 3, col 47111 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.fortnite.com/remix/assets/entry.client-Dsn7KdEs.js line 14, col 1953 | Failed to load cookieScript [object Event] |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.fortnite.com/news/join-the-elites-in-fortnite-reload-elite-stronghold | LEARN MORE |
| www.fortnite.com/battle-pass | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.07 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
534 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.86 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.
12.83 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci | cms-assets.unrealengine.com/cm6l5gfpm05kr07my04cqgy2x/cmns04049d9ou07lonp85qo07 | 2.8 MiB | 2.8 MiB |
div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci | cms-assets.unrealengine.com/cm6l5gfpm05kr07my04cqgy2x/cmnngi05d1q9907na9bldleux | 2.0 MiB | 2.0 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/br-hero-1920x700-7014a996bc66.png | 1.7 MiB | 1.7 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/musicparty-hero-1920x700-c564bf538777.png | 1.7 MiB | 1.7 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/combat-hero-1920x700-ef04df84926f.png | 1.6 MiB | 1.6 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/driving-hero-image-1920x700-b9bdaa8753ed.png | 1.6 MiB | 1.6 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/platformer-hero-1920x700-32f46f9b1b08.png | 1.6 MiB | 1.5 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/survival-hero-1920x700-b0979cf54845.png | 1.5 MiB | 1.5 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/roleplay-hero-1920x700-3316eca9a8aa.png | 1.3 MiB | 1.3 MiB |
div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmmkxebqs38... | 1.3 MiB | 1.2 MiB |
div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci | cms-assets.unrealengine.com/cm6l5gfpm05kr07my04cqgy2x/cmmp64pbp1gyc07o3sh02e8oo | 1.1 MiB | 1.1 MiB |
div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi div.swiper-slide > div._1eu3eal82 > div._1eu3eal32i > img._1eu3ealwi | cdn2.unrealengine.com/tycoon-herov2-1920x700-91a0c075c08b.png | 1.0 MiB | 1.0 MiB |
div._1eu3eal1m > div.ocgamas > img.ocgamax div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmo0ivjal1z... | 584.2 KiB | 465.6 KiB |
div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci | cms-assets.unrealengine.com/cm6l5gfpm05kr07my04cqgy2x/cmo338rj5am2g07n1sfyize2v | 393.6 KiB | 380.5 KiB |
div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmnqebw9h53... | 475.3 KiB | 356.8 KiB |
div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci | cms-assets.unrealengine.com/cm6l5gfpm05kr07my04cqgy2x/cmmx2yaipaxzh06oiwra8ztzf | 332.8 KiB | 319.7 KiB |
div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci div._1eu3ealn6 > div.ciaitu3 > div.ciaitu4 > img._1eu3eal3ci | cms-assets.unrealengine.com/cm6l5gfpm05kr07my04cqgy2x/cmnxgo5m56n6o07oeosxm98or | 288.2 KiB | 276.8 KiB |
div._1eu3eal1m > div.ocgamas > img.ocgamax div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmo0i50pt1u... | 341.9 KiB | 223.4 KiB |
div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax div.ocgamah > div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmo1rqork28... | 320.6 KiB | 208.0 KiB |
Respawn Rumble div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-EN_FNBR_39-00_C7S1_RespawnRumble_DiscoverPl... | 209.6 KiB | 205.1 KiB |
div._1eu3eal1m > div.ocgamas > img.ocgamax div._1eu3eal1m > div.ocgamas > img.ocgamax | /cm6l5gfpm05kr07my04cqgy2x/output=format:webp/cmo0iz8ve20... | 241.5 KiB | 156.7 KiB |
Festival Main Stage div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-EN_FNSP_40-20_IndoorLace_DiscoverTile_-480x... | 160.8 KiB | 156.3 KiB |
div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/cdn-uploader-arttile-02--2e77e7fc7917-420x256-4bc28cd7.png | 160.1 KiB | 156.3 KiB |
div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/squidgames-arttilev2-420x256-27e530e82c1b.png | 157.5 KiB | 153.7 KiB |
div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/tmnt-arttile-420x256-b2882c5c6446.png | 157.2 KiB | 153.3 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/lego-tile-512x186-467f060b23e0.png | 154.6 KiB | 148.1 KiB |
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img.krx3w82 div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img.krx3w82 | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 161.5 KiB | 140.7 KiB |
div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/cdn-uploader-IPLegoTile-420x256-d3d20e30.png | 136.3 KiB | 132.5 KiB |
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 162.5 KiB | 129.9 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/walking-dead-tile-792x288-bba1249a07e5.png | 134.5 KiB | 128.0 KiB |
div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/rr-arttile-420x256-29e8b42a7c7b.png | 121.9 KiB | 118.1 KiB |
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img.krx3w82 div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img.krx3w82 | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 122.7 KiB | 102.0 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/cdn-uploader-refrigerator_tile_background_web-f1620eba.png | 78.1 KiB | 71.6 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/tmnt-tile-512x186-1b775a93bd05.png | 76.6 KiB | 70.1 KiB |
LEGO Fortnite Odyssey div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-FNJN_40-20_Ninjago_Zoomed_DiscoverTile_-480... | 73.4 KiB | 68.9 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/fall-guys-tile-512x186-ab55039a589e.png | 73.5 KiB | 67.0 KiB |
Fortnite OG div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-EN_FN_OG_C1S8_40-10_Takeover_DiscoverTile_-... | 68.3 KiB | 63.8 KiB |
Battle Royale div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-EN_FNBR_40-00_C7S2_Act2_Teaser_DiscoverTile... | 61.3 KiB | 56.8 KiB |
New Reload Map: Elite Stronghold div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 64.7 KiB | 53.4 KiB |
Save the World div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-EN_FNECO_40-20_Save-The-World_FTP_DiscoverT... | 57.8 KiB | 53.3 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/rr-tile-512x186-2592f5695179.png | 54.3 KiB | 47.8 KiB |
Reload div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-EN_FN_RELOAD_40-20_EliteStronghold_Discover... | 51.2 KiB | 46.7 KiB |
Fortnite CH7S2 div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 56.7 KiB | 45.8 KiB |
div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | /cdn-uploader-fallguys-arttile--abaa8d95346f-256x156-ba31... | 49.4 KiB | 45.6 KiB |
Blitz Royale div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | /cdn-uploader-FNBLZ_40-20_Blitz_Update_DiscoverTile_-480x... | 44.3 KiB | 39.8 KiB |
div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 div#swiper-wrapper-a1e5f742fbddf329 > div.swiper-slide > div._1xypzh90 > img._1xypzh91 | cdn2.unrealengine.com/t-ui-ip-walkingdead-tile-256x156-9c42c162bb62.png | 41.9 KiB | 38.1 KiB |
Fortnite | Toy Story div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 43.6 KiB | 35.2 KiB |
Infinity Tower Tycoon div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/lgmitfIEoNVYfdxzth/image/landscape_comp_s.jpeg | 34.8 KiB | 30.3 KiB |
CRAZY RED VS BLUE 🔴🔵 div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/LcOHzKljNLmVyIcDbW/image/landscape_comp_s.jpeg | 30.2 KiB | 25.7 KiB |
🐶 PET HEROES ADVENTURE div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/TuLSRQYqSNhAXahAXj/image/landscape_comp_s.jpeg | 30.2 KiB | 25.7 KiB |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/squidgames-tilebg-388x144-94dce1049f2f.jpg | 30.8 KiB | 24.3 KiB |
FORTHAVEN RP🏠 div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/RnhJTzHDXWdLnrKUlS/image/landscape_comp_s.jpeg | 28.3 KiB | 23.8 KiB |
[ARPG]🗡️Fort Knight Legend 2 div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/rZyYwbfONquQQxHwFP/image/landscape_comp_s.jpeg | 28.3 KiB | 23.8 KiB |
KPop Demon Hunters div._1xypzh90 > div._1eu3eal32i > a._1i6fbay4 > img._1xypzh94 | /cdn-uploader-tile-kpop-logo--1e365080b302-256x144-853679... | 23.9 KiB | 22.7 KiB |
FALL GUYS div._1xypzh90 > div._1eu3eal32i > a._1i6fbay4 > img._1xypzh94 | cdn2.unrealengine.com/fallguys-logotile-new-256x144-782e1d21350d.png | 20.6 KiB | 19.4 KiB |
HAVOC HOTEL 2 [ROGUELIKE] div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/eTzyqrXKyPVrMdcbfU/image/landscape_comp_s.jpeg | 23.9 KiB | 19.4 KiB |
99 BOTS div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/SXKxENzTjDtBbfHISj/image/landscape_comp_s.jpeg | 23.6 KiB | 19.1 KiB |
Fortnite | Laufey div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 23.6 KiB | 19.1 KiB |
SKYBOX 2 div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/XyiOPCNwhdcWHOhzFA/image/landscape_comp_s_b.jpeg | 23.1 KiB | 18.6 KiB |
THE BANK HEIST [ROGUELIKE] div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/kSXKjFdtDJbddmgikX/image/landscape_comp_s.jpeg | 22.5 KiB | 18.0 KiB |
KENZI 1V1 BUILDFIGHTS (200 PUMPS) div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/jnJXgYksnkquWpKaub/image/landscape_comp_s.jpeg | 22.5 KiB | 18.0 KiB |
Fortnite | Triple Threat div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m > img | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... | 21.9 KiB | 17.7 KiB |
1V1-4V4 REALISTICS - FINEST REALISTIC div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/rodIHVYAGAuziNaBeQ/image/landscape_comp_s.jpeg | 21.8 KiB | 17.3 KiB |
SHADOW AWAKENING div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/DDKLVMVGSjcpevaxLV/image/landscape_comp_s.jpeg | 21.8 KiB | 17.3 KiB |
FN Mod div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/fAHVRcJglUpyhqFKwj/image/landscape_comp_s.jpeg | 20.1 KiB | 15.8 KiB |
1v1v1 1v1 1V1 div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/IFvvKeXGKCkHypKTHA/image/landscape_comp_s.jpeg | 19.5 KiB | 15.3 KiB |
SQUID GAME div._1xypzh90 > div._1eu3eal32i > a._1i6fbay4 > img._1xypzh94 | cdn2.unrealengine.com/squidgame-logoherov2-512x200-2a422d4065ad.png | 16.0 KiB | 14.4 KiB |
1v1 Build Fights! [4.6.4] div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/DvHxvhVqJouxUDkEkx/image/landscape_comp_s.jpeg | 17.7 KiB | 13.9 KiB |
SKYBOX div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/iHTubbeFhGTnJAjZpd/image/landscape_comp_s_b.jpeg | 16.6 KiB | 13.1 KiB |
THE KRAKEN: BOSSFIGHT🐙 div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/qffFrGZwSZLWwQiRAM/image/landscape_comp_s_b.jpeg | 16.6 KiB | 13.0 KiB |
TILTED ZONE WARS ⭐ (AM) div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/toAvjJIXHyPfocKMeE/image/landscape_comp_s.jpeg | 16.5 KiB | 13.0 KiB |
1v1 Build Fight [Rezon] div.swiper-slide > div._64t0zi3 > div._1eu3ealn6 > img._1eu3ealwi | cdn-0001.qstv.on.epicgames.com/aEuLISkxfyblrdXwIE/image/landscape_comp_s.jpeg | 16.2 KiB | 12.8 KiB |
ROCKET RACING div._1xypzh90 > div._1eu3eal32i > a._1i6fbay4 > img._1xypzh94 | cdn2.unrealengine.com/rr-logotile-new-256x144-b107c6bca44e.png | 8.9 KiB | 7.7 KiB |
LEGO div._1xypzh90 > div._1eu3eal32i > a._1i6fbay4 > img._1xypzh94 | cdn2.unrealengine.com/legofortnite-logotile-new-256x144-258d14a1b64e.png | 7.0 KiB | 5.8 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| components.unrealengine.com/navigation/navigation-CVNzITGf.mjs | 87.9 KiB | 12.9 KiB |
| components.unrealengine.com/footer/footer-jgytM29I.mjs | 30.0 KiB | 4.4 KiB |
| components.unrealengine.com/navigation/lit-shared-BhisrU_7.mjs | 8.8 KiB | 2.6 KiB |
| components.unrealengine.com/footer/lit-shared-CfJu2WdS.mjs | 8.0 KiB | 2.3 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.fortnite.com/remix/assets/index-DZ-Pgaaw.css | 22.2 KiB | 19.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.fortnite.com/remix/assets/index-BIqgl9dr.js | 107.4 KiB | 53.9 KiB |
| www.fortnite.com/remix/assets/root-CdcTaEBE.js | 93.9 KiB | 52.7 KiB |
| js.hcaptcha.com/1/api.js?render=explicit&uj=true | 85.4 KiB | 34.6 KiB |
| components.unrealengine.com/footer/footer-jgytM29I.mjs | 30.0 KiB | 22.8 KiB |
| www.fortnite.com/remix/assets/Animate-Bn0WMklH.js | 40.4 KiB | 22.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.fortnite.com/remix/assets/entry.client-Dsn7KdEs.js | 964 ms | 568 ms | 0.1 ms |
| www.fortnite.com/remix/assets/index-CXgk81OS.js | 767 ms | 595 ms | 0.1 ms |
| Unattributable | 446 ms | 51 ms | 0.0 ms |
| www.fortnite.com/ | 443 ms | 21 ms | 7.0 ms |
| www.fortnite.com/remix/assets/Hero-CI0u_pDC.js | 90 ms | 90 ms | 0.0 ms |
| www.fortnite.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 82 ms | 73 ms | 0.5 ms |
| js.hcaptcha.com/1/api.js?render=explicit&uj=true | 61 ms | 41 ms | 6.5 ms |
| www.fortnite.com/remix/assets/Animate-Bn0WMklH.js | 55 ms | 18 ms | 0.1 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.5 s |
| Other | 821 ms |
| Style & Layout | 457 ms |
| Rendering | 121 ms |
| Parse HTML & CSS | 52 ms |
| Garbage Collection | 51 ms |
| Script Parsing & Compilation | 20 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... |
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... |
div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi div._1xqgugg2 > div._1xqgugg3 > div.krx3w81 > img._1eu3ealwi | /cm6l5gfpm05kr07my04cqgy2x/resize=width:1024/quality=valu... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
New Reload Map: Elite Stronghold div#cmnrwtcufcbci07lof4omfp5q > div._1eu3eal8a > div._1eu3eal82 > h3._1eu3eal1m |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 2 div._1eu3eal1my > div._1eu3eal322 > div._1eu3eal7u > button.nek5bw1 |
Go to slide 3 div._1eu3eal1my > div._1eu3eal322 > div._1eu3eal7u > button.nek5bw1 |
Go to slide 4 div._1eu3eal1my > div._1eu3eal322 > div._1eu3eal7u > button.nek5bw1 |
Go to slide 5 div._1eu3eal1my > div._1eu3eal322 > div._1eu3eal7u > button.nek5bw1 |
Go to slide 6 div._1eu3eal1my > div._1eu3eal322 > div._1eu3eal7u > button.nek5bw1 |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/cdn-uploader-refrigerator_tile_background_web-f1620eba.png | 370 x 107 (3.46) | 792 x 288 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/walking-dead-tile-792x288-bba1249a07e5.png | 370 x 107 (3.46) | 792 x 288 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/fall-guys-tile-512x186-ab55039a589e.png | 370 x 107 (3.46) | 512 x 186 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/lego-tile-512x186-467f060b23e0.png | 370 x 107 (3.46) | 512 x 186 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/tmnt-tile-512x186-1b775a93bd05.png | 370 x 107 (3.46) | 512 x 186 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/rr-tile-512x186-2592f5695179.png | 370 x 107 (3.46) | 512 x 186 (2.75) |
div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 div.swiper-slide > div._1xypzh90 > div._1eu3eal32i > img._1xypzh95 | cdn2.unrealengine.com/squidgames-tilebg-388x144-94dce1049f2f.jpg | 370 x 107 (3.46) | 388 x 144 (2.69) |
Fortnite Logo a.logo > img.logo__img | cms-assets.unrealengine.com/AVzjeqAbLRKi3W5jq0CAvz/ovBnvmuJSxO5xtgXZcef | 81 x 32 (2.53) | 146 x 40 (3.65) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Fledge | js.hcaptcha.com/1/api.js?render=explicit&uj=true line 3, col 47111 |
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.fortnite.com/remix/assets/entry.client-Dsn7KdEs.js line 14, col 1953 | Failed to load cookieScript [object Event] |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.fortnite.com/news/join-the-elites-in-fortnite-reload-elite-stronghold | LEARN MORE |
| www.fortnite.com/battle-pass | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback