Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 14.5s 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.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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.
Cookie 'USER_LOCALE' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 12.6 MB (4.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/d4c74ab5-2136-4e72-bf88-029f18931c9e)<a href="https://beavercheck.com/results/d4c74ab5-2136-4e72-bf88-029f18931c9e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkick.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkick.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 14.5s 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.
10 barrier(s) likely increasing bounce by ~38%.
Page takes 14.5s to load
+12% bounceUsers abandon at ~3s — you're 12.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 7.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No 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 Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$400 investment → $474/month returns + USD 157,500 risk avoided
$400
4h · 5 findings
$474 /mo
~$5,685 / year
USD 157,500
if kept compliant
$200 — 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.
4.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,514 / year if left unfixed
$157,500
+5 more
$1.20 /mo
14974.1 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.49 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.039
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.32 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
26.44 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| assets.kick.com/main/_next/static/css/1576a001a6618827.css | 27.4 KiB | 463 ms |
| assets.kick.com/main/_next/static/css/5eb4fe204fcb2218.css | 760 B | |
| assets.kick.com/main/_next/static/css/9948dcd46421f3ba.css | 986 B | |
| assets.kick.com/main/_next/static/css/10ce4c1cdaf7f8dd.css | 737 B | 882 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 | |
|---|---|---|---|
*BRAND NEW* ITMS TOUR PRE-SEASON KO'S! | OPEN TO ALL | Sponsored By Target | 18… div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/0JNNzFGU9WCW/SnGCBnyCykmP/360.webp?vers... | 63.6 KiB | 57.0 KiB |
It's Lit div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/gHGqX1tFhm9N/DJW70I9eDGHz/360.webp?vers... | 58.0 KiB | 51.4 KiB |
🤪WARZONE HOTTIE HUNTING🤪 |WEEKLY SUBS 0/50| div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/Wctm254YkhSt/lMPFwMhpHoa8/360.webp?vers... | 50.8 KiB | 44.2 KiB |
ITS FRIDAY TOMORROW !fresh SIGN UP I WILL MATCH YOUR DEPO ON !stake UP TO $200 … div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/SaFD3oNfrOSQ/WCLQ0WPvwpN8/360.webp?vers... | 44.0 KiB | 37.4 KiB |
🟢WHO IS KICKING IT IN THE CLUB ? 🟢 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/xUZfvzsBuswh/fmskYCdDUL28/360.webp?vers... | 39.8 KiB | 33.2 KiB |
🚨 LIVE POLICE CHASE 🚨 STOLEN CITY TRUCK 🚨 WOMAN DRIVER 🚨 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/ZYLwNEIq9g2p/dYWsYl5ifvfb/360.webp?vers... | 39.4 KiB | 32.8 KiB |
LIVE Police chase Oil change, sheep head hunt, Esfand house 🔴 follow @knutspild… div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/gYuocNuez0fB/IR0rMig2IdJX/360.webp?vers... | 39.3 KiB | 32.7 KiB |
🟡 INSANE FAST-PACED WINS | WARZONE | 14 KD 😤 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/3sTWVva1rB5d/vc9G85XyTKbt/360.webp?vers... | 38.8 KiB | 32.2 KiB |
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/13086462416084870398 | 33.1 KiB | 30.7 KiB |
New Plan IRL! > Drama Clips > Bonus Hunt. $submitclip $hub $minecraft div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/z7oMLoDcD3va/Oh2SuAlmH9cE/360.webp?vers... | 36.9 KiB | 30.4 KiB |
4/16/26: DEBATING POLITICS ON TIKTOK div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/WFzTWyJsYpTH/EDp9cPVtntV3/360.webp?vers... | 36.6 KiB | 30.2 KiB |
GM Beardbros! More MAGA DRAMA! Hegseth Recites Fake Prayer! div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/UIBzM2va4rLb/zTUZRRHFHMP3/360.webp?vers... | 35.9 KiB | 29.6 KiB |
Chillin' and all that oh boy | M E W G E N I C S div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/0PMYoN0I2p4i/RMMSDOAYdzcj/360.webp?vers... | 35.3 KiB | 29.1 KiB |
Pking & Giveaways :) div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/VVvw1a0DRJRY/dcxEyeur0rVg/360.webp?vers... | 34.5 KiB | 28.4 KiB |
HIGH SPEED CHASE | ALL DAY CONTENT | CHANGING MY LIFESTYLE PART 2 | ROAD TO 500… div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/90OfgGrQ3QTo/cbbVVQQvhtda/360.webp?vers... | 33.4 KiB | 27.5 KiB |
BBFM Kick's Radio Station div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/1Valg4wcUJ5f/5YQRQ3zoqFMJ/360.webp?vers... | 32.1 KiB | 26.5 KiB |
LEAGUES TIME! afking on the HardChin | !leagues !series !socials !youtube !disc… div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/GIgWTIzFefK8/d0kqEVohR4Ux/360.webp?vers... | 32.0 KiB | 26.4 KiB |
Hang div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/7X2S3F62nsaq/9R12dCjgFOoO/360.webp?vers... | 30.0 KiB | 24.8 KiB |
⚽ ️LIVE ⚽ ️FOOTBALL TRAINING ⚽ ️IRL ⚽ ️THEN LONDON ⚽ ️WOW ⚽ ️UK STREAM COOL ⚽ ️WICKED … div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/DsuAwCgUc9Bh/QXGHnat7omgC/360.webp?vers... | 29.8 KiB | 24.6 KiB |
Hang div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/7X2S3F62nsaq/9R12dCjgFOoO/360.webp?vers... | 29.6 KiB | 24.4 KiB |
Grinding Online for Collections & Stubs! Diamond Dynasty NMS! div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/Luv0tQ9wQize/ZSlnViEwx4fl/360.webp?vers... | 29.2 KiB | 24.1 KiB |
Football challenge ft @Maciejmp div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/u2elBSztb20B/5Mgq1Iklcz8u/360.webp?vers... | 28.8 KiB | 23.7 KiB |
Zolo🎈Big Zo Back In Action🎈!ProdigyRP div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/XbkGE1LuJA6B/BRqfSCGxpvZO/360.webp?vers... | 28.7 KiB | 23.7 KiB |
🚨 NEW UPDATE… NEW SKINS… WHO’S COPPING?! 👀 | FREE 25SC CODE "GPEP" !stake div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/UfVJwXsJe2bM/HV1yj25VlvLf/360.webp?vers... | 28.3 KiB | 23.3 KiB |
🩷 SHANICEEEE 🩷 UNMATCHED RP 🩷 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/NUMFzbJAOBlL/FJYnhkWPRmm5/360.webp?vers... | 27.4 KiB | 22.6 KiB |
🟡 INSANE FAST-PACED WINS | WARZONE | 14 KD 😤 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/3sTWVva1rB5d/vc9G85XyTKbt/360.webp?vers... | 27.3 KiB | 22.5 KiB |
Slots & Casino div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/28/banner/responsives/ca01a05f-f807... | 22.1 KiB | 19.6 KiB |
PUBG: Battlegrounds div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/53/banner/responsives/pubg-battlegr... | 21.8 KiB | 19.2 KiB |
🟣I LOVE VALORANT🟣12/25 MONTHLY SUB-GOAL🟣 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/RKYAGx5DiKHK/bY9ngk1NpKgM/360.webp?vers... | 23.3 KiB | 19.2 KiB |
Dota 2 div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/14/banner/responsives/9720b78b-f76e... | 21.1 KiB | 18.6 KiB |
Just Chatting div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/15/banner/responsives/b697a8a3-62db... | 20.7 KiB | 18.2 KiB |
Side Scrollers Podcast Live | Monday April 13 2026 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/VcKV4w0maOPG/S02IumtdlPk0/360.webp?vers... | 21.8 KiB | 18.0 KiB |
New Game Time! !redflag !socials !freshenup !spotify !apple div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/dCVSOK3KChta/Tb0B6Ltg2Cb7/360.webp?vers... | 21.3 KiB | 17.5 KiB |
⏪ Rewind ⏪ : Devan Nash GOES AFTER Kick's X Clipping + Clavicular Club Opening … div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/IjrBmWhLQwkN/zZhcmtOZB8Iw/360.webp?vers... | 20.8 KiB | 17.2 KiB |
Ramee | ProdigyRP div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/VuKqAws5uqcY/m6OxuyitcxSo/360.webp?vers... | 20.7 KiB | 17.0 KiB |
League of Legends div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/5/banner/responsives/lol___banner_2... | 19.5 KiB | 17.0 KiB |
Counter-Strike 2 div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/1552/banner/responsives/555d5ee4-58... | 19.4 KiB | 16.9 KiB |
VALORANT div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/64/banner/responsives/11503974-52c2... | 19.3 KiB | 16.7 KiB |
Old School RuneScape div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/111/banner/responsives/f4bf565f-425... | 18.9 KiB | 16.4 KiB |
PUBG Mobile div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/957/banner/responsives/fd20ebec-1cb... | 18.2 KiB | 15.6 KiB |
4HEAD | NOPIXEL 4.0 | TTS div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/Nfs1w4IqMfpg/a7h63Icx3vKE/360.webp?vers... | 17.7 KiB | 14.6 KiB |
Grand Theft Auto V (GTA) div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/8/banner/responsives/8110f223-9654-... | 16.4 KiB | 13.8 KiB |
Fortnite div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/3/banner/responsives/a12b84e6-f2fd-... | 16.4 KiB | 13.8 KiB |
No Pixel RP (GTA) div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/9818/banner/responsives/25493491-a4... | 15.8 KiB | 13.3 KiB |
IRL div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/8549/banner/responsives/3b142fca-b6... | 15.6 KiB | 13.0 KiB |
APARTMENT SHOPPING IN MIAMI W/ COSTA‼️ div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/j5gmEBHx00rm/nsIpY4nRuP0S/360.webp?vers... | 13.6 KiB | 11.2 KiB |
UK TOUR DAY 8 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/FDeS9ivfwc1N/v906UkNs6gbc/360.webp?vers... | 13.3 KiB | 10.9 KiB |
FLAAAAME div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/oypgXoGDlcIr/0EPAU1wWCe1l/360.webp?vers... | 11.7 KiB | 9.7 KiB |
*BRAND NEW* ITMS TOUR PRE-SEASON KO'S! | OPEN TO ALL | Sponsored By Target | 18… div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/0JNNzFGU9WCW/SnGCBnyCykmP/160.webp?vers... | 16.2 KiB | 9.6 KiB |
It's Lit div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/gHGqX1tFhm9N/DJW70I9eDGHz/160.webp?vers... | 14.7 KiB | 8.1 KiB |
clavicular div.group > button.relative > div.z-player > img.top-O | clips.kick.com/clips/b4/clip_01KNS1EZN5EJQWMEG65A5031YC/thumbnail.webp | 13.5 KiB | 6.9 KiB |
🤪WARZONE HOTTIE HUNTING🤪 |WEEKLY SUBS 0/50| div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/Wctm254YkhSt/lMPFwMhpHoa8/160.webp?vers... | 13.2 KiB | 6.6 KiB |
ITS FRIDAY TOMORROW !fresh SIGN UP I WILL MATCH YOUR DEPO ON !stake UP TO $200 … div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/SaFD3oNfrOSQ/WCLQ0WPvwpN8/160.webp?vers... | 12.3 KiB | 5.7 KiB |
🟢WHO IS KICKING IT IN THE CLUB ? 🟢 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/xUZfvzsBuswh/fmskYCdDUL28/160.webp?vers... | 11.6 KiB | 5.0 KiB |
RayC div.group > button.relative > div.z-player > img.top-O | clips.kick.com/clips/1e/clip_01KP26K30C6S6ZMCZET0JM6M89/thumbnail.webp | 11.1 KiB | 5.0 KiB |
ZUIEKI_kicktv div.group > button.relative > div.z-player > img.top-O | clips.kick.com/clips/44/clip_01KPA8THBS1RPC4EWB2CQ2B3BW/thumbnail.webp | 11.0 KiB | 4.9 KiB |
clavicular div.group > button.relative > div.z-player > img.top-O | clips.kick.com/clips/f1/clip_01KNTAKJ7ASCXWA3TX7SWWQ85Z/thumbnail.webp | 9.7 KiB | 4.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| assets.kick.com/main/_next/static/css/1576a001a6618827.css | 27.3 KiB | 25.0 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
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 | 13.8 s |
| Other | 6.8 s |
| Style & Layout | 2.8 s |
| Script Parsing & Compilation | 884 ms |
| Rendering | 648 ms |
| Garbage Collection | 555 ms |
| Parse HTML & CSS | 125 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
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.
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.group/main > nav.z-navbar > div.flex > button.group div.group/main > nav.z-navbar > div.flex > button.group |
div.group/main > nav.z-navbar > div.flex > button.group div.group/main > nav.z-navbar > div.flex > button.group |
div.group/main > nav.z-navbar > div.flex > button.group div.group/main > nav.z-navbar > div.flex > button.group |
div.flex > div.flex > a.group > button.group div.flex > div.flex > a.group > button.group |
div.flex > div.flex > a.group > button.group div.flex > div.flex > a.group > button.group |
div.flex > div.flex > a.group > button.group div.flex > div.flex > a.group > button.group |
div.flex > div.flex > a.group > button.group div.flex > div.flex > a.group > button.group |
div.flex > div.flex > a.group > button.group div.flex > div.flex > a.group > button.group |
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.group/main > nav.z-navbar > div.flex > a.group div.group/main > nav.z-navbar > div.flex > a.group |
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.
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 |
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 |
|---|
IRL div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
shangel div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
IRL div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
english div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
chill div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
funny div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
travel div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
female div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
UK div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
swedish div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Englısh div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
foodie div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
MLB The Show 26 div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Shake div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
PGFworld div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Slots & Casino div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Sam div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
just div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Challenge div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
ırl div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Pepper div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
IRL div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Call of Duty: Warzone div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
EightV div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
chill div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
fps div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gaming div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
funny div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
WARZONE div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
cod div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
callofduty div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Englısh div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Mouse: P.I. For Hire div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
EchosNation div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
english div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
chill div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gaming div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
funny div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
fortnite div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
goodvibes div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
musician div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Pokémon div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Slots & Casino div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
FrankDimes div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
IRL div.group/card > div.flex > div.no-scrollbar > a.flex |
Gambling div.group/card > div.flex > div.no-scrollbar > a.flex |
Shooter div.group/card > div.flex > div.no-scrollbar > a.flex |
IRL div.group/card > div.flex > div.no-scrollbar > a.flex |
MOBA div.group/card > div.flex > div.no-scrollbar > a.flex |
Shooter div.group/card > div.flex > div.no-scrollbar > a.flex |
Shooter div.group/card > div.flex > div.no-scrollbar > a.flex |
Shooter div.group/card > div.flex > div.no-scrollbar > a.flex |
Shooter div.group/card > div.flex > div.no-scrollbar > a.flex |
MOBA div.group/card > div.flex > div.no-scrollbar > a.flex |
Shooter div.group/card > div.flex > div.no-scrollbar > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
PGFworld div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
xQc div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
bbjess div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
irl div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
music div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
casual div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
singing div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
feet div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
bikini div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
of div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
karaoke div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gırl div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
boneclinks div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
reaction div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
usa div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
news div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
clips div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
republican div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Conservative div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
reviews div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
ReactionContent div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
kickonly div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
AmericaFirst div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Kick_Clipz div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
irl div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
english div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Kick div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
vtuber div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
funny div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
TalkShow div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
clip div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
clips div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Englısh div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
justchattıng div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Knut div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Texas div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
fitness div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
food div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
IRLAdventures div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
AustinTX div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
IronForge div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
InTheMudSports div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
community div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
giveaway div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
sports div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
darts div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Englısh div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
crowegamingg div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
english div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gamer div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
pvp div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Veteran div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
FRESHENUP div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
community div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
hype div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
selfrezcoffee div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
fulltime div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
ArmyVet div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
CLUEminatiCrew div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
PODCAST div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
IRLCasual div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
mruktikktokofficial div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
imreallyimportant div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
politics div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
trump div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
midterms div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
2028 div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Chenzo div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
irl div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Español div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gaming div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
funny div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Englısh div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
countersitrike2 div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
beardsonbeardly div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
english div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
chill div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gaming div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
funny div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
chat div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Partnered div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Just Chatting div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
SideScrollers div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Kick div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
ırl div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
PODCAST div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
justchattiing div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
SideScrollers div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
MLB The Show 26 div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Shake div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Call of Duty: Warzone div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
EightV div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
chill div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
fps div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gaming div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
funny div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
WARZONE div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
cod div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
callofduty div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Englısh div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Mouse: P.I. For Hire div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
EchosNation div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
english div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
chill div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gaming div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
funny div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
fortnite div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
goodvibes div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
musician div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Pokémon div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Lies of P div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
highfivelol div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
cs2 div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
fps div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gaming div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
slots div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Interactive div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
partner div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
singleplayer div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
community div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
giveaway div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
commands div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Grand Theft Auto V (GTA) div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Zolo div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Grand Theft Auto V (GTA) div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
ReeClare div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
gtarp div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Englısh div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
fıvem div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
GTA5 div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
unmatchedrp div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
UNMATCHEDROLEPLAY div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Old School RuneScape div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Bulwark7 div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
giveaways div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
pking div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
lietuvis div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
LT div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Englısh div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
osrspvp div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Lietuvių div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Fortnite div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
GPEP133 div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
fps div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gaming div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
funny div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
fortnite div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Shooter div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
stake div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gpep div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Call of Duty: Warzone div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
LaurenCakezzz div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Roleplay div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
fps div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gaming div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
WARZONE div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Rpg div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gtafivem div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
ıcarus div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Old School RuneScape div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Odablock div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Grand Theft Auto V (GTA) div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Ramee div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
No Pixel RP (GTA) div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Buddha div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Mewgenics div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Destiny div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
chill div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
gaming div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
ırl div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
Debates div.tv:py-4 > div.tv:gap-1 > div.mt-2 > a.flex |
No Pixel RP (GTA) div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
4HEAD div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Slots & Casino div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
Trainwreckstv div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
xQc div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Just Chatting div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
· 22 hours ago div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
BBeckyG div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
IRL div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
· 13 hours ago div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
Kingteka div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Slots & Casino div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
· 7 days ago div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
clavicular div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Just Chatting div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
· 1 day ago div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
BBeckyG div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Just Chatting div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
· 2 days ago div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
BBeckyG div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
. div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
RayC div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Just Chatting div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
· 3 days ago div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
BBeckyG div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Just Chatting div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
BBeckyG div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
BCTVs div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Fitness and Health div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
clavicular div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
IRL div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
· 14 hours ago div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
ZUIEKI_kicktv div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
Grand Theft Auto V (GTA) div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
· 7 days ago div.tv:py-4 > div.tv:gap-1 > div.relative > a.group |
dripp div.group/card > div.tv:py-4 > div.tv:gap-1 > a.group |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
01:44
46K views section.h-full > div.group/card > div.group > button.relative |
01:38
30K views section.h-full > div.group/card > div.group > button.relative |
00:42
16.2K views section.h-full > div.group/card > div.group > button.relative |
01:19
12.4K views section.h-full > div.group/card > div.group > button.relative |
01:07
10.9K views section.h-full > div.group/card > div.group > button.relative |
01:07
10.5K views section.h-full > div.group/card > div.group > button.relative |
02:11
8.2K views section.h-full > div.group/card > div.group > button.relative |
00:16
4.7K views section.h-full > div.group/card > div.group > button.relative |
03:00
4.6K views section.h-full > div.group/card > div.group > button.relative |
01:17
4.5K views section.h-full > div.group/card > div.group > button.relative |
00:47
4.3K views section.h-full > div.group/card > div.group > button.relative |
00:43
4K views section.h-full > div.group/card > div.group > button.relative |
01:07
3.8K views section.h-full > div.group/card > div.group > button.relative |
00:49
3.3K views section.h-full > div.group/card > div.group > button.relative |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Buddha div.group/card > div.tv:py-4 > a.group > img.size-9 | /images/user/33057/profile_image/conversion/35fc4750-7c63... | 36 x 36 (1.00) | 75 x 86 (0.87) |
Bulwark7 div.group/card > div.tv:py-4 > a.group > img.size-9 | /images/user/1952627/profile_image/conversion/24a1d80d-a4... | 36 x 36 (1.00) | 75 x 82 (0.91) |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 429 () |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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.
741 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
793 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.
3.22 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.16 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.
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.
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.
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 | |
|---|---|---|---|
body > div#google_image_div > a#aw0 > img.img_ad body > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/10868470950617587090 | 172.1 KiB | 157.9 KiB |
🚨 LIVE POLICE CHASE 🚨 STOLEN CITY TRUCK 🚨 WOMAN DRIVER 🚨 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/ZYLwNEIq9g2p/dYWsYl5ifvfb/360.webp?vers... | 36.8 KiB | 31.6 KiB |
BBFM Kick's Radio Station div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/1Valg4wcUJ5f/5YQRQ3zoqFMJ/360.webp?vers... | 32.1 KiB | 27.5 KiB |
Hang div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/7X2S3F62nsaq/9R12dCjgFOoO/360.webp?vers... | 30.4 KiB | 26.1 KiB |
Grinding Online for Collections & Stubs! Diamond Dynasty NMS! div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/Luv0tQ9wQize/ZSlnViEwx4fl/360.webp?vers... | 29.2 KiB | 25.1 KiB |
🟡 INSANE FAST-PACED WINS | WARZONE | 14 KD 😤 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/3sTWVva1rB5d/vc9G85XyTKbt/360.webp?vers... | 27.3 KiB | 23.4 KiB |
⚽ ️LIVE ⚽ ️FOOTBALL TRAINING ⚽ ️IRL ⚽ ️THEN LONDON ⚽ ️WOW ⚽ ️UK STREAM COOL ⚽ ️WICKED … div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/DsuAwCgUc9Bh/QXGHnat7omgC/360.webp?vers... | 25.4 KiB | 21.8 KiB |
🟣I LOVE VALORANT🟣12/25 MONTHLY SUB-GOAL🟣 div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/RKYAGx5DiKHK/bY9ngk1NpKgM/360.webp?vers... | 21.0 KiB | 18.0 KiB |
Slots & Casino div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/28/banner/responsives/ca01a05f-f807... | 22.1 KiB | 16.6 KiB |
Just Chatting div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/15/banner/responsives/b697a8a3-62db... | 20.7 KiB | 15.2 KiB |
League of Legends div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/5/banner/responsives/lol___banner_2... | 19.5 KiB | 14.0 KiB |
Football challenge ft @Maciejmp div.z-player > a > div.z-player > img | /video_thumbnails/j5gmEBHx00rm/nsIpY4nRuP0S/720.webp?vers... | 16.9 KiB | 13.4 KiB |
PUBG Mobile div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/957/banner/responsives/fd20ebec-1cb... | 18.2 KiB | 12.7 KiB |
New Game Time! !redflag !socials !freshenup !spotify !apple div.group/card > a.group > div.relative > img.aspect-video | /video_thumbnails/dCVSOK3KChta/Tb0B6Ltg2Cb7/360.webp?vers... | 13.9 KiB | 11.9 KiB |
Grand Theft Auto V (GTA) div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/8/banner/responsives/8110f223-9654-... | 16.4 KiB | 10.9 KiB |
ITS FRIDAY TOMORROW !fresh SIGN UP I WILL MATCH YOUR DEPO ON !stake UP TO $200 … div.-ml-3 > button.min-w-0 > div.relative > img.aspect-video | /video_thumbnails/SaFD3oNfrOSQ/WCLQ0WPvwpN8/160.webp?vers... | 12.3 KiB | 10.7 KiB |
IRL div.group/card > a.relative > div.relative > img.h-full | /images/subcategories/8549/banner/responsives/3b142fca-b6... | 15.6 KiB | 10.1 KiB |
New Plan IRL! > Drama Clips > Bonus Hunt. $submitclip $hub $minecraft button.min-w-0 > div.relative > img.aspect-video | /video_thumbnails/z7oMLoDcD3va/Oh2SuAlmH9cE/160.webp?vers... | 10.7 KiB | 9.1 KiB |
🟡 INSANE FAST-PACED WINS | WARZONE | 14 KD 😤 div.-ml-3 > button.min-w-0 > div.relative > img.aspect-video | /video_thumbnails/3sTWVva1rB5d/vc9G85XyTKbt/160.webp?vers... | 10.1 KiB | 8.5 KiB |
| /video_thumbnails/u2elBSztb20B/5Mgq1Iklcz8u/160.webp?vers... | 7.5 KiB | 5.9 KiB | |
xQc div.group > button.relative > div.z-player > img.top-O | clips.kick.com/clips/aa/clip_01KNTDJVYDB10FV6E3VFTCKYP6/thumbnail.webp | 8.9 KiB | 4.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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.
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 | 3.9 s |
| Other | 1.5 s |
| Style & Layout | 538 ms |
| Script Parsing & Compilation | 262 ms |
| Rendering | 112 ms |
| Garbage Collection | 80 ms |
| Parse HTML & CSS | 52 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
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 | |
|---|---|
Football challenge ft @Maciejmp div.z-player > a > div.z-player > img | /video_thumbnails/u2elBSztb20B/5Mgq1Iklcz8u/720.webp?vers... |
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.group/main > nav.bg-surface-lowest > div.flex > button#radix-_R_doabt5ubtb_ div.group/main > nav.bg-surface-lowest > div.flex > button#radix-_R_doabt5ubtb_ |
div.flex > div.flex > a.group > button.group div.flex > div.flex > a.group > button.group |
div.flex > div.flex > a.group > button.group div.flex > div.flex > a.group > button.group |
div.flex > div.flex > a.group > button.group div.flex > div.flex > a.group > button.group |
div.flex > div.flex > a.group > button.group div.flex > div.flex > a.group > button.group |
div.flex > div.flex > a.group > button.group div.flex > div.flex > a.group > button.group |
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.
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 |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to page 1 div.flex > div.m-auto > div.flex > button.size-1.5 |
Go to page 2 div.flex > div.m-auto > div.flex > button.bg-outline-decorative |
Go to page 3 div.flex > div.m-auto > div.flex > button.bg-outline-decorative |
IRL div.group/card > div.flex > div.no-scrollbar > a.flex |
Casual div.group/card > div.flex > div.no-scrollbar > a.flex |
Shooter div.group/card > div.flex > div.no-scrollbar > a.flex |
Action div.group/card > div.flex > div.no-scrollbar > a.flex |
Gambling div.group/card > div.flex > div.no-scrollbar > a.flex |
IRL div.group/card > div.flex > div.no-scrollbar > a.flex |
Adventure div.group/card > div.flex > div.no-scrollbar > a.flex |
MOBA div.group/card > div.flex > div.no-scrollbar > a.flex |
Action div.group/card > div.flex > div.no-scrollbar > a.flex |
Shooter div.group/card > div.flex > div.no-scrollbar > a.flex |
FPS div.group/card > div.flex > div.no-scrollbar > a.flex |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Bulwark7 div.group/card > div.tv:py-4 > a.group > img.size-9 | /images/user/1952627/profile_image/conversion/24a1d80d-a4... | 36 x 36 (1.00) | 75 x 82 (0.91) |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 429 () |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback