Skip to content
https://kyliecosmetics.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

37

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:1.9615369999999999] map[node:map[boundingRect:map[bottom:8267 height:8267 left:0 right:1350 top:0 width:1350] lhId:page-2-BODY nodeLabel:body.layout path:1,HTML,1,BODY selector:body.layout snippet:<body class="layout layout--index layout--has-announcement-bar ge--true layout--show-an…" ge-active="true"> type:node] score:1] map[node:map[boundingRect:map[bottom:0 height:0 left:0 right:0 top:0 width:0] lhId:page-1-DIV nodeLabel: … path:0,SWIPER,0,SWIPER-SLIDE,0,DIV selector:div#hero-template--21964626493682__722eeee1-bad0-43c6-9c46-e0a247813862 > swiper.swiper > swiper-slide > div.hero__tile snippet:<div class="hero__tile"> type:node] score:0.961537]]
headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.022963] map[node:map[boundingRect:map[bottom:971 height:940 left:0 right:1350 top:31 width:1350] lhId:page-3-DIV nodeLabel:JUST DROPPED TRAVEL-SIZED HAIR & BODY MISTS our best-selling dessert-inspired … path:1,HTML,1,BODY,10,MAIN,2,SECTION,1,DIV,0,DIV selector:main#MainContent > section#shopify-section-template--21964626493682__722eeee1-bad0-43c6-9c46-e0a247813862 > div#hero-template--21964626493682__722eeee1-bad0-43c6-9c46-e0a247813862 > div.swiper-container snippet:<div class="swiper-container swiper swiper-container-initialized swiper-container-hori…"> type:node] score:0.022963]]

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:3.239 source:map[column:26076 line:1 type:source-location url:https://kyliecosmetics.com/cdn/shop/t/1968/assets/vendors-d2eb5610.js?v=127382237684006138891774869962 urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:45.689 source:map[column:48820 line:0 type:source-location url:https://kyliecosmetics.com/cdn/shop/t/1968/assets/vendors-b48beae3.js?v=180018803637148544991774869962 urlProvider:network]] map[reflowTime:5.327 source:map[column:22455 line:0 type:source-location url:https://kyliecosmetics.com/cdn/shop/t/1968/assets/vendors-b48beae3.js?v=180018803637148544991774869962 urlProvider:network]] map[reflowTime:8.91 source:map[column:10499 line:0 type:source-location url:https://kyliecosmetics.com/cdn/shop/t/1968/assets/vendors-d2eb5610.js?v=127382237684006138891774869962 urlProvider:network]] map[reflowTime:14.548 source:map[column:57179 line:0 type:source-location url:https://kyliecosmetics.com/cdn/shop/t/1968/assets/vendors-b48beae3.js?v=180018803637148544991774869962 urlProvider:network]] map[reflowTime:14.215 source:map[type:text value:[unattributed]]] map[reflowTime:3.239 source:map[column:26577 line:0 type:source-location url:https://kyliecosmetics.com/cdn/shop/t/1968/assets/vendors-d2eb5610.js?v=127382237684006138891774869962 urlProvider:network]] map[reflowTime:3.296 source:map[column:16477 line:0 type:source-location url:https://kyliecosmetics.com/cdn/shop/t/1968/assets/vendors-b48beae3.js?v=180018803637148544991774869962 urlProvider:network]] map[reflowTime:15.089 source:map[column:28659 line:0 type:source-location url:https://kyliecosmetics.com/cdn/shop/t/1968/assets/141.js?v=23149520880715112251774869962 urlProvider:network]] map[reflowTime:1.277 source:map[column:28574 line:0 type:source-location url:https://kyliecosmetics.com/cdn/shop/t/1968/assets/141.js?v=23149520880715112251774869962 urlProvider:network]]]

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
cdn-swell-assets.yotpo.com/app.v1.0.368.js0.0 ms192.0 KiB
asset.fwscripts.com/js/live-helper.js1800.0 s194.0 KiB
asset.fwcdn3.com/js/fwn.js?business_id=gwR8Yo1800.0 s118.8 KiB
asset.fwcdn3.com/js/fwn.js1800.0 s118.7 KiB
cdn.optimizely.com/js/25764320766.js120.0 s93.1 KiB
cdn-widgetsrepository.yotpo.com/v1/loader/k9U3ir6NipYghgdtZL7sTQ0.0 ms63.8 KiB
goihs.kyliecosmetics.com/eat/core0.0 ms48.1 KiB
apps.bazaarvoice.com/deployments/kyliebeauty/main_site/production/en_US/bv.js300.0 s27.6 KiB
asset.fwcdn3.com/js/chunks/fwn/91657-161fe2d824ebafd769de.js1800.0 s15.5 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s16.2 KiB
/checkout-extensions/_coty_gtm_pixel.js?v=0.4843201515388...0.0 ms13.1 KiB
foursixty.com/media/scripts/fs.embed.v2.5.js86400.0 s29.9 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s14.4 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s14.1 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s14.1 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s13.9 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s13.9 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s13.6 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s13.4 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s13.3 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s12.7 KiB
/data/reviews.json?apiversion=5.4&passkey=ca0Hrwqhm69RzS0...3300.0 s12.4 KiB
asset.fwcdn3.com/js/integrations/shopify.js1800.0 s10.7 KiB
/production-klarna-il-shopify-osm/d3bc5d6366701989e2db5a9...0.0 ms6.7 KiB
/proxy/64960b6c08dcf0420d9c760c2a2f683ec2628a865d387b1227...600.0 s6.6 KiB
asset.fwcdn3.com/js/chunks/fwn/34649-5abae99a14bef7055040.js1800.0 s6.7 KiB
asset.fwcdn3.com/js/chunks/fwn/70995-e9f2bf68c3e9a06a6d6f.js1800.0 s6.1 KiB
foursixty.com/media/styles/embed/sizes_v2_5.css86400.0 s10.7 KiB
cdn.attn.tv/kyliecosmetics/dtag.js?shop=kylie-jenner-us.myshopify.com120.0 s4.1 KiB
asset.fwcdn3.com/js/assets/2756875147bf6e7de183f725c308c631.png1800.0 s4.5 KiB
goihs.kyliecosmetics.com/providers/atLabel/load1200.0 s4.0 KiB
static.klaviyo.com/onsite/js/XqQ9Vp/klaviyo.js?company_id=XqQ9Vp1.0 s2.7 KiB
asset.fwcdn3.com/js/chunks/fwn/15720-6f38669db8bde3ccc32b.js1800.0 s3.1 KiB
/cdn/shopifycloud/portable-wallets/latest/accelerated-che...300.0 s2.4 KiB
asset.fwcdn3.com/js/chunks/fwn/2942-62d6cf635f963ef69823.js1800.0 s2.3 KiB
apps.bazaarvoice.com/analytics/bv-analytics.js604800.0 s14.2 KiB
/deployments/kyliebeauty/main_site/production/en_US/api-c...300.0 s1.5 KiB
asset.fwcdn3.com/js/chunks/fwn/8098-e261125af6e167d1c686.js1800.0 s1.6 KiB
asset.fwcdn3.com/js/chunks/fwn/27336-c5d7b3e659e8df7029f1.js1800.0 s1.6 KiB
/merchant/cookieConsentScript?merchantId=1214&country=BL&...300.0 s1.4 KiB
asset.fwcdn3.com/js/chunks/fwn/48740-edef531241aca99cdecb.js1800.0 s1.4 KiB
/merchant/freeShippingBanner?merchantId=1214&country=BL&c...1200.0 s1.2 KiB
cdn.attn.tv/growth-tag-assets/client-configs/0dN.js120.0 s1.0 KiB
asset.fwcdn3.com/js/chunks/fwn/91155-64e9b1a2abed73d51b45.js1800.0 s1.1 KiB
static.rechargecdn.com/static/js/recharge.js?shop=kylie-jenner-us.myshopify.com3600.0 s1.0 KiB
crossborder-integration.global-e.com/resources/css/1214/BL1800.0 s665 B
shop.app/checkouts/internal/preloads.js?locale=en-BL&shop_id=6624598449860.0 s551 B
crossborder-integration.global-e.com/resources/css/1214/US1800.0 s484 B
/set?t=pv&co=BL&sid=433705542.248492798.1214&p=https%3A%2...0.0 ms179 B

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Description of the image a.multicolumn__link > div.multicolumn__image-wrapper > div.responsive-image > img.animation_gif
/cdn/shop/files/v1_Lip-Butter-POM_2UP_1x1_bb94a779-4bda-4...333.9 KiB325.1 KiB
The Classic Matte Palette - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/KJC_KSHAD_MKPAL_23_Styliz...230.4 KiB227.2 KiB
Description of the image a.multicolumn__link > div.multicolumn__image-wrapper > div.responsive-image > img.animation_gif
kyliecosmetics.com/cdn/shop/files/KYLIE_COSMIC_RED_0001_1_1.jpg?v=1772485718214.0 KiB208.4 KiB
<Hybrid Blush>|<KC911> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/KJC_HB_25_WinterKissed20_...165.0 KiB162.7 KiB
Hair & Body Mist Travel Trio - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/v1_Hair-_-Body-Mists-100M...152.5 KiB152.0 KiB
<Natural Blur Powder Foundation>|<KC827> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/1C_Powder-Foundation_Cosm...89.3 KiB88.1 KiB
<Hybrid Blush>|<KC911> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/cdn/shop/files/KJC_HB_25_SummerSorbet_Stylized.jpg?crop=...76.7 KiB74.1 KiB
a.featured-content__link > div > div.responsive-image > img.responsive-image__image a.featured-content__link > div > div.responsive-image > img.responsive-image__image
/cdn/shop/files/v1_kylie_s-oscars-glam_Look_2UP_740x545_r...79.1 KiB63.2 KiB
<Natural Blur Powder Foundation>|<KC827> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/cdn/shop/files/3N_Powder-Foundation_Cosmo_Award_Badge.jp...61.7 KiB59.6 KiB
<Precision Pout Lip Liner>|<KC1032> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/KJC_LLPRP_23_Moody_Nude_S...56.8 KiB56.0 KiB
<Kylash Volume Mascara>|<KC985> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/KJC_KVMASC_23_12ml_0.4oz_...39.3 KiB38.8 KiB
<Power Plus Longwear Concealer>|<KC446> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/cdn/shop/files/v2_BOB_Award_PPLC_SE.jpg?crop=center&heig...39.4 KiB38.1 KiB
Skin Tint Blurring Elixir - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/KJC_SKT_24_US_Stylized_1W...37.2 KiB36.7 KiB
<Sweet Éclair Hair & Body Mist>|<KF173> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/KJC_HBMIST_26_SweetEclair...36.6 KiB36.1 KiB
<Plumping Powder Matte Lip>|<KC805> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/KJC_PPMT_24_NudeMood_Styl...34.2 KiB33.7 KiB
<Caramel Cloud Hair & Body Mist>|<KF172> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/KJC_HBMIST_26_CaramelClou...33.4 KiB32.9 KiB
Vanilla Dew Hair & Body Mist - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/s/files/1/0662/4598/4498/files/KJC_HBMIST_26_VanillaDew_...31.0 KiB30.6 KiB
<Power Plus Longwear Concealer>|<KC446> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
cdn.shopify.com/s/files/1/0662/4598/4498/files/1N.jpg?v=169574151730.6 KiB30.2 KiB
<Precision Pout Lip Liner>|<KC1032> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/cdn/shop/files/KJC_LLPRP_23_Cool_Nude_Stylized_fdb2eb11-...25.8 KiB24.9 KiB
<Kylash Volume Mascara>|<KC985> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/cdn/shop/files/KJC_KVMASC_23_12ml_0.4oz_Open_HR_V2_Styli...20.5 KiB19.8 KiB
Skin Tint Blurring Elixir - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/cdn/shop/files/KJC_SKT_24_US_Stylized_5N_1a06cdf2-8a18-4...19.1 KiB18.4 KiB
a.multicolumn__link > div.multicolumn__image-wrapper > div.responsive-image > img.responsive-image__image a.multicolumn__link > div.multicolumn__image-wrapper > div.responsive-image > img.responsive-image__image
/cdn/shop/files/v1_Lip-Butter-Cake-_-PPLL-SE-_-Lip-Brush_...25.9 KiB17.7 KiB
<Plumping Powder Matte Lip>|<KC805> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/cdn/shop/files/KJC_PPMT_24_NudeMood_Stylized_36926f51-37...17.1 KiB16.5 KiB
<Sweet Éclair Hair & Body Mist>|<KF173> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/cdn/shop/files/KJF_HBMist_26_SweetEclair_100ml_Stylized_...13.7 KiB13.3 KiB
a.multicolumn__link > div.multicolumn__image-wrapper > div.responsive-image > img.responsive-image__image a.multicolumn__link > div.multicolumn__image-wrapper > div.responsive-image > img.responsive-image__image
/cdn/shop/files/v2_Lip-Butter-Cake-_-PPLL-SE-_-Lip-Brush_...19.2 KiB13.1 KiB
<Caramel Cloud Hair & Body Mist>|<KF172> - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/cdn/shop/files/KJF_HBMist_26_CaramelCloud_100ml_Stylized...13.1 KiB12.7 KiB
Vanilla Dew Hair & Body Mist - View 1 a.product-tile__link > div.product-tile__images > div.responsive-image > img.responsive-image__image
/cdn/shop/files/KJF_HBMist_26_VanillaDew_100ml_Stylized_9...12.3 KiB11.9 KiB
Modal Banner Desktop div.ip_modal_frame > div.ip_modal > div.ip_modal_contents > img.ip_modal_img
/cdn/shop/files/ip_modal_3_720x_crop_center.jpg?v=1698912...11.8 KiB7.0 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 295 ms

These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
JUST DROPPED TRAVEL-SIZED HAIR & BODY MISTS our best-selling dessert-inspired … main#MainContent > section#shopify-section-template--21964626493682__722eeee1-bad0-43c6-9c46-e0a247813862 > div#hero-template--21964626493682__722eeee1-bad0-43c6-9c46-e0a247813862 > div.swiper-container
1.000
div#hero-template--21964626493682__722eeee1-bad0-43c6-9c46-e0a247813862 > swiper.swiper > swiper-slide > div.hero__tile
0.962
JUST DROPPED TRAVEL-SIZED HAIR & BODY MISTS our best-selling dessert-inspired … main#MainContent > section#shopify-section-template--21964626493682__722eeee1-bad0-43c6-9c46-e0a247813862 > div#hero-template--21964626493682__722eeee1-bad0-43c6-9c46-e0a247813862 > div.swiper-container
0.023

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation3.4 s
Other1.1 s
Style & Layout347 ms
Script Parsing & Compilation305 ms
Garbage Collection211 ms
Parse HTML & CSS96 ms
Rendering63 ms

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
The page has an unload handler in a sub frame.Actionable

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 30.5 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 1.4 MiB
URLTransfer SizeEst Savings
cdn-swell-assets.yotpo.com/app.v1.0.368.js191.5 KiB153.8 KiB
cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js187.3 KiB148.4 KiB
asset.fwscripts.com/js/live-helper.js193.4 KiB114.1 KiB
7ce243a1e1a2.cdn4.forter.com/sn/7ce243a1e1a2/script.js219.3 KiB92.0 KiB
3fdbc400153f.cdn4.forter.com/sn/3fdbc400153f/script.js215.4 KiB87.9 KiB
asset.fwcdn3.com/js/fwn.js?business_id=gwR8Yo118.3 KiB75.8 KiB
/assets/js/widget.min.js?shop=kylie-jenner-us.myshopify.com118.0 KiB74.9 KiB
www.googletagmanager.com/gtag/js?id=G-HJXEVNV20J&cx=c&gtm=4e6461147.6 KiB70.6 KiB
www.googletagmanager.com/gtag/destination?id=AW-741669020&cx=c&gtm=4e6461144.1 KiB70.1 KiB
www.googletagmanager.com/gtag/destination?id=G-HJXEVNV20J&cx=c&gtm=4e6461166.2 KiB69.9 KiB
cdn.optimizely.com/js/25764320766.js92.5 KiB67.0 KiB
www.googletagmanager.com/gtag/js?id=G-7NZX5MX55K&cx=c&gtm=4e6461156.9 KiB63.3 KiB
www.googletagmanager.com/gtag/js?id=DC-11015587&cx=c&gtm=4e6461129.4 KiB62.1 KiB
www.googletagmanager.com/gtag/js?id=G-0LD11G3R9D&cx=c&gtm=4e6461143.3 KiB61.0 KiB
www.googletagmanager.com/gtag/js?id=DC-12716976&cx=c&gtm=4e6461130.8 KiB57.4 KiB
www.googletagmanager.com/gtm.js?id=GTM-PZXP34Q6188.5 KiB54.6 KiB
cdn.optimizely.com/js/25764320766.js92.5 KiB44.9 KiB
asset.fwcdn3.com/js/fwn.js118.1 KiB33.2 KiB
goihs.kyliecosmetics.com/eat/core48.0 KiB27.1 KiB
kyliecosmetics.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js59.8 KiB27.1 KiB
/cdn/shop/t/1968/assets/vendors-836d192c.js?v=18020776665...38.8 KiB25.4 KiB

More information about the performance of your application. These numbers don't directly affect the Performance score.

Optimize DOM size
Font display
LCP breakdown
LCP request discovery
Modern HTTP
Optimize viewport for mobile
Minify CSS
User Timing marks and measures 84 user timings
Avoid long main-thread tasks 9 long tasks found
Avoid non-composited animations 18 animated elements found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 170 ms
Server Backend Latencies 160 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 30 ms
INP breakdown
88

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
COSMIC LOVE section#shopify-section-template--21964626493682__fireworks_zKHPrJ > div.fireworks > div.fireworks__feed > h2.fireworks__title
SHOP OUR IG div#shopify-section-template--21964626493682__756d1b5f-9d28-4d9b-933c-bf15d14f4fb1 > section#fs_product_section > div.fs__feed > h2.fs__title

These are opportunities to improve the legibility of your content.

Names and labels

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img
div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img
div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img
div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img

Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
body.layout > input body.layout > input
body.layout > input body.layout > input

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
JUST DROPPED TRAVEL-SIZED HAIR & BODY MISTS our best-selling dessert-inspired … div.swiper-wrapper > div.swiper-slide > div.hero__tile > a
PERFECTLY PORTABLE MISTS sweet, elevated, and delicious – take our hair & body… div.multicolumn > div.multicolumn__grid > div.multicolumn__tile > a.multicolumn__link
AWARD-WINNING SKIN TINT BLURRING ELIXIR achieve a natural, second-skin finish … div.swiper-wrapper > div.swiper-slide > div.hero__tile > a
BEST-SELLING COSMIC UNIVERSE warm, fresh, and creamy – discover our cosmic fra… div.swiper-wrapper > div.swiper-slide > div.hero__tile > a
" type="video/mp4"> LIPS div.multicolumn > div.multicolumn__grid > div.multicolumn__tile > a.multicolumn__link
FRAGRANCE div.multicolumn > div.multicolumn__grid > div.multicolumn__tile > a.multicolumn__link
" type="video/mp4"> FACE div.multicolumn > div.multicolumn__grid > div.multicolumn__tile > a.multicolumn__link
" type="video/mp4"> BLUSH div.multicolumn > div.multicolumn__grid > div.multicolumn__tile > a.multicolumn__link
LIP CARE div.multicolumn > div.multicolumn__grid > div.multicolumn__tile > a.multicolumn__link
" type="video/mp4"> EYES div.multicolumn > div.multicolumn__grid > div.multicolumn__tile > a.multicolumn__link
VIRTUAL TRY-ON try on lipsticks, blushes, & more to discover your new fave sha… div.swiper-wrapper > div.swiper-slide > div.hero__tile > a
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
Select elements have associated label elements.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
`<video>` elements contain a `<track>` element with `[kind="captions"]`
All heading elements contain content.
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
Tables have different content in the summary attribute and `<caption>`.
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
77

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Unload event listeners are deprecated and will be removed.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Failed to load resource: the server responded with a status of 404 ()
Failed to load resource: the server responded with a status of 404 ()
Failed to load resource: the server responded with a status of 404 ()
Failed to load resource: the server responded with a status of 404 ()
Failed to load resource: the server responded with a status of 404 ()
Failed to load resource: the server responded with a status of 404 ()
TypeError: Cannot read properties of null (reading 'addEventListener') at https://kyliecosmetics.com/cdn/shop/t/1968/assets/onetrust-klaviyo.js?v=146707936270061377341774869962:1:1074
TypeError: Cannot read properties of null (reading 'Id') at https://kyliecosmetics.com/cdn/shop/t/1968/assets/4819.js?v=98355602849230529161774869962:1:52464
TypeError: Cannot read properties of null (reading 'Id') at https://kyliecosmetics.com/cdn/shop/t/1968/assets/4819.js?v=98355602849230529161774869962:1:52464
TypeError: Cannot read properties of undefined (reading 'includes') at r (https://kyliecosmetics.com/cdn/shop/t/1968/assets/4284.js?v=77200119826342218781774869962:1:276) at u (https://kyliecosmetics.com/cdn/shop/t/1968/assets/4284.js?v=77200119826342218781774869962:1:685) at https://kyliecosmetics.com/cdn/shop/t/1968/assets/layout.theme-bde52cb3.js?v=122404435297813926811774945343:1:92132
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
92

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

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img
div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img
div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img
div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img div.multicolumn__image-wrapper > div.responsive-image > video.video_animation > img

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback