Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
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.
Cookie '_shopify_s' is missing the Secure flag
Cookie '_shopify_y' is missing the Secure flag
Cookie 'cart_currency' is missing the Secure flag
Cookie 'localization' is missing the Secure flag
2 image(s) missing alt attribute
[](https://beavercheck.com/results/4af92524-b235-4b48-bd82-6d0ecbaa5347)<a href="https://beavercheck.com/results/4af92524-b235-4b48-bd82-6d0ecbaa5347"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fstore.figma.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fstore.figma.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
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.
10.83 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
544 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.83 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
19.48 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.feedbucket.app/assets/feedbucket.js | 0.0 ms | 148.3 KiB |
| media.9gtb.com/script.js?rev=9b8201f | 86400.0 s | 60.5 KiB |
| /cdn/shopifycloud/portable-wallets/latest/accelerated-che... | 300.0 s | 2.4 KiB |
| /loader.js?g_cvt_id=454bf216-f0ac-4c2c-9139-82617cb3a1d2&... | 86400.0 s | 1.9 KiB |
| shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=57683640503 | 60.0 s | 553 B |
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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /cdn/shop/t/70/compiled_assets/styles.css?v=9928481419522... | 36.6 KiB | 754 ms |
| /cdn/shopifycloud/portable-wallets/latest/accelerated-che... | 2.4 KiB | |
| store.figma.com/cdn/shop/t/70/assets/custom.css?v=29212849477045231151770140281 | 2.5 KiB |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Culture fit tee in violet div.cc-card-wrapper > a.cc-card > div.cc-card-image-wrapper > img.cc-card-image | /cdn/shop/files/FigmaStore_ProductImages_StoryStudioTshir... | 46.4 KiB | 20.2 KiB |
Culture fit tee in yellow div.cc-card-wrapper > a.cc-card > div.cc-card-image-wrapper > img.cc-card-image | /cdn/shop/files/FigmaStore_ProductImages_StoryStudioTshir... | 46.2 KiB | 20.1 KiB |
Culture fit tee in blue div.cc-card-wrapper > a.cc-card > div.cc-card-image-wrapper > img.cc-card-image | /cdn/shop/files/FigmaStore_ProductImages_StoryStudioTshir... | 44.4 KiB | 19.3 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.
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.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /cdn/shop/t/70/compiled_assets/styles.css?v=9928481419522... | 35.7 KiB | 35.1 KiB |
| store.figma.com/cdn/shop/t/70/assets/base.css?v=96368032574344298451770140284 | 13.4 KiB | 11.9 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.feedbucket.app/assets/feedbucket.js | 147.9 KiB | 105.2 KiB |
| www.googletagmanager.com/gtag/js?id=GT-MBH3SZ62 | 135.3 KiB | 61.7 KiB |
| assets.gorgias.chat/build/static/js/279.58c6a32e6ae4fc54.js | 92.3 KiB | 41.3 KiB |
| media.9gtb.com/script.js?rev=9b8201f | 59.7 KiB | 32.0 KiB |
| store.figma.com/cdn/wpm/bcfa8229ew36b6053dp1e134caame9d83f21m.js | 56.8 KiB | 24.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
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
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.5 s |
| Other | 1.3 s |
| Style & Layout | 981 ms |
| Script Parsing & Compilation | 418 ms |
| Parse HTML & CSS | 127 ms |
| Rendering | 44 ms |
| Garbage Collection | 19 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
©2025 Figma footer.ftr-footer-wrapper > div.ftr-menu-box > div.ftr-bottom-section > div.ftr-copyright |
These are opportunities to improve the legibility of your content.
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.
| Failing Elements |
|---|
div.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img |
div.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img |
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.
| Failing Elements |
|---|
div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link |
div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 500 () | |
store.figma.com/ line 1538, col 39 | MinMaxify is deactivated for this website. Please don't forget to remove minmaxify-head.liquid still being referenced by theme.liquid |
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.
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.
| Failing Elements |
|---|
div.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img |
div.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img |
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.
449 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.24 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.
3.70 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| store.figma.com/cdn/shop/t/70/assets/custom.css?v=29212849477045231151770140281 | 2.2 KiB | |
| /cdn/shop/t/70/compiled_assets/styles.css?v=9928481419522... | 36.5 KiB | 84 ms |
| /cdn/shopifycloud/portable-wallets/latest/accelerated-che... | 2.1 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.feedbucket.app/assets/feedbucket.js | 0.0 ms | 148.3 KiB |
| media.9gtb.com/script.js?rev=9b8201f | 86400.0 s | 60.5 KiB |
| /cdn/shopifycloud/portable-wallets/latest/accelerated-che... | 300.0 s | 2.1 KiB |
| /loader.js?g_cvt_id=454bf216-f0ac-4c2c-9139-82617cb3a1d2&... | 86400.0 s | 1.9 KiB |
| shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=57683640503 | 60.0 s | 556 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
section#shopify-section-template--27031286317427__figma_hero_section_Rp7ggC > section.fhs-hero > div.fhs-photo-wrapper > img.fhs-hero-image section#shopify-section-template--27031286317427__figma_hero_section_Rp7ggC > section.fhs-hero > div.fhs-photo-wrapper > img.fhs-hero-image | /cdn/shop/files/16x9_1x_SoftwareIsCultureSwag_MaxGuther_C... | 111.9 KiB | 21.3 KiB |
div.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img | /cdn/shop/files/a9b6c5d2bd5de0a07c73b7d03e4b04818a7a2cf0.... | 94.7 KiB | 12.8 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.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /cdn/shop/t/70/compiled_assets/styles.css?v=9928481419522... | 35.7 KiB | 35.3 KiB |
| store.figma.com/cdn/shop/t/70/assets/base.css?v=96368032574344298451770140284 | 13.4 KiB | 12.1 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.feedbucket.app/assets/feedbucket.js | 147.9 KiB | 105.2 KiB |
| www.googletagmanager.com/gtag/js?id=GT-MBH3SZ62 | 134.9 KiB | 61.3 KiB |
| assets.gorgias.chat/build/static/js/279.58c6a32e6ae4fc54.js | 92.3 KiB | 41.3 KiB |
| media.9gtb.com/script.js?rev=9b8201f | 59.7 KiB | 32.0 KiB |
| store.figma.com/cdn/wpm/bcfa8229ew36b6053dp1e134caame9d83f21m.js | 56.8 KiB | 24.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
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.
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.
| Failing Elements |
|---|
div.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img |
div.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img |
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.
| Failing Elements |
|---|
div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link |
div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link div.max-w-screen-2xl > div.sc-cards-wrapper > div.sc-category-card > a.sc-category-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 500 () | |
store.figma.com/ line 1538, col 39 | MinMaxify is deactivated for this website. Please don't forget to remove minmaxify-head.liquid still being referenced by theme.liquid |
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.
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.
| Failing Elements |
|---|
div.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img |
div.sc-category-card > a.sc-category-link > div.sc-image-container > img div.sc-category-card > a.sc-category-link > div.sc-image-container > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback