Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn.intelligems.io/esm/8b2320f27ad8/bundle.js | 300.0 s | 104.1 KiB |
| cdn.9gtb.com/script.js?rev=9b8201f | 86400.0 s | 60.5 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| vision.duel.me/duel-analytics.js?shop=morphe-inc.myshopify.com | 14400.0 s | 5.4 KiB |
| www.morphe.com/cdn/shopifycloud/theme-hot-reload/theme-hot-reload.js | 3600.0 s | 4.3 KiB |
| /onsite/js/klaviyo.js?company_id=W8PGmB&shop=morphe-inc.m... | 1.0 s | 2.4 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 0 B |
| static.klaviyo.com/onsite/js/W8PGmB/klaviyo.js?company_id=W8PGmB | 1.0 s | 0 B |
| /cdn/shopifycloud/portable-wallets/latest/accelerated-che... | 300.0 s | 0 B |
| content.9gtb.com/loader.js | 86400.0 s | 0 B |
| /p.css?s=1&k=ywr2ipy&ht=tk&f=14032.14033.14034.14035.4958... | 604800.0 s | 0 B |
| shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=7378455 | 60.0 s | 0 B |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
2 form.needsclick > div.needsclick > div.needsclick > img.needsclick | /company/W8PGmB/images/488da691-0270-40a2-bd67-f429d18c8c... | 827.6 KiB | 788.0 KiB |
Cheek Thrills Multi-Finish Face Trio - Yacht Day | Cheek Thrills Multi-Finish F… div.tvg_product_card_h_wIOG_ProductCard > a.tvg_product_card_h_wIOG_ProductCard__images > picture.tvg_product_card_h_wIOG_ProductCard__imageHover > img | /cdn/shop/files/Morphe-2026-TrophyWife-DesignedAsset-Chee... | 79.4 KiB | 60.9 KiB |
Photo of Morphe div.tvg_product_card_h_wIOG_ProductCard > a.tvg_product_card_h_wIOG_ProductCard__images > picture.tvg_product_card_h_wIOG_ProductCard__image > img | /cdn/shop/files/M_TrophyWife_EyePaletteTrio_Silo_Open_Cha... | 62.2 KiB | 47.7 KiB |
{Pinky Ring} | Dazzling Metallics Eyeshadow Trio | Secondary image div.tvg_product_card_h_wIOG_ProductCard > a.tvg_product_card_h_wIOG_ProductCard__images > picture.tvg_product_card_h_wIOG_ProductCard__imageHover > img | /cdn/shop/files/M_TrophyWife_EyePaletteTrio_Silo_Open_Pin... | 61.3 KiB | 47.0 KiB |
Cheek Thrills Multi-Finish Face Trio - Yacht Day | Cheek Thrills Multi-Finish F… div.tvg_product_card_h_wIOG_ProductCard > a.tvg_product_card_h_wIOG_ProductCard__images > picture.tvg_product_card_h_wIOG_ProductCard__image > img | /cdn/shop/files/M_TrophyWife_CheekThrills_Silo_Open_Yacht... | 38.9 KiB | 29.9 KiB |
M200 DUAL-ENDED BLUSH BRUSH close up | M200 Dual-Ended Cream & Powder Blush Bru… div.tvg_product_card_h_wIOG_ProductCard > a.tvg_product_card_h_wIOG_ProductCard__images > picture.tvg_product_card_h_wIOG_ProductCard__imageHover > img | /cdn/shop/files/M_DualEndedBrushes_SculptBrush_COMP_PDP_M... | 24.7 KiB | 18.9 KiB |
{Champagne Pearl} | Dripglass Dazzled High Shimmer Lip Gloss div.tvg_product_card_h_wIOG_ProductCard > a.tvg_product_card_h_wIOG_ProductCard__images > picture.tvg_product_card_h_wIOG_ProductCard__image > img | /cdn/shop/files/M_TrophyWife_DripglassDiamondLipGloss_Sil... | 18.4 KiB | 14.2 KiB |
{Pink Sapphire} | Dripglass Dazzled High Shimmer Lip Gloss | Secondary image div.tvg_product_card_h_wIOG_ProductCard > a.tvg_product_card_h_wIOG_ProductCard__images > picture.tvg_product_card_h_wIOG_ProductCard__imageHover > img | /cdn/shop/files/M_TrophyWife_DripglassDiamondLipGloss_Sil... | 17.3 KiB | 13.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| morphe.com/ | 366 ms |
| www.morphe.com/ | 3.2 s |
| www.morphe.com/?preview_theme_id=129074921544&pb=0 | 80 ms |
| www.morphe.com/?pb=0 | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.morphe.com/?pb=0#ig-redirect-session=theme-d80947ff481c | 697 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-53PBKLJ | 161.8 KiB | 85.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-53PBKLJ | 161.8 KiB | 85.1 KiB |
| cdn.intelligems.io/esm/8b2320f27ad8/bundle.js | 104.1 KiB | 52.9 KiB |
| cdn.intelligems.io/esm/8b2320f27ad8/bundle.js | 104.1 KiB | 52.4 KiB |
| play.gotolstoy.com/widget-v2/widget.js | 78.8 KiB | 51.0 KiB |
| /onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc0... | 51.6 KiB | 35.2 KiB |
| cdn.9gtb.com/script.js?rev=9b8201f | 59.7 KiB | 33.7 KiB |
| ui.powerreviews.com/tag-builds/10554/4.1/js/chunks/60.js | 76.2 KiB | 26.8 KiB |
| www.morphe.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 59.8 KiB | 26.5 KiB |
| www.morphe.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 59.8 KiB | 24.2 KiB |
| /cdn/shop/t/1056/assets/tvg-shared-swiper.js?v=1698559576... | 35.6 KiB | 20.3 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ui.powerreviews.com/tag-builds/10554/4.1/css/styles.css | 56.0 KiB | 55.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| d2wy8f7a9ursnm.cloudfront.net/v8/bugsnag.min.js | 5.3 s | 1.3 s | 4.6 ms |
| Unattributable | 1.0 s | 60 ms | 0.0 ms |
| www.morphe.com/?pb=0 | 823 ms | 33 ms | 2.6 ms |
| /cdn/shop/t/1056/assets/tvg-shared-by-usage-min-2.js?v=61... | 348 ms | 294 ms | 0.4 ms |
| www.morphe.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js | 218 ms | 174 ms | 14 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 179 ms | 152 ms | 5.4 ms |
| www.googletagmanager.com/gtm.js?id=GTM-53PBKLJ | 155 ms | 112 ms | 41 ms |
| cdn.intelligems.io/esm/8b2320f27ad8/bundle.js | 120 ms | 81 ms | 10 ms |
| ui.powerreviews.com/tag-builds/10554/4.1/js/chunks/60.js | 100 ms | 91 ms | 4.5 ms |
| /extensions/019d485d-136a-77a6-822c-77732ebc370b/littleda... | 98 ms | 87 ms | 8.2 ms |
| /onsite/js/build-preview/commit-98747c9b1816a2f78e748cdc0... | 88 ms | 81 ms | 0.5 ms |
| www.morphe.com/ | 70 ms | 33 ms | 6.0 ms |
| /cdn/s/trekkie.storefront.e683ac02f599017ff9915d0144977db... | 65 ms | 35 ms | 9.0 ms |
| widget.gotolstoy.com/we/widget.js | 64 ms | 36 ms | 0.1 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 4.7 s |
| Script Evaluation | 3.2 s |
| Style & Layout | 857 ms |
| Rendering | 386 ms |
| Script Parsing & Compilation | 194 ms |
| Garbage Collection | 180 ms |
| Parse HTML & CSS | 169 ms |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
CRUELTY-FREE div.tvg_usp_section_DuUVOa_USPSection__grid > div.swiper-wrapper > div.tvg_usp_section_DuUVOa_USPSection__item > div.tvg_usp_section_DuUVOa_USPSection__icon |
Satisfaction div.tvg_usp_section_DuUVOa_USPSection__grid > div.swiper-wrapper > div.tvg_usp_section_DuUVOa_USPSection__item > div.tvg_usp_section_DuUVOa_USPSection__icon |
REWARDS div.tvg_usp_section_DuUVOa_USPSection__grid > div.swiper-wrapper > div.tvg_usp_section_DuUVOa_USPSection__item > div.tvg_usp_section_DuUVOa_USPSection__icon |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NEW div.tvg_featured_products_UbFoKG_FeaturedProducts__slide > div.tvg_product_card_h_wIOG_ProductCard > div.tvg_product_card_h_wIOG_ProductCard__badges > span.tvg_product_card_h_wIOG_ProductCard__badge |
NEW SHADES div.tvg_featured_products_UbFoKG_FeaturedProducts__slide > div.tvg_product_card_h_wIOG_ProductCard > div.tvg_product_card_h_wIOG_ProductCard__badges > span.tvg_product_card_h_wIOG_ProductCard__badge |
NEW div.tvg_featured_products_UbFoKG_FeaturedProducts__slide > div.tvg_product_card_h_wIOG_ProductCard > div.tvg_product_card_h_wIOG_ProductCard__badges > span.tvg_product_card_h_wIOG_ProductCard__badge |
NEW div.tvg_featured_products_UbFoKG_FeaturedProducts__slide > div.tvg_product_card_h_wIOG_ProductCard > div.tvg_product_card_h_wIOG_ProductCard__badges > span.tvg_product_card_h_wIOG_ProductCard__badge |
No Thanks, I’ll Pay Full Price. div.needsclick > div.needsclick > div.needsclick > button.needsclick |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cheek Thrills Bronze & Tone Duos div.tvg_featured_products_UbFoKG_FeaturedProducts__slide > div.tvg_product_card_h_wIOG_ProductCard > a.tvg_product_card_h_wIOG_ProductCard__content > h3.tvg_product_card_h_wIOG_ProductCard__title |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NEW
BRUSHES & TOOLS
FACE
EYES
LIPS
BUNDLES
MERCH div.tvg_header_BIfLoG_Header__container > div.tvg_header_BIfLoG_Header__containerBar > nav.tvg_header_BIfLoG_Header__menu > ul.tvg_header_BIfLoG_Header__menuList |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
USD$ div.tvg_header_BIfLoG_Header__containerBar > div.tvg_header_BIfLoG_Header__actionBar > div.tvg_header_BIfLoG_Header__action--desktop > button.tvg_header_BIfLoG_Header__actionCurrency |
Search div.tvg_header_BIfLoG_Header__containerBar > div.tvg_header_BIfLoG_Header__actionBar > div.tvg_header_BIfLoG_Header__action--tablet-desktop > button.tvg_header_BIfLoG_Header__actionSearch |
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| 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. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.morphe.com/ line 13329, col 6 | ReferenceError: gtag is not defined
at https://www.morphe.com/:13330:7 |
www.morphe.com/?pb=0 line 13193, col 6 | ReferenceError: gtag is not defined
at https://www.morphe.com/?pb=0:13194:7 |
www.morphe.com/ line 12224, col 16 | Required elements not found |
www.morphe.com/ line 12224, col 16 | Required elements not found |
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.