Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
Page weighs 10.7 MB (7.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/712161c3-7ea1-491b-b9f1-fc5a75678157)<a href="https://beavercheck.com/results/712161c3-7ea1-491b-b9f1-fc5a75678157"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmyswitzerland.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmyswitzerland.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 13.9s 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.
9 barrier(s) likely increasing bounce by ~31%.
Page takes 13.9s to load
+12% bounceUsers abandon at ~3s — you're 11.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.6s
+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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No 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.
$600 investment → $1,108/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$1,108 /mo
~$13,297 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,523 / year if left unfixed
$157,500
+5 more
$1.94 /mo
24295.0 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.55 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.041
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.00 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.
14.28 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 |
|---|---|---|
| /pagead/managed/js/activeview/current/ufs_web_display.js | 3600.0 s | 73.1 KiB |
| js.appboycdn.com/web-sdk/6.2/braze.no-amd.min.js | 14400.0 s | 63.1 KiB |
| varify.myswitzerland.com/varify.js | 120.0 s | 21.1 KiB |
| stapecdn.com/dtag/v9.js | 3600.0 s | 9.2 KiB |
| cdn2.myswitzerland.com/mailfooter/icons/ai-icon.svg | 0.0 ms | 1.8 KiB |
| pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js | 1209600.0 s | 8.4 KiB |
| use.fontawesome.com/7f85a56ba4.css | 1800.0 s | 882 B |
| /pagead/js/r20260421/r20110914/client/window_focus_fy2021.js | 1209600.0 s | 1.2 KiB |
| calendar.myswitzerland.com/20190321/month/05_mai_960x540.mp4 | 0.0 ms | 0 B |
| calendar.myswitzerland.com/20190321/month/05_mai_1920x1080.mp4 | 0.0 ms | 0 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
a.GridTeaser > div.GridTeaser--background > div.Media > div#dd414fd8663b4f84aba2d336ae419a07 a.GridTeaser > div.GridTeaser--background > div.Media > div#dd414fd8663b4f84aba2d336ae419a07 | /image/fetch/c_lfill,g_auto,w_280,h_280/f_auto,q_80,fl_ke... | 76.0 KiB | 63.2 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#dd414fd8663b4f84aba2d336ae419a07 a.GridTeaser > div.GridTeaser--background > div.Media > div#dd414fd8663b4f84aba2d336ae419a07 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 57.7 KiB | 57.7 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/8662243963072915420 | 105.4 KiB | 48.5 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#eb48786bafb94cddabfcab1e598b9832 a.GridTeaser > div.GridTeaser--background > div.Media > div#eb48786bafb94cddabfcab1e598b9832 | /image/fetch/c_lfill,g_auto,w_280,h_280/f_auto,q_80,fl_ke... | 42.7 KiB | 29.9 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#88e18f17751f4b3296567591a1eca61d a.GridTeaser > div.GridTeaser--background > div.Media > div#88e18f17751f4b3296567591a1eca61d | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 26.0 KiB | 26.0 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#76e57244748f4d71853f54ca8009b261 a.GridTeaser > div.GridTeaser--background > div.Media > div#76e57244748f4d71853f54ca8009b261 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 24.1 KiB | 24.1 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#eb48786bafb94cddabfcab1e598b9832 a.GridTeaser > div.GridTeaser--background > div.Media > div#eb48786bafb94cddabfcab1e598b9832 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 23.5 KiB | 23.5 KiB |
a.RecommendationTeaser--link > div.RecommendationTeaser--image > div.Media > div#c2dfc78a9af5408f985585f2aa71ed41 a.RecommendationTeaser--link > div.RecommendationTeaser--image > div.Media > div#c2dfc78a9af5408f985585f2aa71ed41 | /image/fetch/c_lfill,g_auto,w_8,h_4/f_auto,q_80,fl_keep_i... | 23.2 KiB | 23.2 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#871af16a0d9b458da54bf56fd88573bc a.GridTeaser > div.GridTeaser--background > div.Media > div#871af16a0d9b458da54bf56fd88573bc | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 22.2 KiB | 22.2 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#a8f65d19bf1143868fdec48d5e758eb9 a.GridTeaser > div.GridTeaser--background > div.Media > div#a8f65d19bf1143868fdec48d5e758eb9 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 19.3 KiB | 19.3 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#84fc161c71064fb29501cd2102d3e675 a.GridTeaser > div.GridTeaser--background > div.Media > div#84fc161c71064fb29501cd2102d3e675 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 17.1 KiB | 17.1 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#d6d13556ab1b4b0d82c9e5578598f823 a.GridTeaser > div.GridTeaser--background > div.Media > div#d6d13556ab1b4b0d82c9e5578598f823 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 15.7 KiB | 15.7 KiB |
div.EventTeaser--header > div.EventTeaser--image > div.Media > div#9988379894654a2aab93bfb7021760fe div.EventTeaser--header > div.EventTeaser--image > div.Media > div#9988379894654a2aab93bfb7021760fe | /image/fetch/c_lfill,g_auto,w_6,h_4/f_auto,q_80,fl_keep_i... | 15.1 KiB | 15.1 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#a66a8251c7b1455592b321065062192d a.GridTeaser > div.GridTeaser--background > div.Media > div#a66a8251c7b1455592b321065062192d | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 15.1 KiB | 15.1 KiB |
a.RecommendationTeaser--link > div.RecommendationTeaser--image > div.Media > div#bf8c583a5d2c4201857821b9bb046e22 a.RecommendationTeaser--link > div.RecommendationTeaser--image > div.Media > div#bf8c583a5d2c4201857821b9bb046e22 | /image/fetch/c_lfill,g_auto,w_8,h_4/f_auto,q_80,fl_keep_i... | 9.6 KiB | 9.6 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#a899942640a44b08a57bb78c0c2910fa a.GridTeaser > div.GridTeaser--background > div.Media > div#a899942640a44b08a57bb78c0c2910fa | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 7.9 KiB | 7.9 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#4498655fec2c4c24bee26b9ff7b071ee a.GridTeaser > div.GridTeaser--background > div.Media > div#4498655fec2c4c24bee26b9ff7b071ee | /image/fetch/c_lfill,g_auto,w_280,h_280/f_auto,q_80,fl_ke... | 18.9 KiB | 6.2 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#bf754c3aa6174eb18340cea16a797454 a.GridTeaser > div.GridTeaser--background > div.Media > div#bf754c3aa6174eb18340cea16a797454 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 6.2 KiB | 6.2 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#7af0359b526442dab43589223bb3a93e a.GridTeaser > div.GridTeaser--background > div.Media > div#7af0359b526442dab43589223bb3a93e | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 4.8 KiB | 4.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| varify.myswitzerland.com/varify.js | 21.1 KiB | 978 ms |
| www.myswitzerland.com/assets/css/ui.css?v=4d77ee95 | 87.5 KiB | 905 ms |
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 |
|---|---|
| myswitzerland.com/ | 750 ms |
| www.myswitzerland.com/ | 1.7 s |
| www.myswitzerland.com/ | 150 ms |
| www.myswitzerland.com/en/ | 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 rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.myswitzerland.com/assets/css/ui.css?v=4d77ee95 | 87.4 KiB | 79.6 KiB |
| fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500&subset=korean | 67.9 KiB | 67.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 102.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-K3Q6QXG | 206.3 KiB | 63.9 KiB |
| js.appboycdn.com/web-sdk/6.2/braze.no-amd.min.js | 62.7 KiB | 33.5 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.8 KiB |
| www.myswitzerland.com/assets/js/ui-BMkNTy6l.js | 55.0 KiB | 30.8 KiB |
| www.myswitzerland.com/_fs-ch-1T1wmsGaOgGaSxcX/script.js?reload=true | 41.2 KiB | 23.7 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 |
|---|---|---|---|
| ai-trojan.netlify.app/init.js | 1.5 s | 155 ms | 0.2 ms |
| www.myswitzerland.com/en/ | 1.3 s | 67 ms | 17 ms |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 1.2 s | 447 ms | 60 ms |
| www.myswitzerland.com/assets/js/ui-BMkNTy6l.js | 1.0 s | 472 ms | 1.6 ms |
| Unattributable | 1.0 s | 65 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-K3Q6QXG | 769 ms | 642 ms | 70 ms |
| varify.myswitzerland.com/varify.js | 410 ms | 233 ms | 5.7 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 233 ms | 210 ms | 18 ms |
| ai-trojan.netlify.app/assets/translations.generated-Dt6xtz7m.js | 142 ms | 136 ms | 0.4 ms |
| www.googletagservices.com/tag/js/gpt.js | 75 ms | 66 ms | 8.1 ms |
| www.myswitzerland.com/_fs-ch-1T1wmsGaOgGaSxcX/script.js?reload=true | 72 ms | 67 ms | 3.4 ms |
| ep2.adtrafficquality.google/sodar/sodar2.js | 56 ms | 51 ms | 2.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.7 s |
| Style & Layout | 2.3 s |
| Other | 2.0 s |
| Rendering | 542 ms |
| Script Parsing & Compilation | 216 ms |
| Parse HTML & CSS | 180 ms |
| Garbage Collection | 98 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500&subset=korean | 68.4 KiB | 7.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Best of Swiss Web 2020 Creation Gold ul.Footer--awards--list > li > a.Footer--awards--link > img | /image/fetch/f_auto,q_80,fl_keep_iptc/https://www.myswitz... |
Best of Swiss Web 2020 Technology Gold ul.Footer--awards--list > li > a.Footer--awards--link > img | /image/fetch/f_auto,q_80,fl_keep_iptc/https://www.myswitz... |
Best of Swiss Web 2020 Usability Gold ul.Footer--awards--list > li > a.Footer--awards--link > img | /image/fetch/f_auto,q_80,fl_keep_iptc/https://www.myswitz... |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.Footer--row > div.Footer--column > h2.Footer--quicklinks--title > button.Footer--toggle div.Footer--row > div.Footer--column > h2.Footer--quicklinks--title > button.Footer--toggle |
div.Footer--row > div.Footer--column > h2.Footer--quicklinks--title > button.Footer--toggle div.Footer--row > div.Footer--column > h2.Footer--quicklinks--title > button.Footer--toggle |
div.Footer--row > div.Footer--column > h2.Footer--quicklinks--title > button.Footer--toggle div.Footer--row > div.Footer--column > h2.Footer--quicklinks--title > button.Footer--toggle |
div.Footer--row > div.Footer--column > h2.Footer--additional--title > button.Footer--toggle div.Footer--row > div.Footer--column > h2.Footer--additional--title > button.Footer--toggle |
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sitemap nav#Skiplinks > ul > li > a |
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.
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 |
|---|---|
Loading the image 'https://media.myswitzerland.com/image/fetch/c_limit,w_32,h_32/https://www.myswitzerland.com/-/media/st/common/favicons/classic/favicon.png' violates the following Content Security Policy directive: "img-src 'self' data:". The action has been blocked. |
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.myswitzerland.com/en/destinations/holiday-destinations/ | 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.
882 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
52 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.009
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.70 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.89 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 |
|---|---|---|
| /pagead/managed/js/activeview/current/ufs_web_display.js | 3600.0 s | 73.1 KiB |
| js.appboycdn.com/web-sdk/6.2/braze.no-amd.min.js | 14400.0 s | 63.1 KiB |
| varify.myswitzerland.com/varify.js | 120.0 s | 21.1 KiB |
| stapecdn.com/dtag/v9.js | 3600.0 s | 9.2 KiB |
| cdn2.myswitzerland.com/mailfooter/icons/ai-icon.svg | 0.0 ms | 1.8 KiB |
| pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js | 1209600.0 s | 8.4 KiB |
| use.fontawesome.com/7f85a56ba4.css | 1800.0 s | 875 B |
| /pagead/js/r20260421/r20110914/client/window_focus_fy2021.js | 1209600.0 s | 1.2 KiB |
| calendar.myswitzerland.com/20190321/month/05_mai_960x540.mp4 | 0.0 ms | 0 B |
| calendar.myswitzerland.com/20190321/month/05_mai_1920x1080.mp4 | 0.0 ms | 0 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| varify.myswitzerland.com/varify.js | 21.1 KiB | 316 ms |
| www.myswitzerland.com/assets/css/ui.css?v=4d77ee95 | 87.5 KiB | 122 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
a.GridTeaser > div.GridTeaser--background > div.Media > div#dd414fd8663b4f84aba2d336ae419a07 a.GridTeaser > div.GridTeaser--background > div.Media > div#dd414fd8663b4f84aba2d336ae419a07 | /image/fetch/c_lfill,g_auto,w_420,h_420/f_auto,q_80,fl_ke... | 95.3 KiB | 66.6 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#dd414fd8663b4f84aba2d336ae419a07 a.GridTeaser > div.GridTeaser--background > div.Media > div#dd414fd8663b4f84aba2d336ae419a07 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 57.7 KiB | 57.7 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#30a9977d1f6b4beb80a178eb26e5a150 a.GridTeaser > div.GridTeaser--background > div.Media > div#30a9977d1f6b4beb80a178eb26e5a150 | /image/fetch/c_lfill,g_auto,w_420,h_420/f_auto,q_80,fl_ke... | 68.9 KiB | 40.2 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#eb48786bafb94cddabfcab1e598b9832 a.GridTeaser > div.GridTeaser--background > div.Media > div#eb48786bafb94cddabfcab1e598b9832 | /image/fetch/c_lfill,g_auto,w_420,h_420/f_auto,q_80,fl_ke... | 62.6 KiB | 33.8 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#88e18f17751f4b3296567591a1eca61d a.GridTeaser > div.GridTeaser--background > div.Media > div#88e18f17751f4b3296567591a1eca61d | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 26.0 KiB | 26.0 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#30a9977d1f6b4beb80a178eb26e5a150 a.GridTeaser > div.GridTeaser--background > div.Media > div#30a9977d1f6b4beb80a178eb26e5a150 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 25.2 KiB | 25.2 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#eb48786bafb94cddabfcab1e598b9832 a.GridTeaser > div.GridTeaser--background > div.Media > div#eb48786bafb94cddabfcab1e598b9832 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 23.5 KiB | 23.5 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#871af16a0d9b458da54bf56fd88573bc a.GridTeaser > div.GridTeaser--background > div.Media > div#871af16a0d9b458da54bf56fd88573bc | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 22.2 KiB | 22.2 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#a8f65d19bf1143868fdec48d5e758eb9 a.GridTeaser > div.GridTeaser--background > div.Media > div#a8f65d19bf1143868fdec48d5e758eb9 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 19.3 KiB | 19.3 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#84fc161c71064fb29501cd2102d3e675 a.GridTeaser > div.GridTeaser--background > div.Media > div#84fc161c71064fb29501cd2102d3e675 | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 17.1 KiB | 17.1 KiB |
div.OfferTeaser--inner > div.OfferTeaser--image > div.Media > div#f286117d8f4d4002910a352d9f87e5aa div.OfferTeaser--inner > div.OfferTeaser--image > div.Media > div#f286117d8f4d4002910a352d9f87e5aa | /image/fetch/c_lfill,g_auto,w_420,h_280/f_auto,q_80,fl_ke... | 31.6 KiB | 12.4 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#4498655fec2c4c24bee26b9ff7b071ee a.GridTeaser > div.GridTeaser--background > div.Media > div#4498655fec2c4c24bee26b9ff7b071ee | /image/fetch/c_lfill,g_auto,w_420,h_420/f_auto,q_80,fl_ke... | 33.6 KiB | 4.9 KiB |
a.GridTeaser > div.GridTeaser--background > div.Media > div#7af0359b526442dab43589223bb3a93e a.GridTeaser > div.GridTeaser--background > div.Media > div#7af0359b526442dab43589223bb3a93e | /image/fetch/c_lfill,g_auto,w_5,h_4/f_auto,q_80,fl_keep_i... | 4.8 KiB | 4.8 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 |
|---|---|
| myswitzerland.com/ | 240 ms |
| www.myswitzerland.com/ | 402 ms |
| www.myswitzerland.com/ | 0.0 ms |
| www.myswitzerland.com/en/ | 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.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.myswitzerland.com/assets/css/ui.css?v=4d77ee95 | 87.4 KiB | 79.8 KiB |
| fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500&subset=korean | 67.9 KiB | 67.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 101.6 KiB |
| www.myswitzerland.com/assets/js/ui-BMkNTy6l.js | 118.2 KiB | 66.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-K3Q6QXG | 206.3 KiB | 63.9 KiB |
| js.appboycdn.com/web-sdk/6.2/braze.no-amd.min.js | 62.7 KiB | 33.5 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.7 KiB |
| www.myswitzerland.com/_fs-ch-1T1wmsGaOgGaSxcX/script.js?reload=true | 41.2 KiB | 23.7 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500&subset=korean | 68.4 KiB | 7.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Best of Swiss Web 2020 Creation Gold ul.Footer--awards--list > li > a.Footer--awards--link > img | /image/fetch/f_auto,q_80,fl_keep_iptc/https://www.myswitz... |
Best of Swiss Web 2020 Technology Gold ul.Footer--awards--list > li > a.Footer--awards--link > img | /image/fetch/f_auto,q_80,fl_keep_iptc/https://www.myswitz... |
Best of Swiss Web 2020 Usability Gold ul.Footer--awards--list > li > a.Footer--awards--link > img | /image/fetch/f_auto,q_80,fl_keep_iptc/https://www.myswitz... |
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.
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sitemap nav#Skiplinks > ul > li > a |
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.
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 |
|---|---|
Loading the image 'https://media.myswitzerland.com/image/fetch/c_limit,w_32,h_32/https://www.myswitzerland.com/-/media/st/common/favicons/classic/favicon.png' violates the following Content Security Policy directive: "img-src 'self' data:". The action has been blocked. |
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.myswitzerland.com/en/destinations/holiday-destinations/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback