Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Room to improve — your 4.7s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
Content-Security-Policy 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 14.2 MB (4.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
3 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
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/51ffa15c-d553-43d1-93db-919590b09a98)<a href="https://beavercheck.com/results/51ffa15c-d553-43d1-93db-919590b09a98"><img src="https://beavercheck.com/badge?url=https%3A%2F%2F9gag.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2F9gag.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.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~34%.
Page takes 4.7s to load
+12% bounceUsers abandon at ~3s — you're 2.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No 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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
3 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.
€510 investment → €2,908/month returns + EUR 120,500,000 risk avoided
€510
6h · 5 findings
€2,908 /mo
~€34,897 / year
EUR 120,500,000
if kept compliant
€85 — 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.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,012 / year if left unfixed
€120,500,000
+7 more
€1.04 /mo
13996.2 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.
1.78 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.14 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.732
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.34 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.
36.88 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /s/fab0aa49/8fc477e2ebaa8c179d1650bbe03ff271e083cb76/stat... | 10.6 KiB | 166 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 | |
|---|---|---|---|
| file-9gag-lol.9cache.com/file/kjZz7Jz0bJ/9gag-wordmark-light-nopad.png | 9.7 KiB | 8.9 KiB | |
tag li.drawer-item > a.drawer-menu-item > div.drawer-menu-item__icon > img | miscmedia-9gag-fun.9cache.com/img/9gag.png | 5.0 KiB | 5.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
head > meta head > meta | 0.694 |
head > meta head > meta | 0.037 |
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
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.
| Category | Time Spent |
|---|---|
| Script Evaluation | 7.8 s |
| Other | 2.0 s |
| Script Parsing & Compilation | 1.5 s |
| Style & Layout | 405 ms |
| Rendering | 216 ms |
| Garbage Collection | 148 ms |
| Parse HTML & CSS | 121 ms |
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 |
|---|---|---|
| cdn.viously.com/player/2085/css/player.css | 12.8 KiB | 11.5 KiB |
| .fnl #font-hidden{font-family: montserrat_regular, Arial, sans-serif;} … | 11.1 KiB | 11.1 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 | |
|---|---|
Law & Order SVU S01 E02 div.post-content > a > picture > img | img-9gag-fun.9cache.com/photo/aXP67pg_460swp.webp |
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 |
|---|
Top div#jsid-app > div > nav.tabbar > a#nav-top |
Trending div#jsid-app > div > nav.tabbar > a#nav-trending |
Fresh div#jsid-app > div > nav.tabbar > a#nav-fresh |
News div#jsid-app > div > nav.tabbar > a#nav-news |
Videos
New div#jsid-app > div > nav.tabbar > button#nav-videos |
New div > nav.tabbar > button#nav-videos > span.new-badge |
1d div.post-top > div.post-meta > div.post-meta__list-view > span.creationTime |
Cheered by article.post-cell > header > div.post-award-users > span.award-text |
oddly terrifying div#stream-0 > article.post-cell > section.post-tags > a.trending |
4.2K article.post-cell > div.post-action > div.post-vote > span.post-vote__text |
349 article.post-cell > div.post-action > a.post-comment-btn > span.post-comment-btn__text |
Share article.post-cell > div.post-action > a.post-action-btn > span.post-action-btn__text |
1d div.post-top > div.post-meta > div.post-meta__list-view > span.creationTime |
Cheered by article.post-cell > header > div.post-award-users > span.award-text |
7.1K article.post-cell > div.post-action > div.post-vote > span.post-vote__text |
797 article.post-cell > div.post-action > a.post-comment-btn > span.post-comment-btn__text |
Share article.post-cell > div.post-action > a.post-action-btn > span.post-action-btn__text |
Advertisement div.post-container > div#stream-1 > section.salt-section > label |
1d div.post-top > div.post-meta > div.post-meta__list-view > span.creationTime |
4.4K article.post-cell > div.post-action > div.post-vote > span.post-vote__text |
176 article.post-cell > div.post-action > a.post-comment-btn > span.post-comment-btn__text |
Share article.post-cell > div.post-action > a.post-action-btn > span.post-action-btn__text |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.post-award-users > div.award-avatars > a > img div.post-award-users > div.award-avatars > a > img |
div.post-award-users > div.award-avatars > a > img div.post-award-users > div.award-avatars > a > img |
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 > header.navbar > div.left > a.menu div > header.navbar > div.left > a.menu |
div > header.navbar > div.left > a.logo div > header.navbar > div.left > a.logo |
div > header.navbar > div.right > a.icon div > header.navbar > div.right > a.icon |
div > header.navbar > div.right > a.icon div > header.navbar > div.right > a.icon |
body.scroll-lock > div#jsid-app > div > a.ui-btn body.scroll-lock > div#jsid-app > div > a.ui-btn |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.customize-container nav.drawer-menu > ul.menu-list > li.drawer-item > a.customize-container |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
header > div.post-award-users > div.award-avatars > a header > div.post-award-users > div.award-avatars > a |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
header > div.post-award-users > div.award-avatars > a header > div.post-award-users > div.award-avatars > a |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
body.scroll-lock > div.tooltip > span.tooltip-content > a.external-link body.scroll-lock > div.tooltip > span.tooltip-content > a.external-link |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Interests
Old Meme
Anime & Manga
Latest News
Cosplay
Politics
Humor
Memes
Gamin… div.drawer-layout > div.drawer-wrap > nav.drawer-menu > ul.menu-list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|---|
| Topics | s3.us-east-2.amazonaws.com/hb-9gag.com/9gag/asc_prebid.js line 12, col 90014 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
A bad HTTP response code (404) was received when fetching the script. | |
Failed to load resource: the server responded with a status of 451 () | |
TypeError: Failed to register a ServiceWorker for scope ('https://9gag.com/') with script ('https://9gag.com/sw.js'): A bad HTTP response code (404) was received when fetching the script. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 > header.navbar > div.left > a.menu div > header.navbar > div.left > a.menu |
div > header.navbar > div.right > a.icon div > header.navbar > div.right > a.icon |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
nav.drawer-menu > ul.menu-list > li.drawer-item > a.action nav.drawer-menu > ul.menu-list > li.drawer-item > a.action |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
article.post-cell > div.post-action > div.post-vote > a.post-vote__btn article.post-cell > div.post-action > div.post-vote > a.post-vote__btn |
article.post-cell > div.post-action > div.post-vote > a.post-vote__btn article.post-cell > div.post-action > div.post-vote > a.post-vote__btn |
Share div#stream-0 > article.post-cell > div.post-action > a.post-action-btn |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
article.post-cell > div.post-action > div.post-vote > a.post-vote__btn article.post-cell > div.post-action > div.post-vote > a.post-vote__btn |
article.post-cell > div.post-action > div.post-vote > a.post-vote__btn article.post-cell > div.post-action > div.post-vote > a.post-vote__btn |
Share div#stream-1 > article.post-cell > div.post-action > a.post-action-btn |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
article.post-cell > header > div.post-top > a.icon article.post-cell > header > div.post-top > a.icon |
article.post-cell > div.post-action > div.post-vote > a.post-vote__btn article.post-cell > div.post-action > div.post-vote > a.post-vote__btn |
article.post-cell > div.post-action > div.post-vote > a.post-vote__btn article.post-cell > div.post-action > div.post-vote > a.post-vote__btn |
Share div#stream-1 > article.post-cell > div.post-action > a.post-action-btn |
Loading... div > div.post-container > footer > a.btn |
Continue div.modal__content > ul.menu-list > li.btn-wrapper > a.btn |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.post-award-users > div.award-avatars > a > img div.post-award-users > div.award-avatars > a > img |
div.post-award-users > div.award-avatars > a > img div.post-award-users > div.award-avatars > a > img |
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.
882 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
375 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.079
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.40 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
8.02 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
69 MemeDay 2025 – The World’s Meme-iest Day body.player-body > div#vsly-player-container > div#vsly-overlay > img#vsly-overlay-image | cdn.viously.com/video/aFl7R56SaoE/1-w620.webp | 26.1 KiB | 21.6 KiB |
div > a.badge-track > div.post-view > video div > a.badge-track > div.post-view > video | img-9gag-fun.9cache.com/photo/aO8LDzN_460swp.webp | 49.1 KiB | 12.8 KiB |
head > link head > link | file-9gag-lol.9cache.com/file/kjZz7Jz0bJ/9gag-wordmark-light-nopad.png | 9.7 KiB | 9.5 KiB |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img | miscmedia-9gag-fun.9cache.com/img/9gag.png | 5.0 KiB | 5.0 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /s/fab0aa49/8fc477e2ebaa8c179d1650bbe03ff271e083cb76/stat... | 8.3 KiB | 53 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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
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 |
|---|---|---|---|
| 9gag.com/ | 672 ms | 93 ms | 7.3 ms |
| Unattributable | 500 ms | 156 ms | 0.0 ms |
| /s/fab0aa49/8fc477e2ebaa8c179d1650bbe03ff271e083cb76/stat... | 392 ms | 347 ms | 16 ms |
| s3.us-east-2.amazonaws.com/hb-9gag.com/9gag/asc_prebid.js | 221 ms | 191 ms | 11 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 167 ms | 147 ms | 10 ms |
| cdn.taboola.com/libtrc/9gagcom/loader.js | 128 ms | 93 ms | 24 ms |
| cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.js | 108 ms | 99 ms | 7.9 ms |
| /5517664817857/js?w=https%3A%2F%2F9gag.com%2F&c=https%3A%... | 87 ms | 73 ms | 6.1 ms |
| cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 76 ms | 66 ms | 7.6 ms |
| btloader.com/tag?o=5741299960381440&upapi=true | 74 ms | 67 ms | 2.1 ms |
| /telemetry.bydata/9gag/bydataAnalytics.js?cId=asc135333 | 59 ms | 57 ms | 1.9 ms |
| /signals/config/1224451260918407?v=2.9.303&r=stable&domai... | 59 ms | 54 ms | 3.9 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.9 s |
| Other | 779 ms |
| Script Parsing & Compilation | 207 ms |
| Style & Layout | 164 ms |
| Rendering | 74 ms |
| Garbage Collection | 31 ms |
| Parse HTML & CSS | 15 ms |
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 |
|---|---|---|
| cdn.viously.com/player/2085/css/player.css | 12.8 KiB | 11.4 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 |
|---|
Sign Up/Log In div.nav-wrap > div.function-wrap > div.visitor-function > a.btn-mute |
Post div.function-wrap > div.user-function > div.upload > a.ui-btn |
Sign up div.drawer-container > div.signup-side-banner > div.signup-side-banner__content > a.signup-side-banner__content__link |
Interests div.drawer-container > section > header > div.h3 |
Top div.home-tab-bar__container > div.home-tab-bar__tabs > div.home-tab-bar__tab > h2 |
Trending div.home-tab-bar__container > div.home-tab-bar__tabs > div.home-tab-bar__tab > h2 |
Fresh div.home-tab-bar__container > div.home-tab-bar__tabs > div.home-tab-bar__tab > h2 |
News div.home-tab-bar__container > div.home-tab-bar__tabs > div.home-tab-bar__tab > h2 |
Ask 9GAG div.home-tab-bar__container > div.home-tab-bar__tabs > div.home-tab-bar__tab > h2 |
1d div.post-header__left > div.post-meta > div.post-meta__list-view > span.creationTime |
Cheered by div.post-header > div.post-header__left > div.post-award-users > span.award-text |
oddly terrifying div.list-container > article#jsid-post-aYQXPMm > div.post-tags > a.trending |
4.2K div.post-afterbar-a > ul.btn-vote > li > span.upvote |
349 ul.btn-vote > li > a.comment > span |
Comments ul.btn-vote > li > a.comment > span.comment-text |
Save div.post-afterbar-a > ul.btn-vote > li > span |
Share div.uikit-popup-menu > div > div.share-menu-button > span |
1d div.post-header__left > div.post-meta > div.post-meta__list-view > span.creationTime |
Cheered by div.post-header > div.post-header__left > div.post-award-users > span.award-text |
Editor Choice header > div.post-header > div.post-badge > span |
7.1K div.post-afterbar-a > ul.btn-vote > li > span.upvote |
797 ul.btn-vote > li > a.comment > span |
Comments ul.btn-vote > li > a.comment > span.comment-text |
Save div.post-afterbar-a > ul.btn-vote > li > span |
Share div.uikit-popup-menu > div > div.share-menu-button > span |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
div.post-award-users > div.award-avatars > a > img div.post-award-users > div.award-avatars > a > img |
div.post-award-users > div.award-avatars > a > img div.post-award-users > div.award-avatars > a > img |
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 > header#top-navb > div.nav-wrap > a.menu div > header#top-navb > div.nav-wrap > a.menu |
div.function-wrap > div.user-function > div.avatar > a.avatar-container div.function-wrap > div.user-function > div.avatar > a.avatar-container |
div.post-header__left > div.post-award-users > div.award-avatars > a div.post-header__left > div.post-award-users > div.award-avatars > a |
div.post-header > div.uikit-popup-menu > div > a.button div.post-header > div.uikit-popup-menu > div > a.button |
article#jsid-post-aYQXPMm > div.post-container > div > a.badge-track article#jsid-post-aYQXPMm > div.post-container > div > a.badge-track |
div.post-afterbar-a > ul.btn-vote > li > a.upvote div.post-afterbar-a > ul.btn-vote > li > a.upvote |
div.post-afterbar-a > ul.btn-vote > li > a.downvote div.post-afterbar-a > ul.btn-vote > li > a.downvote |
div.post-afterbar-a > ul.btn-vote > li > a.save div.post-afterbar-a > ul.btn-vote > li > a.save |
div.post-afterbar-a > div.share > div.share-bar > a.badge-evt div.post-afterbar-a > div.share > div.share-bar > a.badge-evt |
div.post-afterbar-a > div.share > div.share-bar > a.badge-evt div.post-afterbar-a > div.share > div.share-bar > a.badge-evt |
div.post-header__left > div.post-award-users > div.award-avatars > a div.post-header__left > div.post-award-users > div.award-avatars > a |
div.post-header > div.uikit-popup-menu > div > a.button div.post-header > div.uikit-popup-menu > div > a.button |
div.post-afterbar-a > ul.btn-vote > li > a.upvote div.post-afterbar-a > ul.btn-vote > li > a.upvote |
div.post-afterbar-a > ul.btn-vote > li > a.downvote div.post-afterbar-a > ul.btn-vote > li > a.downvote |
div.post-afterbar-a > ul.btn-vote > li > a.save div.post-afterbar-a > ul.btn-vote > li > a.save |
div.post-afterbar-a > div.share > div.share-bar > a.badge-evt div.post-afterbar-a > div.share > div.share-bar > a.badge-evt |
div.post-afterbar-a > div.share > div.share-bar > a.badge-evt div.post-afterbar-a > div.share > div.share-bar > a.badge-evt |
body > div.tooltip > span.tooltip-content > a.external-link body > div.tooltip > span.tooltip-content > a.external-link |
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.
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 |
|---|---|
| Topics | s3.us-east-2.amazonaws.com/hb-9gag.com/9gag/asc_prebid.js line 12, col 90014 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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 |
|---|---|
/s/fab0aa49/8fc477e2ebaa8c179d1650bbe03ff271e083cb76/stat... line 1, col 395021 | [vuex] unknown getter: app/SHOW_OPEN_APP_SHEET |
Failed to load resource: the server responded with a status of 451 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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 > header#top-navb > div.nav-wrap > a.menu div > header#top-navb > div.nav-wrap > a.menu |
Search div.nav-wrap > div.function-wrap > div.general-function > a.search |
div.function-wrap > div.user-function > div.avatar > a.avatar-container div.function-wrap > div.user-function > div.avatar > a.avatar-container |
div.post-header > div.uikit-popup-menu > div > a.button div.post-header > div.uikit-popup-menu > div > a.button |
div.post-afterbar-a > ul.btn-vote > li > a.upvote div.post-afterbar-a > ul.btn-vote > li > a.upvote |
div.post-afterbar-a > ul.btn-vote > li > a.downvote div.post-afterbar-a > ul.btn-vote > li > a.downvote |
div.post-afterbar-a > ul.btn-vote > li > a.save div.post-afterbar-a > ul.btn-vote > li > a.save |
div.post-afterbar-a > div.share > div.share-bar > a.badge-evt div.post-afterbar-a > div.share > div.share-bar > a.badge-evt |
div.post-afterbar-a > div.share > div.share-bar > a.badge-evt div.post-afterbar-a > div.share > div.share-bar > a.badge-evt |
div.post-header > div.uikit-popup-menu > div > a.button div.post-header > div.uikit-popup-menu > div > a.button |
div.post-afterbar-a > ul.btn-vote > li > a.upvote div.post-afterbar-a > ul.btn-vote > li > a.upvote |
div.post-afterbar-a > ul.btn-vote > li > a.downvote div.post-afterbar-a > ul.btn-vote > li > a.downvote |
div.post-afterbar-a > ul.btn-vote > li > a.save div.post-afterbar-a > ul.btn-vote > li > a.save |
div.post-afterbar-a > div.share > div.share-bar > a.badge-evt div.post-afterbar-a > div.share > div.share-bar > a.badge-evt |
div.post-afterbar-a > div.share > div.share-bar > a.badge-evt div.post-afterbar-a > div.share > div.share-bar > a.badge-evt |
Back to top div#jsid-app > div > section.footer > a.back-to-top |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
li > a.drawer-menu-item > div.drawer-menu-item__icon > img li > a.drawer-menu-item > div.drawer-menu-item__icon > img |
div.post-award-users > div.award-avatars > a > img div.post-award-users > div.award-avatars > a > img |
div.post-award-users > div.award-avatars > a > img div.post-award-users > div.award-avatars > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback