Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
86 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/32f64fee-f505-447d-be72-a46ffdf7ad5b)<a href="https://beavercheck.com/results/32f64fee-f505-447d-be72-a46ffdf7ad5b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsbb.ch" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsbb.chThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 11.2s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 11.2s to load
+12% bounceUsers abandon at ~3s — you're 8.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
CHF 780 investment → CHF 4,916/month returns + CHF 250,000 risk avoided
CHF 780
6h · 5 findings
CHF 4,916 /mo
~CHF 58,995 / year
CHF 250,000
if kept compliant
CHF 130 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at CHF130/hr
Based on Switzerland rates (CHF130/hr)
Start here for the best return on investment
CHF 20,834 / month at risk
~CHF 250,003 / year if left unfixed
CHF 250,000
+1 more
CHF 0.23 /mo
3293.0 MB/mo × 0.071 CHF/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 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.88 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.28 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.
5.47 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
11.55 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| assets.adobedtm.com/15ff638fdec4/c95c437e4f34/launch-64ab29f9e77a.min.js | 3600.0 s | 50.7 KiB |
| www.sbb.ch/_next/static/css/80ebb8b35699d566.css | 0.0 ms | 16.6 KiB |
| www.sbb.ch/_next/static/css/ce73a03fb3b6d9e4.css | 0.0 ms | 9.4 KiB |
| www.sbb.ch/_next/static/css/2322f0f9cd834f23.css | 0.0 ms | 8.9 KiB |
| zn9xentodgtpp5yei-sbb.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_9XENtodgtPp5yei | 3600.0 s | 4.6 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 604800.0 s | 35.8 KiB |
| /dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERS... | 604800.0 s | 18.6 KiB |
| www.sbb.ch/_next/static/css/4621f8ee26d04398.css | 0.0 ms | 1.3 KiB |
| www.sbb.ch/_next/static/css/821b43fad0c9554d.css | 0.0 ms | 1.2 KiB |
| /15ff638fdec4/c95c437e4f34/9efe9e9f2ae5/RC8e85014c88e4459... | 3600.0 s | 508 B |
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.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.sbb.ch/_next/static/css/2322f0f9cd834f23.css | 8.9 KiB | 151 ms |
| www.sbb.ch/_next/static/css/4621f8ee26d04398.css | 1.3 KiB | |
| www.sbb.ch/_next/static/css/ce73a03fb3b6d9e4.css | 9.4 KiB | 302 ms |
| www.sbb.ch/_next/static/css/80ebb8b35699d566.css | 16.6 KiB | 151 ms |
| www.sbb.ch/_next/static/css/821b43fad0c9554d.css | 1.2 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 |
|---|---|
| sbb.ch/ | 840 ms |
| www.sbb.ch/de/ | 776 ms |
| www.sbb.ch/de | 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.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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.sbb.ch/_next/static/chunks/6416-6146ecf912fb2171.js | 218.1 KiB | 106.9 KiB |
| /_next/static/chunks/app/[locale]/[[...slug]]/page-1a6acf... | 160.1 KiB | 79.5 KiB |
| www.sbb.ch/_next/static/chunks/826-048dc7d7515e7b0e.js | 167.7 KiB | 75.2 KiB |
| www.sbb.ch/_next/static/chunks/2566-ffe1f4f22e916d09.js | 65.2 KiB | 33.1 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 25.3 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.sbb.ch/_next/static/chunks/826-048dc7d7515e7b0e.js | 829 ms | 655 ms | 56 ms |
| www.sbb.ch/_next/static/chunks/7934-cb647c66c01a08e9.js | 730 ms | 692 ms | 16 ms |
| www.sbb.ch/_next/static/chunks/6416-6146ecf912fb2171.js | 374 ms | 306 ms | 67 ms |
| www.sbb.ch/de | 359 ms | 5.6 ms | 8.3 ms |
| www.sbb.ch/_next/static/chunks/4bd1b696-2786e1b9b0fd565e.js | 346 ms | 322 ms | 20 ms |
| Unattributable | 287 ms | 26 ms | 0.0 ms |
| assets.adobedtm.com/15ff638fdec4/c95c437e4f34/launch-64ab29f9e77a.min.js | 151 ms | 73 ms | 19 ms |
| www.sbb.ch/_next/static/chunks/9721.844496166aca959f.js | 151 ms | 124 ms | 4.2 ms |
| www.sbb.ch/_next/static/chunks/page_view_event-aggregate.f53f3f58905d0c75.js | 81 ms | 70 ms | 0.9 ms |
| /_next/static/chunks/app/[locale]/[[...slug]]/page-1a6acf... | 80 ms | 2.2 ms | 77 ms |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 77 ms | 59 ms | 9.2 ms |
| www.sbb.ch/_next/static/chunks/session-manager.860fbb915d80a085.js | 51 ms | 39 ms | 1.3 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.5 s |
| Other | 494 ms |
| Script Parsing & Compilation | 325 ms |
| Style & Layout | 257 ms |
| Parse HTML & CSS | 76 ms |
| Rendering | 64 ms |
| Garbage Collection | 24 ms |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menü div.flex > div.min-h-[--sbb-header-height] > sbb-header.hidden-until-defined > sbb-header-button#nav-trigger |
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 |
|---|
Von und Nach tauschen div.-mb-3 > div#timetable-route-inputs > div.relative > sbb-secondary-button#flip-route |
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.
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 |
|---|---|
[object Event] |
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.
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.
819 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
118 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.038
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.35 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.12 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.
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.
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| assets.adobedtm.com/15ff638fdec4/c95c437e4f34/launch-64ab29f9e77a.min.js | 3600.0 s | 50.7 KiB |
| www.sbb.ch/_next/static/css/80ebb8b35699d566.css | 0.0 ms | 16.6 KiB |
| www.sbb.ch/_next/static/css/ce73a03fb3b6d9e4.css | 0.0 ms | 9.4 KiB |
| www.sbb.ch/_next/static/css/2322f0f9cd834f23.css | 0.0 ms | 8.9 KiB |
| zn9xentodgtpp5yei-sbb.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_9XENtodgtPp5yei | 3600.0 s | 4.6 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 604800.0 s | 35.8 KiB |
| /dxjsmodule/37.7ea1ffe71ad8c0799cc1.chunk.js?Q_CLIENTVERS... | 604800.0 s | 18.6 KiB |
| www.sbb.ch/_next/static/css/4621f8ee26d04398.css | 0.0 ms | 1.3 KiB |
| www.sbb.ch/_next/static/css/821b43fad0c9554d.css | 0.0 ms | 1.2 KiB |
| /15ff638fdec4/c95c437e4f34/9efe9e9f2ae5/RC8e85014c88e4459... | 3600.0 s | 508 B |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.sbb.ch/_next/static/chunks/6416-6146ecf912fb2171.js | 218.1 KiB | 106.9 KiB |
| /_next/static/chunks/app/[locale]/[[...slug]]/page-1a6acf... | 160.1 KiB | 79.5 KiB |
| www.sbb.ch/_next/static/chunks/826-048dc7d7515e7b0e.js | 167.7 KiB | 75.2 KiB |
| www.sbb.ch/_next/static/chunks/2566-ffe1f4f22e916d09.js | 65.2 KiB | 33.0 KiB |
| /dxjsmodule/12.1a2b7192fd54e87d3971.chunk.js?Q_CLIENTVERS... | 35.7 KiB | 25.3 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| sbb.ch/ | 285 ms |
| www.sbb.ch/de/ | 224 ms |
| www.sbb.ch/de | 0.0 ms |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menü div.flex > div.min-h-[--sbb-header-height] > sbb-header.hidden-until-defined > sbb-header-button#nav-trigger |
Deutsch div.flex > div.min-h-[--sbb-header-height] > sbb-header.hidden-until-defined > sbb-header-button#language-menu-trigger |
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 |
|---|
Von und Nach tauschen div.-mb-3 > div#timetable-route-inputs > div.relative > sbb-secondary-button#flip-route |
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.
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 |
|---|---|
[object Event] |
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.
Send Feedback