Your site improved! +3 points (D → C)
Compared to scan from 3 hours ago
Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100 +3
Based on 8 categories, 0 sections
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
HSTS header is missing
No Content-Security-Policy header found
No <main> landmark found
No favicon or icon links detected
[](https://beavercheck.com/results/3a7671b9-f0c5-4988-8b51-6360cc4cae4f)<a href="https://beavercheck.com/results/3a7671b9-f0c5-4988-8b51-6360cc4cae4f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.godaddy.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.godaddy.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
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.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10.42 s
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.
14.92 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.
20.93 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
| URL | Time Spent |
|---|---|
| www.godaddy.com/ | 801 ms |
| www.godaddy.com/nl | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.godaddy.com/storefront-assets/9291/_next/static/css/1f01de5330c25255.css | 93.8 KiB | 85.0 KiB |
| .bnuib8w{font-weight:400;font-size:1rem;} … | 24.4 KiB | 18.2 KiB |
| img6.wsimg.com/wrhs-next/9332f7e1ccf0481d7284389c881e85f5/storefront-header.css | 20.7 KiB | 13.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /storefront-assets/9291/_next/static/chunks/9374-f35bfe51... | 713.6 KiB | 381.2 KiB |
| img6.wsimg.com/wrhs-next/cc3033e76e42f7efe4da99e1d4002329/storefront-header.js | 156.0 KiB | 72.3 KiB |
| img1.wsimg.com/tagging/js/g.js?p=GTM-5WB8X7D&l=_wGtmDataLayer | 200.9 KiB | 58.0 KiB |
| /px-assets-notifications/db310f73a2ed22abfbf370b2fbeed57f... | 107.9 KiB | 38.8 KiB |
| www.godaddy.com/hWzyKUDqKJ/b-RO/cvPLlm/YuuwmLLtaQDfSG/QXsUMCIrCgc/aXY4/XGMiXj8B | 174.0 KiB | 38.2 KiB |
| /hWzyKUDqKJ/b-RO/cvPLlm/fwuwmLOu/MFQdMCIrCgc/DTks/SicVBUx... | 157.7 KiB | 31.3 KiB |
| img6.wsimg.com/px-assets/d71a77c4395a59cc9a287715ce5f2fd7fe939aad/carticon.js | 63.1 KiB | 26.9 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
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
| Category | Time Spent |
|---|---|
| Other | 19.3 s |
| Script Evaluation | 14.2 s |
| Style & Layout | 8.1 s |
| Rendering | 4.6 s |
| Script Parsing & Compilation | 1.5 s |
| Garbage Collection | 724 ms |
| Parse HTML & CSS | 388 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .bnuib8w{font-weight:400;font-size:1rem;} … | 24.4 KiB | 2.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
| Failing Elements |
|---|
Domeinen
Websites
E-mail
Hosting
Marketing
Beveiliging
Airo™ AI-bouwer
Prijzen nav#id-undefined > div.hf-f12b4q9y > div.hf-p665c1r > ul.hf-ccvky1n |
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.
| Failing Elements |
|---|
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy div.pl-rk0vnz4 > div.lazy-bg > div.overlay > button.pl-t16f7avy |
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.
| Failing Elements |
|---|
Universele servicevoorwaarden div#id-undefined > div.hf-tc8x3it > p > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
| Failing Elements |
|---|
AI-tools ontwikkeld voor jouw bedrijf div.pl-c1drraik > div.pl-hj2p61o > div.core-h17vrswi > h3.ux-text |
Hoe helpt GoDaddy eigenaren van kleine bedrijven succesvol te zijn? div.pl-f8v5nqw > details#id-7hvTvqqUtYV5UC9idjwrTf > summary.textHeading > h3 |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
| Failing Elements |
|---|
EUR € div.hf-s1k1dnfs > div#id-currencySelector > div.hf-taml8l2 > button#currentCurrency |
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
| Source | Description |
|---|---|
Access to fetch at 'https://notifications-api.godaddy.com/v1/launch' from origin 'https://www.godaddy.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Error resolving from component map (BynderInlineVideos) | |
Error resolving from component map (BynderInlineVideos) | |
Error resolving from component map (LocalizedUrl) | |
Error resolving from component map (LocalizedUrl) | |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Oo (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:78126)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:121135)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48287 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48288)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48627 | 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 sa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48628)
at $o (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:83995)
at bs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108831)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108571)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 120617 | 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 Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120618)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at ls (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:105136)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103692)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 120617 | 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 Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120618)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at ls (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:105136)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103692)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
Failed to load resource: net::ERR_FAILED |
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.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
696 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.62 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.44 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.44 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
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.
| URL | Time Spent |
|---|---|
| www.godaddy.com/ | 272 ms |
| www.godaddy.com/nl | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
| URL | Time Spent |
|---|---|
| www.godaddy.com/nl | 658 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.
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.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.godaddy.com/storefront-assets/9291/_next/static/css/1f01de5330c25255.css | 93.8 KiB | 84.0 KiB |
| .bnuib8w{font-weight:400;font-size:1rem;} … | 24.4 KiB | 18.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /storefront-assets/9291/_next/static/chunks/9374-f35bfe51... | 713.6 KiB | 380.9 KiB |
| img6.wsimg.com/wrhs-next/cc3033e76e42f7efe4da99e1d4002329/storefront-header.js | 156.0 KiB | 72.2 KiB |
| img1.wsimg.com/tagging/js/g.js?p=GTM-5WB8X7D&l=_wGtmDataLayer | 200.9 KiB | 58.0 KiB |
| /px-assets-notifications/db310f73a2ed22abfbf370b2fbeed57f... | 107.9 KiB | 38.8 KiB |
| www.godaddy.com/hWzyKUDqKJ/b-RO/cvPLlm/YuuwmLLtaQDfSG/QXsUMCIrCgc/aXY4/XGMiXj8B | 174.0 KiB | 38.2 KiB |
| /hWzyKUDqKJ/b-RO/cvPLlm/fwuwmLOu/MFQdMCIrCgc/DTks/SicVBUx... | 157.7 KiB | 31.3 KiB |
| img6.wsimg.com/px-assets/d71a77c4395a59cc9a287715ce5f2fd7fe939aad/carticon.js | 63.1 KiB | 26.9 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.godaddy.com/nl | 3.6 s | 92 ms | 7.0 ms |
| img6.wsimg.com/ux-assets/react/18/react-dom.umd.js | 1.3 s | 924 ms | 5.6 ms |
| Unattributable | 840 ms | 104 ms | 0.0 ms |
| /hWzyKUDqKJ/b-RO/cvPLlm/fwuwmLOu/MFQdMCIrCgc/DTks/SicVBUx... | 666 ms | 595 ms | 24 ms |
| www.godaddy.com/hWzyKUDqKJ/b-RO/cvPLlm/YuuwmLLtaQDfSG/QXsUMCIrCgc/aXY4/XGMiXj8B | 506 ms | 438 ms | 26 ms |
| /px-assets-notifications/db310f73a2ed22abfbf370b2fbeed57f... | 376 ms | 344 ms | 31 ms |
| /storefront-assets/9291/_next/static/chunks/9374-f35bfe51... | 353 ms | 35 ms | 130 ms |
| /storefront-assets/9291/_next/static/chunks/pages/ssr/[..... | 351 ms | 344 ms | 0.2 ms |
| img6.wsimg.com/wrhs-next/cc3033e76e42f7efe4da99e1d4002329/storefront-header.js | 292 ms | 239 ms | 46 ms |
| img1.wsimg.com/tagging/js/g.js?p=GTM-5WB8X7D&l=_wGtmDataLayer | 219 ms | 158 ms | 60 ms |
| img6.wsimg.com/wrhs-next/fa3b9210e5d0edeeb29f1484e8d5abf4/scc-gd-c1.min.js | 168 ms | 144 ms | 7.7 ms |
| img6.wsimg.com/px-assets/d71a77c4395a59cc9a287715ce5f2fd7fe939aad/carticon.js | 93 ms | 69 ms | 24 ms |
| www.godaddy.com/akam/13/2f07d55b | 73 ms | 65 ms | 2.0 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
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.7 s |
| Other | 2.7 s |
| Style & Layout | 1.4 s |
| Rendering | 509 ms |
| Script Parsing & Compilation | 401 ms |
| Garbage Collection | 232 ms |
| Parse HTML & CSS | 97 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .bnuib8w{font-weight:400;font-size:1rem;} … | 24.4 KiB | 2.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
| Failing Elements |
|---|
Domeinen
Websites
E-mail
Hosting
Marketing
Beveiliging
Airo™ AI-bouwer
Prijzen nav#id-undefined > div.hf-f12b4q9y > div.hf-p665c1r > ul.hf-ccvky1n |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
Universele servicevoorwaarden div#id-undefined > div.hf-tc8x3it > p > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
| Failing Elements |
|---|
AI-tools ontwikkeld voor jouw bedrijf div.pl-c1drraik > div.pl-hj2p61o > div.core-h17vrswi > h3.ux-text |
Hoe helpt GoDaddy eigenaren van kleine bedrijven succesvol te zijn? div.pl-f8v5nqw > details#id-7hvTvqqUtYV5UC9idjwrTf > summary.textHeading > h3 |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
| Failing Elements |
|---|
Je domein zoeken div.core-a1h184dg > div.ux-sibling-set > div.ux-text > a#4i6qlgvpSF8UAykgzFsNgE |
EUR € div.hf-s1k1dnfs > div#id-currencySelector > div.hf-taml8l2 > button#currentCurrency |
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
| Source | Description |
|---|---|
Error resolving from component map (BynderInlineVideos) | |
Error resolving from component map (BynderInlineVideos) | |
Error resolving from component map (LocalizedUrl) | |
Error resolving from component map (LocalizedUrl) | |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Oo (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:78126)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:121135)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48167 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48168)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48287 | 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 oa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48288)
at Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120932)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 48627 | 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 sa (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:48628)
at $o (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:83995)
at bs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108831)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108571)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103466)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 120617 | 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 Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120618)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at ls (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:105136)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103692)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
img6.wsimg.com/ux-assets/react/18/react-dom.umd.js line 9, col 120617 | 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 Si (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:120618)
at ys (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108510)
at gs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108438)
at hs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:108301)
at ls (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:105136)
at rs (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:10:103692)
at w (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:1856)
at MessagePort.P (https://img6.wsimg.com/ux-assets/react/18/react-dom.umd.js:1:2388) |
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.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback