Mobile 375 × 812

Desktop 1440 × 900

Score: 80 / 100
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
No Content-Security-Policy header found
1 link(s) with no accessible text
Cookie '__cf_bm' has no SameSite attribute
Cross-Origin-Embedder-Policy header is missing
[](https://beavercheck.com/results/e2cd0fc7-2820-4e9b-b568-4bd491d41faa)<a href="https://beavercheck.com/results/e2cd0fc7-2820-4e9b-b568-4bd491d41faa"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fspring.io" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fspring.ioThis 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.
1.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
274 ms
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.
2.67 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.
5.81 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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 764 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
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.
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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-W8CQ8TL | 132.5 KiB | 74.0 KiB |
| cdn.cookielaw.org/scripttemplates/202509.1.0/otBannerSdk.js | 121.4 KiB | 64.2 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.1 s |
| Other | 818 ms |
| Style & Layout | 522 ms |
| Script Parsing & Compilation | 202 ms |
| Parse HTML & CSS | 158 ms |
| Rendering | 118 ms |
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 |
|---|---|---|
| /*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bul... | 52.0 KiB | 49.2 KiB |
| 22.4 KiB | 19.3 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
Quote div#main > div.container > div.testimony > img.testimony-quote | spring.io/img/extra/quote.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
| Failing Elements |
|---|
nav#header > div.container > div.navbar-brand > div.navbar-burger nav#header > div.container > div.navbar-brand > div.navbar-burger |
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
| Failing Elements |
|---|
nav#header > div.container > div.navbar-brand > div.navbar-burger nav#header > div.container > div.navbar-brand > div.navbar-burger |
div.container > div.navbar-brand > div.navbar-burger > div.hamburger-react div.container > div.navbar-brand > div.navbar-burger > div.hamburger-react |
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 |
|---|
Most [of our] services today are all based on Spring Boot. I think the most imp… div#main > div.container > div.testimony > div.testimony-text |
Apache®, Apache Tomcat®, Apache Kafka®, Apache Cassandra™, and Apache Geode™ ar… div.container > div.columns > div.column > p.has-text-grey-light |
Cookie Notice. div.ot-sdk-eight > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
These are opportunities to improve the legibility of your content.
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.
| Failing Elements |
|---|
div#gatsby-focus-wrapper > div > div.anchor-to-header > a.animate-anchor div#gatsby-focus-wrapper > div > div.anchor-to-header > a.animate-anchor |
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.
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.
| Failing Elements |
|---|
nav#header > div.container > div.navbar-brand > div.navbar-burger nav#header > div.container > div.navbar-brand > div.navbar-burger |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
| Failing Elements |
|---|
Learn more div.container > div.columns > article.column > a.is-link |
Learn more div.container > div.columns > article.column > a.is-link |
View all div.container > div.columns > article.column > a.is-link |
Cookie Notice. div.ot-sdk-eight > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
spring.io/framework-f0de980621661f0b7a47.js line 1, col 49172 | 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://spring.io/framework-f0de980621661f0b7a47.js:2:49173)
at xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121805)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 49172 | 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://spring.io/framework-f0de980621661f0b7a47.js:2:49173)
at xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121805)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 49172 | 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://spring.io/framework-f0de980621661f0b7a47.js:2:49173)
at xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121805)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 49172 | 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://spring.io/framework-f0de980621661f0b7a47.js:2:49173)
at xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121805)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 49172 | 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://spring.io/framework-f0de980621661f0b7a47.js:2:49173)
at xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121805)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 121490 | 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 xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121491)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at as (https://spring.io/framework-f0de980621661f0b7a47.js:2:106001)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104556)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 44356 | 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 Zr (https://spring.io/framework-f0de980621661f0b7a47.js:2:44357)
at qo (https://spring.io/framework-f0de980621661f0b7a47.js:2:85555)
at ks (https://spring.io/framework-f0de980621661f0b7a47.js:2:109696)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109436)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
| Issue type |
|---|
| Content security policy |
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.
| Link destination | Link Text |
|---|---|
| spring.academy/ | Learn more |
| spring.io/support | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
590 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
858 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.23 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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 254 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| /*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bul... | 52.0 KiB | 48.6 KiB |
| 22.4 KiB | 19.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 |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-W8CQ8TL | 132.5 KiB | 74.0 KiB |
| cdn.cookielaw.org/scripttemplates/202509.1.0/otBannerSdk.js | 121.4 KiB | 64.2 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
Quote div#main > div.container > div.testimony > img.testimony-quote | spring.io/img/extra/quote.svg |
div.default-banner > div.extra > div.extra-2 > img div.default-banner > div.extra > div.extra-2 > img | spring.io/img/extra/footer.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
| Failing Elements |
|---|
light nav#header > div.container > div.navbar-menu > label.theme-toggler |
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 |
|---|
Apache®, Apache Tomcat®, Apache Kafka®, Apache Cassandra™, and Apache Geode™ ar… div.container > div.columns > div.column > p.has-text-grey-light |
Cookie Notice. div.ot-sdk-eight > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
These are opportunities to improve the legibility of your content.
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.
| Failing Elements |
|---|
div#gatsby-focus-wrapper > div > div.anchor-to-header > a.animate-anchor div#gatsby-focus-wrapper > div > div.anchor-to-header > a.animate-anchor |
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.
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 |
|---|
Learn more div.container > div.columns > article.column > a.is-link |
Learn more div.container > div.columns > article.column > a.is-link |
View all div.container > div.columns > article.column > a.is-link |
Cookie Notice. div.ot-sdk-eight > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
spring.io/framework-f0de980621661f0b7a47.js line 1, col 49172 | 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://spring.io/framework-f0de980621661f0b7a47.js:2:49173)
at xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121805)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 49172 | 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://spring.io/framework-f0de980621661f0b7a47.js:2:49173)
at xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121805)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 49172 | 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://spring.io/framework-f0de980621661f0b7a47.js:2:49173)
at xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121805)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 49172 | 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://spring.io/framework-f0de980621661f0b7a47.js:2:49173)
at xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121805)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 49172 | 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://spring.io/framework-f0de980621661f0b7a47.js:2:49173)
at xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121805)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 121490 | 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 xi (https://spring.io/framework-f0de980621661f0b7a47.js:2:121491)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109375)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at as (https://spring.io/framework-f0de980621661f0b7a47.js:2:106001)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104556)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
spring.io/framework-f0de980621661f0b7a47.js line 1, col 44356 | 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 Zr (https://spring.io/framework-f0de980621661f0b7a47.js:2:44357)
at qo (https://spring.io/framework-f0de980621661f0b7a47.js:2:85555)
at ks (https://spring.io/framework-f0de980621661f0b7a47.js:2:109696)
at bs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109436)
at vs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109303)
at gs (https://spring.io/framework-f0de980621661f0b7a47.js:2:109166)
at ls (https://spring.io/framework-f0de980621661f0b7a47.js:2:104329)
at S (https://spring.io/framework-f0de980621661f0b7a47.js:2:137682)
at MessagePort.T (https://spring.io/framework-f0de980621661f0b7a47.js:2:138214) |
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.
| Link destination | Link Text |
|---|---|
| spring.academy/ | Learn more |
| spring.io/support | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback