Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Lean and efficient — low environmental impact per visit.
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.
2 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
176 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
180 HTTP requests — consider bundling or reducing
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.
External link from cf.geekdo-static.com lacks integrity attribute
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/c9be8969-acbd-416f-8b49-5020b7fae3f7)<a href="https://beavercheck.com/results/c9be8969-acbd-416f-8b49-5020b7fae3f7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fboardgamegeek.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fboardgamegeek.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 11.5s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute 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 audience reach.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 11.5s to load
+12% bounceUsers abandon at ~3s — you're 9.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 925ms
+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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
147 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
107 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$650 investment → $738/month returns + USD 157,500 risk avoided
$650
6h · 5 findings
$738 /mo
~$8,859 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,506 / year if left unfixed
$157,500
+5 more
$0.51 /mo
6434.6 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 1 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.
4.54 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.54 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
925 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.041
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.47 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.
13.51 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| /TbIq4bY0ukuFriBxp2k0FoM05KBN2B9IlGSBBAPCEGtVSQZVf54vtlo-... | 86400.0 s | 4.3 KiB |
| /p.css?s=1&k=ddz3tbb&ht=tk&f=139.140.173.174.175.176&a=96... | 604800.0 s | 172 B |
| /a?id=G-GMNMCY4DVM&v=3&t=t&pid=1368371541>m=45je64h1v86... | 0.0 ms | 11 B |
| /a?id=G-GMNMCY4DVM&v=3&t=t&pid=1368371541>m=45je64h1v86... | 0.0 ms | 11 B |
| /a?id=G-GMNMCY4DVM&v=3&t=t&pid=1368371541>m=45je64h1v86... | 0.0 ms | 11 B |
| /a?id=G-GMNMCY4DVM&v=3&t=t&pid=1368371541>m=45je64h1v86... | 0.0 ms | 11 B |
| /a?id=G-GMNMCY4DVM&v=3&t=t&pid=1368371541>m=45je64h1v86... | 0.0 ms | 11 B |
| /a?id=G-GMNMCY4DVM&v=3&t=t&pid=1368371541>m=45je64h1v86... | 0.0 ms | 11 B |
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.
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 |
|---|---|---|
| /p.css?s=1&k=ddz3tbb&ht=tk&f=139.140.173.174.175.176&a=96... | 172 B | 753 ms |
| cf.geekdo-static.com/frontend/styles-JIWU2K55.css | 58.9 KiB | 1.4 s |
| cf.geekdo-static.com/static/geekng_master2_69e6ad909d168.js | 9.3 KiB | |
| cf.geekdo-static.com/static/geekng_master2_69e6ad909d168.css | 4.6 KiB | 151 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
BGG Top 10 Simultaneous Games Primary Thumbnail a.stretched-link > span > gg-image > img.img-fluid | /5oqZVzsKO1F4aU91RgJ7AyxEL3A=/0x0/filters:strip_icc()/htt... | 159.0 KiB | 128.6 KiB |
Dungeon Crawler Carl: Unstoppable Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /MwwGAhHyHbuEWVg0z-aHGQ__mediacard@2x/img/3ElltACdzPIhBD7... | 35.6 KiB | 21.4 KiB |
Drop Drive: Second Sun Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /JPjyR-EJqZY5wkRB0ZGF_Q__mediacard@2x/img/LPJ224Q6W816IwS... | 35.5 KiB | 21.3 KiB |
Unstoppable Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /JlY4u_H5nr8bs05XQWVoGw__mediacard@2x/img/sKtuLqWJJtyk56e... | 34.0 KiB | 19.9 KiB |
Flip Flop Free Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /Kc39mZ6RgwgL7tYlfZmgbQ__mediacard@2x/img/YYW0KZQ0TFiy7sg... | 32.2 KiB | 18.0 KiB |
Barrage: Earned Authority Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /ZnoOpsy6yZYrYD8pNlF13g__mediacard@2x/img/Wl12_vXxs4Ijhzz... | 31.9 KiB | 17.7 KiB |
Hard Drive Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /ojpYUr--7FEd369lL75hOA__mediacard@2x/img/LL2ZltJ4SrvZ1dH... | 31.5 KiB | 17.3 KiB |
Excursions Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /1_iqwOIhDpZQdFqci_6SRQ__mediacard@2x/img/g9AuuMp9VZVyYKa... | 30.8 KiB | 16.6 KiB |
Diplomacy: The Golden Blade Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /uu8Yu5BU2G1flD7W-0EKCg__mediacard@2x/img/hP44CGcW_QZAPxq... | 28.7 KiB | 15.3 KiB |
Designer Diary: Threaded Secondary Thumbnail ul.feat-list > li.feat-list__item > gg-image > img.img-fluid | /0nyfAP5cBE9hXiLlLqzrqYPU37g=/0x0/filters:strip_icc()/htt... | 10.7 KiB | 6.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cf.geekdo-static.com/frontend/styles-JIWU2K55.css | 58.4 KiB | 54.5 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 13.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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 131.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-GMNMCY4DVM&cx=c>m=4e64h1 | 169.9 KiB | 67.3 KiB |
| www.googletagmanager.com/gtag/js?id=UA-104725-1 | 116.6 KiB | 60.6 KiB |
| fundingchoicesmessages.google.com/i/1005854?ers=3 | 68.8 KiB | 36.3 KiB |
| cf.geekdo-static.com/frontend/chunk-WL2KFILG.js | 65.5 KiB | 23.9 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 |
|---|---|---|---|
| cf.geekdo-static.com/frontend/chunk-WL2KFILG.js | 1.2 s | 830 ms | 1.3 ms |
| boardgamegeek.com/ | 783 ms | 5.4 ms | 2.6 ms |
| Unattributable | 559 ms | 7.4 ms | 0.0 ms |
| cf.geekdo-static.com/frontend/chunk-SW3RL55I.js | 468 ms | 401 ms | 0.6 ms |
| /f/AGSKWxUqG4GBqxTuDofX4VzhvSerq5cah2Sxh20Y5QQHZnhcDuwjhO... | 299 ms | 152 ms | 38 ms |
| www.googletagmanager.com/gtag/js?id=G-GMNMCY4DVM&cx=c>m=4e64h1 | 289 ms | 184 ms | 38 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 204 ms | 149 ms | 53 ms |
| fundingchoicesmessages.google.com/i/1005854?ers=3 | 198 ms | 179 ms | 15 ms |
| www.googletagmanager.com/gtag/js?id=UA-104725-1 | 171 ms | 125 ms | 34 ms |
| cf.geekdo-static.com/frontend/chunk-HJ6GQ6QU.js | 158 ms | 108 ms | 0.1 ms |
| www.googletagservices.com/tag/js/gpt.js | 111 ms | 93 ms | 17 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 | 1.1 s |
| Style & Layout | 667 ms |
| Parse HTML & CSS | 245 ms |
| Script Parsing & Compilation | 221 ms |
| Rendering | 125 ms |
| Garbage Collection | 67 ms |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Explore nav.home-tab-container > ul.home-tab > li.nav-item > a#explore |
Dashboard nav.home-tab-container > ul.home-tab > li.nav-item > a#dashboard |
When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label `progressbar` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
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.
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 |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
My Options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
These are opportunities to improve the legibility of your content.
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 |
|---|
My Options div#c-inr > div#c-inr-i > div#c-txt > a |
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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 404 () |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Sign In gg-menu-nav-nouser > ul.c-nav-primary > li.c-nav-session > a.btn |
My Options div#c-inr > div#c-inr-i > div#c-txt > a |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
106 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.01 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.77 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.
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.
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 |
|---|---|---|
| cf.geekdo-static.com/static/geekng_master2_69e6ad909d168.js | 9.3 KiB | |
| /p.css?s=1&k=ddz3tbb&ht=tk&f=139.140.173.174.175.176&a=96... | 172 B | 235 ms |
| cf.geekdo-static.com/frontend/styles-JIWU2K55.css | 58.9 KiB | 357 ms |
| cf.geekdo-static.com/static/geekng_master2_69e6ad909d168.css | 4.6 KiB |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| /TbIq4bY0ukuFriBxp2k0FoM05KBN2B9IlGSBBAPCEGtVSQZVf54vtlo-... | 86400.0 s | 4.3 KiB |
| /p.css?s=1&k=ddz3tbb&ht=tk&f=139.140.173.174.175.176&a=96... | 604800.0 s | 172 B |
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 | |
|---|---|---|---|
BGG Top 10 Simultaneous Games Primary Thumbnail a.stretched-link > span > gg-image > img.img-fluid | /Oc-k2hkJqZuEXzgrsmjwEu8J0GE=/825x450/filters:strip_icc()... | 42.3 KiB | 14.5 KiB |
Gods & Mortals Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /S7sTSwvkxpgxvcsMt9tcog__mediacard/img/nSpbK4JTK-NN7vgUmk... | 15.8 KiB | 8.2 KiB |
Flag Rascals Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /1mr810z7jWkdv57LBNWOKg__mediacard/img/iHhPpw0G8mR8ejEAVO... | 14.5 KiB | 6.9 KiB |
Concrete Canvas Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /WL5AinpB_5G2bYuVViZuqw__mediacard/img/zhegBvXLdeYkyQZlrA... | 13.6 KiB | 6.0 KiB |
Dungeon Crawler Carl: Unstoppable Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /MwwGAhHyHbuEWVg0z-aHGQ__mediacard/img/iSd2Z3Qp4oX4jGtvZ0... | 13.5 KiB | 5.9 KiB |
Drop Drive: Second Sun Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /JPjyR-EJqZY5wkRB0ZGF_Q__mediacard/img/9K1l1OkNKyptT_EVP6... | 13.1 KiB | 5.6 KiB |
The Lord of the Rings: Fate of the Fellowship Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /scw36iBIad7l-rGzxPGcGg__mediacard/img/461B7yLGlq8_QoS505... | 12.6 KiB | 5.0 KiB |
Barrage: Earned Authority Artwork div.media-card > div.media-card__img-container > gg-image > img.img-fluid | /ZnoOpsy6yZYrYD8pNlF13g__mediacard/img/-rVv9rPTNVP0fI4Ho5... | 11.7 KiB | 4.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cf.geekdo-static.com/frontend/styles-JIWU2K55.css | 58.4 KiB | 54.0 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 13.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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 130.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-GMNMCY4DVM&cx=c>m=4e64h1h1 | 169.9 KiB | 68.0 KiB |
| www.googletagmanager.com/gtag/js?id=UA-104725-1 | 116.6 KiB | 60.3 KiB |
| fundingchoicesmessages.google.com/i/1005854?ers=3 | 68.8 KiB | 36.4 KiB |
| cf.geekdo-static.com/frontend/chunk-WL2KFILG.js | 65.5 KiB | 23.8 KiB |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Explore nav.home-tab-container > ul.home-tab > li.nav-item > a#explore |
Dashboard nav.home-tab-container > ul.home-tab > li.nav-item > a#dashboard |
When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label `progressbar` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar gg-home-game-explorer-row-preorders-item.tw-flex > div.media-card > div.progress > div.progress-bar |
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.
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 |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
My Options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
These are opportunities to improve the legibility of your content.
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 |
|---|
My Options div#c-inr > div#c-inr-i > div#c-txt > a |
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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 404 () |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Sign In gg-menu-nav-nouser > ul.c-nav-primary > li.c-nav-session > a.btn |
My Options div#c-inr > div#c-inr-i > div#c-txt > a |
To appear in search results, crawlers need access to your app.
Send Feedback