Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 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.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
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.3 MB (8.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
3 button(s) with no accessible text
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/cfcf2c02-8678-4628-8fda-0cb1da64dcc8)<a href="https://beavercheck.com/results/cfcf2c02-8678-4628-8fda-0cb1da64dcc8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkongregate.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkongregate.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 4.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. The 3 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~33%.
Page takes 4.3s to load
+12% bounceUsers abandon at ~3s — you're 1.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+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
3 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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
151 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €2,650/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€2,650 /mo
~€31,803 / year
EUR 120,500,000
if kept compliant
€128 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,669 / month at risk
~€120,500,024 / year if left unfixed
€120,500,000
+8 more
€1.97 /mo
26582.3 MB/mo × 0.074 EUR/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.
3.92 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.94 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.028
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.22 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.
18.63 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.
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.
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| analytics.ahrefs.com/analytics.js | 14400.0 s | 3.0 KiB |
| /GHEhQVpzarCTVLjNQybAPQITBaHd1yFPJgWkGNK8hirA0f2XGlk6rCii... | 86400.0 s | 1.4 KiB |
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.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 15 ms |
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 | |
|---|---|---|---|
Rogue Isles div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0069/6711/ezgif.com-resize.gif?i10c=img.resiz... | 1.6 MiB | 1.3 MiB |
PUSH div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0069/2210/giphypush.gif?i10c=img.resize(width... | 1.5 MiB | 1.2 MiB |
Idle Dice div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/7946/Unbenannt-2.gif?i10c=img.resize(wid... | 1.3 MiB | 1.0 MiB |
Snake Power-ups div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1897/cover1.png?i10c=img.resize(width:24... | 94.8 KiB | 85.6 KiB |
Rise of Champions div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/8871/kong-promo2.png?i10c=img.resize(wid... | 80.3 KiB | 72.9 KiB |
Zombie Derby 2 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0066/3223/kong_icon_250x200.png?i10c=img.resi... | 79.6 KiB | 72.2 KiB |
Cursed Treasure 2 Remastered div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0069/1933/CT2_250x200.png?i10c=img.resize(wid... | 79.1 KiB | 71.6 KiB |
Trader of Stories - Chapter 3 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1436/tos3_icon.png?i10c=img.resize(width... | 76.9 KiB | 69.4 KiB |
Warmerise | Red vs Blue - Lite Version div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/3647/wm_thumbnail.png?i10c=img.resize(wi... | 75.6 KiB | 66.4 KiB |
Firestone Idle RPG div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1892/Kongragate_AppIcon_1000x800_with_su... | 73.6 KiB | 66.1 KiB |
Cursed Treasure: Level Pack! div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0066/8637/CT__level_pack__icon.png?i10c=img.r... | 71.0 KiB | 63.5 KiB |
Crush The Castle 2 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1665/Screenshot2024-02-22at16.11.44-ezgi... | 69.7 KiB | 62.2 KiB |
Idle Hero TD div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1759/icon.png?i10c=img.resize(width:240,... | 69.5 KiB | 62.0 KiB |
Medieval Cop div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0064/5688/2.png?i10c=img.resize(width:240,hei... | 67.2 KiB | 60.1 KiB |
Cursed Treasure div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/9387/Icon_250x200.png?i10c=img.resize(wi... | 67.3 KiB | 59.9 KiB |
Blockade3D div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1676/250x200.png?i10c=img.resize(width:2... | 66.8 KiB | 59.4 KiB |
Aground div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/0099/AgroundKong.png?i10c=img.resize(wid... | 66.5 KiB | 59.1 KiB |
Cube Escape: Birthday div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0064/6925/icon250x200.png?i10c=img.resize(wid... | 65.6 KiB | 58.1 KiB |
apochess div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1893/Main_screen.png?i10c=img.resize(wid... | 63.4 KiB | 58.1 KiB |
Rush Team Free FPS Multiplayers div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0058/2149/250_200_RT_Icon__copy.png?i10c=img.... | 64.6 KiB | 57.1 KiB |
Idle Wizard div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1829/Feb2025_Kong_800x450.png?i10c=img.r... | 64.2 KiB | 56.7 KiB |
Age of Rivals div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0065/8601/Kongregate_Icon_Small.png?i10c=img.... | 61.9 KiB | 54.4 KiB |
Blush Blush div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/6008/kongicon.png?i10c=img.resize(width:... | 61.4 KiB | 53.9 KiB |
Cube Escape: Theatre div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0064/9868/icon435x280.png?i10c=img.resize(wid... | 57.5 KiB | 51.6 KiB |
Mob Wars: La Cosa Nostra div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1828/image.png?i10c=img.resize(width:240... | 58.0 KiB | 50.6 KiB |
Cardinal Quest 2 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0047/7302/kong-icon.png?i10c=img.resize(width... | 57.5 KiB | 50.1 KiB |
Medieval Cop V - The Secrets of Lucifer's Wings div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0065/5478/Book.png?i10c=img.resize(width:240,... | 57.4 KiB | 49.9 KiB |
Factory idle div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0064/9724/icon250x200.png?i10c=img.resize(wid... | 54.7 KiB | 47.2 KiB |
Reactor idle div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0063/7033/250x200-3.png?i10c=img.resize(width... | 51.5 KiB | 44.1 KiB |
Medieval Cop -The Invidia Games - Part 3 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0065/2968/Day3.png?i10c=img.resize(width:240,... | 50.5 KiB | 43.3 KiB |
Cube Escape: The Lake div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0061/0608/250x200.png?i10c=img.resize(width:2... | 47.7 KiB | 40.2 KiB |
Konkr.io div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1451/ezgif.com-resize.png?i10c=img.resiz... | 46.5 KiB | 39.1 KiB |
Scratch Inc. div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1842/extended.png?i10c=img.resize(width:... | 44.1 KiB | 36.6 KiB |
Swarm Simulator: Evolution div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/7537/game_icon.png?i10c=img.resize(width... | 43.5 KiB | 36.0 KiB |
Everybody Edits div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/5962/EEKong.png?i10c=img.resize(width:24... | 39.9 KiB | 32.4 KiB |
Anti-Idle: The Game div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0043/0042/ATG_-_Logo_TA.png?i10c=img.resize(w... | 39.6 KiB | 32.2 KiB |
NGU IDLE div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/0434/KongQuacky.png?i10c=img.resize(widt... | 37.5 KiB | 30.0 KiB |
Dj Sheepwolf Mixer 4 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0038/0307/loadingscreen.png?i10c=img.resize(w... | 35.2 KiB | 28.3 KiB |
Medieval Cop 9 -Song & Silence- (Part 1) div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/4702/01.png?i10c=img.resize(width:240,he... | 34.5 KiB | 28.1 KiB |
Milky Way Idle div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1745/Frame_133.png?i10c=img.resize(width... | 26.7 KiB | 19.3 KiB |
The Very Organized Thief div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/8085/tvothief_kongregate-game_icon.png?i... | 26.5 KiB | 19.0 KiB |
Synergism div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1151/logo.png?i10c=img.resize(width:240,... | 24.1 KiB | 18.9 KiB |
Sword Fight div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1888/SwordFightIcon.png?i10c=img.resize(... | 26.2 KiB | 18.7 KiB |
Escape Game - Computer Office Escape div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0069/7983/icon_kongregate.png?i10c=img.resize... | 25.8 KiB | 18.4 KiB |
Accelerator div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0044/9551/2013-03-05_14-59-00.png?i10c=img.re... | 27.3 KiB | 18.1 KiB |
Scalak div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/6448/icon_kg.png?i10c=img.resize(width:2... | 25.5 KiB | 18.0 KiB |
Mushroom Madness 3 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0031/1230/MM3-125x100.png?i10c=img.resize(wid... | 19.9 KiB | 17.9 KiB |
Musaic Box div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0032/9517/musaic_125x100x1.png?i10c=img.resiz... | 17.1 KiB | 15.0 KiB |
The Journey Home div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0065/2054/KongThumbnail.png?i10c=img.resize(w... | 22.4 KiB | 14.1 KiB |
Dunno div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0064/2182/dunno_thumb.png?i10c=img.resize(wid... | 21.8 KiB | 13.0 KiB |
Ghost Hacker div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0018/8308/ghosthacker_100_75.png?i10c=img.res... | 13.6 KiB | 12.5 KiB |
Three Goblets div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/8396/Icon_v1_1.png?i10c=img.resize(width... | 17.5 KiB | 10.1 KiB |
Dj Sheepwolf Mixer div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0012/3342/logo_100x70_.png?i10c=img.resize(wi... | 10.9 KiB | 9.8 KiB |
Zilch div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0004/8757/Zilch_Image.png?i10c=img.resize(wid... | 10.3 KiB | 9.2 KiB |
Kingdom Days Sim Date div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0018/0512/100x100.png?i10c=img.resize(width:2... | 10.1 KiB | 9.0 KiB |
Vector Stunt div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0029/5874/vector_stunt_125x100.png?i10c=img.r... | 10.3 KiB | 8.2 KiB |
Threelium div.bg-gradient-to-br > div.flex > div.flex-shrink-0 > img.w-32 | cdn3.kongcdn.com/assets/kongpanion_icons/0000/0493/balloons.png | 10.8 KiB | 7.4 KiB |
Pixel Purge div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0018/0648/PP-100x75.png?i10c=img.resize(width... | 8.0 KiB | 6.9 KiB |
Sports Heads: Football Championship div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0034/7265/playgame.png?i10c=img.resize(width:... | 10.6 KiB | 6.1 KiB |
Drakenlords: CCG Cards Duels div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0066/4901/icono_kongregate_250x200.jpg?i10c=i... | 13.5 KiB | 6.1 KiB |
Eternal Fury div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/7427/250x200.jpg?i10c=img.resize(width:2... | 13.5 KiB | 6.0 KiB |
Morningstar div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0009/0174/morningstar_icon.png.png?i10c=img.r... | 6.8 KiB | 5.7 KiB |
Untouchable div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0034/5669/konglogo.png?i10c=img.resize(width:... | 7.1 KiB | 5.1 KiB |
Spellstone div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/5197/kong_logo.jpg?i10c=img.resize(width... | 12.0 KiB | 4.5 KiB |
Music Quest div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0021/3139/newyou.png?i10c=img.resize(width:24... | 5.8 KiB | 4.2 KiB |
Animation Throwdown div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1449/ezgif.com-resize__7_.jpg?i10c=img.r... | 11.5 KiB | 4.1 KiB |
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.
| URL | Time Spent |
|---|---|
| kongregate.com/ | 755 ms |
| www.kongregate.com/ | 754 ms |
| www.kongregate.com/ | 151 ms |
| www.kongregate.com/en/ | 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.
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.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 140.1 KiB |
| /compiled-assets/application-687a35499b7a49f4a2ee61ec11a0... | 102.1 KiB | 86.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-27ZBDKBBZJ&cx=c>m=4e64k0 | 176.8 KiB | 67.6 KiB |
| /gtm.js?id=GTM-589V58Z>m_auth=PTv0C-TWRC_LC4qezSAJBw>... | 153.4 KiB | 62.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-11071699779&cx=c>m=4e64k0 | 139.7 KiB | 55.0 KiB |
| fundingchoicesmessages.google.com/i/1019038?ers=3 | 68.8 KiB | 36.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 |
|---|---|---|---|
| www.kongregate.com/en/ | 3.8 s | 323 ms | 21 ms |
| Unattributable | 1.3 s | 30 ms | 0.0 ms |
| /f/AGSKWxUHmJBsi36xC5rt2td3Ls6CEHcdVW9RrBPkGvO_3dkpezXmdw... | 1.3 s | 266 ms | 90 ms |
| /compiled-assets/application-687a35499b7a49f4a2ee61ec11a0... | 706 ms | 482 ms | 85 ms |
| /gtm.js?id=GTM-589V58Z>m_auth=PTv0C-TWRC_LC4qezSAJBw>... | 476 ms | 393 ms | 76 ms |
| www.googletagmanager.com/gtag/js?id=G-27ZBDKBBZJ&cx=c>m=4e64k0 | 468 ms | 383 ms | 82 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 417 ms | 279 ms | 99 ms |
| fundingchoicesmessages.google.com/i/1019038?ers=3 | 389 ms | 349 ms | 33 ms |
| www.googletagmanager.com/gtag/js?id=AW-11071699779&cx=c>m=4e64k0 | 373 ms | 269 ms | 60 ms |
| unpkg.com/web-vitals@5.0.1/dist/web-vitals.iife.js | 151 ms | 146 ms | 1.3 ms |
| js-agent.newrelic.com/nr-rum-1.313.1.min.js | 150 ms | 123 ms | 8.8 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 136 ms | 118 ms | 17 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 | 3.2 s |
| Style & Layout | 2.4 s |
| Other | 2.1 s |
| Rendering | 811 ms |
| Parse HTML & CSS | 621 ms |
| Script Parsing & Compilation | 576 ms |
| Garbage Collection | 42 ms |
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 |
|---|---|---|
| /compiled-assets/preview-8b5c2db8ea495e4cc301bb0d90d215c2... | 24.5 KiB | 5.0 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 |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.1 KiB | 13.9 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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Updated div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Become a Developer div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Developers div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Players div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Support div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Terms of Service div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Privacy Policy div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Code of Conduct div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#badge_card_20260422 > div.bg-white/10 > div.flex > a.flex-shrink-0 div#badge_card_20260422 > div.bg-white/10 > div.flex > a.flex-shrink-0 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.kongregate.com/ | Allowed |
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.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Rookie of War div#badge_card_20260422 > div.bg-white/10 > div.flex > img.w-20 | cdn1.kongcdn.com/badge_icons/0000/6999/IcnAchievementMissions_1_1.jpg | 80 x 80 | 36 x 36 | 120 x 120 |
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 |
|---|---|
| AttributionReporting | www.googletagmanager.com/gtag/js?id=AW-11071699779&cx=c>m=4e64k0 line 558, col 244 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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.kongregate.com/kongpanions | 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.
1.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
386 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.
2.38 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.81 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.
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 | |
|---|---|---|---|
Rogue Isles div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0069/6711/ezgif.com-resize.gif?i10c=img.resiz... | 1.6 MiB | 1.4 MiB |
PUSH div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0069/2210/giphypush.gif?i10c=img.resize(width... | 1.5 MiB | 1.2 MiB |
Idle Dice div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/7946/Unbenannt-2.gif?i10c=img.resize(wid... | 1.3 MiB | 1.1 MiB |
Dream World div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1032/kong-icon.gif?i10c=img.resize(width... | 163.4 KiB | 95.1 KiB |
Snake Power-ups div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1897/cover1.png?i10c=img.resize(width:24... | 94.8 KiB | 89.7 KiB |
Rise of Champions div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/8871/kong-promo2.png?i10c=img.resize(wid... | 80.3 KiB | 74.0 KiB |
Zombie Derby 2 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0066/3223/kong_icon_250x200.png?i10c=img.resi... | 79.6 KiB | 73.3 KiB |
Cursed Treasure 2 Remastered div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0069/1933/CT2_250x200.png?i10c=img.resize(wid... | 79.1 KiB | 72.7 KiB |
Warmerise | Red vs Blue - Lite Version div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/3647/wm_thumbnail.png?i10c=img.resize(wi... | 75.6 KiB | 70.6 KiB |
Trader of Stories - Chapter 3 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1436/tos3_icon.png?i10c=img.resize(width... | 76.9 KiB | 70.5 KiB |
Firestone Idle RPG div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1892/Kongragate_AppIcon_1000x800_with_su... | 73.6 KiB | 66.1 KiB |
Cursed Treasure: Level Pack! div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0066/8637/CT__level_pack__icon.png?i10c=img.r... | 71.0 KiB | 64.6 KiB |
Crush The Castle 2 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1665/Screenshot2024-02-22at16.11.44-ezgi... | 69.7 KiB | 63.3 KiB |
Idle Hero TD div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1759/icon.png?i10c=img.resize(width:240,... | 69.5 KiB | 63.1 KiB |
Crush Crush div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/3894/kong2ndiconVday.png?i10c=img.resize... | 68.3 KiB | 62.0 KiB |
Cursed Treasure div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/9387/Icon_250x200.png?i10c=img.resize(wi... | 67.3 KiB | 61.0 KiB |
Medieval Cop div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0064/5688/2.png?i10c=img.resize(width:240,hei... | 67.2 KiB | 60.6 KiB |
Blockade3D div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1676/250x200.png?i10c=img.resize(width:2... | 66.8 KiB | 60.5 KiB |
Aground div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/0099/AgroundKong.png?i10c=img.resize(wid... | 66.5 KiB | 60.1 KiB |
Cube Escape: Birthday div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0064/6925/icon250x200.png?i10c=img.resize(wid... | 65.6 KiB | 59.2 KiB |
Rush Team Free FPS Multiplayers div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0058/2149/250_200_RT_Icon__copy.png?i10c=img.... | 64.6 KiB | 58.2 KiB |
apochess div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1893/Main_screen.png?i10c=img.resize(wid... | 63.4 KiB | 58.1 KiB |
Idle Wizard div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1829/Feb2025_Kong_800x450.png?i10c=img.r... | 64.2 KiB | 57.8 KiB |
Age of Rivals div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0065/8601/Kongregate_Icon_Small.png?i10c=img.... | 61.9 KiB | 55.5 KiB |
Blush Blush div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/6008/kongicon.png?i10c=img.resize(width:... | 61.4 KiB | 55.0 KiB |
Mob Wars: La Cosa Nostra div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1828/image.png?i10c=img.resize(width:240... | 58.0 KiB | 51.7 KiB |
Cube Escape: Theatre div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0064/9868/icon435x280.png?i10c=img.resize(wid... | 57.5 KiB | 51.5 KiB |
Cardinal Quest 2 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0047/7302/kong-icon.png?i10c=img.resize(width... | 57.5 KiB | 51.1 KiB |
Medieval Cop V - The Secrets of Lucifer's Wings div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0065/5478/Book.png?i10c=img.resize(width:240,... | 57.4 KiB | 51.0 KiB |
Pinata Hunter 2 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0042/3973/300x250.png?i10c=img.resize(width:2... | 54.6 KiB | 48.5 KiB |
Factory idle div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0064/9724/icon250x200.png?i10c=img.resize(wid... | 54.7 KiB | 48.3 KiB |
Reactor idle div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0063/7033/250x200-3.png?i10c=img.resize(width... | 51.5 KiB | 45.2 KiB |
Medieval Cop -The Invidia Games - Part 3 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0065/2968/Day3.png?i10c=img.resize(width:240,... | 50.5 KiB | 43.8 KiB |
skull kill div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1890/Naves1.png?i10c=img.resize(width:24... | 48.1 KiB | 42.9 KiB |
Cube Escape: The Lake div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0061/0608/250x200.png?i10c=img.resize(width:2... | 47.7 KiB | 41.3 KiB |
Konkr.io div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1451/ezgif.com-resize.png?i10c=img.resiz... | 46.5 KiB | 40.2 KiB |
Scratch Inc. div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1842/extended.png?i10c=img.resize(width:... | 44.1 KiB | 37.7 KiB |
Swarm Simulator: Evolution div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/7537/game_icon.png?i10c=img.resize(width... | 43.5 KiB | 37.1 KiB |
Everybody Edits div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/5962/EEKong.png?i10c=img.resize(width:24... | 39.9 KiB | 33.5 KiB |
Anti-Idle: The Game div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0043/0042/ATG_-_Logo_TA.png?i10c=img.resize(w... | 39.6 KiB | 33.3 KiB |
NGU IDLE div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/0434/KongQuacky.png?i10c=img.resize(widt... | 37.5 KiB | 31.1 KiB |
Dj Sheepwolf Mixer 4 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0038/0307/loadingscreen.png?i10c=img.resize(w... | 35.2 KiB | 28.4 KiB |
Medieval Cop 9 -Song & Silence- (Part 1) div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/4702/01.png?i10c=img.resize(width:240,he... | 34.5 KiB | 28.1 KiB |
Accelerator div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0044/9551/2013-03-05_14-59-00.png?i10c=img.re... | 27.3 KiB | 22.3 KiB |
Milky Way Idle div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1745/Frame_133.png?i10c=img.resize(width... | 26.7 KiB | 20.3 KiB |
The Very Organized Thief div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/8085/tvothief_kongregate-game_icon.png?i... | 26.5 KiB | 20.1 KiB |
Sword Fight div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1888/SwordFightIcon.png?i10c=img.resize(... | 26.2 KiB | 19.8 KiB |
Escape Game - Computer Office Escape div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0069/7983/icon_kongregate.png?i10c=img.resize... | 25.8 KiB | 19.5 KiB |
Scalak div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/6448/icon_kg.png?i10c=img.resize(width:2... | 25.5 KiB | 19.1 KiB |
Synergism div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1151/logo.png?i10c=img.resize(width:240,... | 24.1 KiB | 18.9 KiB |
Mushroom Madness 3 div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0031/1230/MM3-125x100.png?i10c=img.resize(wid... | 19.9 KiB | 17.9 KiB |
The Journey Home div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0065/2054/KongThumbnail.png?i10c=img.resize(w... | 22.4 KiB | 16.7 KiB |
Dunno div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0064/2182/dunno_thumb.png?i10c=img.resize(wid... | 21.8 KiB | 16.4 KiB |
Musaic Box div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0032/9517/musaic_125x100x1.png?i10c=img.resiz... | 17.1 KiB | 15.0 KiB |
Ghost Hacker div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0018/8308/ghosthacker_100_75.png?i10c=img.res... | 13.6 KiB | 12.5 KiB |
Three Goblets div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/8396/Icon_v1_1.png?i10c=img.resize(width... | 17.5 KiB | 11.1 KiB |
Dj Sheepwolf Mixer div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0012/3342/logo_100x70_.png?i10c=img.resize(wi... | 10.9 KiB | 9.8 KiB |
Idol Days Sim Date div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0017/1094/100x75.png?i10c=img.resize(width:24... | 10.7 KiB | 9.5 KiB |
Zilch div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0004/8757/Zilch_Image.png?i10c=img.resize(wid... | 10.3 KiB | 9.2 KiB |
Kingdom Days Sim Date div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0018/0512/100x100.png?i10c=img.resize(width:2... | 10.1 KiB | 9.0 KiB |
Reactor Incremental div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0059/5011/Icon.png?i10c=img.resize(width:240,... | 14.8 KiB | 8.5 KiB |
Vector Stunt div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0029/5874/vector_stunt_125x100.png?i10c=img.r... | 10.3 KiB | 8.2 KiB |
Threelium div.bg-gradient-to-br > div.flex > div.flex-shrink-0 > img.w-32 | cdn3.kongcdn.com/assets/kongpanion_icons/0000/0493/balloons.png | 10.8 KiB | 8.1 KiB |
Swarm Simulator div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0066/5765/kongregate-updated.png?i10c=img.res... | 13.0 KiB | 7.8 KiB |
Drakenlords: CCG Cards Duels div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0066/4901/icono_kongregate_250x200.jpg?i10c=i... | 13.5 KiB | 7.2 KiB |
Eternal Fury div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0068/7427/250x200.jpg?i10c=img.resize(width:2... | 13.5 KiB | 7.1 KiB |
Pixel Purge div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0018/0648/PP-100x75.png?i10c=img.resize(width... | 8.0 KiB | 6.9 KiB |
Sports Heads: Football Championship div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0034/7265/playgame.png?i10c=img.resize(width:... | 10.6 KiB | 6.1 KiB |
Super Karoshi div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0009/2840/skicon6.png?i10c=img.resize(width:2... | 6.9 KiB | 5.8 KiB |
Morningstar div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0009/0174/morningstar_icon.png.png?i10c=img.r... | 6.8 KiB | 5.7 KiB |
Lucky Tower div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0018/9238/kong_icon.png?i10c=img.resize(width... | 6.4 KiB | 5.3 KiB |
Untouchable div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0034/5669/konglogo.png?i10c=img.resize(width:... | 7.1 KiB | 5.1 KiB |
Spellstone div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0067/5197/kong_logo.jpg?i10c=img.resize(width... | 12.0 KiB | 4.5 KiB |
Music Quest div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0021/3139/newyou.png?i10c=img.resize(width:24... | 5.8 KiB | 4.2 KiB |
Animation Throwdown div.content-ribbon-item > div.game-tile > a.block > img.w-full | /game_icons/0070/1449/ezgif.com-resize__7_.jpg?i10c=img.r... | 11.5 KiB | 4.1 KiB |
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| analytics.ahrefs.com/analytics.js | 14400.0 s | 3.0 KiB |
| /GHEhQVpzarCTVLjNQybAPQITBaHd1yFPJgWkGNK8hirA0f2XGlk6rCii... | 86400.0 s | 1.4 KiB |
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.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 15 ms |
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.
| URL | Time Spent |
|---|---|
| kongregate.com/ | 205 ms |
| www.kongregate.com/ | 217 ms |
| www.kongregate.com/ | 41 ms |
| www.kongregate.com/en/ | 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.
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.
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 138.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-27ZBDKBBZJ&cx=c>m=4e64k0 | 176.8 KiB | 67.2 KiB |
| /compiled-assets/application-687a35499b7a49f4a2ee61ec11a0... | 78.4 KiB | 66.5 KiB |
| /gtm.js?id=GTM-589V58Z>m_auth=PTv0C-TWRC_LC4qezSAJBw>... | 153.4 KiB | 62.0 KiB |
| www.googletagmanager.com/gtag/js?id=AW-11071699779&cx=c>m=4e64k0 | 139.6 KiB | 55.0 KiB |
| fundingchoicesmessages.google.com/i/1019038?ers=3 | 68.8 KiB | 36.3 KiB |
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 | 877 ms |
| Style & Layout | 818 ms |
| Other | 591 ms |
| Rendering | 462 ms |
| Script Parsing & Compilation | 162 ms |
| Parse HTML & CSS | 154 ms |
| Garbage Collection | 7.2 ms |
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 |
|---|---|---|
| /compiled-assets/preview-8b5c2db8ea495e4cc301bb0d90d215c2... | 24.6 KiB | 5.0 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 |
|---|---|---|
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.1 KiB | 14.0 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.
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 | |
|---|---|
Kongregate div.flex-1 > a.flex-shrink-0 > div.hidden > img.h-4 | /compiled-assets/logos/kongregate-logo-36fb64eb85f7b359a0... |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
WED div.bg-gradient-to-br > div.hidden > a.relative > div.text-xs |
22 div.bg-gradient-to-br > div.hidden > a.relative > div.text-lg |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Updated div.content-ribbon-item > div.game-tile > div.absolute > span |
Updated div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Hot div.content-ribbon-item > div.game-tile > div.absolute > span |
Become a Developer div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Developers div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Players div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Support div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Terms of Service div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Privacy Policy div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Code of Conduct div.text-right > ul.space-y-2 > li > a.text-muted-foreground |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#badge_card_20260422 > div.bg-white/10 > div.flex > a.flex-shrink-0 div#badge_card_20260422 > div.bg-white/10 > div.flex > a.flex-shrink-0 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.kongregate.com/ | Allowed |
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.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Rookie of War div#badge_card_20260422 > div.bg-white/10 > div.flex > img.w-20 | cdn1.kongcdn.com/badge_icons/0000/6999/IcnAchievementMissions_1_1.jpg | 80 x 80 | 36 x 36 | 80 x 80 |
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 |
|---|---|
| AttributionReporting | www.googletagmanager.com/gtag/js?id=AW-11071699779&cx=c>m=4e64k0 line 558, col 244 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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.kongregate.com/kongpanions | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback