Skip to content
https://morphe.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.

62

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.

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:23.997 source:map[column:37915 line:1 type:source-location url:https://d2wy8f7a9ursnm.cloudfront.net/v8/bugsnag.min.js 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:26.875 source:map[column:31518 line:1 type:source-location url:https://scripts.clarity.ms/0.8.59/clarity.js urlProvider:network]] map[reflowTime:6.833 source:map[type:text value:[unattributed]]]]

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
2 form.needsclick > div.needsclick > div.needsclick > img.needsclick
/company/W8PGmB/images/488da691-0270-40a2-bd67-f429d18c8c...827.6 KiB788.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 KiB60.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 KiB47.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 KiB47.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 KiB29.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 KiB18.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 KiB14.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 KiB13.3 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: WELCOME TO CHEEK ISLAND
path: 4,HTML,2,BODY,16,MAIN,0,SECTION,3,DIV,1,DIV,0,PICTURE,8,IMG
selector: div.tvg_full_screen_banner_2oe7Rq_Banner > div.tvg_full_screen_banner_2oe7Rq_Banner__media > picture.tvg_full_screen_banner_2oe7Rq_Banner__mediaPicture > img
snippet: <img src="https://www.morphe.com/cdn/shop/files/Morphe-2026-CheekThrills-Hero-D.jpg?…" alt="WELCOME TO CHEEK ISLAND" width="100%" height="100%" loading="eager" style="object-position: 50% 50%" class="" fetchpriority="high">

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.

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 597 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Estimated savings: 0.0 ms 55.0 KiB
URLTransfer SizeEst Savings
ui.powerreviews.com/tag-builds/10554/4.1/css/styles.css56.0 KiB55.0 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.

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
Other4.7 s
Script Evaluation3.2 s
Style & Layout857 ms
Rendering386 ms
Script Parsing & Compilation194 ms
Garbage Collection180 ms
Parse HTML & CSS169 ms

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

Layout shift culprits
Optimize DOM size
Font display
LCP breakdown
Modern HTTP
Network dependency tree
Optimize viewport for mobile
Max Potential First Input Delay 50 ms
Minify CSS
Minify JavaScript
User Timing marks and measures 140 user timings
Avoid non-composited animations 1 animated element found
Image elements have explicit `width` and `height`
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 100 ms
Server Backend Latencies 150 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid large layout shifts 6 layout shifts found
INP breakdown
Avoid long main-thread tasks
89

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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
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
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
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
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.
`[lang]` attributes have a valid value
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
`[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
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
Select elements have associated label elements.
Skip links are focusable.
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.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
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
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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
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
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
100

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.

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
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback