Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 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
Page weighs 12.8 MB (6.3 MB transferred)
[](https://beavercheck.com/results/a89d497a-e160-4171-832d-04339861d64c)<a href="https://beavercheck.com/results/a89d497a-e160-4171-832d-04339861d64c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fjeffreestarcosmetics.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fjeffreestarcosmetics.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.
1.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.38 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.048
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.70 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.
35.81 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.
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.
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.
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 | |
|---|---|---|---|
'Make Me Melt' Watermelon Removing Balm div.h-full > div.slide > div.images > img.h-full | /cdn/shop/files/BUNDLES_72139ded-fa03-4ad2-8abf-9e89cafa2... | 189.3 KiB | 104.4 KiB |
div.h-full > div.slide > div.images > img.h-full div.h-full > div.slide > div.images > img.h-full | /cdn/shop/files/JSC_NightOwl_Concept_2_Opt_2_corrected.jp... | 223.6 KiB | 91.0 KiB |
ol.scrollwatch > li.relative > a > img.h-full ol.scrollwatch > li.relative > a > img.h-full | /cdn/shop/files/1_ABDUCTION_SOCIAL.jpg?v=1775601195&width... | 132.2 KiB | 56.3 KiB |
ol.scrollwatch > li.relative > a > img.h-full ol.scrollwatch > li.relative > a > img.h-full | /cdn/shop/files/Artboard_4_copy.png?v=1751216818&width=832 | 90.3 KiB | 33.5 KiB |
div.no-scrollbar > li.snap-center > a.group > img.mx-auto div.no-scrollbar > li.snap-center > a.group > img.mx-auto | /cdn/shop/files/Artboard_4_copy.png?v=1751216818&width=240 | 18.0 KiB | 8.7 KiB |
Night Owl Collection div.no-scrollbar > li.snap-center > a.group > img.mx-auto | /cdn/shop/collections/BUNDLES_2_1e81883b-b77b-44b6-ba61-f... | 16.3 KiB | 6.9 KiB |
ol.scrollwatch > li.relative > a > img.h-full ol.scrollwatch > li.relative > a > img.h-full | /cdn/shop/files/Untitled_design_2.png?v=1763072086&width=832 | 80.6 KiB | 4.7 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|
| /cdn/shop/t/245/assets/tailwind.css?v=1211871317756138791... | 12.1 KiB |
| /cdn/shopifycloud/portable-wallets/latest/accelerated-che... | 2.2 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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /_shopify_app_ressources/osaria_sap_v2/mediaelement-osari... | 89.3 KiB | 45.7 KiB |
| /api/clientStoreSubtotalPdPage/6732291/143364751487/ac-ti... | 3.9 KiB | 3.9 KiB |
| /v1/loader/Uoj2LIVgKqLoj9pAFJtdwcwQuFgM2rWonz3rUKvA | 11.1 KiB | 2.9 KiB |
| /v1/loader/Uoj2LIVgKqLoj9pAFJtdwcwQuFgM2rWonz3rUKvA | 11.1 KiB | 2.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.
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 |
|---|---|
| Other | 8.5 s |
| Script Evaluation | 5.7 s |
| Style & Layout | 4.1 s |
| Rendering | 2.0 s |
| Script Parsing & Compilation | 957 ms |
| Garbage Collection | 279 ms |
| Parse HTML & CSS | 267 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.jsdelivr.net/npm/remixicon/fonts/remixicon.css | 20.3 KiB | 2.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.rebuyengine.com/onsite/css/global.min.css?build=1775594982 | 18.1 KiB | 18.1 KiB |
| gdprcdn.b-cdn.net/js/components.consentmo.css | 18.3 KiB | 18.0 KiB |
| instafeed.nfcube.com/cdn/instafeed-12.0.0.css | 11.4 KiB | 11.3 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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
| Failing Elements |
|---|
THE FESTIVAL SHOP main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
C*NT COLLECTION main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
TRAVEL SKINCARE main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
WYOMING WINTER COLLECTION main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
NIGHT OWL COLLECTION main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
WAKE YOUR ASS UP SKINCARE main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
VELOUR LIP LINER main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
COWGIRL QUEEN COLLECTION main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
EYEBROW main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
| Failing Elements |
|---|
NIGHT OWL ARTISTRY PALETTE ol.carousel-scroll-track > li#template--17858691924095__featured_collection_j7kGJG-8161079492735- > div > a |
LIP OILS ol.carousel-scroll-track > li#template--17858691924095__featured_collection_KRdAga-8160972439679- > div > a |
'MAKE ME MELT' WATERMELON REMOVING BALM ol.carousel-scroll-track > li#template--17858691924095__featured_collection_w9V6N7-8160914538623- > div > a |
WYOMING WINTER CREAM CLEANSER ol.carousel-scroll-track > li#template--17858691924095__featured_collection_ReaA6m-8161116094591- > div > a |
ULTIMATE LIQUID LIP BALM BUNDLE ol.carousel-scroll-track > li#template--17858691924095__featured_collection_9xPCnH-8161136640127- > div > a |
SIGN ME UP div.flex > sign-up.flex > form > button.btn |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| 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
| Source | Description |
|---|---|
Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID |
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.
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.
451 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
130 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.085
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.17 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.
9.93 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.
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.
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.
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 | |
|---|---|---|---|
form.needsclick > div.needsclick > div.needsclick > img.needsclick form.needsclick > div.needsclick > div.needsclick > img.needsclick | /company/RSWrmg/images/c1a7259c-0574-4aca-9710-141e03c198... | 4.2 MiB | 4.2 MiB |
ol.scrollwatch > li.relative > a > img.h-full ol.scrollwatch > li.relative > a > img.h-full | /cdn/shop/files/1_ABDUCTION_SOCIAL.jpg?v=1775601195&width... | 641.5 KiB | 564.5 KiB |
div.h-full > div.slide > div.images > img.h-full div.h-full > div.slide > div.images > img.h-full | /cdn/shop/files/JSC_NightOwl_Concept_2_Opt_2_corrected.jp... | 731.8 KiB | 481.8 KiB |
Velour Eye Crayon view 2 li#template--17858691924095__featured_collection_j7kGJG-8161080344703- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/BUNDLES_2_d1bfe9e4-f183-4dd3-9005-6235676... | 232.7 KiB | 212.1 KiB |
Ultimate C*nt Collection 5PC Bundle view 2 li#template--17858691924095__featured_collection_9xPCnH-8161121435775- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC-CuntStylized-_12.jpg?v=1770754999&wid... | 222.8 KiB | 199.9 KiB |
TSA-Approved Jet-Set Bundle view 2 li#template--17858691924095__featured_collection_9xPCnH-8161121140863- > div > div.pointer-events-none > img.max-lg:hidden | jeffreestarcosmetics.com/cdn/shop/files/KM_JSCOct5780.jpg?v=1770242225&width=960 | 216.8 KiB | 193.9 KiB |
'Make Me Melt' Watermelon Removing Balm view 2 li#template--17858691924095__featured_collection_w9V6N7-8160914538623- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/03WatermelonCollection-Web.jpg?v=17605693... | 216.5 KiB | 193.6 KiB |
Lip Oils view 2 li#template--17858691924095__featured_collection_ReaA6m-8160972439679- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC-CuntStylized-_16.jpg?v=1770747439&wid... | 214.2 KiB | 191.3 KiB |
'Make Me Melt' Watermelon Removing Balm div.h-full > div.slide > div.images > img.h-full | /cdn/shop/files/BUNDLES_72139ded-fa03-4ad2-8abf-9e89cafa2... | 269.6 KiB | 179.6 KiB |
Eye Candy Trio view 2 li#template--17858691924095__featured_collection_w9V6N7-8161079754879- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/1_58c0f6c8-169f-4dce-9ad6-000b2752ec82.pn... | 201.4 KiB | 178.5 KiB |
Wyoming Winter Ultra-Rich Crème Moisturizer view 2 li#template--17858691924095__featured_collection_ReaA6m-7998497915007- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC_WyomingWinter_Moisturizer_Model_3_01-... | 180.9 KiB | 160.1 KiB |
Double Zip Travel Makeup Bag view 2 li#template--17858691924095__featured_collection_ReaA6m-8161080377471- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/BUNDLES_2_copy_97227425-72bc-4a71-8513-94... | 151.4 KiB | 128.5 KiB |
Orgy Artistry Palette view 2 li#template--17858691924095__featured_collection_j7kGJG-4383216828543- > div > div.pointer-events-none > img.max-lg:hidden | jeffreestarcosmetics.com/cdn/shop/files/OrgyPalette2.png?v=1769714801&width=960 | 148.4 KiB | 127.8 KiB |
C*nt Lip Duo view 2 li#template--17858691924095__featured_collection_9xPCnH-8161121468543- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/5_ff1983c4-cd8e-425a-8a09-caf397e2dffa.pn... | 150.2 KiB | 127.3 KiB |
Vitamin C Skin Perfecting Serum view 2 li#template--17858691924095__featured_collection_w9V6N7-6930286149759- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC_VitaminCSerum_Concept_2_Opt_1.jpg?v=1... | 145.5 KiB | 122.6 KiB |
Scorpio Palette view 2 li#template--17858691924095__featured_collection_j7kGJG-8160874233983- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/scorpioretouched.jpg?v=1729702212&width=960 | 142.4 KiB | 121.9 KiB |
Magic Candy™ Liquid Blush view 2 li#template--17858691924095__featured_collection_KRdAga-8160850641023- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/BUNDLES_2_fa994d8c-c383-4c85-99c8-7e25d8d... | 135.4 KiB | 114.9 KiB |
Wyoming Winter Extreme Hydration 4PC Bundle view 2 li#template--17858691924095__featured_collection_ReaA6m-8161116291199- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC_WyomingWinter_LipMask_Model3_07-2.jpg... | 132.8 KiB | 110.0 KiB |
Scorpio Day to Night Lip Trio view 2 li#template--17858691924095__featured_collection_9xPCnH-8161136672895- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/ModelSwatches-LiquidLipBalm-Scorpio_af7bc... | 131.6 KiB | 108.7 KiB |
Gold Liquid Star Shadow Bundle view 2 li#template--17858691924095__featured_collection_j7kGJG-8161008648319- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/04-1LiquidStarShadow-WoodQueen-Eyes.jpg?v... | 123.8 KiB | 104.9 KiB |
Cremated Eyeshadow Palette view 2 li#template--17858691924095__featured_collection_w9V6N7-4376261197951- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/5_9a4de360-0a92-4147-b5a2-c801c8da4862.pn... | 127.5 KiB | 104.7 KiB |
Star Wedding Palette view 2 li#template--17858691924095__featured_collection_j7kGJG-6930286051455- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/02StarWedding-Web.jpg?v=1717621687&width=960 | 109.9 KiB | 93.1 KiB |
Wyoming Winter Cleanse & Hydrate Duo view 2 li#template--17858691924095__featured_collection_ReaA6m-8161116356735- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC_WyomingWinter_Face_Wash_02-2.jpg?v=17... | 111.1 KiB | 91.2 KiB |
Velour Lip Scrub view 2 li#template--17858691924095__featured_collection_w9V6N7-8161075363967- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC_Sept_Lip_Scrubs_-_Group_Shot_-_Final-... | 97.0 KiB | 85.5 KiB |
C*nt Lip Trio view 2 li#template--17858691924095__featured_collection_9xPCnH-8161121501311- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/4_e2a2dc19-4af5-48e1-a06d-6bd36d885552.pn... | 103.7 KiB | 85.1 KiB |
Artistry Singles view 2 li#template--17858691924095__featured_collection_j7kGJG-6535694778495- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/products/26-2Single-Eyeshadow-Pan-DiamondAshes-... | 100.3 KiB | 85.0 KiB |
Wyoming Winter Cream Cleanser view 2 li#template--17858691924095__featured_collection_ReaA6m-8161116094591- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC_WyomingWinter_FaceWash_03-2.jpg?v=176... | 101.7 KiB | 83.5 KiB |
Eye Gloss Powder view 2 li#template--17858691924095__featured_collection_j7kGJG-6732276990079- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSCSeptEyeGloss-11Final_71cc9c46-2bee-468... | 98.3 KiB | 83.3 KiB |
Velour Lip Liner view 2 li#template--17858691924095__featured_collection_KRdAga-8161052524671- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/SECOND_EDIT_JSC_Lip_Liner_Shoot_June-14.j... | 94.9 KiB | 83.0 KiB |
Velour Liquid Lipstick view 2 li#template--17858691924095__featured_collection_w9V6N7-4728223006847- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/BUNDLES_2_cacb4636-a88e-4576-acc4-406e105... | 96.7 KiB | 79.4 KiB |
Chocolate Covered Strawberries Bundle view 2 li#template--17858691924095__featured_collection_9xPCnH-8161118191743- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC_StrawberryExfoliatingCleanser_Concept... | 95.7 KiB | 78.6 KiB |
Thirsty Palette view 2 li#template--17858691924095__featured_collection_w9V6N7-1304125571140- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC_ThirstyPaletteSwatches_Concept_1_Opt_... | 80.5 KiB | 66.1 KiB |
Passport to Radiance Bundle view 2 li#template--17858691924095__featured_collection_9xPCnH-8161121173631- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC_StrawberryExfoliatingCleanser_Concept... | 79.8 KiB | 65.5 KiB |
Cowgirl Queen Artistry Palette view 2 li#template--17858691924095__featured_collection_j7kGJG-8161039614079- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/2_28c0525a-e473-4651-b32f-7743e8fd2ce7.pn... | 75.4 KiB | 63.9 KiB |
C*nt Blush Duo view 2 li#template--17858691924095__featured_collection_9xPCnH-8161121403007- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/ModelSwatches-Cunt-Arm.png?v=1770754976&w... | 76.1 KiB | 62.5 KiB |
Night Owl Artistry Palette view 2 li#template--17858691924095__featured_collection_j7kGJG-8161079492735- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/5_8318171b-b9b4-4799-8044-b05b45b8b2d9.pn... | 73.2 KiB | 62.0 KiB |
Velour Eye Crayon 5pc Set view 2 li#template--17858691924095__featured_collection_j7kGJG-8161080934527- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/5_d939727b-7568-42a4-b0e4-51fca68471ef.pn... | 71.6 KiB | 60.7 KiB |
Wedding Proof Makeup Setting Spray view 2 li#template--17858691924095__featured_collection_w9V6N7-6930286084223- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/04StarWedding-Web_41c56ef8-49c3-4f2a-b61a... | 72.9 KiB | 59.8 KiB |
The Mini Must-Haves view 2 li#template--17858691924095__featured_collection_9xPCnH-8161121206399- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC_TravelSkincare_Product_Balm_02-2.jpg?... | 66.7 KiB | 54.8 KiB |
Blood Sugar Palette view 2 li#template--17858691924095__featured_collection_j7kGJG-132363583494- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/19BloodSugarII-Web.jpg?v=1717620119&width... | 64.3 KiB | 54.5 KiB |
Orgy 2 Palette view 2 li#template--17858691924095__featured_collection_j7kGJG-8160938098815- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/05Orgy2-Hands-Web.jpg?v=1723999211&width=960 | 58.4 KiB | 49.5 KiB |
ol.scrollwatch > li.relative > a > img.h-full ol.scrollwatch > li.relative > a > img.h-full | /cdn/shop/files/Untitled_design_2.png?v=1763072086&width=... | 121.4 KiB | 46.1 KiB |
F*ck Proof Mascara view 2 li#template--17858691924095__featured_collection_w9V6N7-6535463534719- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/18F_ckProofMascara-Web.jpg?v=1764089240&w... | 51.4 KiB | 42.2 KiB |
Gold Blooded Palette view 2 li#template--17858691924095__featured_collection_j7kGJG-8160974667903- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/GoldBloodedPalette-Hands.jpg?v=1764104435... | 49.0 KiB | 41.5 KiB |
Ultimate Liquid Lip Balm Bundle view 2 li#template--17858691924095__featured_collection_9xPCnH-8161136640127- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/3_8bba2430-4649-4fa3-802e-0dfee5c50a66.pn... | 48.6 KiB | 39.9 KiB |
Wyoming Winter Nourishing Oil view 2 li#template--17858691924095__featured_collection_ReaA6m-7998497980543- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/JSC-Jan2026-WyomingWinter-41.jpg?v=176894... | 46.8 KiB | 38.5 KiB |
Serving C*nt Hoodie view 2 li#template--17858691924095__featured_collection_KRdAga-8161121566847- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/CuntPinkHoodie.jpg?v=1770763862&width=960 | 44.6 KiB | 37.8 KiB |
Star Robe view 2 li#template--17858691924095__featured_collection_ReaA6m-4381947199615- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/Wyoming_Star_Robe.png?v=1768934947&width=960 | 45.5 KiB | 37.3 KiB |
ol.scrollwatch > li.relative > a > img.h-full ol.scrollwatch > li.relative > a > img.h-full | /cdn/shop/files/Artboard_4_copy.png?v=1751216818&width=1920 | 90.3 KiB | 35.1 KiB |
Black Cropped Tanks view 2 li#template--17858691924095__featured_collection_KRdAga-8161121534079- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/CUNT_37b77982-d6e1-4184-a37f-7f9c2a537b75... | 29.9 KiB | 25.3 KiB |
Wyoming Winter Cream Cleanser, Wyoming Winter Ultra-Rich Crème Moisturizer, Wyo… div.h-full > div.slide > div.images > img.h-full | /cdn/shop/files/JSC-Jan2026-WyomingWinter-12-EDIT.jpg?v=1... | 75.2 KiB | 25.0 KiB |
Liquid Star Shadow view 2 li#template--17858691924095__featured_collection_w9V6N7-6930286280831- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/02-1_Liquid_Star_Shadow_-_Golden_Hour_-_C... | 26.2 KiB | 21.5 KiB |
Spring Essentials Liquid Lip Balm Duo view 2 li#template--17858691924095__featured_collection_9xPCnH-8161136705663- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/BUNDLES_26d245b2-456b-4b57-b3db-50871f6c6... | 25.8 KiB | 21.2 KiB |
Night Owl Artistry Palette view 1 li#template--17858691924095__featured_collection_j7kGJG-8161079492735- > div > a > img.px-3 | /cdn/shop/files/JSC_NightOwl_Concept_1_Opt_1_corrected_4e... | 32.3 KiB | 20.0 KiB |
Ultimate C*nt Collection 5PC Bundle div.h-full > div.slide > div.images > img.h-full | /cdn/shop/files/JSC-Cunt-WebBanner-02.jpg?v=1770837764&wi... | 48.4 KiB | 19.7 KiB |
Double Zip Travel Makeup Bag view 1 li#template--17858691924095__featured_collection_ReaA6m-8161080377471- > div > a > img.px-3 | /cdn/shop/files/Bundle-Bags-1copy.png?v=1768943301&width=480 | 29.7 KiB | 18.4 KiB |
Cremated Eyeshadow Palette view 1 li#template--17858691924095__featured_collection_w9V6N7-4376261197951- > div > a > img.px-3 | /cdn/shop/products/05Cremated-Open_Lid-Web.jpg?v=16298463... | 25.2 KiB | 15.6 KiB |
Star Robe view 1 li#template--17858691924095__featured_collection_ReaA6m-4381947199615- > div > a > img.px-3 | jeffreestarcosmetics.com/cdn/shop/files/Star_Robe.png?v=1768934929&width=480 | 23.4 KiB | 14.5 KiB |
Ultimate Liquid Lip Balm Bundle view 1 li#template--17858691924095__featured_collection_9xPCnH-8161136640127- > div > a > img.px-3 | /cdn/shop/files/Bundle-LiquidLipBalm-All.png?v=1774662720... | 23.3 KiB | 14.4 KiB |
Cowgirl Queen Artistry Palette view 1 li#template--17858691924095__featured_collection_j7kGJG-8161039614079- > div > a > img.px-3 | /cdn/shop/files/EDIT_JSC_CowgirlQueen_Palette_02.jpg?v=17... | 22.9 KiB | 14.2 KiB |
Scorpio Palette view 1 li#template--17858691924095__featured_collection_j7kGJG-8160874233983- > div > a > img.px-3 | /cdn/shop/files/03ScorpioPalette-Open1-Web.jpg?v=16997236... | 22.2 KiB | 13.8 KiB |
Velour Lip Scrub view 1 li#template--17858691924095__featured_collection_w9V6N7-8161075363967- > div > a > img.px-3 | /cdn/shop/files/JSCCOMPRESSEDFORSHOPIFY-46.jpg?v=17670391... | 22.1 KiB | 13.7 KiB |
Serving C*nt Hoodie view 1 li#template--17858691924095__featured_collection_KRdAga-8161121566847- > div > a > img.px-3 | /cdn/shop/files/CuntPinkHoodie.jpg?v=1770763862&width=480 | 21.2 KiB | 13.1 KiB |
Star Wedding Palette view 1 li#template--17858691924095__featured_collection_j7kGJG-6930286051455- > div > a > img.px-3 | /cdn/shop/products/03StarWedding-Open_Lid-Web.jpg?v=16609... | 20.8 KiB | 12.9 KiB |
Orgy 2 Palette view 1 li#template--17858691924095__featured_collection_j7kGJG-8160938098815- > div > a > img.px-3 | /cdn/shop/files/03Orgy2-Open-Web.jpg?v=1723999210&width=480 | 20.8 KiB | 12.9 KiB |
Wyoming Winter Eye Cream view 2 li#template--17858691924095__featured_collection_ReaA6m-8161116127359- > div > div.pointer-events-none > img.max-lg:hidden | /cdn/shop/files/BUNDLES_2_8d1ef9c2-e7ed-47a0-be91-4d07419... | 15.5 KiB | 12.8 KiB |
Wyoming Winter Ultra-Rich Crème Moisturizer view 1 li#template--17858691924095__featured_collection_ReaA6m-7998497915007- > div > a > img.px-3 | /cdn/shop/files/JSC_WyomingWinter_03_jpg.jpg?v=1768936828... | 20.6 KiB | 12.7 KiB |
Artistry Singles view 1 li#template--17858691924095__featured_collection_j7kGJG-6535694778495- > div > a > img.px-3 | /cdn/shop/products/02-2Single-Eyeshadow-Pan-Mintea-Web_2b... | 19.9 KiB | 12.4 KiB |
Thirsty Palette view 1 li#template--17858691924095__featured_collection_w9V6N7-1304125571140- > div > a > img.px-3 | jeffreestarcosmetics.com/cdn/shop/products/Thirsty1.png?v=1605893296&width=480 | 19.6 KiB | 12.2 KiB |
div.no-scrollbar > li.snap-center > a.group > img.mx-auto div.no-scrollbar > li.snap-center > a.group > img.mx-auto | /cdn/shop/files/Artboard_4_copy.png?v=1751216818&width=120 | 7.5 KiB | 5.1 KiB |
Night Owl Collection div.no-scrollbar > li.snap-center > a.group > img.mx-auto | /cdn/shop/collections/BUNDLES_2_1e81883b-b77b-44b6-ba61-f... | 6.9 KiB | 4.5 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|
| /cdn/shopifycloud/portable-wallets/latest/accelerated-che... | 2.2 KiB |
| /cdn/shop/t/245/assets/tailwind.css?v=1211871317756138791... | 12.1 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 JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
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 |
|---|---|
| Other | 2.9 s |
| Script Evaluation | 1.5 s |
| Style & Layout | 1.1 s |
| Rendering | 609 ms |
| Script Parsing & Compilation | 228 ms |
| Parse HTML & CSS | 90 ms |
| Garbage Collection | 60 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.jsdelivr.net/npm/remixicon/fonts/remixicon.css | 20.3 KiB | 2.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /_shopify_app_ressources/osaria_sap_v2/mediaelement-osari... | 89.3 KiB | 45.7 KiB |
| /api/clientStoreSubtotalPdPage/6732291/143364751487/ac-ti... | 3.9 KiB | 3.9 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
| URL | Transfer Size | Est Savings |
|---|---|---|
| gdprcdn.b-cdn.net/js/components.consentmo.css | 18.3 KiB | 18.1 KiB |
| cdn.rebuyengine.com/onsite/css/global.min.css?build=1775594982 | 18.1 KiB | 18.1 KiB |
| instafeed.nfcube.com/cdn/instafeed-12.0.0.css | 11.4 KiB | 11.3 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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
| Failing Elements |
|---|
THE FESTIVAL SHOP main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
C*NT COLLECTION main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
TRAVEL SKINCARE main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
WYOMING WINTER COLLECTION main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
NIGHT OWL COLLECTION main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
WAKE YOUR ASS UP SKINCARE main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
VELOUR LIP LINER main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
COWGIRL QUEEN COLLECTION main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
EYEBROW main#main-content > section#shopify-section-template--17858691924095__category_circles_hhbDzW > div.no-scrollbar > li.snap-center |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
| Failing Elements |
|---|
NIGHT OWL ARTISTRY PALETTE ol.carousel-scroll-track > li#template--17858691924095__featured_collection_j7kGJG-8161079492735- > div > a |
THIRSTY PALETTE ol.carousel-scroll-track > li#template--17858691924095__featured_collection_j7kGJG-1304125571140- > div > a |
CREMATED EYESHADOW PALETTE ol.carousel-scroll-track > li#template--17858691924095__featured_collection_j7kGJG-4376261197951- > div > a |
ORGY ARTISTRY PALETTE ol.carousel-scroll-track > li#template--17858691924095__featured_collection_j7kGJG-4383216828543- > div > a |
LIP OILS ol.carousel-scroll-track > li#template--17858691924095__featured_collection_KRdAga-8160972439679- > div > a |
VELOUR LIP LINER ol.carousel-scroll-track > li#template--17858691924095__featured_collection_KRdAga-8161052524671- > div > a |
VELOUR LIQUID LIPSTICK ol.carousel-scroll-track > li#template--17858691924095__featured_collection_KRdAga-4728223006847- > div > a |
MAGIC CANDY™ LIQUID BLUSH ol.carousel-scroll-track > li#template--17858691924095__featured_collection_KRdAga-8160850641023- > div > a |
'MAKE ME MELT' WATERMELON REMOVING BALM ol.carousel-scroll-track > li#template--17858691924095__featured_collection_w9V6N7-8160914538623- > div > a |
WEDDING PROOF MAKEUP SETTING SPRAY ol.carousel-scroll-track > li#template--17858691924095__featured_collection_w9V6N7-6930286084223- > div > a |
VELOUR LIQUID LIPSTICK ol.carousel-scroll-track > li#template--17858691924095__featured_collection_w9V6N7-4728223006847- > div > a |
WYOMING WINTER CREAM CLEANSER ol.carousel-scroll-track > li#template--17858691924095__featured_collection_w9V6N7-8161116094591- > div > a |
WYOMING WINTER CREAM CLEANSER ol.carousel-scroll-track > li#template--17858691924095__featured_collection_ReaA6m-8161116094591- > div > a |
WYOMING WINTER EYE CREAM ol.carousel-scroll-track > li#template--17858691924095__featured_collection_ReaA6m-8161116127359- > div > a |
THE REVIVE LIP MASK ol.carousel-scroll-track > li#template--17858691924095__featured_collection_ReaA6m-6732277252223- > div > a |
WYOMING WINTER ULTRA-RICH CRÈME MOISTURIZER ol.carousel-scroll-track > li#template--17858691924095__featured_collection_ReaA6m-7998497915007- > div > a |
ULTIMATE LIQUID LIP BALM BUNDLE ol.carousel-scroll-track > li#template--17858691924095__featured_collection_9xPCnH-8161136640127- > div > a |
SCORPIO DAY TO NIGHT LIP TRIO ol.carousel-scroll-track > li#template--17858691924095__featured_collection_9xPCnH-8161136672895- > div > a |
SPRING ESSENTIALS LIQUID LIP BALM DUO ol.carousel-scroll-track > li#template--17858691924095__featured_collection_9xPCnH-8161136705663- > div > a |
ULTIMATE C*NT COLLECTION 5PC BUNDLE ol.carousel-scroll-track > li#template--17858691924095__featured_collection_9xPCnH-8161121435775- > div > a |
SIGN ME UP div.flex > sign-up.flex > form > button.btn |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 273, col 769 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | assets.gorgias.chat/build/static/js/557.6de1f9ffeac828e3.js line 737, col 10894 |
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: net::ERR_CERT_COMMON_NAME_INVALID |
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.
Send Feedback