Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 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.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
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.
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.
51 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cross-Origin-Opener-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/0d8036ad-6ce9-41ac-8273-e47442319b19)<a href="https://beavercheck.com/results/0d8036ad-6ce9-41ac-8273-e47442319b19"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fradissonhotels.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fradissonhotels.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 8.1s 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 audience reach.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 8.1s to load
+12% bounceUsers abandon at ~3s — you're 5.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.5s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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, …)
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.
€480 investment → €3,975/month returns + EUR 20,500,000 risk avoided
€480
6h · 5 findings
€3,975 /mo
~€47,704 / year
EUR 20,500,000
if kept compliant
€80 — 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 €80/hr
Based on Belgium rates (€80/hr)
Start here for the best return on investment
€1,708,334 / month at risk
~€20,500,005 / year if left unfixed
€20,500,000
+2 more
€0.43 /mo
5800.1 MB/mo × 0.074 EUR/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 2 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.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.07 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.49 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.105
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.73 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.
15.65 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| radissonhotels.com/ | 762 ms |
| www.radissonhotels.com/ | 785 ms |
| www.radissonhotels.com/en-us/ | 3.5 s |
| www.radissonhotels.com/en-us/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Your access has been restricted
For security reasons, your access to this page… body > div.container > div.card | 0.060 |
This website uses Cookies and related technologies (such as web beacons, pixel … body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.012 |
This website uses Cookies and related technologies (such as web beacons, pixel … body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.009 |
This website uses Cookies and related technologies (such as web beacons, pixel … body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.008 |
This website uses Cookies and related technologies (such as web beacons, pixel … body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.007 |
This website uses Cookies and related technologies (such as web beacons, pixel … body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
This website uses Cookies and related technologies (such as web beacons, pixel … body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
This website uses Cookies and related technologies (such as web beacons, pixel … body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.002 |
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 |
|---|---|---|
| eu.acsbapp.com/apps/app/dist/js/app.js | 216.7 KiB | 114.2 KiB |
| www.googletagmanager.com/gtag/js | 84.7 KiB | 64.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-994752581&cx=c>m=4e64h1 | 146.8 KiB | 64.1 KiB |
| www.googletagmanager.com/gtag/js?id=AW-736234922&cx=c>m=4e64h1 | 137.2 KiB | 64.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-P3SV6NFEMN&cx=c>m=4e64h1 | 171.3 KiB | 63.0 KiB |
| www.googletagmanager.com/gtag/js?id=HA-100264210&cx=c>m=4e64h1 | 102.4 KiB | 59.6 KiB |
| www.googletagmanager.com/gtag/js?id=DC-9461278&cx=c>m=4e64h1 | 131.8 KiB | 59.4 KiB |
| cdn.cookielaw.org/scripttemplates/202405.2.0/otBannerSdk.js | 109.5 KiB | 57.9 KiB |
| www.googletagmanager.com/gtag/js | 84.7 KiB | 50.3 KiB |
| /bG0l2lzoV33HpCjpZpyM/SYwiXh6QJ8DLkt/U2MDMBYB/Oyd/GRSw2bg4C | 183.0 KiB | 39.0 KiB |
| /bG0l2lzoV33HpCjpZpyM/NfwiXhO1/HQMKMBYB/fiZ/JUXkrGiMQAg?v... | 160.7 KiB | 32.9 KiB |
| tags.tiqcdn.com/utag/carlson/rh-com/prod/utag.js | 54.8 KiB | 24.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /bG0l2lzoV33HpCjpZpyM/NfwiXhO1/HQMKMBYB/fiZ/JUXkrGiMQAg?v... | 1.4 s | 1.3 s | 68 ms |
| /bG0l2lzoV33HpCjpZpyM/SYwiXh6QJ8DLkt/U2MDMBYB/Oyd/GRSw2bg4C | 915 ms | 768 ms | 78 ms |
| Unattributable | 807 ms | 281 ms | 0.0 ms |
| www.radissonhotels.com/en-us/ | 786 ms | 281 ms | 6.7 ms |
| eu.acsbapp.com/apps/app/dist/js/app.js | 578 ms | 410 ms | 116 ms |
| www.googletagmanager.com/gtag/js?id=G-P3SV6NFEMN&cx=c>m=4e64h1 | 421 ms | 345 ms | 71 ms |
| tags.tiqcdn.com/utag/carlson/rh-com/prod/utag.js | 382 ms | 301 ms | 42 ms |
| cdn.cookielaw.org/scripttemplates/202405.2.0/otBannerSdk.js | 371 ms | 230 ms | 63 ms |
| www.googletagmanager.com/gtag/js?id=AW-736234922&cx=c>m=4e64h1 | 366 ms | 295 ms | 69 ms |
| www.googletagmanager.com/gtag/js?id=AW-994752581&cx=c>m=4e64h1 | 308 ms | 247 ms | 59 ms |
| www.googletagmanager.com/gtag/js?id=DC-9461278&cx=c>m=4e64h1 | 249 ms | 197 ms | 49 ms |
| www.googletagmanager.com/gtag/js | 246 ms | 125 ms | 118 ms |
| www.googletagmanager.com/gtag/js?id=HA-100264210&cx=c>m=4e64h1 | 159 ms | 117 ms | 41 ms |
| s.go-mpulse.net/boomerang/G2XZU-QLPA9-MKHVD-WHFXL-EK9LZ | 88 ms | 63 ms | 19 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 | 5.1 s |
| Script Parsing & Compilation | 819 ms |
| Other | 819 ms |
| Style & Layout | 239 ms |
| Garbage Collection | 132 ms |
| Rendering | 78 ms |
| Parse HTML & CSS | 73 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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Only pages with a status code of 2XX can be cached. | Not 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| :root { --primary-color: #222222; --accent-color: #9e8a5b; --text-main: #333333; … } … | 6.4 KiB | 2.9 KiB |
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 |
|---|---|---|
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 21.1 KiB | 18.8 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Radisson body > div.container > div.logo-header > img.logo | /Radisson-DXCoE/RadissonCDN/e802ad91ee6883e1989ba3365a7d5... |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
How to resolve this: div.container > div.card > section.steps-section > h3 |
These are opportunities to improve keyboard navigation in your application.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
QR Code div.card > div.app-promo > div.qr-box > img.qr-img | /image/radisson-hotels-app/promotional/16256-142038-m4188... | 80 x 80 (1.00) | 670 x 637 (1.05) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.go-mpulse.net/boomerang/G2XZU-QLPA9-MKHVD-WHFXL-EK9LZ line 9, col 11379 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 403 () |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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.radissonhotels.com/en-us/privacy | Click Here |
| www.radissonhotels.com/en-us/cookie-policy | Click Here |
| www.radissonhotels.com/en-us/cookie-policy | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more about HTTP status codes.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
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.
770 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.28 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
240 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.016
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.83 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.02 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.
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 |
|---|---|
| radissonhotels.com/ | 203 ms |
| www.radissonhotels.com/ | 226 ms |
| www.radissonhotels.com/en-us/ | 720 ms |
| www.radissonhotels.com/en-us/ | 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 |
|---|---|---|
| eu.acsbapp.com/apps/app/dist/js/app.js | 216.9 KiB | 114.3 KiB |
| www.googletagmanager.com/gtag/js | 84.6 KiB | 64.5 KiB |
| www.googletagmanager.com/gtag/js?id=AW-736234922&cx=c>m=4e64k0h2 | 137.0 KiB | 64.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-994752581&cx=c>m=4e64k0h2 | 146.6 KiB | 63.8 KiB |
| www.googletagmanager.com/gtag/js?id=HA-100264210&cx=c>m=4e64k0h2 | 109.1 KiB | 63.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-P3SV6NFEMN&cx=c>m=4e64k0h2 | 171.1 KiB | 62.7 KiB |
| www.googletagmanager.com/gtag/js?id=DC-9461278&cx=c>m=4e64k0h2 | 131.6 KiB | 59.4 KiB |
| cdn.cookielaw.org/scripttemplates/202405.2.0/otBannerSdk.js | 109.5 KiB | 57.9 KiB |
| www.googletagmanager.com/gtag/js | 84.6 KiB | 50.2 KiB |
| /bG0l2lzoV33HpCjpZpyM/SYwiXh6QJ8DLkt/U2MDMBYB/Oyd/GRSw2bg4C | 183.0 KiB | 39.0 KiB |
| /bG0l2lzoV33HpCjpZpyM/NfwiXhO1/HQMKMBYB/fiZ/JUXkrGiMQAg?v... | 160.7 KiB | 32.9 KiB |
| tags.tiqcdn.com/utag/carlson/rh-com/prod/utag.js | 54.8 KiB | 24.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /bG0l2lzoV33HpCjpZpyM/NfwiXhO1/HQMKMBYB/fiZ/JUXkrGiMQAg?v... | 339 ms | 309 ms | 17 ms |
| www.radissonhotels.com/en-us/ | 225 ms | 82 ms | 1.6 ms |
| Unattributable | 225 ms | 92 ms | 0.0 ms |
| /bG0l2lzoV33HpCjpZpyM/SYwiXh6QJ8DLkt/U2MDMBYB/Oyd/GRSw2bg4C | 204 ms | 182 ms | 20 ms |
| www.radissonhotels.com/resources/cc2b79b60bfac8a7d7584646b40a270c4e10013f16877 | 159 ms | 131 ms | 5.4 ms |
| eu.acsbapp.com/apps/app/dist/js/app.js | 146 ms | 101 ms | 29 ms |
| www.googletagmanager.com/gtag/js?id=G-P3SV6NFEMN&cx=c>m=4e64k0h2 | 128 ms | 109 ms | 18 ms |
| www.googletagmanager.com/gtag/js?id=AW-994752581&cx=c>m=4e64k0h2 | 96 ms | 75 ms | 19 ms |
| tags.tiqcdn.com/utag/carlson/rh-com/prod/utag.js | 92 ms | 79 ms | 9.0 ms |
| cdn.cookielaw.org/scripttemplates/202405.2.0/otBannerSdk.js | 87 ms | 54 ms | 15 ms |
| www.googletagmanager.com/gtag/js?id=AW-736234922&cx=c>m=4e64k0h2 | 68 ms | 54 ms | 13 ms |
| www.googletagmanager.com/gtag/js?id=DC-9461278&cx=c>m=4e64k0h2 | 67 ms | 54 ms | 13 ms |
| www.googletagmanager.com/gtag/js | 56 ms | 29 ms | 27 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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Only pages with a status code of 2XX can be cached. | Not 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| :root { --primary-color: #222222; --accent-color: #9e8a5b; --text-main: #333333; … } … | 6.2 KiB | 2.8 KiB |
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 |
|---|---|---|
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 21.1 KiB | 18.3 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Radisson body > div.container > div.logo-header > img.logo | /Radisson-DXCoE/RadissonCDN/e802ad91ee6883e1989ba3365a7d5... |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
This website uses Cookies and related technologies (such as web beacons, pixel … div.ot-sdk-row > div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
How to resolve this: div.container > div.card > section.steps-section > h3 |
These are opportunities to improve keyboard navigation in your application.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
QR Code div.card > div.app-promo > div.qr-box > img.qr-img | /image/radisson-hotels-app/promotional/16256-142038-m4188... | 80 x 80 (1.00) | 670 x 637 (1.05) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | s.go-mpulse.net/boomerang/G2XZU-QLPA9-MKHVD-WHFXL-EK9LZ line 9, col 11379 |
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 |
|---|---|
Failed to load resource: the server responded with a status of 403 () |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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.radissonhotels.com/en-us/privacy | Click Here |
| www.radissonhotels.com/en-us/cookie-policy | Click Here |
| www.radissonhotels.com/en-us/cookie-policy | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more about HTTP status codes.
Performance issues directly impact user engagement and conversion rates.
To appear in search results, crawlers need access to your app.
Send Feedback