Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
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.
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.
88 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/63bbe962-a074-4f02-a84d-80dcb07e623a)<a href="https://beavercheck.com/results/63bbe962-a074-4f02-a84d-80dcb07e623a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcrunchyroll.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcrunchyroll.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 16.0s 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 ~30%.
Page takes 16.0s to load
+12% bounceUsers abandon at ~3s — you're 13.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.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 HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$400 investment → $0.67/month returns + USD 150,000 risk avoided
$400
4h · 5 findings
$0.67 /mo
~$8.07 / year
USD 150,000
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
$12,501 / month at risk
~$150,008 / year if left unfixed
$150,000
$0.67 /mo
8406.8 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 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.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.024
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.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.
17.30 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Crunchyroll promotional illustration div.cr-stacked-layout-content-block > section.cr-start-hero > picture.cr-image > img.cr-start-hero-image | /cr-acquisition/assets/img/start/hero/us-global/backgroun... | 305.5 KiB | 159.6 KiB |
I Was Reincarnated as the 7th Prince so I Can Take My Time Perfecting My Magica… div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/072... | 63.9 KiB | 49.8 KiB |
Kingdom - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/0b2... | 55.6 KiB | 41.5 KiB |
Golden Kamuy - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/e85... | 55.5 KiB | 41.4 KiB |
Sakuna: Of Rice and Ruin - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/7bd... | 52.7 KiB | 38.7 KiB |
The Apothecary Diaries - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/af8... | 52.6 KiB | 38.5 KiB |
MF GHOST - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/f90... | 50.7 KiB | 36.7 KiB |
DAN DA DAN - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/138... | 48.7 KiB | 34.7 KiB |
Detective Conan - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/e02... | 44.9 KiB | 30.8 KiB |
Theatre of Darkness: Yamishibai - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/a0f... | 42.1 KiB | 28.1 KiB |
My Dress-Up Darling - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/af5... | 36.5 KiB | 22.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| static.crunchyroll.com/analytics/cr-eec-8.10.1.js | 10.6 KiB | 780 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| crunchyroll.com/ | 812 ms |
| www.crunchyroll.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.crunchyroll.com/cr-acquisition/index-19f9d112.141ba52bf0cf289251b2.js | 13.6 KiB | 6.2 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /cr-acquisition/ltr-styles-fdd41e81.d7f2a040a8f28efe9e09.css | 62.2 KiB | 60.4 KiB |
| 22.1 KiB | 22.1 KiB | |
| 22.3 KiB | 20.1 KiB | |
| /cr-acquisition/ltr-styles-e39ec0de.afb5a07cb95be2c1490e.css | 19.2 KiB | 16.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 258.7 KiB | 163.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PK7T4JG | 163.7 KiB | 85.4 KiB |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 126.9 KiB | 66.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.crunchyroll.com/ | 618 ms | 42 ms | 3.0 ms |
| static.crunchyroll.com/cr-acquisition/index-e5bca7e4.f7f7ee5609c5e95f26fa.js | 547 ms | 433 ms | 17 ms |
| Unattributable | 473 ms | 99 ms | 0.0 ms |
| static.crunchyroll.com/cr-acquisition/error.11d2b2d1eb06ec3414e5.js | 464 ms | 437 ms | 1.0 ms |
| cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 419 ms | 273 ms | 145 ms |
| static.crunchyroll.com/cr-acquisition/index-9a8b795a.3ee0b69b049182bd3e30.js | 275 ms | 250 ms | 2.2 ms |
| cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 263 ms | 146 ms | 42 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PK7T4JG | 246 ms | 193 ms | 48 ms |
| www.crunchyroll.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 183 ms | 175 ms | 1.8 ms |
| static.crunchyroll.com/cr-acquisition/index-efdee510.5aeacf7afa026088f300.js | 52 ms | 37 ms | 1.4 ms |
| static.crunchyroll.com/cr-acquisition/index-7f854005.793e3f1381f8a5edd232.js | 50 ms | 16 ms | 12 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.3 s |
| Other | 751 ms |
| Script Parsing & Compilation | 393 ms |
| Style & Layout | 300 ms |
| Rendering | 151 ms |
| Parse HTML & CSS | 42 ms |
| Garbage Collection | 22 ms |
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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Please be alert to potential phishing attempts. Crunchyroll will never ask for … div#root > div.cr-main-layout > div.erc-anonymous-consent > div.content-wrapper--MF5LS |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CONTINUE div.cr-main-layout > div.erc-anonymous-consent > div.content-wrapper--MF5LS > button.button--xqVd0 |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ad-free streaming div.perks-section-header > div.perks-section-not-desktop > div.cr-perks-section-card-perk > h4.text--gq6o- |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Browse New
Browse Popular
Browse All (A-Z)
Browse Simulcasts
Release Calendar
M… div.footer-seo-wrapper > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
Action
Adventure
Comedy
Drama
Fantasy
Music
Romance
Sci-Fi
Seinen
Shojo
Shonen
… div.footer-seo-wrapper > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
Apothecary Diaries
Attack on Titan
Blue Lock
Demon Slayer
Dragon Ball DAIMA
Dra… div.footer-seo-wrapper > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
English / English (US)
Indonesian / Bahasa Indonesia
German / Deutsch
Spanish /… div.footer-seo-wrapper > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
About
Help Center
Terms of Service
Privacy Policy
AdChoices
Do Not Sell or Shar… div.footer-seo-wrapper > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
Create Account
Log In div.footer-seo-section-group > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
YouTube
Facebook
X
Instagram
TikTok div.footer-seo-section-group > section.cr-footer-seo-section > div.section-wrapper > ul.section-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.
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 |
|---|
CONTINUE div.cr-main-layout > div.erc-anonymous-consent > div.content-wrapper--MF5LS > button.button--xqVd0 |
ENGLISH (US) div.footer-copyright-section > div.footer-language-select-wrapper > div.dropdown--cacSP > div.dropdown-trigger--P--FX |
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 400 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Uncaught (in promise) Error: RUM is not initialized |
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.
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.
917 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
122 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.
1.64 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.72 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Crunchyroll promotional illustration div.cr-stacked-layout-content-block > section.cr-start-hero > picture.cr-image > img.cr-start-hero-image | /cr-acquisition/assets/img/start/hero/us-global/backgroun... | 1.4 MiB | 1.1 MiB |
Seirei Gensouki: Spirit Chronicles - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/b66... | 65.4 KiB | 59.9 KiB |
The Water Magician - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/82d... | 64.7 KiB | 59.2 KiB |
I Was Reincarnated as the 7th Prince so I Can Take My Time Perfecting My Magica… div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/072... | 63.9 KiB | 58.4 KiB |
Chillin’ in Another World with Level 2 Super Cheat Powers - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/3ac... | 58.7 KiB | 53.2 KiB |
Kingdom - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/0b2... | 55.6 KiB | 50.1 KiB |
Golden Kamuy - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/e85... | 55.5 KiB | 50.0 KiB |
The 100 Girlfriends Who Really, Really, Really, Really, REALLY Love You - show … div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/0ab... | 54.8 KiB | 49.3 KiB |
A Couple of Cuckoos - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/7f6... | 54.3 KiB | 48.8 KiB |
Sakuna: Of Rice and Ruin - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/7bd... | 52.7 KiB | 47.2 KiB |
The Apothecary Diaries - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/af8... | 52.6 KiB | 47.1 KiB |
MF GHOST - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/f90... | 50.7 KiB | 45.2 KiB |
DAN DA DAN - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/138... | 48.7 KiB | 43.2 KiB |
Detective Conan - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/e02... | 44.9 KiB | 39.4 KiB |
Theatre of Darkness: Yamishibai - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/a0f... | 42.1 KiB | 36.7 KiB |
My Dress-Up Darling - show description div.content-image-figure-wrapper__figure-sizer--SH2-x > figure.content-image__figure--7vume > picture > img.progressive-image-base__fade--Nrn20 | /imgsrv/display/thumbnail/240x360/catalog/crunchyroll/af5... | 36.5 KiB | 31.0 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| static.crunchyroll.com/analytics/cr-eec-8.10.1.js | 10.6 KiB | 223 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| crunchyroll.com/ | 265 ms |
| www.crunchyroll.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /cr-acquisition/ltr-styles-fdd41e81.d7f2a040a8f28efe9e09.css | 62.2 KiB | 60.0 KiB |
| 22.1 KiB | 22.1 KiB | |
| /cr-acquisition/ltr-styles-e39ec0de.afb5a07cb95be2c1490e.css | 19.2 KiB | 16.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.ketchjs.com/ketchtag/stable/v2.12/ketch-sdk.js | 258.7 KiB | 163.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PK7T4JG | 163.7 KiB | 87.5 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.crunchyroll.com/cr-acquisition/index-19f9d112.141ba52bf0cf289251b2.js | 13.6 KiB | 6.2 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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Please be alert to potential phishing attempts. Crunchyroll will never ask for … div#root > div.cr-main-layout > div.erc-anonymous-consent > div.content-wrapper--MF5LS |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CONTINUE div.cr-main-layout > div.erc-anonymous-consent > div.content-wrapper--MF5LS > button.button--xqVd0 |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Ad-free streaming div.carousel-scroller__track--43f0L > div.carousel-scroller__card--4Lrk- > div.cr-perks-section-card-perk > h4.text--gq6o- |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Browse New
Browse Popular
Browse All (A-Z)
Browse Simulcasts
Release Calendar
M… div.footer-seo-wrapper > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
Action
Adventure
Comedy
Drama
Fantasy
Music
Romance
Sci-Fi
Seinen
Shojo
Shonen
… div.footer-seo-wrapper > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
Apothecary Diaries
Attack on Titan
Blue Lock
Demon Slayer
Dragon Ball DAIMA
Dra… div.footer-seo-wrapper > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
English / English (US)
Indonesian / Bahasa Indonesia
German / Deutsch
Spanish /… div.footer-seo-wrapper > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
About
Help Center
Terms of Service
Privacy Policy
AdChoices
Do Not Sell or Shar… div.footer-seo-wrapper > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
Create Account
Log In div.footer-seo-section-group > section.cr-footer-seo-section > div.section-wrapper > ul.section-list |
YouTube
Facebook
X
Instagram
TikTok div.footer-seo-section-group > section.cr-footer-seo-section > div.section-wrapper > ul.section-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.
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 |
|---|
START FREE TRIAL header.cr-header > div.cr-horizontal-wrapper > div.header-controls > button.button--xqVd0 |
CONTINUE div.cr-main-layout > div.erc-anonymous-consent > div.content-wrapper--MF5LS > button.button--xqVd0 |
ENGLISH (US) div.footer-copyright-section > div.footer-language-select-wrapper > div.dropdown--cacSP > div.dropdown-trigger--P--FX |
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 400 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
Uncaught (in promise) Error: RUM is not initialized |
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.
Send Feedback