Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| transcend-cdn.com/cm/66a3f604-6974-40c6-8118-38b6e8a4370f/ui.js | 60.0 s | 98.6 KiB |
| www.purpledotprice.com/api/v1/learn-more.js | 300.0 s | 63.6 KiB |
| transcend-cdn.com/cm/66a3f604-6974-40c6-8118-38b6e8a4370f/airgap.js | 60.0 s | 55.7 KiB |
| uzptr.chubbiesshorts.com/eat/core | 0.0 ms | 48.1 KiB |
| sierra.chat/agent/dqnwctgBj08GRH8Bj08I6_ybBaYBu29nHMIE-GG4h6w/embed-css | 60.0 s | 26.5 KiB |
| www.purpledotprice.com/api/v1/separate-bag.js | 300.0 s | 19.7 KiB |
| www.purpledotprice.com/api/v1/checkout.js | 300.0 s | 19.5 KiB |
| www.purpledotprice.com/api/v1/self-service.js | 300.0 s | 12.4 KiB |
| sierra.chat/agent/dqnwctgBj08GRH8Bj08I6_ybBaYBu29nHMIE-GG4h6w/embed | 60.0 s | 4.8 KiB |
| transcend-cdn.com/cm/66a3f604-6974-40c6-8118-38b6e8a4370f/cm.css | 60.0 s | 4.0 KiB |
| uzptr.chubbiesshorts.com/providers/atLabel/load | 1200.0 s | 3.9 KiB |
| cdn.attn.tv/growth-tag-assets/client-configs/-1Z.js | 120.0 s | 1.0 KiB |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.3 KiB |
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 | |
|---|---|---|---|
| /s/files/1/0077/0432/files/Mobile_March26_Technicolor_4c3... | 255.5 KiB | 133.3 KiB | |
| /s/files/1/0077/0432/files/Mobile_March26_NewArrivals_1.p... | 226.4 KiB | 104.5 KiB | |
div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a > img div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a > img | /s/files/1/0077/0432/files/PDP_swim_carrotcakes_1_52222ad... | 98.1 KiB | 73.8 KiB |
| /s/files/1/0077/0432/files/Mobile_March26_Kids.png?v=1772... | 191.4 KiB | 69.4 KiB | |
| /s/files/1/0077/0432/files/PDP_swim_carrotcakes_1_6e2b876... | 88.2 KiB | 63.9 KiB | |
div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a > img div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a > img | /s/files/1/0077/0432/files/PDP_swim_carrotcakes_1-2_d9c50... | 87.0 KiB | 62.8 KiB |
div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a > img div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a > img | /s/files/1/0077/0432/files/PDP_swim_carrotcakes_1-4.png?v... | 74.0 KiB | 51.1 KiB |
| /s/files/1/0077/0432/files/PDP_swim_carrotcakes_1_1.png?v... | 69.6 KiB | 48.0 KiB | |
div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a > img div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a > img | /s/files/1/0077/0432/files/PDP_swim_carrotcakes_1-1_d7957... | 65.0 KiB | 44.8 KiB |
| /s/files/1/0077/0432/files/PDP_swim_carrotcakes_1_3_1e185... | 63.1 KiB | 43.5 KiB | |
| /s/files/1/0077/0432/files/PDP_swim_carrotcakes_1_2_5f797... | 57.1 KiB | 39.4 KiB |
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.
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 |
|---|---|
| chubbiesshorts.com/ | 904 ms |
| www.chubbiesshorts.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused 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 |
|---|---|---|
| cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/root-BF80TCxA.css | 67.1 KiB | 64.6 KiB |
| cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/route-fv6MIGXk.css | 18.3 KiB | 14.7 KiB |
| .feedback-btn[data-v-a3622410]{width:100%;height:100%;border:none;display:flex;align-items:center; … } … | 11.8 KiB | 11.7 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.
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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.chubbiesshorts.com/ | 4.6 s | 61 ms | 67 ms |
| cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js | 3.1 s | 2.6 s | 4.3 ms |
| Unattributable | 2.1 s | 437 ms | 0.0 ms |
| cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/root-DUOYtQlZ.js | 879 ms | 812 ms | 4.9 ms |
| transcend-cdn.com/cm/66a3f604-6974-40c6-8118-38b6e8a4370f/airgap.js | 540 ms | 491 ms | 38 ms |
| www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 200 ms | 101 ms | 87 ms |
| transcend-cdn.com/cm/66a3f604-6974-40c6-8118-38b6e8a4370f/ui.js | 188 ms | 154 ms | 33 ms |
| uzptr.chubbiesshorts.com/eat/core | 147 ms | 109 ms | 19 ms |
| cdn.gladly.com/assets/chat-sdk/apiBootstrap~fbe01ce338bec8bd.js | 126 ms | 115 ms | 11 ms |
| cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/index-C2mQVpqY.js | 93 ms | 26 ms | 0.3 ms |
| cdn.shopify.com/shopifycloud/perf-kit/shopify-perf-kit-spa.min.js | 65 ms | 58 ms | 5.8 ms |
| www.purpledotprice.com/api/v1/learn-more.js | 56 ms | 32 ms | 24 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 5.8 s |
| Other | 3.6 s |
| Style & Layout | 2.3 s |
| Rendering | 724 ms |
| Script Parsing & Compilation | 387 ms |
| Parse HTML & CSS | 252 ms |
| Garbage Collection | 247 ms |
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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
New Customer div._checkout_1vr0t_1 > div._checkoutHeaderButtons_1vr0t_18 > div._tabs_1vr0t_34 > button.chubbies-module_tabItem__e3vqJ |
Sign In div._checkout_1vr0t_1 > div._checkoutHeaderButtons_1vr0t_18 > div._tabs_1vr0t_34 > button.chubbies-module_tabItem__e3vqJ |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Email div._formFields_1vr0t_138 > div.chubbies-module_wrapper__pGHTx > div.chubbies-module_inputWrapper__Lq9Xy > input#email |
When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label `progressbar` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.chubbies-module_tiers__SBUQm > div.chubbies-module_styledProgressBarWithIcon__sQeJN > div.chubbies-module_container__LI-BK > div.chubbies-module_progressBar__6Z-Ub div.chubbies-module_tiers__SBUQm > div.chubbies-module_styledProgressBarWithIcon__sQeJN > div.chubbies-module_container__LI-BK > div.chubbies-module_progressBar__6Z-Ub |
div.chubbies-module_tiers__SBUQm > div.chubbies-module_styledProgressBarWithIcon__sQeJN > div.chubbies-module_container__LI-BK > div.chubbies-module_progressBar__6Z-Ub div.chubbies-module_tiers__SBUQm > div.chubbies-module_styledProgressBarWithIcon__sQeJN > div.chubbies-module_container__LI-BK > div.chubbies-module_progressBar__6Z-Ub |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Product Card for div.carousel > div.carousel-scroller > div.chubbies-module_wrapper__fJVqq > div._productCard_1kia2_1 |
Product Card for div.carousel > div.carousel-scroller > div.chubbies-module_wrapper__fJVqq > div._productCard_1kia2_1 |
Product Card for div.carousel > div.carousel-scroller > div.chubbies-module_wrapper__fJVqq > div._productCard_1kia2_1 |
Product Card for div.carousel > div.carousel-scroller > div.chubbies-module_wrapper__fJVqq > div._productCard_1kia2_1 |
Product Card for div.carousel > div.carousel-scroller > div.chubbies-module_wrapper__fJVqq > div._productCard_1kia2_1 |
Product Card for div.carousel > div.carousel-scroller > div.chubbies-module_wrapper__fJVqq > div._productCard_1kia2_1 |
Product Card for div.carousel > div.carousel-scroller > div.chubbies-module_wrapper__fJVqq > div._productCard_1kia2_1 |
Product Card for div.carousel > div.carousel-scroller > div.chubbies-module_wrapper__fJVqq > div._productCard_1kia2_1 |
Product Card for div.carousel > div.carousel-scroller > div.chubbies-module_wrapper__fJVqq > div._productCard_1kia2_1 |
Product Card for div.carousel > div.carousel-scroller > div.chubbies-module_wrapper__fJVqq > div._productCard_1kia2_1 |
Product Card for div.swiper > div.swiper-wrapper > div.swiper-slide > div._productCard_1kia2_1 |
Product Card for div.swiper > div.swiper-wrapper > div.swiper-slide > div._productCard_1kia2_1 |
Product Card for div.swiper > div.swiper-wrapper > div.swiper-slide > div._productCard_1kia2_1 |
Product Card for div.swiper > div.swiper-wrapper > div.swiper-slide > div._productCard_1kia2_1 |
Product Card for div.swiper > div.swiper-wrapper > div.swiper-slide > div._productCard_1kia2_1 |
Product Card for div.swiper > div.swiper-wrapper > div.swiper-slide > div._productCard_1kia2_1 |
Product Card for div.swiper > div.swiper-wrapper > div.swiper-slide > div._productCard_1kia2_1 |
Product Card for div.swiper > div.swiper-wrapper > div.swiper-slide > div._productCard_1kia2_1 |
Product Card for div.swiper > div.swiper-wrapper > div.swiper-slide > div._productCard_1kia2_1 |
Product Card for div.swiper > div.swiper-wrapper > div.swiper-slide > div._productCard_1kia2_1 |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.chubbies-module_container__RfR9h > div._mobileNav_bkohr_19 > div._positionBlock_bkohr_28 > button.chubbies-module_button__pMTrr div.chubbies-module_container__RfR9h > div._mobileNav_bkohr_19 > div._positionBlock_bkohr_28 > button.chubbies-module_button__pMTrr |
div.chubbies-module_accordion__z2yNz > div.chubbies-module_item__NVMlQ > div.chubbies-module_button__-uJaZ > button.chubbies-module_button__pMTrr div.chubbies-module_accordion__z2yNz > div.chubbies-module_item__NVMlQ > div.chubbies-module_button__-uJaZ > button.chubbies-module_button__pMTrr |
div.chubbies-module_wrapper__BSQ7a > div.carousel > div.carousel-navigation > button.chubbies-module_button__pMTrr div.chubbies-module_wrapper__BSQ7a > div.carousel > div.carousel-navigation > button.chubbies-module_button__pMTrr |
div._searchMobile_bkohr_58 > div._inputWrapper_37tje_5 > form._form_37tje_1 > button._searchIcon_37tje_11 div._searchMobile_bkohr_58 > div._inputWrapper_37tje_5 > form._form_37tje_1 > button._searchIcon_37tje_11 |
nav._nav_1qh3x_1 > div._mobileNav_1qh3x_7 > div._header_1qh3x_27 > button.chubbies-module_button__pMTrr nav._nav_1qh3x_1 > div._mobileNav_1qh3x_7 > div._header_1qh3x_27 > button.chubbies-module_button__pMTrr |
nav._nav_1qh3x_1 > div._mobileNav_1qh3x_7 > div._header_1qh3x_27 > button.chubbies-module_button__pMTrr nav._nav_1qh3x_1 > div._mobileNav_1qh3x_7 > div._header_1qh3x_27 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._products_li72y_35 > div._product_li72y_35 > a._productLink_1w7an_18 > button._container_17w85_1 div._products_li72y_35 > div._product_li72y_35 > a._productLink_1w7an_18 > button._container_17w85_1 |
div._products_li72y_35 > div._product_li72y_35 > a._productLink_1w7an_18 > button._container_17w85_1 div._products_li72y_35 > div._product_li72y_35 > a._productLink_1w7an_18 > button._container_17w85_1 |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr div._productCardContent_bumbi_1 > div._footer_bumbi_46 > div._priceAndWishlist_bumbi_54 > button.chubbies-module_button__pMTrr |
div.chubbies-module_accordion__z2yNz > div.chubbies-module_item__NVMlQ > div.chubbies-module_button__-uJaZ > button.chubbies-module_button__pMTrr div.chubbies-module_accordion__z2yNz > div.chubbies-module_item__NVMlQ > div.chubbies-module_button__-uJaZ > button.chubbies-module_button__pMTrr |
div.chubbies-module_wrapper__BSQ7a > div.carousel > div.carousel-navigation > button.chubbies-module_button__pMTrr div.chubbies-module_wrapper__BSQ7a > div.carousel > div.carousel-navigation > button.chubbies-module_button__pMTrr |
div._checkout_1vr0t_1 > div._checkoutHeaderButtons_1vr0t_18 > div._cartSliderHeader_1e3r3_1 > button.chubbies-module_button__pMTrr div._checkout_1vr0t_1 > div._checkoutHeaderButtons_1vr0t_18 > div._cartSliderHeader_1e3r3_1 > button.chubbies-module_button__pMTrr |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div._accountContent_1qh3x_97 > div._accountIcon_1qh3x_106 > div.chubbies-module_container__WFekk > img div._accountContent_1qh3x_97 > div._accountIcon_1qh3x_106 > div.chubbies-module_container__WFekk > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div._searchMobile_bkohr_58 > div._inputWrapper_37tje_5 > form._form_37tje_1 > input._input_37tje_5 div._searchMobile_bkohr_58 > div._inputWrapper_37tje_5 > form._form_37tje_1 > input._input_37tje_5 |
body > input body > input |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header._content_bkohr_1 > div.chubbies-module_container__RfR9h > div._mobileNav_bkohr_19 > a._logoLink_bkohr_44 header._content_bkohr_1 > div.chubbies-module_container__RfR9h > div._mobileNav_bkohr_19 > a._logoLink_bkohr_44 |
div._overlayWrapper_a9y6m_1 > div._imageContainer_1nl8d_91 > div._image_1nl8d_91 > a div._overlayWrapper_a9y6m_1 > div._imageContainer_1nl8d_91 > div._image_1nl8d_91 > a |
section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 |
div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a |
section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 |
div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a |
section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 |
div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a |
section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 |
div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a |
div._container_li72y_1 > div._products_li72y_35 > div._product_li72y_35 > a._productLink_1w7an_18 div._container_li72y_1 > div._products_li72y_35 > div._product_li72y_35 > a._productLink_1w7an_18 |
div._container_li72y_1 > div._products_li72y_35 > div._product_li72y_35 > a._productLink_1w7an_18 div._container_li72y_1 > div._products_li72y_35 > div._product_li72y_35 > a._productLink_1w7an_18 |
div._overlayWrapper_a9y6m_1 > div._imageContainer_1nl8d_91 > div._image_1nl8d_91 > a div._overlayWrapper_a9y6m_1 > div._imageContainer_1nl8d_91 > div._image_1nl8d_91 > a |
section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 |
div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a |
section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 |
div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a |
section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 |
div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a |
section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 section._section_15fr9_1 > div._cards_15fr9_27 > div._shopByCard_15fr9_46 > a._shopByCardLink_15fr9_113 |
div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a div._shopByCard_15fr9_46 > div._shopByCardBackground_15fr9_57 > div._image_15fr9_66 > a |
div.swiper-slide > div._card_17q04_92 > div._image_17q04_97 > a div.swiper-slide > div._card_17q04_92 > div._image_17q04_97 > a |
div._overlayWrapper_a9y6m_1 > div._imageContainer_1nl8d_91 > div._image_1nl8d_91 > a div._overlayWrapper_a9y6m_1 > div._imageContainer_1nl8d_91 > div._image_1nl8d_91 > a |
div._grid_1kxzf_5 > div._component_1tsfv_1 > div._wrapper_1p1q5_1 > a div._grid_1kxzf_5 > div._component_1tsfv_1 > div._wrapper_1p1q5_1 > a |
div._grid_1kxzf_5 > div._component_1tsfv_1 > div._wrapper_1p1q5_1 > a div._grid_1kxzf_5 > div._component_1tsfv_1 > div._wrapper_1p1q5_1 > a |
div._grid_1kxzf_5 > div._component_1tsfv_1 > div._wrapper_1p1q5_1 > a div._grid_1kxzf_5 > div._component_1tsfv_1 > div._wrapper_1p1q5_1 > a |
div._grid_1kxzf_5 > div._component_1tsfv_1 > div._wrapper_1p1q5_1 > a div._grid_1kxzf_5 > div._component_1tsfv_1 > div._wrapper_1p1q5_1 > a |
div._grid_1kxzf_5 > div._component_1tsfv_1 > div._wrapper_1p1q5_1 > a div._grid_1kxzf_5 > div._component_1tsfv_1 > div._wrapper_1p1q5_1 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CHANGE TO SPAIN SITE div._wrapper_b211o_1 > div._buttonGroup_b211o_33 > button.chubbies-module_button__jVksC > div.chubbies-module_content__iXfTs |
Continue to the United States site div._body_tajsi_44 > div._wrapper_b211o_1 > div._buttonGroup_b211o_33 > a._continueButton_b211o_42 |
Search: div._inputWrapper_37tje_5 > form._form_37tje_1 > button._trendingSearchToggler_37tje_59 > span._text_37tje_70 |
Pants form._form_37tje_1 > button._trendingSearchToggler_37tje_59 > ul._list_37tje_76 > li |
Golf form._form_37tje_1 > button._trendingSearchToggler_37tje_59 > ul._list_37tje_76 > li |
COLLECTIVE MEMBERS: SPEND $250+ AND GET A FREE CUSTOM PAIR OF ARCHIVE SWIM TRUN… div._title_1aito_25 > div._text_19hva_169 > div._markdown_sohmd_1 > p |
SHOP NEW ARRIVALS div._container_19hva_1 > div._container_19hva_1 > div._buttons_19hva_153 > a._button_19hva_130 |
THE TECHNICOLOR EDIT div._container_19hva_1 > div._container_19hva_1 > div._buttons_19hva_153 > a._button_19hva_130 |
SHOP 2" SHORTS div._container_19hva_1 > div._container_19hva_1 > div._buttons_19hva_153 > a._button_19hva_130 |
BOYS & TODDLER div._container_19hva_1 > div._container_19hva_1 > div._buttons_19hva_153 > a._button_19hva_130 |
SHOP ALL COLLECTIONS div > div._bannerInner_3rxoq_1 > button.chubbies-module_button__jVksC > div.chubbies-module_content__iXfTs |
Sign up now to get alerts for new product drops and rad promotions div._subscribe_1ma16_1 > form._form_1ma16_21 > div._text_1ma16_39 > p._description_1ma16_52 |
SUBSCRIBE form._form_1ma16_21 > div._inputContainer_1ma16_64 > button.chubbies-module_button__jVksC > div.chubbies-module_content__iXfTs |
These are opportunities to improve the legibility of your content.
Best Practices
General
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: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at op (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:9472)
at Wc (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:7409)
at vf (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:46154)
at df (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:40034)
at mp (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:39962)
at to (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:39815)
at sf (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:36893)
at Un (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:22:3273)
at yp (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:41564)
at pr (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:40529) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at op (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:9472)
at Wc (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:7409)
at vf (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:46154)
at df (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:40034)
at mp (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:39962)
at to (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:39815)
at sf (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:36893)
at Un (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:22:3273)
at yp (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:41564)
at pr (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:40529) | |
Error: Minified React error #421; visit https://reactjs.org/docs/error-decoder.html?invariant=421 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at op (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:9472)
at Wc (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:7409)
at vf (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:46154)
at df (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:40034)
at mp (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:39962)
at to (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:39815)
at sf (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:36893)
at Un (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:22:3273)
at yp (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:41564)
at pr (https://cdn.shopify.com/oxygen-v2/26483/10891/22586/3327063/assets/general-B4oljO1e.js:24:40529) | |
Unknown event type: dl_user_data |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
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.chubbiesshorts.com/pages/15th-year-celebration | LEARN MORE |
| www.chubbiesshorts.com/pages/giving-back | Learn More |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div._accountContent_1qh3x_97 > div._accountIcon_1qh3x_106 > div.chubbies-module_container__WFekk > img div._accountContent_1qh3x_97 > div._accountIcon_1qh3x_106 > div.chubbies-module_container__WFekk > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.