Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
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.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
11 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 control(s) without accessible label
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/dca49381-e7f1-4a15-9c47-fab3bcd6daa3)<a href="https://beavercheck.com/results/dca49381-e7f1-4a15-9c47-fab3bcd6daa3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgoal.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fgoal.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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.
10 barrier(s) likely increasing bounce by ~32%.
Page takes 10.6s to load
+12% bounceUsers abandon at ~3s — you're 8.1s 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
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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, …)
39 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
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.
$450 investment → $4,884/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$4,884 /mo
~$58,607 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,505 / year if left unfixed
$157,500
+5 more
$0.40 /mo
5021.0 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.
2.82 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.45 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.63 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.27 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Est Savings |
|---|---|
| www.goal.com/fonts/goal-icons/icomoon.woff2?v=1.1432.0 | 25 ms |
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 | |
|---|---|---|---|
Chelsea Brighton GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blt869a748fb4343446/Chelsea need to alter Brig... | 37.3 KiB | 31.3 KiB |
Legacy Spain 3 GFX (withouw WCHQ) div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blt5214575a82833386/crop/MM5DCNZQG45DSNRQHJXG6... | 29.1 KiB | 23.1 KiB |
Lionesses winners & losers GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blt7d4c7aeaa8bbcc97/Web -16-9 (25).png?auto=we... | 27.2 KiB | 21.5 KiB |
Man City Arsenal ratings GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/bltb2c15a3f5c0f0d2e/Mci (2).jpg?auto=webp&form... | 26.6 KiB | 21.1 KiB |
Man City Arsenal W+Ls GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blte8f4850eb0edf239/Man City-Arsenal W+Ls.jpg?... | 21.3 KiB | 16.9 KiB |
Premier League title race bottle jobs GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blt122fb32be0c5c62d/GOAL - Multiple Images - 3... | 20.8 KiB | 16.5 KiB |
Liam Rosenior Chelsea Brighton ratings GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blt672fccbe454c21e0/Rosenior Enzo Chelsea Brig... | 20.2 KiB | 16.0 KiB |
Vinicius Mbappe Real Madrid GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/bltd2c0cba8969212ba/Vinicius Mbappe Real Madri... | 18.2 KiB | 14.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| goal.com/ | 858 ms |
| www.goal.com/ | 759 ms |
| www.goal.com/es | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.goal.com/_next/static/chunks/pages/_app-94617f3fb031b891.js | 196.7 KiB | 134.8 KiB |
| cnsnt.goal.com/Notice.8f529.js | 90.9 KiB | 60.9 KiB |
| www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js | 65.2 KiB | 30.0 KiB |
| www.goal.com/_next/static/chunks/main-603287b8b9b8da84.js | 46.2 KiB | 24.2 KiB |
| cnsnt.goal.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 41.6 KiB | 22.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js | 2.0 s | 1.7 s | 16 ms |
| www.goal.com/es | 1.4 s | 120 ms | 5.8 ms |
| cnsnt.goal.com/Notice.8f529.js | 620 ms | 473 ms | 27 ms |
| Unattributable | 520 ms | 20 ms | 0.0 ms |
| cnsnt.goal.com/unified/wrapperMessagingWithoutDetection.js | 494 ms | 423 ms | 14 ms |
| www.goal.com/_next/static/chunks/pages/_app-94617f3fb031b891.js | 228 ms | 161 ms | 65 ms |
| www.goal.com/_next/static/chunks/pages/index-0cb74d67ebc262f5.js | 215 ms | 210 ms | 4.1 ms |
| www.goal.com/_next/static/chunks/4781.4f27ec77cb1150d3.js | 122 ms | 45 ms | 3.6 ms |
| www.goal.com/_next/static/chunks/main-603287b8b9b8da84.js | 109 ms | 94 ms | 14 ms |
| cnsnt.goal.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 104 ms | 78 ms | 26 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 | 3.5 s |
| Other | 1.0 s |
| Style & Layout | 869 ms |
| Script Parsing & Compilation | 286 ms |
| Rendering | 262 ms |
| Parse HTML & CSS | 204 ms |
| Garbage Collection | 96 ms |
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 | |
|---|---|
ELC crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/82x1CEEiljYREgNcTf2N3.png?qu... |
ATM crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/kAquHK8uKkAmnGcRKOics.png?qu... |
RSO crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/awzPd4Flw7CFOzSKSw43b.png?qu... |
GET crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/s02QEyH0F4EBQ_8539tmR.png?qu... |
BAR crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/SEtpqN7mE-vzj6BpBYBCw.png?qu... |
CEL crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/wJjpgtwNHV6vK7lV8aqPG.png?qu... |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Open Web Ad with Longitude fallback div.main_layout__8f6U8 > main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > div.open-web-ad-with-longitude-fallback_open-web-ad-with-longitude-fallback__wybif |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Video player article.card_card__whSYf > div.poster-wrapper > div.media_poster__cMDb_ > span.fco-fc-video-player |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
Openweb comments count li.item > article.card_card__whSYf > div.poster-wrapper > span.component-comment-count |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.fco-scoreboard > div.fco-scoreboard__container > div.fco-scoreboard__header > button.fco-scoreboard__settings-button div.fco-scoreboard > div.fco-scoreboard__container > div.fco-scoreboard__header > button.fco-scoreboard__settings-button |
div.fco-scoreboard__board > div.fco-scoreboard__settings > div.fco-calendar-day-picker > button.fco-calendar-day-picker__arrow div.fco-scoreboard__board > div.fco-scoreboard__settings > div.fco-calendar-day-picker > button.fco-calendar-day-picker__arrow |
div.fco-scoreboard__board > div.fco-scoreboard__settings > div.fco-calendar-day-picker > button.fco-calendar-day-picker__arrow div.fco-scoreboard__board > div.fco-scoreboard__settings > div.fco-calendar-day-picker > button.fco-calendar-day-picker__arrow |
section.fco-breaking-news-list > ul.fco-scroll-indicator-dots > li.fco-scroll-indicator-dots__dot > button.fco-scroll-indicator-dots__button section.fco-breaking-news-list > ul.fco-scroll-indicator-dots > li.fco-scroll-indicator-dots__dot > button.fco-scroll-indicator-dots__button |
section.fco-breaking-news-list > ul.fco-scroll-indicator-dots > li.fco-scroll-indicator-dots__dot > button.fco-scroll-indicator-dots__button section.fco-breaking-news-list > ul.fco-scroll-indicator-dots > li.fco-scroll-indicator-dots__dot > button.fco-scroll-indicator-dots__button |
section.fco-breaking-news-list > ul.fco-scroll-indicator-dots > li.fco-scroll-indicator-dots__dot > button.fco-scroll-indicator-dots__button section.fco-breaking-news-list > ul.fco-scroll-indicator-dots > li.fco-scroll-indicator-dots__dot > button.fco-scroll-indicator-dots__button |
nav.footer_navigation__svAPh > ul.footer_links__jusOa > li.footer_link__cBn00 > button.footer_switch__PwHC_ nav.footer_navigation__svAPh > ul.footer_links__jusOa > li.footer_link__cBn00 > button.footer_switch__PwHC_ |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Todas las competiciones
Primera División div.fco-scoreboard__board > div.fco-scoreboard__settings > div.fco-dropdown > select.fco-dropdown__select |
Internacional (English)
Árabe (العربية)
Alemania (Deutsch)
Arabia Saudita (العر… nav.footer_navigation__svAPh > div.edition-picker_picker__Uuzaz > div.edition-picker_wrapper__ZGLZd > select#edition_picker_toggle |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Ver más div.fco-collapsible-section > div.fco-collapsible-section__wrapper > div.fco-collapsible-section__footer > button.fco-collapsible-section__button |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Bundesliga
¿Debe preocuparse el VfB? Se rumorea que el club mundial debate sobr… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
FEATURES
«Os lo suplicamos»: la estrella del Chelsea que detuvo una guerra civi… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
FEATURES
El jugador que se estaba «perdiendo» en la Eredivisie, pero que ahora … main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
AC Milán
Salón de la Fama: Cómo Shevchenko se convirtió en una leyenda del Mila… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
Bayern Múnich vs Real Madrid
«¡Quizá sea lo suficientemente hombre...!» ¡Stanis… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
Código promocional Luckia "LUCKGOAL" en 2026
Casino Bono sin Deposito abril 202… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Player ratings div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Player ratings div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Winners & losers div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Legacy div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Opinion div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Opinion div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Winners & losers div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Player ratings div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
section.fco-breaking-news-list > ul.fco-scroll-indicator-dots > li.fco-scroll-indicator-dots__dot > button.fco-scroll-indicator-dots__button section.fco-breaking-news-list > ul.fco-scroll-indicator-dots > li.fco-scroll-indicator-dots__dot > button.fco-scroll-indicator-dots__button |
Bundesliga div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Bundesliga div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
F. de Jong div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
A. Gordon div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
R. Sterling div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Primera División div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
G. Orban div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
AC Milán div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Juventus div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
FEATURES div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Bayern Múnich vs Real Madrid div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
A. Iwobi div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Bayern Múnich vs Real Madrid div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Bayern Múnich vs Real Madrid div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Olimpia div.content-wrapper > div.content-body > div.tag-list_list__JJGGX > a.tag_tag__bj3Yq |
Política de privacidad nav.footer_navigation__svAPh > ul.footer_links__jusOa > li.footer_link__cBn00 > a |
Goal App (iOS) nav.footer_navigation__svAPh > ul.footer_links__jusOa > li.footer_link__cBn00 > a |
These items highlight common accessibility best practices.
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 |
|---|---|
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162246)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at ux (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:137212)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135767)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rh (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:81741)
at https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:142172
at uD (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:147681)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140631)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) |
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.
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.
913 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
130 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.68 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.24 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Est Savings |
|---|---|
| www.goal.com/fonts/goal-icons/icomoon.woff2?v=1.1432.0 | 25 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Chelsea Brighton GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blt869a748fb4343446/Chelsea need to alter Brig... | 37.3 KiB | 28.4 KiB |
Legacy Spain 3 GFX (withouw WCHQ) div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blt5214575a82833386/crop/MM5DCNZQG45DSNRQHJXG6... | 29.1 KiB | 22.2 KiB |
Lionesses winners & losers GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blt7d4c7aeaa8bbcc97/Web -16-9 (25).png?auto=we... | 27.2 KiB | 20.7 KiB |
Man City Arsenal ratings GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/bltb2c15a3f5c0f0d2e/Mci (2).jpg?auto=webp&form... | 26.6 KiB | 20.3 KiB |
Man City Arsenal W+Ls GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blte8f4850eb0edf239/Man City-Arsenal W+Ls.jpg?... | 21.3 KiB | 16.2 KiB |
Premier League title race bottle jobs GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blt122fb32be0c5c62d/GOAL - Multiple Images - 3... | 20.8 KiB | 15.8 KiB |
Liam Rosenior Chelsea Brighton ratings GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/blt672fccbe454c21e0/Rosenior Enzo Chelsea Brig... | 20.2 KiB | 15.4 KiB |
Vinicius Mbappe Real Madrid GFX div.poster-wrapper > a > span.credit > img.component-image | /images/v3/bltd2c0cba8969212ba/Vinicius Mbappe Real Madri... | 18.2 KiB | 13.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| goal.com/ | 295 ms |
| www.goal.com/ | 219 ms |
| www.goal.com/es | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.goal.com/_next/static/chunks/pages/_app-94617f3fb031b891.js | 196.6 KiB | 134.7 KiB |
| cnsnt.goal.com/Notice.8f529.js | 90.9 KiB | 60.9 KiB |
| www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js | 65.2 KiB | 30.1 KiB |
| www.goal.com/_next/static/chunks/main-603287b8b9b8da84.js | 46.2 KiB | 24.2 KiB |
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 | |
|---|---|
ELC crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/82x1CEEiljYREgNcTf2N3.png?qu... |
ATM crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/kAquHK8uKkAmnGcRKOics.png?qu... |
RSO crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/awzPd4Flw7CFOzSKSw43b.png?qu... |
GET crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/s02QEyH0F4EBQ_8539tmR.png?qu... |
BAR crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/SEtpqN7mE-vzj6BpBYBCw.png?qu... |
CEL crest div.fco-match-card__team > div.fco-match-team-with-crest > span.fco-image > img.fco-image__image | /sdl/images/team/crest/small/wJjpgtwNHV6vK7lV8aqPG.png?qu... |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image | |
div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image div.fco-youtube-video-card > button.fco-youtube-video-card__image-container > span.fco-image > img.fco-image__image |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Open Web Ad with Longitude fallback div.main_layout__8f6U8 > main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > div.open-web-ad-with-longitude-fallback_open-web-ad-with-longitude-fallback__wybif |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Video player article.card_card__whSYf > div.poster-wrapper > div.media_poster__cMDb_ > span.fco-fc-video-player |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
Openweb comments count div.content-wrapper > footer.meta > span.data > span.component-comment-count |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.fco-scoreboard__board > div.fco-scoreboard__settings > div.fco-calendar-day-picker > button.fco-calendar-day-picker__arrow div.fco-scoreboard__board > div.fco-scoreboard__settings > div.fco-calendar-day-picker > button.fco-calendar-day-picker__arrow |
div.fco-scoreboard__board > div.fco-scoreboard__settings > div.fco-calendar-day-picker > button.fco-calendar-day-picker__arrow div.fco-scoreboard__board > div.fco-scoreboard__settings > div.fco-calendar-day-picker > button.fco-calendar-day-picker__arrow |
div.fco-scoreboard__board > div.fco-scoreboard__matches > div.fco-scoreboard__scroller > button.fco-scoreboard__arrow div.fco-scoreboard__board > div.fco-scoreboard__matches > div.fco-scoreboard__scroller > button.fco-scoreboard__arrow |
div.fco-scoreboard__board > div.fco-scoreboard__matches > div.fco-scoreboard__scroller > button.fco-scoreboard__arrow div.fco-scoreboard__board > div.fco-scoreboard__matches > div.fco-scoreboard__scroller > button.fco-scoreboard__arrow |
div.social-video_social-video__TpLFA > div.fco-scrollable-section > div.fco-scrollable-section__controls > button.fco-base-button div.social-video_social-video__TpLFA > div.fco-scrollable-section > div.fco-scrollable-section__controls > button.fco-base-button |
div.social-video_social-video__TpLFA > div.fco-scrollable-section > div.fco-scrollable-section__controls > button.fco-base-button div.social-video_social-video__TpLFA > div.fco-scrollable-section > div.fco-scrollable-section__controls > button.fco-base-button |
nav.footer_navigation__svAPh > ul.footer_links__jusOa > li.footer_link__cBn00 > button.footer_switch__PwHC_ nav.footer_navigation__svAPh > ul.footer_links__jusOa > li.footer_link__cBn00 > button.footer_switch__PwHC_ |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Todas las competiciones
Primera División div.fco-scoreboard__board > div.fco-scoreboard__settings > div.fco-dropdown > select.fco-dropdown__select |
Internacional (English)
Árabe (العربية)
Alemania (Deutsch)
Arabia Saudita (العر… nav.footer_navigation__svAPh > div.edition-picker_picker__Uuzaz > div.edition-picker_wrapper__ZGLZd > select#edition_picker_toggle |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger |
article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger |
article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger |
article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger |
article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger |
article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger |
article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger article.card_card__whSYf > div.content-wrapper > footer.meta > a.trigger |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Bundesliga
Primera División
¿Debe preocuparse el VfB? Se rumorea que el club mu… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
FEATURES
D. Drogba
«Os lo suplicamos»: la estrella del Chelsea que detuvo una g… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
FEATURES
Brujas
El jugador que se estaba «perdiendo» en la Eredivisie, pero que… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
AC Milán
A. Shevchenko
Salón de la Fama: Cómo Shevchenko se convirtió en una le… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
Bayern Múnich vs Real Madrid
Bayern Múnich
«¡Quizá sea lo suficientemente hombr… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
Código promocional Luckia "LUCKGOAL" en 2026
El código promocional Luckia váli… main.wrapper_component-layout-main__NxKxF > section.elements_section___VgY4 > section.component-card-group > ol.grid-5-cards_layout__RKAD2 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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 |
|---|---|
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at am (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:88032)
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162587)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at i (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:162246)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140571)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at ux (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:137212)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135767)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) | |
Error: Minified React error #425; visit https://reactjs.org/docs/error-decoder.html?invariant=425 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at rh (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:81741)
at https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:142172
at uD (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:147681)
at uI (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140631)
at uM (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:140441)
at uS (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:135514)
at x (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:171580)
at MessagePort.R (https://www.goal.com/_next/static/chunks/framework-7acd3a6246a36c47.js:1:172110) |
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback