Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 28.9s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
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.
Good content signals with minor gaps.
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.
Cookie 'akmCC' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'bm_sz' is missing the Secure flag
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 19.7 MB (8.2 MB transferred)
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/16215576-edb7-4fe1-b30d-869e3d0698ab)<a href="https://beavercheck.com/results/16215576-edb7-4fe1-b30d-869e3d0698ab"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmarriott.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmarriott.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 28.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~34%.
Page takes 28.9s to load
+12% bounceUsers abandon at ~3s — you're 26.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 13.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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
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, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
13 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$400 investment → $2.06/month returns + USD 157,500 risk avoided
$400
4h · 5 findings
$2.06 /mo
~$25 / year
USD 157,500
if kept compliant
$200 — 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.
4.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,525 / year if left unfixed
$157,500
+6 more
$2.06 /mo
25727.1 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.
5.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
28.92 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
13.52 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.314
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.55 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.
52.92 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.
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 | |
|---|---|---|---|
Suspension bridge over river gorge a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-HVMB-Getty-2179532664-279061... | 404.1 KiB | 332.1 KiB |
div#vixdevja71owkbrs > a.pdc-card > picture > img.image div#vixdevja71owkbrs > a.pdc-card > picture > img.image | /is/image/marriotts7prod/wi-bobwi-beach-aerial-10081:Squa... | 292.3 KiB | 220.2 KiB |
House with private pool and patio furniture a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-HamptonsNY-66171985434633-17... | 272.1 KiB | 200.2 KiB |
House among coastal vegetation next to sandy beach a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-40312804-Elite-Desti42232-17... | 263.7 KiB | 191.5 KiB |
div#oyrfyztj66mi1xdz > a.pdc-card > picture > img.image div#oyrfyztj66mi1xdz > a.pdc-card > picture > img.image | /is/image/marriotts7prod/pdt-Orlando-Florida-Family-80-19... | 249.7 KiB | 177.7 KiB |
div#kiyoizmtmkbzq2rr > a.pdc-card > picture > img.image div#kiyoizmtmkbzq2rr > a.pdc-card > picture > img.image | /is/image/marriotts7prod/GettyImages-645799754:Square?wid... | 232.3 KiB | 160.3 KiB |
div#xhbtzlrp1t0t8enp > a.pdc-card > picture > img.image div#xhbtzlrp1t0t8enp > a.pdc-card > picture > img.image | /is/image/marriotts7prod/trey-ratcliff-ritz-carlton-selec... | 231.5 KiB | 159.5 KiB |
div#kibowebuw5dfqobe > a.pdc-card > picture > img.image div#kibowebuw5dfqobe > a.pdc-card > picture > img.image | /is/image/marriotts7prod/wh-klxwh-beachfront-villa-38599-... | 229.2 KiB | 157.2 KiB |
Mountain Resort Home_516628961 a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-2102953952-Mtn-Resort-367645... | 225.9 KiB | 153.8 KiB |
div#wwbwprnbmzejflcd > a.pdc-card > picture > img.image div#wwbwprnbmzejflcd > a.pdc-card > picture > img.image | /is/image/marriotts7prod/anuro-aerial-view-7926:Square?wi... | 221.6 KiB | 149.6 KiB |
div#biqayvec0e6i0xs9 > a.pdc-card > picture > img.image div#biqayvec0e6i0xs9 > a.pdc-card > picture > img.image | /is/image/marriotts7prod/bonvoy-tulum-beach-32854:Square?... | 211.9 KiB | 141.0 KiB |
2098506720_FamGetReady_1408158072 a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-2098506720-FamGetReady-19487... | 210.5 KiB | 140.1 KiB |
A Bird's-Eye View of Sheraton Maui div.hb-item > div.sc-b0e7127c-0 > picture > img.image | /is/image/marriotts7prod/si-hnmsi-sm-aerial-4-11712:Class... | 168.3 KiB | 38.3 KiB |
Family hiking in the mountains a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-Family-hiking-82342445950-96... | 93.4 KiB | 33.0 KiB |
White car on a scenic road. Car on the road surrou a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-AdobeStock-458967455-7799361... | 79.7 KiB | 23.9 KiB |
Woman getting in to her Uber a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-Uber-gettingin-062-731344886... | 52.1 KiB | 15.7 KiB |
fans celebrating a victory in stadium a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-gettyimages-1222073245-2-856... | 40.3 KiB | 12.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.marriott.com/i1hQ4D/T/L/LVBg9z8aIQ/NEiYNra3OEJiLpYfu3/Bwg0WSMB/UW/QjBT0iZBIB | 171.7 KiB | 905 ms |
| www.marriott.com/mi-assets/mi-global/global-styles/9.11.0/marriot.global.min.css | 38.3 KiB | 151 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
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.
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 |
|---|---|
| marriott.com/ | 780 ms |
| www.marriott.com/default.mi | 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 |
|---|---|
body#phoenix-headless body#phoenix-headless | 0.251 |
body#phoenix-headless body#phoenix-headless | 0.023 |
body#phoenix-headless body#phoenix-headless | 0.017 |
body#phoenix-headless body#phoenix-headless | 0.015 |
body#phoenix-headless body#phoenix-headless | 0.009 |
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.marriott.com/mi-assets/mi-global/global-styles/9.11.0/marriot.global.min.css | 37.8 KiB | 33.7 KiB |
| .eGfGNQ a { text-decoration: underline; } … | 33.7 KiB | 27.7 KiB |
| 21.6 KiB | 21.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
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
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.
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 | 27.9 s |
| Other | 6.1 s |
| Script Parsing & Compilation | 2.0 s |
| Style & Layout | 2.0 s |
| Garbage Collection | 944 ms |
| Rendering | 703 ms |
| Parse HTML & CSS | 426 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 |
| 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 |
|---|---|---|
| /etc.clientlibs/mi-aem-homepage-spa/clientlibs/clientlib-... | 20.4 KiB | 4.6 KiB |
| .eGfGNQ a { text-decoration: underline; } … | 33.7 KiB | 3.4 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 | |
|---|---|
Mountain Resort Home_516628961 a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-2102953952-Mtn-Resort-367645... |
House among coastal vegetation next to sandy beach a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-40312804-Elite-Desti42232-17... |
2098506720_FamGetReady_1408158072 a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-2098506720-FamGetReady-19487... |
House with private pool and patio furniture a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-HamptonsNY-66171985434633-17... |
Suspension bridge over river gorge a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-HVMB-Getty-2179532664-279061... |
Bag with Marriott Bonvoy tag and a Starbucks cup a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-Sbux-MBV-Vignette8077-V4-971... |
Woman getting in to her Uber a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-Uber-gettingin-062-731344886... |
White car on a scenic road. Car on the road surrou a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-AdobeStock-458967455-7799361... |
fans celebrating a victory in stadium a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-gettyimages-1222073245-2-856... |
Family hiking in the mountains a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-Family-hiking-82342445950-96... |
A person using their smart phone to access the Mar a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/jw-ctdca-bonvoy-app-38928:Square... |
Opt-out Icon div.sc-fa9e1a8d-9 > a.t-font-alt-s > span.html-content > img.ca__full-width-img | cache.marriott.com/aka-fonts/ccpa/privacyoptions29x14.png |
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 |
|---|
Points. Stars. Perks. div.merchandising-card-tile__container__content > div.merchandising-card-tile__container__content__card-texts > div.d-flex > h4.t-subtitle-xl |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
glide-bullet-0 div.center-align > div.carouselControlType1 > div.carousel__dots > button.glide__bullet--active |
glide-bullet-1 div.center-align > div.carouselControlType1 > div.carousel__dots > button |
glide-bullet-2 div.center-align > div.carouselControlType1 > div.carousel__dots > button |
glide-bullet-3 div.center-align > div.carouselControlType1 > div.carousel__dots > button |
glide-bullet-4 div.center-align > div.carouselControlType1 > div.carousel__dots > button |
glide-bullet-5 div.center-align > div.carouselControlType1 > div.carousel__dots > button |
page-1 div.center-align > div.carouselControlType1 > div > button.glide__bullet--active |
page-2 div.center-align > div.carouselControlType1 > div > button |
page-3 div.center-align > div.carouselControlType1 > div > button |
page-4 div.center-align > div.carouselControlType1 > div > button |
page-5 div.center-align > div.carouselControlType1 > div > button |
Careers div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
News div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Our Stories div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Digital Accessibility div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Small & Midsize Business Program div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Travel Professionals div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Group Partners div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Hotel Development div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Affiliates div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Help & Contact Us div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Look Up Reservation div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Global Reservation Phone Numbers div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Best Rate Guarantee div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Missing Stay Form div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Site Map div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Privacy Center div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Your Privacy Choices div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Terms of Use div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Program Terms & Conditions div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Sustainability in the Supply Chain div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DESIGNED TO FEEL DIFFERENT
Autograph Collection All-Inclusive Beach Resorts
W… div.swiper-slide > div.sc-2fdca925-0 > div#wwbwprnbmzejflcd > a.pdc-card |
VOLCANIC VISTAS, SURF DAYS
Things to Do in Maui
Pick your Hawaiian adventure:… div.swiper-slide > div.sc-2fdca925-0 > div#kiyoizmtmkbzq2rr > a.pdc-card |
Points. Stars. Perks. div.aem-Grid > div.aem-GridColumn > div.sc-c23935a2-0 > a.merchandising-card-tile |
Family li.glide__slide--active > div.p-0 > div.sc-1ca87403-0 > a.chevronContainer |
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 |
|---|---|
| AttributionReporting |
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 |
|---|---|
Error occured while running DST TypeError: Failed to construct 'URL': Invalid URL | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127143)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at ox (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:102109)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100664)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Refused to set unsafe header "Cookie" |
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.
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.marriott.com/loyalty/earn/credit-card-rewards.mi | Learn More |
| www.marriott.com/about/privacy.mi | More information |
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.
869 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.05 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.186
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.33 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.
10.82 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.
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 Bird's-Eye View of Sheraton Maui div.hb-item > div.sc-b0e7127c-0 > picture > img.image | /is/image/marriotts7prod/si-hnmsi-sm-aerial-4-11712:Wide-... | 196.5 KiB | 29.7 KiB |
div#oyrfyztj66mi1xdz > a.pdc-card > picture > img.image div#oyrfyztj66mi1xdz > a.pdc-card > picture > img.image | /is/image/marriotts7prod/pdt-Orlando-Florida-Family-80-19... | 64.5 KiB | 29.2 KiB |
div#oyrfyztj66mi1xdz > a.pdc-card > picture > img.image div#oyrfyztj66mi1xdz > a.pdc-card > picture > img.image | /is/image/marriotts7prod/pdt-Orlando-Florida-Family-80-19... | 42.5 KiB | 26.8 KiB |
Suspension bridge over river gorge a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-HVMB-Getty-2179532664-279061... | 42.4 KiB | 18.9 KiB |
div#xhbtzlrp1t0t8enp > a.pdc-card > picture > img.image div#xhbtzlrp1t0t8enp > a.pdc-card > picture > img.image | /is/image/marriotts7prod/trey-ratcliff-ritz-carlton-selec... | 32.1 KiB | 18.9 KiB |
House with private pool and patio furniture a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-HamptonsNY-66171985434633-17... | 39.7 KiB | 16.2 KiB |
div#biqayvec0e6i0xs9 > a.pdc-card > picture > img.image div#biqayvec0e6i0xs9 > a.pdc-card > picture > img.image | /is/image/marriotts7prod/bonvoy-tulum-beach-32854:Square?... | 27.4 KiB | 14.1 KiB |
div#kiyoizmtmkbzq2rr > a.pdc-card > picture > img.image div#kiyoizmtmkbzq2rr > a.pdc-card > picture > img.image | /is/image/marriotts7prod/GettyImages-645799754:Wide-Hor?w... | 43.6 KiB | 14.0 KiB |
div#wwbwprnbmzejflcd > a.pdc-card > picture > img.image div#wwbwprnbmzejflcd > a.pdc-card > picture > img.image | /is/image/marriotts7prod/anuro-aerial-view-7926:Square?wi... | 27.5 KiB | 11.8 KiB |
div#xhbtzlrp1t0t8enp > a.pdc-card > picture > img.image div#xhbtzlrp1t0t8enp > a.pdc-card > picture > img.image | /is/image/marriotts7prod/trey-ratcliff-ritz-carlton-selec... | 40.5 KiB | 10.7 KiB |
div#vixdevja71owkbrs > a.pdc-card > picture > img.image div#vixdevja71owkbrs > a.pdc-card > picture > img.image | /is/image/marriotts7prod/wi-bobwi-beach-aerial-10081:Squa... | 24.3 KiB | 8.5 KiB |
2098506720_FamGetReady_1408158072 a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-2098506720-FamGetReady-19487... | 30.5 KiB | 7.0 KiB |
House among coastal vegetation next to sandy beach a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-40312804-Elite-Desti42232-17... | 28.9 KiB | 5.3 KiB |
div#kibowebuw5dfqobe > a.pdc-card > picture > img.image div#kibowebuw5dfqobe > a.pdc-card > picture > img.image | /is/image/marriotts7prod/wh-klxwh-beachfront-villa-38599-... | 34.1 KiB | 4.3 KiB |
div#vixdevja71owkbrs > a.pdc-card > picture > img.image div#vixdevja71owkbrs > a.pdc-card > picture > img.image | /is/image/marriotts7prod/wi-bobwi-beach-aerial-10081:Clas... | 39.5 KiB | 4.3 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.marriott.com/i1hQ4D/T/L/LVBg9z8aIQ/NEiYNra3OEJiLpYfu3/Bwg0WSMB/UW/QjBT0iZBIB | 176.5 KiB | 163 ms |
| www.marriott.com/mi-assets/mi-global/global-styles/9.11.0/marriot.global.min.css | 38.3 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 |
|---|---|
| marriott.com/ | 237 ms |
| www.marriott.com/default.mi | 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 |
|---|---|
Discover What's Waiting
Beach
Member Exclusives
Luxury
Solo Travel
WHERE JUNGLE… main > section#main-content > div.aem-Grid > div.m-container-fullbleed | 0.149 |
| 0.024 | |
| 0.003 | |
| 0.003 | |
| 0.002 | |
| 0.002 | |
| 0.001 | |
| 0.001 | |
| 0.001 | |
| 0.000 | |
| 0.000 | |
| 0.000 |
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.marriott.com/mi-assets/mi-global/global-styles/9.11.0/marriot.global.min.css | 37.8 KiB | 32.6 KiB |
| .eGfGNQ a { text-decoration: underline; } … | 34.0 KiB | 26.3 KiB |
| 21.6 KiB | 21.2 KiB | |
| /etc.clientlibs/mi-aem-homepage-spa/clientlibs/clientlib-... | 18.9 KiB | 18.8 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
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.
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 | 8.8 s |
| Other | 1.6 s |
| Script Parsing & Compilation | 506 ms |
| Style & Layout | 451 ms |
| Garbage Collection | 250 ms |
| Parse HTML & CSS | 112 ms |
| Rendering | 103 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 |
| 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 |
|---|---|---|
| /etc.clientlibs/mi-aem-homepage-spa/clientlibs/clientlib-... | 20.2 KiB | 4.6 KiB |
| .eGfGNQ a { text-decoration: underline; } … | 34.0 KiB | 3.4 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 | |
|---|---|
Bag with Marriott Bonvoy tag and a Starbucks cup a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-Sbux-MBV-Vignette8077-V4-971... |
Woman getting in to her Uber a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-Uber-gettingin-062-731344886... |
White car on a scenic road. Car on the road surrou a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-AdobeStock-458967455-7799361... |
fans celebrating a victory in stadium a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-gettyimages-1222073245-2-856... |
Family hiking in the mountains a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/pdt-Family-hiking-82342445950-96... |
A person using their smart phone to access the Mar a.merchandising-card-tile > div.merchandising-card-tile__container > picture > img.image | /is/image/marriotts7prod/jw-ctdca-bonvoy-app-38928:Square... |
2098506720_FamGetReady_1408158072 a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-2098506720-FamGetReady-19487... |
Mountain Resort Home_516628961 a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-2102953952-Mtn-Resort-367645... |
House among coastal vegetation next to sandy beach a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-40312804-Elite-Desti42232-17... |
House with private pool and patio furniture a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-HamptonsNY-66171985434633-17... |
Suspension bridge over river gorge a.chevronContainer > div.card-layered > picture > img.image | /is/image/marriotts7prod/pdt-HVMB-Getty-2179532664-279061... |
Opt-out Icon div.sc-fa9e1a8d-9 > a.t-font-alt-s > span.html-content > img.ca__full-width-img | cache.marriott.com/aka-fonts/ccpa/privacyoptions29x14.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Book
Offers
Brands
Credit Cards
Marriott Bonvoy
Meetings & Events div.sc-9769c5f2-0 > div.main-nav__content > nav.main-nav__nav > ul.main-nav__nav-items |
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.
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 |
|---|
Points. Stars. Perks. div.merchandising-card-tile__container__content > div.merchandising-card-tile__container__content__card-texts > div.d-flex > h4.t-subtitle-xl |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
glide-bullet-0 div.center-align > div.carouselControlType1 > div.carousel__dots > button.glide__bullet--active |
glide-bullet-1 div.center-align > div.carouselControlType1 > div.carousel__dots > button |
glide-bullet-2 div.center-align > div.carouselControlType1 > div.carousel__dots > button |
glide-bullet-3 div.center-align > div.carouselControlType1 > div.carousel__dots > button |
page-1 div.center-align > div.carouselControlType1 > div > button.glide__bullet--active |
page-2 div.center-align > div.carouselControlType1 > div > button |
page-3 div.center-align > div.carouselControlType1 > div > button |
Careers div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
News div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Our Stories div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Digital Accessibility div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Small & Midsize Business Program div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Travel Professionals div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Group Partners div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Hotel Development div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Affiliates div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Help & Contact Us div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Look Up Reservation div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Global Reservation Phone Numbers div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Best Rate Guarantee div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Missing Stay Form div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Site Map div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Privacy Center div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Your Privacy Choices div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Terms of Use div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Program Terms & Conditions div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
Sustainability in the Supply Chain div.sc-fa9e1a8d-11 > div > div.sc-fa9e1a8d-9 > a.t-font-alt-s |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DESIGNED TO FEEL DIFFERENT
Autograph Collection All-Inclusive Beach Resorts
W… div.swiper-slide > div.sc-2fdca925-0 > div#wwbwprnbmzejflcd > a.pdc-card |
PLAN LESS. COAST MORE
Vacations by Marriott Bonvoy Beach Escapes
Bundle fligh… div.swiper-slide > div.sc-2fdca925-0 > div#vixdevja71owkbrs > a.pdc-card |
VOLCANIC VISTAS, SURF DAYS
Things to Do in Maui
Pick your Hawaiian adventure:… div.swiper-slide > div.sc-2fdca925-0 > div#kiyoizmtmkbzq2rr > a.pdc-card |
POSTCARD-PERFECT PANORAMAS
11 Beach Resorts with Incredible Views
From bold a… div.swiper-slide > div.sc-2fdca925-0 > div#kibowebuw5dfqobe > a.pdc-card |
Points. Stars. Perks. div.aem-Grid > div.aem-GridColumn > div.sc-c23935a2-0 > a.merchandising-card-tile |
Earn More Points Every Day With Uber div.aem-Grid > div.aem-GridColumn > div.sc-c23935a2-0 > a.merchandising-card-tile |
Earn Points on Every Hertz Rental div.aem-Grid > div.aem-GridColumn > div.sc-c23935a2-0 > a.merchandising-card-tile |
Family li.glide__slide--active > div.p-0 > div.sc-1ca87403-0 > a.chevronContainer |
National Parks li > div.p-0 > div.sc-1ca87403-0 > a.chevronContainer |
Beachfront Villas li > div.p-0 > div.sc-1ca87403-0 > a.chevronContainer |
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 |
|---|---|
| AttributionReporting |
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 |
|---|---|
Error occured while running DST TypeError: Failed to construct 'URL': Invalid URL | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at lh (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:52929)
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127484)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100411)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at i (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:127143)
at oO (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105468)
at oM (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:105338)
at ox (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:102109)
at oS (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:100664)
at x (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137460)
at MessagePort.T [as $$__onmessage] (https://www.marriott.com/mi-assets/mi-static/mi-homepage-renderer/web-rel-26.3.2-03232026/_next/static/chunks/framework-4d641e3b1d0b3068.js:1:137990)
at MessagePort.<anonymous> (https://www.marriott.com/resources/6abcaf53ea406f938b23f5e9f0ee55b0f0aafa2feb045:27:358) | |
Refused to set unsafe header "Cookie" | |
Refused to set unsafe header "Cookie" |
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.
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.marriott.com/loyalty/earn/credit-card-rewards.mi | Learn More |
| www.marriott.com/about/privacy.mi | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback