Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
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.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
23 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
6 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
6 image-in-link without alt 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/492e6cb6-51f7-4cb4-bb5f-516967e8d7b1)<a href="https://beavercheck.com/results/492e6cb6-51f7-4cb4-bb5f-516967e8d7b1"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnewgrounds.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnewgrounds.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~35%.
Page takes 8.7s to load
+12% bounceUsers abandon at ~3s — you're 6.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
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 viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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, …)
9 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
31 broken link(s) on the page
+5% 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.
€520 investment → €5,362/month returns + EUR 120,500,000 risk avoided
€520
6h · 5 findings
€5,362 /mo
~€64,348 / year
EUR 120,500,000
if kept compliant
€40 — 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.
6.5 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,006 / year if left unfixed
€120,500,000
+13 more
€0.49 /mo
6569.7 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.
7.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
128 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.58 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
12.82 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.
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.
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 | |
|---|---|---|---|
Bridge Kids a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/315000/315123.png?f1697014631 | 79.1 KiB | 77.3 KiB |
Sublo & Tangy Mustard a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/315000/315037.png?f1697014517 | 69.7 KiB | 67.9 KiB |
Ski Freak a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1023000/flash_1023135.webp?f1773332066 | 26.0 KiB | 24.0 KiB |
Find Matt's Cats Demo a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1022000/flash_1022998.webp?f1773240118 | 24.4 KiB | 22.4 KiB |
SLUMLORDZ ~ EP.1 SANDWICH a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027144.webp?f1775596417 | 23.5 KiB | 21.5 KiB |
MOUTHWASH ♫ a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028752.png?f1776545192 | 23.4 KiB | 21.3 KiB |
Talon and the Champions of Saurithia a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028804.webp?f1776575496 | 22.8 KiB | 20.8 KiB |
Tad a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1023000/flash_1023637.webp?f1773608448 | 22.2 KiB | 20.2 KiB |
Coin Club presents: Flip for your life! a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029157.webp?f1776781588 | 20.7 KiB | 18.7 KiB |
Zombies Ate My Landlord a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1022000/flash_1022050.webp?f1772640621 | 19.6 KiB | 17.6 KiB |
Roughouse: Heartbeat 💖👼🧛 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285013.webp?f1776826897 | 17.7 KiB | 16.4 KiB |
zoom div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5283000/5283731.png?f1776780655 | 17.6 KiB | 16.3 KiB |
>eadline a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028572.webp?f1776454280 | 18.3 KiB | 16.2 KiB |
8-Bit Commando a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027868.webp?f1776010103 | 17.6 KiB | 15.5 KiB |
Manni D.P. Character Voice Demo Reel | 2026 div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1536/1536869.webp?f1772824073 | 16.7 KiB | 15.4 KiB |
Comm 7/8 Q1 2026 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284235.webp?f1776799036 | 16.4 KiB | 15.1 KiB |
Demo Reel div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1553/1553452.webp?f1775999921 | 15.6 KiB | 14.2 KiB |
Ragatha! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285079.webp?f1776831340 | 15.6 KiB | 14.2 KiB |
MIKU EMO div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285108.webp?f1776834004 | 15.5 KiB | 14.2 KiB |
PUNCH PUNCH FOREVER! a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/359000/359813.webp?f1713040073 | 15.9 KiB | 14.1 KiB |
Teminite &amp; SLUGZ - Underworld (Cloudy Parallels Remix) div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557410.webp?f1776836230 | 15.0 KiB | 13.7 KiB |
WHY IS SHE WEIRD?? a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027581.webp?f1775855179 | 15.7 KiB | 13.6 KiB |
🎉🔥Birthday ilustration🔥🎉 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285152.webp?f1776836390 | 14.2 KiB | 12.9 KiB |
Absolute Optimus Prime div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284076.webp?f1776793114 | 14.2 KiB | 12.9 KiB |
BNUUY POUNCE a.item-portalitem-art > div.item-icon > div > img | art.ngfiles.com/thumbnails/5252000/5252188.webp?f1775373063 | 14.0 KiB | 12.7 KiB |
AI Knowledge a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029175.webp?f1776786827 | 13.6 KiB | 11.5 KiB |
Dusqk - Dreams99 (Softboy7 Remix) div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557446.webp?f1776855528 | 12.8 KiB | 11.4 KiB |
Safe for Work a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027542.webp?f1775840115 | 13.1 KiB | 11.0 KiB |
Where do the years go? div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284608.webp?f1776811625 | 12.2 KiB | 10.9 KiB |
Sidequest - Score div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557317.webp?f1776809418 | 12.1 KiB | 10.8 KiB |
Endless Groove div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557452.webp?f1776857721 | 11.9 KiB | 10.6 KiB |
Ben-To | Three Episode Rule 42 div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1554/1554621.webp?f1776257698 | 11.9 KiB | 10.6 KiB |
Chie Satonaka div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285281.webp?f1776847646 | 11.5 KiB | 10.2 KiB |
Buried From Inside (feat Ilya Mirosh) div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557397.webp?f1776830414 | 11.3 KiB | 10.0 KiB |
SIX SEVEN THE GAME a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029037_medium.webp?f1776715996 | 10.7 KiB | 9.8 KiB |
Far From Home... div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557457.webp?f1776860285 | 11.0 KiB | 9.7 KiB |
Memory Card 3D Art Collab 2026 a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029108_medium.webp?f1776744032 | 10.4 KiB | 9.5 KiB |
Coin Club presents: Flip for your life! a.item-portalsubmission > div.item-icon > div.rank-4 > img | picon.ngfiles.com/1029000/flash_1029157_medium.webp?f1776781588 | 10.1 KiB | 9.2 KiB |
Phoenix Skies &amp; Sayuri Anahi - Call Me div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557380.webp?f1776826248 | 10.3 KiB | 9.0 KiB |
lasagna meal div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557451.webp?f1776857678 | 10.2 KiB | 8.8 KiB |
Ludum Dare 59 a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/530000/530125.webp?f1776736750 | 9.8 KiB | 8.6 KiB |
Died, but came back!! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284087.webp?f1776793643 | 9.9 KiB | 8.5 KiB |
Goodbuy... Smiling Mech div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284809.webp?f1776818623 | 9.7 KiB | 8.4 KiB |
Trail Cam Explorer a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1028000/flash_1028980_medium.webp?f1776682151 | 9.3 KiB | 8.4 KiB |
Flash Foward 2026 a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/518000/518356.webp?f1776735264 | 9.0 KiB | 7.9 KiB |
homura div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285195.webp?f1776839268 | 8.6 KiB | 7.3 KiB |
Solicitude div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1550/1550848.webp?f1775488441 | 8.2 KiB | 6.9 KiB |
Leon Kennedy's Big Raccoon City Adventure a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028418.webp?f1776363353 | 8.5 KiB | 6.4 KiB |
Madness a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/314000/314537.webp?f1729798717 | 7.3 KiB | 6.4 KiB |
AI Knowledge a.item-portalsubmission > div.item-icon > div.rank-2 > img | picon.ngfiles.com/1029000/flash_1029175_medium.webp?f1776786827 | 7.0 KiB | 6.1 KiB |
for lack of love div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557377.webp?f1776825123 | 6.3 KiB | 5.0 KiB |
Voodoo Vids a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/527000/527772.webp?f1775817439 | 5.2 KiB | 4.6 KiB |
Zombie-Pimp / 107 / A100 div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1554/1554069.webp?f1776110333 | 5.7 KiB | 4.3 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
Performance issues directly impact user engagement and conversion rates.
head > meta#meta_viewport head > meta#meta_viewport |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Lists the toplevel main thread tasks that executed during page load.
Performance issues directly impact user engagement and conversion rates.
Collection of useful page vitals.
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 |
|---|---|
| newgrounds.com/ | 1.9 s |
| newgrounds.com/ | 0.0 ms |
| www.newgrounds.com/ | 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.
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.
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.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
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 |
|---|---|---|
| js.ngfiles.com/uploads/fine-uploader.js?ngcache=1707337429 | 59.3 KiB | 24.0 KiB |
| newgrounds.com/_guard/assets/StatusCard-BHQC0Qre.js | 63.5 KiB | 19.2 KiB |
| js.ngfiles.com/audio/howler.js?ngcache=1707337425 | 19.0 KiB | 11.0 KiB |
| js.ngfiles.com/ng_media.js?1744046555 | 18.8 KiB | 9.1 KiB |
| newgrounds.com/_guard/assets/main-CDW30TKC.js | 14.5 KiB | 6.2 KiB |
| js.ngfiles.com/misc/postscribe.js?ngcache=1707337428 | 8.6 KiB | 4.4 KiB |
| js.ngfiles.com/global/passport.js?ngcache=1770305088 | 6.3 KiB | 2.7 KiB |
| js.ngfiles.com/imageviewer/imageviewer.js?ngcache=1769180717 | 6.8 KiB | 2.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 |
|---|---|---|
| css.ngfiles.com/ngmobile_2015.69e786ace44d8.css?stamp=1776780972 | 119.0 KiB | 115.5 KiB |
| /ajax/libs/font-awesome/6.5.2/css/all.min.css?stamp=17767... | 18.5 KiB | 18.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.ngfiles.com/legacy.js?ngcache=1776780834 | 159.1 KiB | 107.0 KiB |
| js.ngfiles.com/jquery/jquery-ui.js?ngcache=1725463505 | 65.5 KiB | 56.9 KiB |
| js.ngfiles.com/uploads/fine-uploader.js?ngcache=1707337429 | 59.3 KiB | 55.7 KiB |
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 | |
|---|---|
The Tank Tribune div.pod > div.pod-body > a.fp-promo-slot > img | img.ngfiles.com/misc/fp_featuretemp/uploads/0/662.webp?1720960532 |
Goodbuy... Smiling Mech div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284809.webp?f1776818623 |
zoom div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5283000/5283731.png?f1776780655 |
Died, but came back!! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284087.webp?f1776793643 |
Absolute Optimus Prime div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284076.webp?f1776793114 |
Roughouse: Heartbeat 💖👼🧛 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285013.webp?f1776826897 |
Comm 7/8 Q1 2026 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284235.webp?f1776799036 |
🎉🔥Birthday ilustration🔥🎉 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285152.webp?f1776836390 |
Where do the years go? div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284608.webp?f1776811625 |
Chie Satonaka div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285281.webp?f1776847646 |
Ragatha! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285079.webp?f1776831340 |
MIKU EMO div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285108.webp?f1776834004 |
homura div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285195.webp?f1776839268 |
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 |
|---|
HappyHarry div.span-1 > a.item-portalsubmission-small > div.item-details > span |
nammac div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Junkster div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Northflowo div.span-1 > a.item-portalsubmission-small > div.item-details > span |
reyamily div.span-1 > a.item-portalsubmission-small > div.item-details > span |
DeskFable div.span-1 > a.item-portalsubmission-small > div.item-details > span |
LunarDragonEnt div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Earth-Mage-2000 div.span-1 > a.item-portalsubmission-small > div.item-details > span |
ActiveObjectX div.span-1 > a.item-portalsubmission-small > div.item-details > span |
matt-likes-swords div.span-1 > a.item-portalsubmission-small > div.item-details > span |
voidgazerBon div.span-1 > a.item-portalsubmission-small > div.item-details > span |
rmcco div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Doriencey div.span-1 > a.item-portalsubmission-small > div.item-details > span |
2dengine div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Cyranek div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Song — Drum N Bass div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Dubstep div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Drum N Bass div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Cinematic div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — House div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Heavy Metal div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Dubstep div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Indie div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Drum N Bass div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Goth div.item-audiosubmission-medium > a.item-link > div > span.notation |
Voice — Voice Demo div.item-audiosubmission-medium > a.item-link > div > span.notation |
Voice — Voice Demo div.item-audiosubmission-medium > a.item-link > div > span.notation |
Podcast — Discussion div.item-audiosubmission-medium > a.item-link > div > span.notation |
Podcast — Discussion div.item-audiosubmission-medium > a.item-link > div > span.notation |
by Sodoj div.item-details > div.item-details-main > div.detail-title > span |
by ActiveObjectX div.item-details > div.item-details-main > div.detail-title > span |
by pinmoBOT div.item-details > div.item-details-main > div.detail-title > span |
by Junkster div.item-details > div.item-details-main > div.detail-title > span |
by deathink div.item-details > div.item-details-main > div.detail-title > span |
from MrPurpleMrPurple: li > a.item-user > div.item-details > div.news-author-small |
from Repperoni: li > a.item-user > div.item-details > div.news-author-small |
from ItsGrilledPasta: li > a.item-user > div.item-details > div.news-author-small |
by MihaP div.item-details > div.item-details-main > div.detail-title > span |
Game div.item-details-meta > dl > dd > strong.color-game |
by StitchMiss div.item-details > div.item-details-main > div.detail-title > span |
Game div.item-details-meta > dl > dd > strong.color-game |
by Zaaz div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by pinmoBOT div.item-details > div.item-details-main > div.detail-title > span |
Game div.item-details-meta > dl > dd > strong.color-game |
by Psycho-Dolphin div.item-details-main > div > div.detail-title > span |
Illustration div.item-details-meta > dl > dd > strong.color-art |
Games div.footer-navigation-cell > ul > li > a |
Movies div.footer-navigation-cell > ul > li > a |
Art div.footer-navigation-cell > ul > li > a |
Audio div.footer-navigation-cell > ul > li > a |
Your Feed div.footer-navigation-cell > ul > li > a |
Series div.footer-navigation-cell > ul > li > a |
Collections div.footer-navigation-cell > ul > li > a |
Playlists div.footer-navigation-cell > ul > li > a |
Game Judging div.footer-navigation-cell > ul > li > a |
Movie Judging div.footer-navigation-cell > ul > li > a |
Classic Portal div.footer-navigation-cell > ul > li > a |
Snag a T-Shirt div.footer-navigation-cell > ul > li > a |
Creator Resources div.footer-navigation-cell > ul > li > a |
Forums div.footer-navigation-cell > ul > li > a |
Chat div.footer-navigation-cell > ul > li > a |
Calendar div.footer-navigation-cell > ul > li > a |
Artist News div.footer-navigation-cell > ul > li > a |
Rankings div.footer-navigation-cell > ul > li > a |
NG Wiki div.footer-navigation-cell > ul > li > a |
About div.footer-navigation-cell > ul > li > a |
Help / FAQ div.footer-navigation-cell > ul > li > a |
Contact Us div.footer-navigation-cell > ul > li > a |
Support NG! div.footer-navigation-cell > ul > li > a |
The Staff div.footer-navigation-cell > ul > li > a |
History div.footer-navigation-cell > ul > li > a |
RSS div.footer-navigation-cell > ul > li > a |
Copyright div.footer-navigation-cell > ul > li > a |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Game
2,012 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Game
1,715 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
2,160 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Game
405 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Illustration
171 Views
(Ages 13+) a.item-portalitem-art > div.item-details > div.item-details-meta > dl |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Solicitude div.item-audiosubmission-medium > a.item-link > div > h4.detail-title |
PUNCH PUNCH FOREVER! div.item-details > div.item-details-main > div.detail-title > h4 |
SUPER VATIS 3-D! div.item-details > div.item-details-main > div.detail-title > h4 |
SIX SEVEN THE GAME div.item-details > div.item-details-main > div.detail-title > h4 |
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 |
|---|
Games div.footer-navigation-cell > ul > li > a |
Movies div.footer-navigation-cell > ul > li > a |
Art div.footer-navigation-cell > ul > li > a |
Audio div.footer-navigation-cell > ul > li > a |
Your Feed div.footer-navigation-cell > ul > li > a |
Series div.footer-navigation-cell > ul > li > a |
Collections div.footer-navigation-cell > ul > li > a |
Playlists div.footer-navigation-cell > ul > li > a |
Game Judging div.footer-navigation-cell > ul > li > a |
Movie Judging div.footer-navigation-cell > ul > li > a |
Classic Portal div.footer-navigation-cell > ul > li > a |
Snag a T-Shirt div.footer-navigation-cell > ul > li > a |
Forums div.footer-navigation-cell > ul > li > a |
Chat div.footer-navigation-cell > ul > li > a |
Calendar div.footer-navigation-cell > ul > li > a |
Artist News div.footer-navigation-cell > ul > li > a |
Rankings div.footer-navigation-cell > ul > li > a |
NG Wiki div.footer-navigation-cell > ul > li > a |
About div.footer-navigation-cell > ul > li > a |
Help / FAQ div.footer-navigation-cell > ul > li > a |
Contact Us div.footer-navigation-cell > ul > li > a |
Support NG! div.footer-navigation-cell > ul > li > a |
The Staff div.footer-navigation-cell > ul > li > a |
History div.footer-navigation-cell > ul > li > a |
RSS div.footer-navigation-cell > ul > li > a |
Copyright div.footer-navigation-cell > ul > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.webkit html.webkit |
These items highlight common accessibility best practices.
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 | |
|---|---|---|---|---|
Zombies Ate My Landlord a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1022000/flash_1022050.webp?f1772640621 | 140 x 90 | 140 x 90 | 210 x 135 |
Find Matt's Cats Demo a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1022000/flash_1022998.webp?f1773240118 | 140 x 90 | 140 x 90 | 210 x 135 |
Scoundrels, Guns and Vengeance a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1026000/flash_1026426.webp?f1775226346 | 140 x 90 | 140 x 90 | 210 x 135 |
SLUMLORDZ ~ EP.1 SANDWICH a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027144.webp?f1775596417 | 140 x 90 | 140 x 90 | 210 x 135 |
Safe for Work a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027542.webp?f1775840115 | 140 x 90 | 140 x 90 | 210 x 135 |
WHY IS SHE WEIRD?? a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027581.webp?f1775855179 | 140 x 90 | 140 x 90 | 210 x 135 |
Leon Kennedy's Big Raccoon City Adventure a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028418.webp?f1776363353 | 140 x 90 | 140 x 90 | 210 x 135 |
>eadline a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028572.webp?f1776454280 | 140 x 90 | 140 x 90 | 210 x 135 |
MOUTHWASH ♫ a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028752.png?f1776545192 | 140 x 90 | 140 x 90 | 210 x 135 |
Talon and the Champions of Saurithia a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028804.webp?f1776575496 | 140 x 90 | 140 x 90 | 210 x 135 |
Coin Club presents: Flip for your life! a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029157.webp?f1776781588 | 140 x 90 | 140 x 90 | 210 x 135 |
AI Knowledge a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029175.webp?f1776786827 | 140 x 90 | 140 x 90 | 210 x 135 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 403 () |
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.newgrounds.com/movies | More |
| www.newgrounds.com/games | More |
| www.newgrounds.com/art | More |
| www.newgrounds.com/audio | More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Movies div.menu-inner-container > div.menu-inner > h4 > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Animators div.menu-inner > ul.mobile-menu > li > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Browse All div.menu-inner-container > div.menu-inner > h4 > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Comedy div.menu-inner-container > div.menu-inner > h4 > a |
Animators div.menu-inner-container > div.menu-inner > h4 > a |
Games div.menu-inner-container > div.menu-inner > h4 > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Game Developers div.menu-inner > ul.mobile-menu > li > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Browse All div.menu-inner-container > div.menu-inner > h4 > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Action div.menu-inner-container > div.menu-inner > h4 > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Fighting div.menu-inner-container > div.menu-inner > h4 > a |
Platformer div.menu-inner-container > div.menu-inner > h4 > a |
Shooter div.menu-inner-container > div.menu-inner > h4 > a |
Adventure div.menu-inner-container > div.menu-inner > h4 > a |
Gadgets div.menu-inner-container > div.menu-inner > h4 > a |
Puzzles div.menu-inner-container > div.menu-inner > h4 > a |
Simulation div.menu-inner-container > div.menu-inner > h4 > a |
Skill div.menu-inner-container > div.menu-inner > h4 > a |
Sports div.menu-inner-container > div.menu-inner > h4 > a |
Strategy div.menu-inner-container > div.menu-inner > h4 > a |
Game Developers div.menu-inner-container > div.menu-inner > h4 > a |
Audio div.menu-inner-container > div.menu-inner > h4 > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Musical Artists div.menu-inner > ul.mobile-menu > li > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Voice Actors div.menu-inner > ul.mobile-menu > li > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Podcasters div.menu-inner > ul.mobile-menu > li > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Browse All div.menu-inner-container > div.menu-inner > h4 > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Easy Listening div.menu-inner-container > div.menu-inner > h4 > a |
Electronic div.menu-inner-container > div.menu-inner > h4 > a |
Hip Hop, Rap, R&B div.menu-inner-container > div.menu-inner > h4 > a |
Metal, Rock div.menu-inner-container > div.menu-inner > h4 > a |
Other div.menu-inner-container > div.menu-inner > h4 > a |
Podcasts div.menu-inner-container > div.menu-inner > h4 > a |
Southern Flavor div.menu-inner-container > div.menu-inner > h4 > a |
Voice Acting div.menu-inner-container > div.menu-inner > h4 > a |
Musical Artists div.menu-inner-container > div.menu-inner > h4 > a |
Voice Actors div.menu-inner-container > div.menu-inner > h4 > a |
Podcasters div.menu-inner-container > div.menu-inner > h4 > a |
Art div.menu-inner-container > div.menu-inner > h4 > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Artists div.menu-inner > ul.mobile-menu > li > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Browse All div.menu-inner-container > div.menu-inner > h4 > a |
Artists div.menu-inner-container > div.menu-inner > h4 > a |
Community div.menu-inner-container > div.menu-inner > h4 > a |
Your Feed div.menu-inner-container > div.menu-inner > h4 > a |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
> div.menu-inner > ul.mobile-menu > li > a.expand |
Interactions div.menu-inner-container > div.menu-inner > h4 > a |
Forum Activity div.menu-inner-container > div.menu-inner > h4 > a |
Friend Activity div.menu-inner-container > div.menu-inner > h4 > a |
Wiki div.menu-inner-container > div.menu-inner > h4 > a |
div#ng-global-video-player > div.ng-video-player > div.ng-video-close-overlay > a div#ng-global-video-player > div.ng-video-player > div.ng-video-close-overlay > a |
Movie Title
By author
div#ng-global-video-player > div.ng-video-player > div.ng-video-meta > a.ng-video-link |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
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.
2.57 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.68 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.
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 | |
|---|---|---|---|
Newgrounds Background Image Theme div#outer-skin > div.skin-wrapper > div.skin-inner > div.background | img.ngfiles.com/themes/100/4e2fdc5d1773780149.webp?1773780157 | 384.8 KiB | 113.0 KiB |
Bridge Kids a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/315000/315123.png?f1697014631 | 79.1 KiB | 78.5 KiB |
Sublo & Tangy Mustard a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/315000/315037.png?f1697014517 | 69.7 KiB | 69.1 KiB |
Flash Forward Jam 2026 div.pod > div.pod-body > a.fp-promo-slot > img | img.ngfiles.com/misc/fp_featuretemp/uploads/0/418.webp?1641394478 | 78.9 KiB | 47.2 KiB |
Newgrounds Rushdown Rivals a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/862000/flash_862886.webp?f1734198046 | 26.2 KiB | 24.2 KiB |
Super Chibi Knight a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/661000/flash_661076.png?f1680198330 | 24.7 KiB | 22.7 KiB |
Find Matt's Cats Demo a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1022000/flash_1022998.webp?f1773240118 | 24.4 KiB | 22.4 KiB |
SLUMLORDZ ~ EP.1 SANDWICH a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027144.webp?f1775596417 | 23.5 KiB | 21.5 KiB |
MOUTHWASH ♫ a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028752.png?f1776545192 | 23.4 KiB | 21.3 KiB |
Talon and the Champions of Saurithia a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028804.webp?f1776575496 | 22.8 KiB | 20.8 KiB |
Voodoo Vids - #3 The Claw a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027410.webp?f1775760445 | 22.5 KiB | 20.5 KiB |
Auto Necrochess a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/877000/flash_877505.webp?f1708724292 | 21.4 KiB | 19.3 KiB |
Coin Club presents: Flip for your life! a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029157.webp?f1776781588 | 20.7 KiB | 18.7 KiB |
METH ORCS - BUTTMANCER a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027845.webp?f1775999894 | 20.4 KiB | 18.4 KiB |
SIX SEVEN THE GAME a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029037.webp?f1776715996 | 20.4 KiB | 18.3 KiB |
Memory Card 3D Art Collab 2026 a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029108.webp?f1776744032 | 20.1 KiB | 18.1 KiB |
Roughouse: Heartbeat 💖👼🧛 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285013.webp?f1776826897 | 17.7 KiB | 16.4 KiB |
zoom div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5283000/5283731.png?f1776780655 | 17.6 KiB | 16.3 KiB |
>eadline a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028572.webp?f1776454280 | 18.3 KiB | 16.2 KiB |
Trail Cam Explorer a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028980.webp?f1776682151 | 18.2 KiB | 16.1 KiB |
Manni D.P. Character Voice Demo Reel | 2026 div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1536/1536869.webp?f1772824073 | 16.7 KiB | 16.1 KiB |
my fav lagiacrus and my chud palico bad smell div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285218.webp?f1776840655 | 17.1 KiB | 15.8 KiB |
PUNCH PUNCH FOREVER! a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/359000/359813.webp?f1713040073 | 15.9 KiB | 15.3 KiB |
PizzaBoy Demo a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1013000/flash_1013136.webp?f1769346927 | 17.3 KiB | 15.2 KiB |
Comm 7/8 Q1 2026 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284235.webp?f1776799036 | 16.4 KiB | 15.1 KiB |
FAFOrce a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029007.webp?f1776706257 | 17.1 KiB | 15.0 KiB |
Demo Reel div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1553/1553452.webp?f1775999921 | 15.6 KiB | 15.0 KiB |
COOLER fanart div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284118.webp?f1776795119 | 15.9 KiB | 14.6 KiB |
DEEP FRIED!! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284574.webp?f1776810301 | 15.9 KiB | 14.6 KiB |
Teminite &amp; SLUGZ - Underworld (Cloudy Parallels Remix) div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557410.webp?f1776836230 | 15.0 KiB | 14.5 KiB |
Ragatha! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285079.webp?f1776831340 | 15.6 KiB | 14.2 KiB |
Dragonsweeper a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/967000/flash_967647.webp?f1738879767 | 16.3 KiB | 14.2 KiB |
MIKU EMO div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285108.webp?f1776834004 | 15.5 KiB | 14.2 KiB |
I NEED IT NOW div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285044.webp?f1776828941 | 15.5 KiB | 14.2 KiB |
WHY IS SHE WEIRD?? a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027581.webp?f1775855179 | 15.7 KiB | 13.6 KiB |
BNUUY POUNCE a.item-portalitem-art > div.item-icon > div > img | art.ngfiles.com/thumbnails/5252000/5252188.webp?f1775373063 | 14.0 KiB | 13.4 KiB |
Tako Luka Maguro Fever!! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5283000/5283793.webp?f1776783412 | 14.7 KiB | 13.3 KiB |
Fishguy's Game Show a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028822.webp?f1776589208 | 15.3 KiB | 13.3 KiB |
🎉🔥Birthday ilustration🔥🎉 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285152.webp?f1776836390 | 14.2 KiB | 12.9 KiB |
Absolute Optimus Prime div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284076.webp?f1776793114 | 14.2 KiB | 12.9 KiB |
Die for the Lich - web demo a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/966000/flash_966531.webp?f1748192140 | 14.7 KiB | 12.6 KiB |
Shield Spall a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028928.webp?f1776643873 | 14.6 KiB | 12.5 KiB |
Celeste div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5283000/5283888.webp?f1776785978 | 13.6 KiB | 12.3 KiB |
Dusqk - Dreams99 (Softboy7 Remix) div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557446.webp?f1776855528 | 12.8 KiB | 12.2 KiB |
Defoko UTAU div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284085.webp?f1776793528 | 13.4 KiB | 12.0 KiB |
AI Knowledge a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029175.webp?f1776786827 | 13.6 KiB | 11.5 KiB |
Sidequest - Score div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557317.webp?f1776809418 | 12.1 KiB | 11.5 KiB |
Endless Groove div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557452.webp?f1776857721 | 11.9 KiB | 11.3 KiB |
Ben-To | Three Episode Rule 42 div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1554/1554621.webp?f1776257698 | 11.9 KiB | 11.3 KiB |
Link's Surprise Party div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/219000/219714.png?f1558039047 | 12.5 KiB | 11.2 KiB |
The Cyberduffel Ruffle a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029047.webp?f1776722117 | 13.2 KiB | 11.2 KiB |
Safe for Work a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1027000/flash_1027542.webp?f1775840115 | 13.1 KiB | 11.0 KiB |
Where do the years go? div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284608.webp?f1776811625 | 12.2 KiB | 10.9 KiB |
Buried From Inside (feat Ilya Mirosh) div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557397.webp?f1776830414 | 11.3 KiB | 10.7 KiB |
Nhoran64 Re-Animated - Spongebob SquarePants Scene 40!. a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029208_medium.webp?f1776801536 | 11.4 KiB | 10.5 KiB |
Far From Home... div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557457.webp?f1776860285 | 11.0 KiB | 10.4 KiB |
Plus Zero Zero a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1024000/flash_1024863.webp?f1774381824 | 12.4 KiB | 10.3 KiB |
Buckshot BattleMage a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/980000/flash_980250.webp?f1776380934 | 12.3 KiB | 10.3 KiB |
Devil Bunny Prologue - Page 7 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5274000/5274243.webp?f1776310730 | 11.5 KiB | 10.2 KiB |
Chie Satonaka div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285281.webp?f1776847646 | 11.5 KiB | 10.2 KiB |
Hsien-Ko div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284230.webp?f1776798896 | 11.3 KiB | 10.0 KiB |
Sonya vs Tsubaki (Pivot Sprites Battle) a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029262_medium.webp?f1776827140 | 10.8 KiB | 9.9 KiB |
SIX SEVEN THE GAME a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029037_medium.webp?f1776715996 | 10.7 KiB | 9.8 KiB |
Phoenix Skies &amp; Sayuri Anahi - Call Me div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557380.webp?f1776826248 | 10.3 KiB | 9.7 KiB |
lasagna meal div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557451.webp?f1776857678 | 10.2 KiB | 9.6 KiB |
Memory Card 3D Art Collab 2026 a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029108_medium.webp?f1776744032 | 10.4 KiB | 9.5 KiB |
Ludum Dare 59 a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/530000/530125.webp?f1776736750 | 9.8 KiB | 9.4 KiB |
Coin Club presents: Flip for your life! a.item-portalsubmission > div.item-icon > div.rank-4 > img | picon.ngfiles.com/1029000/flash_1029157_medium.webp?f1776781588 | 10.1 KiB | 9.2 KiB |
RiOT ROAD Short: Flying John a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029231_medium.webp?f1776809750 | 9.7 KiB | 8.7 KiB |
Flash Foward 2026 a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/518000/518356.webp?f1776735264 | 9.0 KiB | 8.6 KiB |
Splash Woman a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029220_medium.webp?f1776807799 | 9.5 KiB | 8.6 KiB |
Died, but came back!! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284087.webp?f1776793643 | 9.9 KiB | 8.5 KiB |
Goodbuy... Smiling Mech div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284809.webp?f1776818623 | 9.7 KiB | 8.4 KiB |
Trail Cam Explorer a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1028000/flash_1028980_medium.webp?f1776682151 | 9.3 KiB | 8.4 KiB |
Let's go Gambling [Frickbear's 3 animation] a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029219_medium.webp?f1776807785 | 8.9 KiB | 8.0 KiB |
Hot Slog a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028999.webp?f1776702081 | 10.0 KiB | 7.9 KiB |
Solicitude div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1550/1550848.webp?f1775488441 | 8.2 KiB | 7.6 KiB |
homura div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285195.webp?f1776839268 | 8.6 KiB | 7.3 KiB |
Madness a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/314000/314537.webp?f1729798717 | 7.3 KiB | 7.0 KiB |
ROGUECLACKS a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028898.webp?f1776629351 | 8.9 KiB | 6.9 KiB |
2D v 3D a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029228_medium.webp?f1776809382 | 7.7 KiB | 6.8 KiB |
Smell That? a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029210_medium.webp?f1776802238 | 7.7 KiB | 6.8 KiB |
quien sos vos? (español) a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029235_medium.webp?f1776812474 | 7.3 KiB | 6.4 KiB |
Leon Kennedy's Big Raccoon City Adventure a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1028000/flash_1028418.webp?f1776363353 | 8.5 KiB | 6.4 KiB |
AI Knowledge a.item-portalsubmission > div.item-icon > div.rank-2 > img | picon.ngfiles.com/1029000/flash_1029175_medium.webp?f1776786827 | 7.0 KiB | 6.1 KiB |
Blue Hour div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5283000/5283662.webp?f1776776572 | 7.4 KiB | 6.0 KiB |
for lack of love div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1557/1557377.webp?f1776825123 | 6.3 KiB | 5.7 KiB |
Murder T.V. pilot episode a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/1029000/flash_1029105.webp?f1776743488 | 7.4 KiB | 5.4 KiB |
Zombie-Pimp / 107 / A100 div.item-audiosubmission-medium > a.item-link > div.item-icon > img | aicon.ngfiles.com/1554/1554069.webp?f1776110333 | 5.7 KiB | 5.1 KiB |
Voodoo Vids a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/527000/527772.webp?f1775817439 | 5.2 KiB | 5.0 KiB |
Grace's bias div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284979.webp?f1776825645 | 6.3 KiB | 5.0 KiB |
Sonya the Dog - Episode 5 "Salt" (Eng dub) a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029207_medium.webp?f1776801520 | 5.8 KiB | 4.9 KiB |
Bogus Pokus! Hat Wink a.item-portalsubmission > div.item-icon > div > img | picon.ngfiles.com/1029000/flash_1029213_medium.webp?f1776802558 | 5.4 KiB | 4.5 KiB |
Underwheels a.item-portalsubmission-small > div.item-icon > div.item-icon-img > img | picon.ngfiles.com/987000/flash_987750.webp?f1751993297 | 6.2 KiB | 4.1 KiB |
March 2026 Mix a.item-collection > div.item-icon > div > img | img.ngfiles.com/playlists/sleeves/524000/524148.webp?f1775509615 | 4.2 KiB | 4.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| newgrounds.com/ | 503 ms |
| www.newgrounds.com/ | 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 |
|---|---|---|
| js.ngfiles.com/uploads/fine-uploader.js?ngcache=1707337429 | 59.3 KiB | 24.0 KiB |
| js.ngfiles.com/audio/howler.js?ngcache=1707337425 | 19.0 KiB | 11.0 KiB |
| js.ngfiles.com/ng_media.js?1744046555 | 18.8 KiB | 9.1 KiB |
| js.ngfiles.com/misc/postscribe.js?ngcache=1707337428 | 8.6 KiB | 4.4 KiB |
| js.ngfiles.com/global/passport.js?ngcache=1770305088 | 6.3 KiB | 2.7 KiB |
| js.ngfiles.com/global/passport.js?ngcache=1770305088 | 6.3 KiB | 2.7 KiB |
| js.ngfiles.com/imageviewer/imageviewer.js?ngcache=1769180717 | 6.8 KiB | 2.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 |
|---|---|---|
| css.ngfiles.com/ng_2015.69e786ace44d8.css?stamp=1776780972 | 124.8 KiB | 119.5 KiB |
| /ajax/libs/font-awesome/6.5.2/css/all.min.css?stamp=17767... | 18.5 KiB | 18.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 |
|---|---|---|
| js.ngfiles.com/legacy.js?ngcache=1776780834 | 159.1 KiB | 107.1 KiB |
| js.ngfiles.com/jquery/jquery-ui.js?ngcache=1725463505 | 65.5 KiB | 55.9 KiB |
| js.ngfiles.com/uploads/fine-uploader.js?ngcache=1707337429 | 59.3 KiB | 55.7 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 | |
|---|---|
Newgrounds Background Image Theme div.skin-wrapper > div.skin-inner > div.background > img | img.ngfiles.com/themes/100/4e2fdc5d1773780149.webp?1773780157 |
Flash Forward Jam 2026 div.pod > div.pod-body > a.fp-promo-slot > img | img.ngfiles.com/misc/fp_featuretemp/uploads/0/418.webp?1641394478 |
Goodbuy... Smiling Mech div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284809.webp?f1776818623 |
zoom div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5283000/5283731.png?f1776780655 |
Died, but came back!! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284087.webp?f1776793643 |
Absolute Optimus Prime div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284076.webp?f1776793114 |
Roughouse: Heartbeat 💖👼🧛 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285013.webp?f1776826897 |
Comm 7/8 Q1 2026 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284235.webp?f1776799036 |
🎉🔥Birthday ilustration🔥🎉 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285152.webp?f1776836390 |
Where do the years go? div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284608.webp?f1776811625 |
Chie Satonaka div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285281.webp?f1776847646 |
Ragatha! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285079.webp?f1776831340 |
MIKU EMO div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285108.webp?f1776834004 |
homura div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285195.webp?f1776839268 |
Blue Hour div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5283000/5283662.webp?f1776776572 |
Link's Surprise Party div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/219000/219714.png?f1558039047 |
Grace's bias div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284979.webp?f1776825645 |
COOLER fanart div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284118.webp?f1776795119 |
Defoko UTAU div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284085.webp?f1776793528 |
DEEP FRIED!! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284574.webp?f1776810301 |
I NEED IT NOW div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285044.webp?f1776828941 |
Hsien-Ko div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5284000/5284230.webp?f1776798896 |
Devil Bunny Prologue - Page 7 div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5274000/5274243.webp?f1776310730 |
Tako Luka Maguro Fever!! div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5283000/5283793.webp?f1776783412 |
my fav lagiacrus and my chud palico bad smell div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5285000/5285218.webp?f1776840655 |
Celeste div.span-1 > a.item-portalitem-art-small > div.item-icon > img | art.ngfiles.com/thumbnails/5283000/5283888.webp?f1776785978 |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ng-apg-centered > div#_ngHiddenAudioPlayer > div.media-player-volume-control > button#global-audio-player-volumeToggle div.ng-apg-centered > div#_ngHiddenAudioPlayer > div.media-player-volume-control > button#global-audio-player-volumeToggle |
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.ng-latest-supporter-inner > div.ng-latest-supporter-image > div.user-icon-bordered > a div.ng-latest-supporter-inner > div.ng-latest-supporter-image > div.user-icon-bordered > a |
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.
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 |
|---|
Search Newgrounds... div.wrapper > div.search > form#topsearch-elastic > input#topsearch_text |
HappyHarry div.span-1 > a.item-portalsubmission-small > div.item-details > span |
nammac div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Junkster div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Northflowo div.span-1 > a.item-portalsubmission-small > div.item-details > span |
reyamily div.span-1 > a.item-portalsubmission-small > div.item-details > span |
DeskFable div.span-1 > a.item-portalsubmission-small > div.item-details > span |
LunarDragonEnt div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Earth-Mage-2000 div.span-1 > a.item-portalsubmission-small > div.item-details > span |
ActiveObjectX div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Sexual-Lobster div.span-1 > a.item-portalsubmission-small > div.item-details > span |
VoodooVids div.span-1 > a.item-portalsubmission-small > div.item-details > span |
GuyCxAnimation div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Jin div.span-1 > a.item-portalsubmission-small > div.item-details > span |
NamedudeDev div.span-1 > a.item-portalsubmission-small > div.item-details > span |
eZee div.span-1 > a.item-portalsubmission-small > div.item-details > span |
GMPguy div.span-1 > a.item-portalsubmission-small > div.item-details > span |
MihaP div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Kwing div.span-1 > a.item-portalsubmission-small > div.item-details > span |
png103 div.span-1 > a.item-portalsubmission-small > div.item-details > span |
StitchMiss div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Sodoj div.span-1 > a.item-portalsubmission-small > div.item-details > span |
deathink div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Cyberduffel div.span-1 > a.item-portalsubmission-small > div.item-details > span |
pinmoBOT div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Song — Drum N Bass div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Dubstep div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Drum N Bass div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Cinematic div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — House div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Heavy Metal div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Dubstep div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Indie div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Drum N Bass div.item-audiosubmission-medium > a.item-link > div > span.notation |
Song — Goth div.item-audiosubmission-medium > a.item-link > div > span.notation |
Voice — Voice Demo div.item-audiosubmission-medium > a.item-link > div > span.notation |
Voice — Voice Demo div.item-audiosubmission-medium > a.item-link > div > span.notation |
Podcast — Discussion div.item-audiosubmission-medium > a.item-link > div > span.notation |
Podcast — Discussion div.item-audiosubmission-medium > a.item-link > div > span.notation |
Spagato div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Krinkels div.span-1 > a.item-portalsubmission-small > div.item-details > span |
BoMToons div.span-1 > a.item-portalsubmission-small > div.item-details > span |
ninjamuffin99 div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Bluebaby div.span-1 > a.item-portalsubmission-small > div.item-details > span |
danielben div.span-1 > a.item-portalsubmission-small > div.item-details > span |
BreadlessThings div.span-1 > a.item-portalsubmission-small > div.item-details > span |
matt-likes-swords div.span-1 > a.item-portalsubmission-small > div.item-details > span |
LakenDaCoda div.span-1 > a.item-portalsubmission-small > div.item-details > span |
Stopsignal div.span-1 > a.item-portalsubmission-small > div.item-details > span |
squid-lawyer div.span-1 > a.item-portalsubmission-small > div.item-details > span |
MadNukin div.span-1 > a.item-portalsubmission-small > div.item-details > span |
by Sodoj div.item-details > div.item-details-main > div.detail-title > span |
Game div.item-details-meta > dl > dd > strong.color-game |
by ActiveObjectX div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by pinmoBOT div.item-details > div.item-details-main > div.detail-title > span |
Game div.item-details-meta > dl > dd > strong.color-game |
by Junkster div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by deathink div.item-details > div.item-details-main > div.detail-title > span |
from MrPurpleMrPurple: li > a.item-user > div.item-details > div.news-author-small |
from Repperoni: li > a.item-user > div.item-details > div.news-author-small |
from ItsGrilledPasta: li > a.item-user > div.item-details > div.news-author-small |
from BoMToons: li > a.item-user > div.item-details > div.news-author-small |
from Crescentia-Fortuna: li > a.item-user > div.item-details > div.news-author-small |
from MKriss: li > a.item-user > div.item-details > div.news-author-small |
from Joeyag: li > a.item-user > div.item-details > div.news-author-small |
from Dry: li > a.item-user > div.item-details > div.news-author-small |
by MihaP div.item-details > div.item-details-main > div.detail-title > span |
Game div.item-details-meta > dl > dd > strong.color-game |
by StitchMiss div.item-details > div.item-details-main > div.detail-title > span |
Game div.item-details-meta > dl > dd > strong.color-game |
by Zaaz div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by pinmoBOT div.item-details > div.item-details-main > div.detail-title > span |
Game div.item-details-meta > dl > dd > strong.color-game |
by Psycho-Dolphin div.item-details-main > div > div.detail-title > span |
Illustration div.item-details-meta > dl > dd > strong.color-art |
by pofigismus div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by Nhoran64 div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by ScumbagsAnScoundrels div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by selkiepuka div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by Source-Animaker div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by linaciari div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by Choobatino div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by NinjaSkki div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by Faxeman67 div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by KaylaKaylers div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by JH-Pro div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
by SomeApe div.item-details > div.item-details-main > div.detail-title > span |
Movie div.item-details-meta > dl > dd > strong.color-movie |
Your votes determine whether these games and movies stay or go! The more you vo… div.pod > div.pod-body > p.notation-small > strong |
01 ul.links > li > a.item-portalsubmission-ranklink > span.ranknum |
02 ul.links > li > a.item-portalsubmission-ranklink > span.ranknum |
03 ul.links > li > a.item-portalsubmission-ranklink > span.ranknum |
04 ul.links > li > a.item-portalsubmission-ranklink > span.ranknum |
05 ul.links > li > a.item-portalsubmission-ranklink > span.ranknum |
06 ul.links > li > a.item-portalsubmission-ranklink > span.ranknum |
07 ul.links > li > a.item-portalsubmission-ranklink > span.ranknum |
08 ul.links > li > a.item-portalsubmission-ranklink > span.ranknum |
09 ul.links > li > a.item-portalsubmission-ranklink > span.ranknum |
10 ul.links > li > a.item-portalsubmission-ranklink > span.ranknum |
These are opportunities to improve the legibility of your content.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Game
640 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
455 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Game
388 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
407 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Game
933 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Game
2,012 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Game
1,715 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
2,160 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Game
405 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Illustration
171 Views
(Ages 13+) a.item-portalitem-art > div.item-details > div.item-details-meta > dl |
Movie
81 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
82 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
93 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
76 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
106 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
225 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
237 Views
(Ages 17+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
78 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
82 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
90 Views
(Ages 13+) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
98 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
Movie
93 Views
(Everyone) a.item-portalsubmission > div.item-details > div.item-details-meta > dl |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Solicitude div.item-audiosubmission-medium > a.item-link > div > h4.detail-title |
PUNCH PUNCH FOREVER! div.item-details > div.item-details-main > div.detail-title > h4 |
Best of March 2026! div.itemblock > a.item-forumthread > div.item-details > h4.item-title |
SUPER VATIS 3-D! div.item-details > div.item-details-main > div.detail-title > h4 |
SIX SEVEN THE GAME div.item-details > div.item-details-main > div.detail-title > h4 |
Sonya the Dog - Episode 5 "Salt" (Eng dub) div.item-details > div.item-details-main > div.detail-title > h4 |
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 |
|---|
Search Newgrounds... div.wrapper > div.search > form#topsearch-elastic > input#topsearch_text |
div.wrapper > div.search > form#topsearch-elastic > button.topsearch-submit div.wrapper > div.search > form#topsearch-elastic > button.topsearch-submit |
Games div.footer-navigation-cell > ul > li > a |
Movies div.footer-navigation-cell > ul > li > a |
Art div.footer-navigation-cell > ul > li > a |
Audio div.footer-navigation-cell > ul > li > a |
Your Feed div.footer-navigation-cell > ul > li > a |
Series div.footer-navigation-cell > ul > li > a |
Collections div.footer-navigation-cell > ul > li > a |
Playlists div.footer-navigation-cell > ul > li > a |
Game Judging div.footer-navigation-cell > ul > li > a |
Movie Judging div.footer-navigation-cell > ul > li > a |
Classic Portal div.footer-navigation-cell > ul > li > a |
Snag a T-Shirt div.footer-navigation-cell > ul > li > a |
Creator Resources div.footer-navigation-cell > ul > li > a |
Forums div.footer-navigation-cell > ul > li > a |
Chat div.footer-navigation-cell > ul > li > a |
Calendar div.footer-navigation-cell > ul > li > a |
Artist News div.footer-navigation-cell > ul > li > a |
Rankings div.footer-navigation-cell > ul > li > a |
NG Wiki div.footer-navigation-cell > ul > li > a |
About div.footer-navigation-cell > ul > li > a |
Help / FAQ div.footer-navigation-cell > ul > li > a |
Contact Us div.footer-navigation-cell > ul > li > a |
Support NG! div.footer-navigation-cell > ul > li > a |
The Staff div.footer-navigation-cell > ul > li > a |
History div.footer-navigation-cell > ul > li > a |
RSS div.footer-navigation-cell > ul > li > a |
Copyright div.footer-navigation-cell > ul > li > a |
These items highlight common accessibility best practices.
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.newgrounds.com/movies | More |
| www.newgrounds.com/games | More |
| www.newgrounds.com/art | More |
| www.newgrounds.com/audio | More |
| www.newgrounds.com/games/featured?interval=all&sort=score | More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div#ng-global-video-player > div.ng-video-player > div.ng-video-close-overlay > a div#ng-global-video-player > div.ng-video-player > div.ng-video-close-overlay > a |
Movie Title
By author
div#ng-global-video-player > div.ng-video-player > div.ng-video-meta > a.ng-video-link |
To appear in search results, crawlers need access to your app.
Send Feedback