Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 27.0s load time is above Google's 2.5s 'Good' threshold.
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 12.7 MB (4.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
98 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/e3c836c5-5462-4088-8da7-3e8f084b35ec)<a href="https://beavercheck.com/results/e3c836c5-5462-4088-8da7-3e8f084b35ec"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fepicgames.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fepicgames.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 27.0s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. 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 27.0s to load
+12% bounceUsers abandon at ~3s — you're 24.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 14.6s
+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.
$550 investment → $1.00/month returns + USD 157,500 risk avoided
$550
6h · 5 findings
$1.00 /mo
~$12 / 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.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,512 / year if left unfixed
$157,500
+4 more
$1.00 /mo
12460.3 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 4 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.
5.32 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14.55 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.74 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
34.20 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.css-k2imt7 > a > div.css-64zdjg > div.css-1rq4u55 div.css-k2imt7 > a > div.css-64zdjg > div.css-1rq4u55 | cdn2.unrealengine.com/egs-windrose-carousel-logo-350x202-42610b0167ba.png | 75.2 KiB | 63.7 KiB |
Fortnite div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /fnsp-40-20-indoorlace-itemshop-socialshare-1920x1080-192... | 50.5 KiB | 27.7 KiB |
div.css-k2imt7 > a > div.css-64zdjg > div.css-pqqwhn div.css-k2imt7 > a > div.css-64zdjg > div.css-pqqwhn | /egs-powerwash-simulator-2-adventure-time-dlc-carousel-lo... | 30.9 KiB | 25.2 KiB |
Hell Let Loose - Deluxe Edition div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /en-egs-deals-of-the-week-breaker-1920x1080-811aa51b3552.... | 45.4 KiB | 24.8 KiB |
div.css-k2imt7 > a > div.css-64zdjg > div.css-y7d0oq div.css-k2imt7 > a > div.css-64zdjg > div.css-y7d0oq | /egs-lego-batman-lotdk-carousel-logo-350x83-fbc3bcff6680.png | 26.8 KiB | 22.1 KiB |
This Week in Fortnite div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /fnbr-40-00-c7s2-16x9-fortnite-keyar-1920x1080-a1106f9840... | 24.4 KiB | 13.4 KiB |
Fortnite div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /13br-hulkhands-peely-social-1920x1080-eb71e0c75368.jpg?r... | 21.0 KiB | 11.5 KiB |
| /egs-crimson-desert-carousel-mobile-1200x1600-9cd9364b7db... | 86.4 KiB | 11.4 KiB | |
| /egs-powerwash-simulator-2-adventure-time-dlc-carousel-mo... | 72.2 KiB | 9.5 KiB | |
| /egs-mongil-star-dive-carousel-mobile-1200x1600-667d03ff5... | 68.2 KiB | 9.0 KiB | |
div.css-k2imt7 > a > div.css-64zdjg > div.css-js7evd div.css-k2imt7 > a > div.css-64zdjg > div.css-js7evd | cdn2.unrealengine.com/egs-crimson-desert-logo-350x221-7ea32bba5677.png | 20.5 KiB | 7.9 KiB |
| /egs-windrose-carousel-mobile-1200x1600-f1e314965b01.jpg?... | 54.2 KiB | 7.2 KiB | |
| /egs-lego-batman-lotdk-carousel-mobile-1200x1600-3c522a1b... | 49.0 KiB | 6.5 KiB | |
Check out all the deals for this week. div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /en-sales-specials-dotw-breaker-asset-1920x1080-1313ee288... | 11.2 KiB | 6.1 KiB |
Mortal Online 2 div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /en-egs-deals-of-the-week-breaker-1920x1080-6d32ef79726b.... | 8.6 KiB | 4.7 KiB |
| /fneco-40-20-save-the-world-egs-featuredcarousel-mobile-1... | 33.5 KiB | 4.4 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.
| URL | Transfer Size | Duration |
|---|---|---|
| components.unrealengine.com/styles/navigation.css | 837 B | 759 ms |
| /epic-store/static/webpack/fonts.egstore-site.460f15f23b2... | 1.0 KiB | 153 ms |
| /epic-store/static/webpack/Vendor.egstore-site.4890a2c28b... | 12.0 KiB | 153 ms |
| /epic-store/static/webpack/webAppStyles.egstore-site.0eb0... | 10.5 KiB | 780 ms |
| /epic-store/static/webpack/ClientIndex.egstore-site.3b064... | 1.4 KiB |
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.
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.
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.
| URL | Time Spent |
|---|---|
| epicgames.com/ | 1.0 s |
| www.epicgames.com/ | 863 ms |
| store.epicgames.com/ | 786 ms |
| store.epicgames.com/en-US | 0.0 ms |
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.8 KiB | 12.9 KiB |
| components.unrealengine.com/footer/footer-jgytM29I.mjs | 30.1 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 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 |
|---|---|---|
| /epic-store/static/webpack/Vendor.egstore-site.642ded5d7e... | 1.1 MiB | 910.9 KiB |
| /epic-store/static/webpack/ClientIndex.egstore-site.3c598... | 856.1 KiB | 415.7 KiB |
| cdn.cookielaw.org/scripttemplates/202503.2.0/otBannerSdk.js | 117.1 KiB | 65.4 KiB |
| components.unrealengine.com/navigation/navigation-CVNzITGf.mjs | 87.8 KiB | 41.7 KiB |
| js.hcaptcha.com/1/api.js?render=explicit&uj=true | 85.7 KiB | 34.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 |
|---|---|---|---|
| /epic-store/static/webpack/main.egstore-site.b2f00125737a... | 14.7 s | 13.5 s | 1.4 ms |
| /epic-store/static/webpack/Vendor.egstore-site.642ded5d7e... | 9.2 s | 6.0 s | 679 ms |
| store.epicgames.com/en-US | 3.4 s | 135 ms | 228 ms |
| Unattributable | 1.5 s | 218 ms | 0.0 ms |
| cdn.cookielaw.org/scripttemplates/202503.2.0/otBannerSdk.js | 971 ms | 422 ms | 107 ms |
| /epic-store/static/webpack/ClientIndex.egstore-site.3c598... | 673 ms | 57 ms | 588 ms |
| components.unrealengine.com/navigation/navigation-CVNzITGf.mjs | 446 ms | 401 ms | 3.0 ms |
| store.epicgames.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 434 ms | 379 ms | 4.7 ms |
| components.unrealengine.com/footer/lit-shared-CfJu2WdS.mjs | 326 ms | 271 ms | 0.5 ms |
| js.hcaptcha.com/1/api.js?render=explicit&uj=true | 223 ms | 176 ms | 45 ms |
| tracking.epicgames.com/tracking.js?p=EGS | 120 ms | 94 ms | 23 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 | 21.7 s |
| Other | 3.7 s |
| Style & Layout | 3.2 s |
| Script Parsing & Compilation | 1.7 s |
| Rendering | 780 ms |
| Garbage Collection | 694 ms |
| Parse HTML & CSS | 405 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| SharedWorkerWithNoActiveClient | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .css-2ptuz5 { transition: transform 125ms ease-in-out; display: flex; flex-direction: row-reverse; … } … | 46.6 KiB | 5.7 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 |
|---|---|---|
| .css-2ptuz5 { transition: transform 125ms ease-in-out; display: flex; flex-direction: row-reverse; … } … | 46.6 KiB | 45.9 KiB |
| 28.2 KiB | 27.8 KiB |
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.
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 Featured Carousel div > div.css-1wwyop4 > div > h5.eds_1ypbntd0 |
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 |
|---|
Slide 1 of 6 div.css-cdzsa1 > div > div.css-mzrlh2 > button.css-f18ets |
Slide 2 of 6 div.css-cdzsa1 > div > div.css-mzrlh2 > button.css-f18ets |
Slide 3 of 6 div.css-cdzsa1 > div > div.css-mzrlh2 > button.css-f18ets |
Slide 4 of 6 div.css-cdzsa1 > div > div.css-mzrlh2 > button.css-f18ets |
Slide 5 of 6 div.css-cdzsa1 > div > div.css-mzrlh2 > button.css-f18ets |
Slide 6 of 6 div.css-cdzsa1 > div > div.css-mzrlh2 > button.css-f18ets |
Slide 1 of 3 div > div.css-ikhelv > div.css-mzrlh2 > button.css-f18ets |
Slide 2 of 3 div > div.css-ikhelv > div.css-mzrlh2 > button.css-f18ets |
Slide 3 of 3 div > div.css-ikhelv > div.css-mzrlh2 > button.css-f18ets |
Slide 1 of 3 div > div.css-ikhelv > div.css-mzrlh2 > button.css-f18ets |
Slide 2 of 3 div > div.css-ikhelv > div.css-mzrlh2 > button.css-f18ets |
Slide 3 of 3 div > div.css-ikhelv > div.css-mzrlh2 > button.css-f18ets |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Base Game
I Hate This Place
€29.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
Base Game
1348 Ex Voto
€24.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
See In Shop
(Opens in new tab) div.css-1sadfz1 > div.css-asovn8 > div.css-u4p24i > a.eds_wy6w1n0 |
Base Game
Metro 2033 Redux
-90%
€19.99*
€1.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
Edition
Metro Exodus - Gold Edition
-85%
€39.99*
€5.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
FREE NOW
The Stone of Madness
Free Now - Apr 23 at 05:00 PM div.css-aere9z > div > div.css-2mlzob > a.css-1k3j1r9 |
COMING SOON
DOOMBLADE
Free Apr 23 - Apr 30 div.css-aere9z > div > div.css-2mlzob > a.css-1k3j1r9 |
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) | |
|---|---|---|---|
Store a.logo > img.logo__img | cms-assets.unrealengine.com/AVzjeqAbLRKi3W5jq0CAvz/cmb81xhnx3wl407o5wzb06x28 | 54 x 32 (1.69) | 59 x 32 (1.84) |
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 |
|---|---|
A bad HTTP response code (403) was received when fetching the script. | |
/epic-store/static/webpack/Vendor.egstore-site.642ded5d7e... line 152, col 2941577 | invalid hash location or offer info |
/epic-store/static/webpack/Vendor.egstore-site.642ded5d7e... line 152, col 2941577 | TypeError: Failed to register a ServiceWorker for scope ('https://store.epicgames.com/') with script ('https://store.epicgames.com/epic-service-worker.js'): A bad HTTP response code (403) was received when fetching the script. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
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.
1.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.59 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.50 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.
8.36 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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 | |
|---|---|---|---|
Fortnite div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /fnsp-40-20-indoorlace-itemshop-socialshare-1920x1080-192... | 40.7 KiB | 34.9 KiB |
Hell Let Loose - Deluxe Edition div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /en-egs-deals-of-the-week-breaker-1920x1080-811aa51b3552.... | 35.4 KiB | 30.4 KiB |
Play Fortnite for FREE on Epic Games Store div.css-uwwqev > div.css-uwwqev > picture.css-1l9qif7 > img.css-1bbjmcj | /en-fneco-40-20-save-the-world-egs-featuredcarousel-1920x... | 46.8 KiB | 27.6 KiB |
John Carpenter’s Toxic Commando div.css-767s3d > div.css-uwwqev > div.css-uwwqev > img.css-1ae5wog | /offer/a22be63a94a64dd4a999ed959f0ce77f/EGS_JohnCarpenter... | 31.1 KiB | 23.5 KiB |
1348 Ex Voto div.css-767s3d > div.css-uwwqev > div.css-uwwqev > img.css-1ae5wog | /spt-assets/b905b6f2b0fd49cc9078a57bc61e407f/1348-ex-voto... | 28.9 KiB | 21.3 KiB |
I Hate This Place div.css-767s3d > div.css-uwwqev > div.css-uwwqev > img.css-1ae5wog | /spt-assets/05992670f02e4aafa193c5355e3370ef/i-hate-this-... | 21.4 KiB | 15.6 KiB |
This Week in Fortnite div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /fnbr-40-00-c7s2-16x9-fortnite-keyar-1920x1080-a1106f9840... | 17.4 KiB | 15.0 KiB |
Fortnite div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /13br-hulkhands-peely-social-1920x1080-eb71e0c75368.jpg?r... | 14.8 KiB | 12.7 KiB |
Sunderfolk div.css-767s3d > div.css-uwwqev > div.css-uwwqev > img.css-1ae5wog | /spt-assets/71c943751e9642c3918ba6b20ebe4b13/sunderfolk-1... | 16.0 KiB | 11.7 KiB |
Nova Roma div.css-767s3d > div.css-uwwqev > div.css-uwwqev > img.css-1ae5wog | /spt-assets/178a1f498c264c96836aa7cc890b721f/nova-roma-12... | 15.6 KiB | 11.4 KiB |
Check out all the deals for this week. div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /en-sales-specials-dotw-breaker-asset-1920x1080-1313ee288... | 6.3 KiB | 5.4 KiB |
Mortal Online 2 div.css-3p40pv > div.css-u421q6 > div.css-uwwqev > img.css-lyfb9t | /en-egs-deals-of-the-week-breaker-1920x1080-6d32ef79726b.... | 5.9 KiB | 5.0 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.
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.
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.
| URL | Time Spent |
|---|---|
| epicgames.com/ | 481 ms |
| www.epicgames.com/ | 327 ms |
| store.epicgames.com/ | 252 ms |
| store.epicgames.com/en-US | 0.0 ms |
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.
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.8 KiB | 12.9 KiB |
| components.unrealengine.com/footer/footer-jgytM29I.mjs | 30.1 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 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 |
|---|---|---|
| /epic-store/static/webpack/Vendor.egstore-site.642ded5d7e... | 1.1 MiB | 909.6 KiB |
| /epic-store/static/webpack/ClientIndex.egstore-site.3c598... | 855.6 KiB | 410.1 KiB |
| cdn.cookielaw.org/scripttemplates/202503.2.0/otBannerSdk.js | 117.1 KiB | 65.4 KiB |
| components.unrealengine.com/navigation/navigation-CVNzITGf.mjs | 87.8 KiB | 41.6 KiB |
| js.hcaptcha.com/1/api.js?render=explicit&uj=true | 85.8 KiB | 34.4 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 |
|---|---|---|---|
| /epic-store/static/webpack/main.egstore-site.b2f00125737a... | 3.7 s | 3.4 s | 0.4 ms |
| /epic-store/static/webpack/Vendor.egstore-site.642ded5d7e... | 2.2 s | 1.3 s | 178 ms |
| store.epicgames.com/en-US | 1.1 s | 37 ms | 59 ms |
| Unattributable | 396 ms | 46 ms | 0.0 ms |
| /epic-store/static/webpack/ClientIndex.egstore-site.3c598... | 219 ms | 14 ms | 187 ms |
| cdn.cookielaw.org/scripttemplates/202503.2.0/otBannerSdk.js | 208 ms | 141 ms | 30 ms |
| components.unrealengine.com/navigation/navigation-CVNzITGf.mjs | 206 ms | 114 ms | 0.8 ms |
| store.epicgames.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 145 ms | 138 ms | 1.5 ms |
| components.unrealengine.com/footer/lit-shared-CfJu2WdS.mjs | 83 ms | 69 ms | 0.1 ms |
| js.hcaptcha.com/1/api.js?render=explicit&uj=true | 63 ms | 50 ms | 12 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 | 5.4 s |
| Other | 1.2 s |
| Style & Layout | 875 ms |
| Script Parsing & Compilation | 476 ms |
| Rendering | 225 ms |
| Garbage Collection | 175 ms |
| Parse HTML & CSS | 132 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| SharedWorkerWithNoActiveClient | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .css-f18ets { position: relative; padding: 0px; border: none; font: inherit; color: inherit; … } … | 47.2 KiB | 5.7 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 |
|---|---|---|
| .css-f18ets { position: relative; padding: 0px; border: none; font: inherit; color: inherit; … } … | 47.2 KiB | 46.5 KiB |
| 28.2 KiB | 27.8 KiB |
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.
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 Featured Carousel div > div.css-2scrzp > div > h5.eds_1ypbntd0 |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Base Game
I Hate This Place
€29.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
Base Game
1348 Ex Voto
€24.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
Base Game
Sunderfolk
Free div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
Base Game
John Carpenter’s Toxic Commando
€39.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
Base Game
Nova Roma
€29.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
See In Shop
(Opens in new tab) div.css-1sadfz1 > div.css-asovn8 > div.css-u4p24i > a.eds_wy6w1n0 |
See In Shop
(Opens in new tab) div.css-1sadfz1 > div.css-asovn8 > div.css-u4p24i > a.eds_wy6w1n0 |
Base Game
Metro 2033 Redux
-90%
€19.99*
€1.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
Edition
Metro Exodus - Gold Edition
-85%
€39.99*
€5.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
Base Game
Windrose
-10%
€29.99*
€26.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
Base Game
Metro Last Light Redux
-90%
€19.99*
€1.99 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
Edition
EA SPORTS FC™ 26 ICONS Edition
-75%
€89.99*
€22.49 div.swiper-slide > div > div.css-2mlzob > a.css-1k3j1r9 |
FREE NOW
The Stone of Madness
Free Now - Apr 23 at 05:00 PM div.css-aere9z > div > div.css-2mlzob > a.css-1k3j1r9 |
COMING SOON
DOOMBLADE
Free Apr 23 - Apr 30 div.css-aere9z > div > div.css-2mlzob > a.css-1k3j1r9 |
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) | |
|---|---|---|---|
Store a.logo > img.logo__img | cms-assets.unrealengine.com/AVzjeqAbLRKi3W5jq0CAvz/cmb81xhnx3wl407o5wzb06x28 | 54 x 32 (1.69) | 59 x 32 (1.84) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
A bad HTTP response code (403) was received when fetching the script. | |
/epic-store/static/webpack/Vendor.egstore-site.642ded5d7e... line 152, col 2941577 | invalid hash location or offer info |
/epic-store/static/webpack/Vendor.egstore-site.642ded5d7e... line 152, col 2941577 | TypeError: Failed to register a ServiceWorker for scope ('https://store.epicgames.com/') with script ('https://store.epicgames.com/epic-service-worker.js'): A bad HTTP response code (403) was received when fetching the script. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback