Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| 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.
Accessibility
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.
Contrast
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.
Navigation
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.
Best Practices
User Experience
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) |
General
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.
SEO
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.
Content Best Practices
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.
Crawling and Indexing
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.