Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 56.0 MB (44.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/c78b3be6-647e-4995-9837-79a2292671ad)<a href="https://beavercheck.com/results/c78b3be6-647e-4995-9837-79a2292671ad"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Froll20.net" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Froll20.netThis 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 53.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~27%.
Page takes 53.9s to load
+12% bounceUsers abandon at ~3s — you're 51.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.4s
+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 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, …)
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
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$700 investment → $11/month returns + USD 157,500 risk avoided
$700
7h · 5 findings
$11 /mo
~$134 / year
USD 157,500
if kept compliant
$50 — 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.
7.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,136 / month at risk
~$157,634 / year if left unfixed
$157,500
+5 more
$11 /mo
139911.7 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.
19.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
53.92 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.40 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
19.15 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.
61.36 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.
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 | |
|---|---|---|---|
Hero Image section.hero-section > div.hero-content > div.hero-image > img | roll20.net/v3/assets/img/homepage/hero.png | 3.1 MiB | 3.1 MiB |
Article 2 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/FindaGroup.png | 3.0 MiB | 3.0 MiB |
body > div.multi-section-div > ::before body > div.multi-section-div > ::before | roll20.net/v3/assets/img/backgrounds/homepage-2.png | 3.5 MiB | 2.9 MiB |
Community Illustration Image section.community-section > div.community-content-div > div.community-illustration-wrapper > img.community-illustration-image | roll20.net/v3/assets/img/homepage/community.png | 2.5 MiB | 2.5 MiB |
Daggerheart Character 1 section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-daggerheart-1-image | roll20.net/v3/assets/img/homepage/daggerheart-turtle.png | 2.4 MiB | 2.4 MiB |
Party Around Fire Image body > div.multi-section-div > img.party-group | roll20.net/v3/assets/img/homepage/party-group.png | 2.3 MiB | 2.3 MiB |
Customize Your Game
Automate Rolls & Actions
Save time with macros. One click … body > section.customize-section | roll20.net/v3/assets/img/backgrounds/homepage-3.png | 2.8 MiB | 2.3 MiB |
Customize Illustration Image section.customize-section > div.customize-content-wrapper > div.customize-text-img-wrapper > img.customize-illustration-image | roll20.net/v3/assets/img/homepage/Macro_Customize.webp | 1.8 MiB | 1.7 MiB |
The #1 Choice
For D&D Online.
Create Free Account
Join 15+ million players
Pl… body > section.hero-section | roll20.net/v3/assets/img/backgrounds/homepage-1.png | 1.3 MiB | 1.2 MiB |
User Testimonial 2 div.owl-item > div.item > div.carousel-img-wrapper > img | roll20.net/v3/assets/img/homepage/testimonial-2.jpeg | 981.3 KiB | 966.8 KiB |
Marvel Multiverse Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/MARRPGP_logo.png | 896.0 KiB | 894.5 KiB |
User Testimonial 5 div.owl-item > div.item > div.carousel-img-wrapper > img | roll20.net/v3/assets/img/homepage/testimonial-5.jpeg | 851.5 KiB | 842.5 KiB |
User Testimonial 4 div.owl-item > div.item > div.carousel-img-wrapper > img | roll20.net/v3/assets/img/homepage/testimonial-4.jpeg | 666.5 KiB | 657.0 KiB |
User Testimonial 1 div.owl-item > div.item > div.carousel-img-wrapper > img | roll20.net/v3/assets/img/homepage/testimonial-1.jpeg | 646.4 KiB | 636.6 KiB |
VTT Playground Image div.hotspot__container > div.hotspot__dots-wrapper > div.hotspot__image > img.img-fluid | roll20.net/v3/assets/img/homepage/vtt-playground.png | 440.9 KiB | 428.3 KiB |
User Testimonial 3 div.owl-item > div.item > div.carousel-img-wrapper > img | roll20.net/v3/assets/img/homepage/testimonial-3.jpeg | 449.5 KiB | 427.4 KiB |
Daggerheart Character 2 section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-daggerheart-2-image | roll20.net/v3/assets/img/homepage/daggerheart-wolf-parent.png | 252.5 KiB | 244.6 KiB |
Article 1 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/article-1.webp | 85.8 KiB | 80.2 KiB |
User Testimonial Avatar 3 div.owl-stage > div.owl-item > div.item > img.testimonial-avatar | roll20.net/v3/assets/img/homepage/testimonial-avatar-3.png | 22.2 KiB | 21.7 KiB |
User Testimonial Avatar 4 div.owl-stage > div.owl-item > div.item > img.testimonial-avatar | roll20.net/v3/assets/img/homepage/testimonial-avatar-4.png | 22.2 KiB | 21.6 KiB |
User Testimonial Avatar 2 div.owl-stage > div.owl-item > div.item > img.testimonial-avatar | roll20.net/v3/assets/img/homepage/testimonial-avatar-2.png | 20.7 KiB | 20.2 KiB |
User Testimonial Avatar 1 div.owl-stage > div.owl-item > div.item > img.testimonial-avatar | roll20.net/v3/assets/img/homepage/testimonial-avatar-1.png | 19.5 KiB | 18.9 KiB |
User Testimonial Avatar 5 div.owl-stage > div.owl-item > div.item > img.testimonial-avatar | roll20.net/v3/assets/img/homepage/testimonial-avatar-5.png | 18.9 KiB | 18.4 KiB |
Daggerheart Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/daggerheart.png | 10.2 KiB | 9.6 KiB |
Fallout Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/fallout.png | 8.8 KiB | 8.2 KiB |
Pathfinder 2 Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/pathfinder2.png | 7.7 KiB | 7.2 KiB |
Cyberpunk Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/cyberpunk-logo.png | 7.5 KiB | 6.7 KiB |
Roll20 Logo section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/roll20-logo.png | 7.0 KiB | 6.1 KiB |
Invites Friends Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/invite-friends-icon.png | 7.0 KiB | 6.1 KiB |
Play Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/play-icon.png | 6.8 KiB | 5.9 KiB |
Choose Game Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/choose-game-icon.png | 6.1 KiB | 5.2 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|---|
| roll20.net/assets/v3.js?1776876418 | 144.2 KiB | 27.3 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 |
|---|---|---|
| roll20.net/css/fonts.css?1776876417 | 138.2 KiB | 138.2 KiB |
| roll20.net/static-fallback/nav-bar/master/assets/main-CgCfms89.css | 122.4 KiB | 119.1 KiB |
| roll20.net/v3/assets/css/marketplace-v3.css?1776876418 | 59.6 KiB | 58.4 KiB |
| /v3/assets/js/libs/@fortawesome/fontawesome-free/css/all.... | 16.0 KiB | 16.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
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.stripe.com/v3/ | 225.6 KiB | 147.7 KiB |
| roll20.net/assets/v3.js?1776876418 | 144.0 KiB | 92.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-SZLSVQPSWG&cx=c>m=4e64k0 | 168.9 KiB | 68.5 KiB |
| /gtm.js?id=GTM-MKL9HM6>m_auth=RyNPjkDTh-LgK4oo5gJi6A>... | 164.8 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=UA-31040388-1 | 115.5 KiB | 62.0 KiB |
| cdn.roll20.net/production/blog_preview.latest.bundle.js | 86.5 KiB | 47.1 KiB |
| roll20.net/static-fallback/nav-bar/master/assets/main-jFmZFouv.js | 2.1 MiB | 25.5 KiB |
| cdn-4.convertexperiments.com/v1/js/10042023-10042444.js | 55.8 KiB | 21.2 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 |
|---|---|---|---|
| Unattributable | 3.2 s | 93 ms | 0.0 ms |
| roll20.net/assets/v3.js?1776876418 | 2.8 s | 2.0 s | 63 ms |
| www.googletagmanager.com/gtag/js?id=UA-31040388-1 | 942 ms | 779 ms | 136 ms |
| roll20.net/ | 879 ms | 388 ms | 14 ms |
| js.stripe.com/v3/ | 694 ms | 404 ms | 281 ms |
| cdn-4.convertexperiments.com/v1/js/10042023-10042444.js | 587 ms | 539 ms | 29 ms |
| www.googletagmanager.com/gtag/js?id=G-SZLSVQPSWG&cx=c>m=4e64k0 | 421 ms | 336 ms | 82 ms |
| www.datadoghq-browser-agent.com/datadog-rum.js | 281 ms | 217 ms | 13 ms |
| /gtm.js?id=GTM-MKL9HM6>m_auth=RyNPjkDTh-LgK4oo5gJi6A>... | 265 ms | 158 ms | 97 ms |
| scripts.clarity.ms/0.8.60-beta/clarity.js | 195 ms | 183 ms | 9.9 ms |
| www.google-analytics.com/analytics.js | 137 ms | 105 ms | 30 ms |
| cdn.roll20.net/production/blog_preview.latest.bundle.js | 103 ms | 81 ms | 22 ms |
| roll20.net/v3/assets/css/marketplace-v3.css?1776876418 | 52 ms | 0.0 ms | 0.0 ms |
| www.redditstatic.com/ads/pixel.js | 50 ms | 40 ms | 7.2 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 | 5.6 s |
| Other | 3.2 s |
| Style & Layout | 886 ms |
| Script Parsing & Compilation | 836 ms |
| Parse HTML & CSS | 246 ms |
| Garbage Collection | 187 ms |
| Rendering | 88 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 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 |
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 | |
|---|---|
Hero Image section.hero-section > div.hero-content > div.hero-image > img | roll20.net/v3/assets/img/homepage/hero.png |
Article 2 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/FindaGroup.png |
Blog Article 3 Image section.blog-section > div.blog-articles-wrapper > div.blog-article-2 > img.blog-article-2-image | /blog.roll20.net/wp-content/uploads/2026/04/Copy-of-169-T... |
Community Illustration Image section.community-section > div.community-content-div > div.community-illustration-wrapper > img.community-illustration-image | roll20.net/v3/assets/img/homepage/community.png |
Blog Article 1 Image section.blog-section > div.blog-articles-wrapper > div.blog-article-0 > img.blog-article-0-image | /blog.roll20.net/wp-content/uploads/2026/04/PerformanceBl... |
Blog Article 2 Image section.blog-section > div.blog-articles-wrapper > div.blog-article-1 > img.blog-article-1-image | /blog.roll20.net/wp-content/uploads/2026/04/Ravenloft-Blo... |
Marvel Multiverse Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/MARRPGP_logo.png |
Article 1 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/article-1.webp |
VTT Playground Image div.hotspot__container > div.hotspot__dots-wrapper > div.hotspot__image > img.img-fluid | roll20.net/v3/assets/img/homepage/vtt-playground.png |
Article 3 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/article-3.webp |
Customize Illustration Image section.customize-section > div.customize-content-wrapper > div.customize-text-img-wrapper > img.customize-illustration-image | roll20.net/v3/assets/img/homepage/Macro_Customize.webp |
Pink Roll20 Logo div.footer-bottom > div.roll20-logos > div.roll20-logo-text > img | roll20.net/v2/images/roll20-logo.png |
Cyberpunk Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/cyberpunk-logo.png |
Daggerheart Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/daggerheart.png |
Pathfinder 2 Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/pathfinder2.png |
Call of Cthulhu Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/call-of-cthulhu.png |
D&D Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/dungeons-dragons.png |
Go to Roll20 Homepage footer#footer > div.footer-terms > a > img | roll20.net/v3/assets/img/logos/roll20-logo-new-light.svg |
Roll20 Logo section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/roll20-logo.png |
Choose Game Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/choose-game-icon.png |
Invites Friends Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/invite-friends-icon.png |
Play Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/play-icon.png |
Fallout Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/fallout.png |
Dice Icon Image div.customize-cards-wrapper > div.customize-card > div.customize-card-header > img.customize-icon | roll20.net/v3/assets/img/homepage/dice-icon.png |
Sheet Icon Image div.customize-cards-wrapper > div.customize-card > div.customize-card-header > img.customize-icon | roll20.net/v3/assets/img/homepage/sheet-icon.png |
Battle Box Image div.customize-cards-wrapper > div.customize-card > div.customize-card-header > img.customize-icon | roll20.net/v3/assets/img/homepage/ds-icon.png |
Dice Icon footer#footer > div.footer-bottom > div.dice > img | roll20.net/v2/images/Icon-Dice.svg |
API Icon Image div.customize-cards-wrapper > div.customize-card > div.customize-card-header > img.customize-icon | roll20.net/v3/assets/img/homepage/api-icon.png |
Go to Roll20 on Bluesky div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-Bluesky.png |
Go to Roll20 on Twitter div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-X.png |
Go to Roll20 on LinkedIn div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-LinkedIn.png |
Go to Roll20 on Facebook div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-Facebook.png |
Go to Roll20 on Instagram div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-Instagram.png |
Join the Roll20 Discord Server div.footer-terms > div.socials > a > img | roll20.net/v2/images/Discord-LightMode.png |
Go to Roll20 on TikTok div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-TikTok.png |
Go to Roll20 on Twitch div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-Twitch.png |
Go to Roll20 on YouTube div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-YouTube.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/roll20-icon.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/discord-icon.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/friends-icon.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/reddit-icon.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/arrow-shape.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/arrow-shape.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/arrow-shape.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/arrow-shape.png |
Previous div.owl-nav > button.owl-prev > span.custom-prev > img | roll20.net/v3/assets/img/homepage/chevron.svg |
Next div.owl-nav > button.owl-next > span.custom-next > img | roll20.net/v3/assets/img/homepage/chevron.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
here body > div#gdpr-notification > div.bottom-banner__message > a#banner-link-preferences |
These are opportunities to improve the legibility of your content.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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 |
|---|
Join Roll20 Discord div.community-content-div > div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit |
Find a Group div.community-content-div > div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit |
Browse Forums div.community-content-div > div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit |
Visit r/Roll20 div.community-content-div > div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit |
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 |
|---|---|
Subresource Integrity: The resource 'https://cdn-4.convertexperiments.com/v1/js/10042023-10042444.js' has an integrity attribute, but the resource requires the request to be CORS enabled to check the integrity, and it is not. The resource has been blocked because the integrity cannot be enforced. | |
/gtm.js?id=GTM-MKL9HM6>m_auth=RyNPjkDTh-LgK4oo5gJi6A>... line 247, col 228 | Subresource Integrity: The resource 'https://cdn-4.convertexperiments.com/v1/js/10042023-10042444.js' has an integrity attribute, but the resource requires the request to be CORS enabled to check the integrity, and it is not. The resource has been blocked because the integrity cannot be enforced. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| pages.roll20.net/-dnd-starter-sets-complete-guide | Read More |
| help.roll20.net/hc/en-us/articles/360037774473-Using-Our-Looking-for-Group-Tool | Read More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
190 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.055
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.44 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.
11.98 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.
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 | |
|---|---|---|---|
Battle Box Image body > section.customize-section > img.customize-battle-box-image | roll20.net/v3/assets/img/homepage/battle-box.png | 3.8 MiB | 3.8 MiB |
Hero Image section.hero-section > div.hero-content > div.hero-image > img | roll20.net/v3/assets/img/homepage/hero.png | 3.1 MiB | 3.0 MiB |
Article 2 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/FindaGroup.png | 3.0 MiB | 3.0 MiB |
body > div.multi-section-div > ::before body > div.multi-section-div > ::before | roll20.net/v3/assets/img/backgrounds/homepage-2.png | 3.5 MiB | 2.9 MiB |
Community Illustration Image section.community-section > div.community-content-div > div.community-illustration-wrapper > img.community-illustration-image | roll20.net/v3/assets/img/homepage/community.png | 2.5 MiB | 2.5 MiB |
Daggerheart Character 1 section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-daggerheart-1-image | roll20.net/v3/assets/img/homepage/daggerheart-turtle.png | 2.4 MiB | 2.4 MiB |
Customize Your Game
Automate Rolls & Actions
Save time with macros. One click … body > section.customize-section | roll20.net/v3/assets/img/backgrounds/homepage-3.png | 2.8 MiB | 2.3 MiB |
Party Around Fire Image body > div.multi-section-div > img.party-group | roll20.net/v3/assets/img/homepage/party-group.png | 2.3 MiB | 2.3 MiB |
Customize Illustration Image section.customize-section > div.customize-content-wrapper > div.customize-text-img-wrapper > img.customize-illustration-image | roll20.net/v3/assets/img/homepage/Macro_Customize.webp | 1.8 MiB | 1.7 MiB |
The #1 Choice
For D&D Online.
Create Free Account
Join 15+ million players
Pl… body > section.hero-section | roll20.net/v3/assets/img/backgrounds/homepage-1.png | 1.3 MiB | 1.2 MiB |
User Testimonial 2 div.owl-item > div.item > div.carousel-img-wrapper > img | roll20.net/v3/assets/img/homepage/testimonial-2.jpeg | 981.3 KiB | 963.9 KiB |
Marvel Multiverse Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/MARRPGP_logo.png | 896.0 KiB | 894.5 KiB |
User Testimonial 5 div.owl-item > div.item > div.carousel-img-wrapper > img | roll20.net/v3/assets/img/homepage/testimonial-5.jpeg | 851.5 KiB | 839.6 KiB |
User Testimonial 4 div.owl-item > div.item > div.carousel-img-wrapper > img | roll20.net/v3/assets/img/homepage/testimonial-4.jpeg | 666.5 KiB | 654.1 KiB |
User Testimonial 1 div.owl-item > div.item > div.carousel-img-wrapper > img | roll20.net/v3/assets/img/homepage/testimonial-1.jpeg | 646.4 KiB | 633.7 KiB |
User Testimonial 3 div.owl-item > div.item > div.carousel-img-wrapper > img | roll20.net/v3/assets/img/homepage/testimonial-3.jpeg | 449.5 KiB | 424.5 KiB |
VTT Playground Image div.hotspot__container > div.hotspot__dots-wrapper > div.hotspot__image > img.img-fluid | roll20.net/v3/assets/img/homepage/vtt-playground.png | 440.9 KiB | 362.8 KiB |
Daggerheart Character 2 section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-daggerheart-2-image | roll20.net/v3/assets/img/homepage/daggerheart-wolf-parent.png | 252.5 KiB | 244.6 KiB |
Article 1 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/article-1.webp | 85.8 KiB | 77.7 KiB |
User Testimonial Avatar 3 div.owl-stage > div.owl-item > div.item > img.testimonial-avatar | roll20.net/v3/assets/img/homepage/testimonial-avatar-3.png | 22.2 KiB | 20.9 KiB |
User Testimonial Avatar 4 div.owl-stage > div.owl-item > div.item > img.testimonial-avatar | roll20.net/v3/assets/img/homepage/testimonial-avatar-4.png | 22.2 KiB | 20.9 KiB |
User Testimonial Avatar 2 div.owl-stage > div.owl-item > div.item > img.testimonial-avatar | roll20.net/v3/assets/img/homepage/testimonial-avatar-2.png | 20.7 KiB | 19.4 KiB |
User Testimonial Avatar 1 div.owl-stage > div.owl-item > div.item > img.testimonial-avatar | roll20.net/v3/assets/img/homepage/testimonial-avatar-1.png | 19.5 KiB | 18.2 KiB |
User Testimonial Avatar 5 div.owl-stage > div.owl-item > div.item > img.testimonial-avatar | roll20.net/v3/assets/img/homepage/testimonial-avatar-5.png | 18.9 KiB | 17.6 KiB |
Article 3 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/article-3.webp | 24.2 KiB | 15.6 KiB |
Daggerheart Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/daggerheart.png | 10.2 KiB | 9.6 KiB |
Fallout Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/fallout.png | 8.8 KiB | 8.2 KiB |
Pathfinder 2 Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/pathfinder2.png | 7.7 KiB | 7.2 KiB |
Cyberpunk Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/cyberpunk-logo.png | 7.5 KiB | 6.7 KiB |
Roll20 Logo section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/roll20-logo.png | 7.0 KiB | 6.1 KiB |
Invites Friends Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/invite-friends-icon.png | 7.0 KiB | 6.1 KiB |
Play Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/play-icon.png | 6.8 KiB | 5.9 KiB |
Choose Game Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/choose-game-icon.png | 6.1 KiB | 5.2 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|---|
| roll20.net/assets/v3.js?1776876418 | 144.2 KiB | 27.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 |
|---|---|---|
| roll20.net/css/fonts.css?1776876417 | 138.2 KiB | 138.2 KiB |
| roll20.net/static-fallback/nav-bar/master/assets/main-CgCfms89.css | 122.4 KiB | 118.9 KiB |
| roll20.net/v3/assets/css/marketplace-v3.css?1776876418 | 59.6 KiB | 58.7 KiB |
| /v3/assets/js/libs/@fortawesome/fontawesome-free/css/all.... | 16.0 KiB | 16.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
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.stripe.com/v3/ | 220.8 KiB | 143.9 KiB |
| roll20.net/assets/v3.js?1776876418 | 144.0 KiB | 92.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-SZLSVQPSWG&cx=c>m=4e64k0 | 168.9 KiB | 68.4 KiB |
| /gtm.js?id=GTM-MKL9HM6>m_auth=RyNPjkDTh-LgK4oo5gJi6A>... | 164.8 KiB | 65.0 KiB |
| www.googletagmanager.com/gtag/js?id=UA-31040388-1 | 115.5 KiB | 62.0 KiB |
| cdn.roll20.net/production/blog_preview.latest.bundle.js | 86.5 KiB | 47.1 KiB |
| roll20.net/static-fallback/nav-bar/master/assets/main-jFmZFouv.js | 2.1 MiB | 25.5 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 |
|---|---|---|---|
| Unattributable | 811 ms | 25 ms | 0.0 ms |
| roll20.net/assets/v3.js?1776876418 | 501 ms | 391 ms | 14 ms |
| roll20.net/ | 464 ms | 193 ms | 4.6 ms |
| www.googletagmanager.com/gtag/js?id=UA-31040388-1 | 191 ms | 169 ms | 13 ms |
| cdn-4.convertexperiments.com/v1/js/10042023-10042444.js | 160 ms | 145 ms | 8.8 ms |
| js.stripe.com/v3/ | 119 ms | 88 ms | 27 ms |
| www.googletagmanager.com/gtag/js?id=G-SZLSVQPSWG&cx=c>m=4e64k0 | 99 ms | 81 ms | 17 ms |
| /gtm.js?id=GTM-MKL9HM6>m_auth=RyNPjkDTh-LgK4oo5gJi6A>... | 72 ms | 45 ms | 24 ms |
| www.datadoghq-browser-agent.com/datadog-rum.js | 60 ms | 48 ms | 2.1 ms |
| scripts.clarity.ms/0.8.60-beta/clarity.js | 50 ms | 48 ms | 1.8 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.4 s |
| Other | 848 ms |
| Style & Layout | 224 ms |
| Script Parsing & Compilation | 152 ms |
| Parse HTML & CSS | 74 ms |
| Rendering | 47 ms |
| Garbage Collection | 45 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 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 |
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 | |
|---|---|
Battle Box Image body > section.customize-section > img.customize-battle-box-image | roll20.net/v3/assets/img/homepage/battle-box.png |
Article 2 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/FindaGroup.png |
Blog Article 3 Image section.blog-section > div.blog-articles-wrapper > div.blog-article-2 > img.blog-article-2-image | /blog.roll20.net/wp-content/uploads/2026/04/Copy-of-169-T... |
Community Illustration Image section.community-section > div.community-content-div > div.community-illustration-wrapper > img.community-illustration-image | roll20.net/v3/assets/img/homepage/community.png |
Blog Article 1 Image section.blog-section > div.blog-articles-wrapper > div.blog-article-0 > img.blog-article-0-image | /blog.roll20.net/wp-content/uploads/2026/04/PerformanceBl... |
Blog Article 2 Image section.blog-section > div.blog-articles-wrapper > div.blog-article-1 > img.blog-article-1-image | /blog.roll20.net/wp-content/uploads/2026/04/Ravenloft-Blo... |
Marvel Multiverse Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/MARRPGP_logo.png |
Article 1 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/article-1.webp |
VTT Playground Image div.hotspot__container > div.hotspot__dots-wrapper > div.hotspot__image > img.img-fluid | roll20.net/v3/assets/img/homepage/vtt-playground.png |
Article 3 Image section.articles-section > div.articles-wrapper > div.article-card > img.article-image | roll20.net/v3/assets/img/homepage/article-3.webp |
Customize Illustration Image section.customize-section > div.customize-content-wrapper > div.customize-text-img-wrapper > img.customize-illustration-image | roll20.net/v3/assets/img/homepage/Macro_Customize.webp |
Pink Roll20 Logo div.footer-bottom > div.roll20-logos > div.roll20-logo-text > img | roll20.net/v2/images/roll20-logo.png |
Cyberpunk Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/cyberpunk-logo.png |
Daggerheart Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/daggerheart.png |
Demiplane Logo div.footer-bottom > div.roll20-logos > div.all-logos > img | roll20.net/v2/images/Demiplane-LG.png |
Pathfinder 2 Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/pathfinder2.png |
Call of Cthulhu Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/call-of-cthulhu.png |
D&D Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/dungeons-dragons.png |
Dungeown Scrawl div.footer-bottom > div.roll20-logos > div.all-logos > img | roll20.net/v2/images/DungeonScrawl-LG.png |
DriveThru RPG Logo div.footer-bottom > div.roll20-logos > div.all-logos > img | roll20.net/v2/images/DriveThruRPG-LG.png |
Dungeon Masters Guild Logo div.footer-bottom > div.roll20-logos > div.all-logos > img | roll20.net/v2/images/DMG-LG.png |
Go to Roll20 Homepage footer#footer > div.footer-terms > a > img | roll20.net/v3/assets/img/logos/roll20-logo-new-light.svg |
Pink Roll20 Logo div.footer-bottom > div.roll20-logos > div.all-logos > img | roll20.net/v3/assets/img/logos/roll20-logo-new-light.svg |
Roll20 Logo section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/roll20-logo.png |
Choose Game Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/choose-game-icon.png |
Invites Friends Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/invite-friends-icon.png |
Play Icon section.steps-section > div.steps-box-wrapper > div.steps-box-div > img.steps-icon | roll20.net/v3/assets/img/homepage/play-icon.png |
Fallout Logo section.hero-section > div.hero-footer > div.footer-logos > img | roll20.net/v3/assets/img/logos/fallout.png |
Dice Icon Image div.customize-cards-wrapper > div.customize-card > div.customize-card-header > img.customize-icon | roll20.net/v3/assets/img/homepage/dice-icon.png |
Sheet Icon Image div.customize-cards-wrapper > div.customize-card > div.customize-card-header > img.customize-icon | roll20.net/v3/assets/img/homepage/sheet-icon.png |
Battle Box Image div.customize-cards-wrapper > div.customize-card > div.customize-card-header > img.customize-icon | roll20.net/v3/assets/img/homepage/ds-icon.png |
Dice Icon footer#footer > div.footer-bottom > div.dice > img | roll20.net/v2/images/Icon-Dice.svg |
API Icon Image div.customize-cards-wrapper > div.customize-card > div.customize-card-header > img.customize-icon | roll20.net/v3/assets/img/homepage/api-icon.png |
Go to Roll20 on Bluesky div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-Bluesky.png |
Go to Roll20 on Twitter div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-X.png |
Go to Roll20 on LinkedIn div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-LinkedIn.png |
Go to Roll20 on Facebook div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-Facebook.png |
Go to Roll20 on Instagram div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-Instagram.png |
Join the Roll20 Discord Server div.footer-terms > div.socials > a > img | roll20.net/v2/images/Discord-LightMode.png |
Go to Roll20 on TikTok div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-TikTok.png |
Go to Roll20 on Twitch div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-Twitch.png |
Go to Roll20 on YouTube div.footer-terms > div.socials > a > img | roll20.net/v2/images/Icon-YouTube.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/roll20-icon.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/discord-icon.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/friends-icon.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/reddit-icon.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/arrow-shape.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/arrow-shape.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/arrow-shape.png |
div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit > img | roll20.net/v3/assets/img/homepage/arrow-shape.png |
Previous div.owl-nav > button.owl-prev > span.custom-prev > img | roll20.net/v3/assets/img/homepage/chevron.svg |
Next div.owl-nav > button.owl-next > span.custom-next > img | roll20.net/v3/assets/img/homepage/chevron.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Create Free Account section.hero-section > div.hero-content > div.hero-text > button.homepage-primary-button |
Sign Up Free body > section.blog-section > div.blog-footer > button.homepage-primary-button |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms of Service & Privacy Policy footer#footer > div.footer-terms > span > a |
DMCA footer#footer > div.footer-terms > span > a |
Contact Us footer#footer > div.footer-terms > span > a |
Help Center footer#footer > div.footer-terms > span > a |
These are opportunities to improve the legibility of your content.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sign In div.navbar-container > nav.new-navbar > div.right-side > li.navbar-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Roll20 Tabletop div.grid-container > div.section > div.section-content > a |
Roll20 Characters div.grid-container > div.section > div.section-content > a |
Roll20 Marketplace div.grid-container > div.section > div.section-content > a |
Roll20 Compendium div.grid-container > div.section > div.section-content > a |
DriveThruComics div.grid-container > div.section > div.section-content > a |
DriveThruFiction div.grid-container > div.section > div.section-content > a |
DriveThruCards div.grid-container > div.section > div.section-content > a |
Wargame Vault div.grid-container > div.section > div.section-content > a |
Pathfinder Nexus div.grid-container > div.section > div.section-content > a |
Daggerheart Nexus div.grid-container > div.section > div.section-content > a |
Vampire: The Masquerade Nexus div.grid-container > div.section > div.section-content > a |
Marvel Multiverse RPG Nexus div.grid-container > div.section > div.section-content > a |
Cosmere RPG Nexus div.grid-container > div.section > div.section-content > a |
Cyberpunk RED Nexus div.grid-container > div.section > div.section-content > a |
Dungeon Masters Guild (D&D) div.grid-container > div.section > div.section-content > a |
Pathfinder Infinite div.grid-container > div.section > div.section-content > a |
Starfinder Infinite div.grid-container > div.section > div.section-content > a |
Miskatonic Repository div.grid-container > div.section > div.section-content > a |
Storytellers Vault div.grid-container > div.section > div.section-content > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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 |
|---|
Join Roll20 Discord div.community-content-div > div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit |
Find a Group div.community-content-div > div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit |
Browse Forums div.community-content-div > div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit |
Visit r/Roll20 div.community-content-div > div.community-content-wrapper > div.community-action-items-wrapper > button.community-visit |
DriveThru
The Largest RPG Marketplace div.footer-content > div.grid-container > div.section > a.section-title |
Demiplane
Official Character Creation and Game Companion div.footer-content > div.grid-container > div.section > a.section-title |
Dungeon Scrawl
Create RPG Maps in Minutes div.footer-content > div.grid-container > div.section > a.section-title |
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 |
|---|---|
Subresource Integrity: The resource 'https://cdn-4.convertexperiments.com/v1/js/10042023-10042444.js' has an integrity attribute, but the resource requires the request to be CORS enabled to check the integrity, and it is not. The resource has been blocked because the integrity cannot be enforced. | |
/gtm.js?id=GTM-MKL9HM6>m_auth=RyNPjkDTh-LgK4oo5gJi6A>... line 247, col 228 | Subresource Integrity: The resource 'https://cdn-4.convertexperiments.com/v1/js/10042023-10042444.js' has an integrity attribute, but the resource requires the request to be CORS enabled to check the integrity, and it is not. The resource has been blocked because the integrity cannot be enforced. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| pages.roll20.net/-dnd-starter-sets-complete-guide | Read More |
| help.roll20.net/hc/en-us/articles/360037774473-Using-Our-Looking-for-Group-Tool | Read More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback