PageSpeed Insights logo
PageSpeed Insights
PageSpeed Insights
This site uses cookies from Google to deliver its services and to analyze traffic.
Report from Apr 1, 2025, 1:04:29 AM
Discover what your real users are experiencing
Core Web Vitals Assessment: Failed
Largest Contentful Paint (LCP)
1.5 s
Page LoadsGood (≤ 2.5 s)92%Needs Improvement (2.5 s - 4 s)6%Poor (> 4 s)3%75th Percentile - 1.5 sCore Web Vital
Interaction to Next Paint (INP)
581 ms
Page LoadsGood (≤ 200 ms)22%Needs Improvement (200 ms - 500 ms)46%Poor (> 500 ms)33%75th Percentile - 581 msCore Web Vital
Cumulative Layout Shift (CLS)
0
Page LoadsGood (≤ 0.1)97%Needs Improvement (0.1 - 0.25)3%Poor (> 0.25)1%75th Percentile - 0Core Web Vital
Other Notable Metrics
First Contentful Paint (FCP)
1.2 s
Page LoadsGood (≤ 1.8 s)91%Needs Improvement (1.8 s - 3 s)6%Poor (> 3 s)3%75th Percentile - 1.2 s 
Time to First Byte (TTFB)
0.5 s
Page LoadsGood (≤ 0.8 s)85%Needs Improvement (0.8 s - 1.8 s)11%Poor (> 1.8 s)4%75th Percentile - 0.5 sExperimental
Latest 28-day collection period
Various mobile devicesMany samples (Chrome UX Report)Full visit durationsVarious network connectionsAll Chrome versions
Core Web Vitals Assessment: Failed
Largest Contentful Paint (LCP)
1.4 s
Page LoadsGood (≤ 2.5 s)93%Needs Improvement (2.5 s - 4 s)5%Poor (> 4 s)2%75th Percentile - 1.4 sCore Web Vital
Interaction to Next Paint (INP)
450 ms
Page LoadsGood (≤ 200 ms)47%Needs Improvement (200 ms - 500 ms)33%Poor (> 500 ms)20%75th Percentile - 450 msCore Web Vital
Cumulative Layout Shift (CLS)
0
Page LoadsGood (≤ 0.1)96%Needs Improvement (0.1 - 0.25)3%Poor (> 0.25)1%75th Percentile - 0Core Web Vital
Other Notable Metrics
First Contentful Paint (FCP)
1.1 s
Page LoadsGood (≤ 1.8 s)92%Needs Improvement (1.8 s - 3 s)5%Poor (> 3 s)2%75th Percentile - 1.1 s 
Time to First Byte (TTFB)
0.5 s
Page LoadsGood (≤ 0.8 s)87%Needs Improvement (0.8 s - 1.8 s)10%Poor (> 1.8 s)3%75th Percentile - 0.5 sExperimental
Latest 28-day collection period
Various mobile devicesMany samples (Chrome UX Report)Full visit durationsVarious network connectionsAll Chrome versions
Diagnose performance issues
70 FCP+7LCP+8TBT+23CLS+25SI+8 Performance
Values are estimated and may vary. The performance score is calculated directly from these metrics.See calculator.
0–49 50–89 90–100
Final Screenshot
Metrics
First Contentful Paint
2.5 s
First Contentful Paint marks the time at which the first text or image is painted. Learn more about the First Contentful Paint metric.
Largest Contentful Paint
4.7 s
Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more about the Largest Contentful Paint metric
Total Blocking Time
320 ms
Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more about the Total Blocking Time metric.
Cumulative Layout Shift
0
Cumulative Layout Shift measures the movement of visible elements within the viewport. Learn more about the Cumulative Layout Shift metric.
Speed Index
4.3 s
Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric.
  • Captured at Apr 1, 2025, 1:04 AM UTC
  • Emulated Moto G Power with Lighthouse 12.4.0
    Unthrottled CPU/Memory Power: 468 CPU throttling: 1.2x slowdown (Simulated) Screen emulation: 412x823, DPR 1.75 Axe version: 4.10.2
  • Single page session
    This data is taken from a single page session, as opposed to field data summarizing many sessions.
  • Initial page load
  • Slow 4G throttling
    Network throttling: 150 ms TCP RTT, 1,638.4 kb/s throughput (Simulated) Browser location: Asia
  • Using HeadlessChromium 134.0.6998.165 with lr
    User agent (network): "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36"
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Show audits relevant to:
Diagnostics
Largest Contentful Paint element 4,690 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint elementLCP
Element
Online Exclusive
<img src="https://glozin-demo.myshopify.com/cdn/shop/files/main_demo_mb1_bb77ad31-0d…" alt="Online Exclusive" srcset="//glozin-demo.myshopify.com/cdn/shop/files/fs1_s1.jpg?v=1717149215&amp;width=2…" width="2880" height="1275" loading="eager" sizes="(min-width: 1200px) calc((100vw - 0px * 0) * 1), (min-width: 768px) calc(…">
Phase
% of LCP
Timing
TTFB
13%
600 ms
Load Delay
12%
560 ms
Load Time
2%
70 ms
Render Delay
74%
3,460 ms
Avoid an excessive DOM size 3,514 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to avoid an excessive DOM size.TBT
Statistic
Element
Value
Total DOM Elements
3,514
Maximum DOM Depth
li.hidden-1025 > back-menu.py-10 > svg > use
<use href="#icon-back">
22
Maximum Child Elements
body.gradient
<body class="gradient rounded-style index mobi-navigation-bar" style="--height-bar: 0px; --height-header: 64px; --height-topbar: 40px">
31
Minimize main-thread work 4.0 s
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 workTBT
Category
Time Spent
Style & Layout
1,732 ms
Other
920 ms
Script Evaluation
789 ms
Rendering
339 ms
Parse HTML & CSS
158 ms
Script Parsing & Compilation
37 ms
Reduce unused JavaScript Potential savings of 48 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.LCPFCP
URL
Transfer Size
Potential Savings
myshopify.com
1st party
70.9 KiB
47.6 KiB
…assets/theme.js?v=1887209…
(glozin-demo.myshopify.com)
33.2 KiB
26.8 KiB
33.1 KiB
26.8 KiB
37.7 KiB
20.8 KiB
Minify CSS Potential savings of 3 KiB
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.LCPFCP
URL
Transfer Size
Potential Savings
myshopify.com
1st party
13.4 KiB
2.5 KiB
…assets/critical.css?v=6630416…
(glozin-demo.myshopify.com)
13.4 KiB
2.5 KiB
Serve static assets with an efficient cache policy 3 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
URL
Cache TTL
Transfer Size
Judge.me
marketing
15 KiB
/widget_v3/base.css
(cdnwidget.judge.me)
2h
14 KiB
7d
1 KiB
myshopify.com
1st party
8 KiB
…v0.1/analytics.js
(glozin-demo.myshopify.com)
1h
8 KiB
Eliminate render-blocking resources Potential savings of 0 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.LCPFCP
URL
Transfer Size
Potential Savings
myshopify.com
1st party
17.2 KiB
300 ms
…assets/product-card.css?v=3901005…
(glozin-demo.myshopify.com)
3.7 KiB
150 ms
…assets/critical.css?v=6630416…
(glozin-demo.myshopify.com)
13.4 KiB
150 ms
Avoid serving legacy JavaScript to modern browsers Potential savings of 0 KiB
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn how to serve modern JavaScriptLCPFCP
URL
Potential Savings
myshopify.com
1st party
0.1 KiB
0.1 KiB
@babel/plugin-transform-classes
Reduce unused CSS Potential savings of 13 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.LCPFCP
URL
Transfer Size
Potential Savings
Judge.me
marketing
13.0 KiB
13.0 KiB
/widget_v3/base.css
(cdnwidget.judge.me)
13.0 KiB
13.0 KiB
Avoid long main-thread tasks 6 long tasks found
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasksTBT
URL
Start Time
Duration
myshopify.com
1st party
836 ms
…storefront/load_feature-1060834….js
(glozin-demo.myshopify.com)
5,851 ms
355 ms
3,762 ms
124 ms
…assets/theme.js?v=1887209…
(glozin-demo.myshopify.com)
4,501 ms
110 ms
5,101 ms
83 ms
3,628 ms
83 ms
1,189 ms
81 ms
User Timing marks and measures 11 user timings
Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. Learn more about User Timing marks.
Name
Type
Start Time
Duration
wpm:completed
Measure
449.12 ms
1,187.67 ms
wpm:pixel:register:shopify-app-pixel:app
Measure
693.67 ms
279.04 ms
wpm:pixel:register:shopify-custom-pixel:custom
Measure
695.47 ms
940.87 ms
shopify.content_for_header.start
Mark
410.16 ms
shopify.content_for_header.end
Mark
415.01 ms
wpm:start
Mark
449.12 ms
wpm:pixel:register:started:shopify-app-pixel:app
Mark
693.67 ms
wpm:pixel:register:started:shopify-custom-pixel:custom
Mark
695.47 ms
wpm:pixel:register:completed:shopify-app-pixel:app
Mark
972.71 ms
wpm:pixel:register:completed:shopify-custom-pixel:custom
Mark
1,636.34 ms
wpm:pixels:resolved
Mark
1,636.78 ms
Avoid non-composited animations 8 animated elements found
Animations which are not composited can be janky and increase CLS. Learn how to avoid non-composited animationsCLS
Element
Name
Sign up for 10% off your first order. Sign Up
<div class="swiper-slide text-center text-lg-start lh-normal swiper-slide-visible swip…" style="width: 344px; margin-right: 15px;" role="group" aria-label="1 / 3" data-swiper-slide-index="0">
Unsupported CSS Property: width
width
Unsupported CSS Property: margin-right
Unsupported CSS Property: margin-right
margin-right
Coats—every friday 75% Off . Shop Sale
<div class="swiper-slide text-center text-lg-start lh-normal swiper-slide-prev" role="group" aria-label="3 / 3" style="width: 344px; margin-right: 15px;" data-swiper-slide-index="2">
Unsupported CSS Property: width
width
Unsupported CSS Property: margin-right
Unsupported CSS Property: margin-right
margin-right
Summer sale discount off 50%. Shop Sale
<div class="swiper-slide text-center text-lg-start lh-normal swiper-slide-next" style="width: 344px; margin-right: 15px;" role="group" aria-label="2 / 3" data-swiper-slide-index="1">
Unsupported CSS Property: width
width
Unsupported CSS Property: margin-right
Unsupported CSS Property: margin-right
margin-right
Shop Collection
<a href="/collections/sweaters" aria-label="Shop Collection" class="inline-flex no-underline btn-primary">
Unsupported CSS Property: visibility
visibility
div.minicart__wrapper > free-ship-progress-bar.block > div.progress-bar > span.progress
<span class="progress percent_shipping_bar transition relative primary-color rounded-10" style="width: 0%;">
Unsupported CSS Property: background-color
background-color
Sweater Collection
<motion-element data-motion="fade-up-lg" data-motion-delay="100" class="sec__content-subheading opacity-0 effect_fadeinup block heading mb-c…" style="--font-size: 15; --space-bottom: 0; transform: translateY(0px); opacity: 1;">
Effect has unsupported timing parameters
Effect has unsupported timing parameters
Online Exclusive
<motion-element data-motion="fade-up-lg" data-motion-delay="200" class="block opacity-0 effect_fadeinup " style="transform: translateY(0px); opacity: 1;">
Effect has unsupported timing parameters
Effect has unsupported timing parameters
Shop Collection
<motion-element data-motion="fade-up-lg" data-motion-delay="400" class="sec__content-btn opacity-0 effect_fadeinup align-center flex flex-wrap…" style="transform: translateY(0px); opacity: 1;">
Effect has unsupported timing parameters
Effect has unsupported timing parameters
Avoid chaining critical requests 17 chains found
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn how to avoid chaining critical requests.
Maximum critical path latency: 892.847 ms
Initial Navigation
…assets/motion.min.js?v=1086248…
(glozin-demo.myshopify.com)
…assets/motion.min.js
(glozin-demo.myshopify.com)
- 25.263 ms, 22.28 KiB
- 25.483 ms, 2.21 KiB
…assets/banner.css?v=6044242…
(glozin-demo.myshopify.com)
- 33.659 ms, 2.55 KiB
- 25.021 ms, 1.91 KiB
…assets/countdown.css?v=1717307…
(glozin-demo.myshopify.com)
- 28.932 ms, 2.32 KiB
…assets/marquee.css?v=6698081…
(glozin-demo.myshopify.com)
- 39.904 ms, 1.81 KiB
…assets/lookbook.css?v=5325139…
(glozin-demo.myshopify.com)
- 28.127 ms, 2.30 KiB
…assets/collapsible.css?v=8128517…
(glozin-demo.myshopify.com)
- 26.124 ms, 1.84 KiB
- 25.714 ms, 1.81 KiB
…assets/skeleton.css?v=6507032…
(glozin-demo.myshopify.com)
- 27.602 ms, 2.24 KiB
…assets/critical.css?v=6630416…
(glozin-demo.myshopify.com)
- 28.276 ms, 13.41 KiB
- 24.472 ms, 30.91 KiB
…assets/animation.css?v=3784677…
(glozin-demo.myshopify.com)
- 24.234 ms, 2.25 KiB
- 33.151 ms, 29.32 KiB
…assets/product-card.css?v=3901005…
(glozin-demo.myshopify.com)
- 35.289 ms, 3.74 KiB
- 22.286 ms, 5.67 KiB
- 22.049 ms, 4.36 KiB
Minimize third-party usage Third-party code blocked the main thread for 0 ms
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn how to minimize third-party impact.TBT
Third-Party
Transfer Size
Main-Thread Blocking Time
Shopify
hosting
712 KiB
0 ms
503 KiB
0 ms
123 KiB
0 ms
30 KiB
0 ms
11 KiB
0 ms
9 KiB
0 ms
9 KiB
0 ms
4 KiB
0 ms
4 KiB
0 ms
3 KiB
0 ms
3 KiB
0 ms
3 KiB
0 ms
3 KiB
0 ms
2 KiB
0 ms
2 KiB
0 ms
2 KiB
0 ms
2 KiB
0 ms
/unstable/produce_batch
(monorail-edge.shopifysvc.com)
0 KiB
0 ms
Judge.me
marketing
119 KiB
0 ms
/widget/base.js
(cdnwidget.judge.me)
49 KiB
0 ms
/widget/common.js
(cdnwidget.judge.me)
37 KiB
0 ms
/widget/main.js
(cdnwidget.judge.me)
17 KiB
0 ms
/widget_v3/base.css
(cdnwidget.judge.me)
14 KiB
0 ms
/loader.js
(cdnwidget.judge.me)
2 KiB
0 ms
1 KiB
0 ms
More information about the performance of your application. These numbers don't directly affect the Performance score.
Passed audits (22)
Show Hide
Properly size images
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.LCPFCP
Defer offscreen images
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to defer offscreen images.LCPFCP
Minify JavaScript
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.LCPFCP
Efficiently encode images
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.LCPFCP
Serve images in next-gen formats
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more about modern image formats.LCPFCP
Enable text compression
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.LCPFCP
Preconnect to required origins
Consider adding preconnect or dns-prefetch resource hints to establish early connections to important third-party origins. Learn how to preconnect to required origins.LCPFCP
Initial server response time was short Root document took 240 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.LCPFCP
URL
Time Spent
myshopify.com
1st party
240 ms
240 ms
Avoid multiple page redirects
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.LCPFCP
Use video formats for animated content
Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. Learn more about efficient video formatsLCPFCP
Remove duplicate modules in JavaScript bundles
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity. LCPFCP
Preload Largest Contentful Paint image
If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. Learn more about preloading LCP elements.LCP
Avoids enormous network payloads Total size was 2,226 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
URL
Transfer Size
Shopify
hosting
626.2 KiB
503.3 KiB
122.9 KiB
myshopify.com
1st party
307.5 KiB
65.8 KiB
48.9 KiB
46.3 KiB
39.4 KiB
37.2 KiB
35.2 KiB
…assets/theme.js?v=1887209…
(glozin-demo.myshopify.com)
34.8 KiB
Judge.me
marketing
48.6 KiB
/widget/base.js
(cdnwidget.judge.me)
48.6 KiB
JavaScript execution time 0.7 s
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.TBT
URL
Total CPU Time
Script Evaluation
Script Parse
myshopify.com
1st party
3,548 ms
661 ms
23 ms
1,113 ms
57 ms
11 ms
993 ms
78 ms
3 ms
…assets/theme.js?v=1887209…
(glozin-demo.myshopify.com)
698 ms
140 ms
4 ms
264 ms
225 ms
0 ms
…assets/global.js?v=1518766…
(glozin-demo.myshopify.com)
250 ms
71 ms
1 ms
170 ms
63 ms
4 ms
…assets/motion.min.js
(glozin-demo.myshopify.com)
59 ms
26 ms
0 ms
Unattributable
251 ms
6 ms
0 ms
Unattributable
251 ms
6 ms
0 ms
All text remains visible during webfont loads
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more about font-display.
Lazy load third-party resources with facades
Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn how to defer third-parties with a facade.TBT
Largest Contentful Paint image was not lazily loaded
Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. Learn more about optimal lazy loading.LCP
Element
Online Exclusive
<img src="https://glozin-demo.myshopify.com/cdn/shop/files/main_demo_mb1_bb77ad31-0d…" alt="Online Exclusive" srcset="//glozin-demo.myshopify.com/cdn/shop/files/fs1_s1.jpg?v=1717149215&amp;width=2…" width="2880" height="1275" loading="eager" sizes="(min-width: 1200px) calc((100vw - 0px * 0) * 1), (min-width: 768px) calc(…">
Avoid large layout shifts
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 CLSCLS
Uses passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as passive to improve your page's scroll performance. Learn more about adopting passive event listeners.
Avoids document.write()
For users on slow connections, external scripts dynamically injected via document.write() can delay page load by tens of seconds. Learn how to avoid document.write().
Image elements have explicit width and height
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensionsCLS
Has a <meta name="viewport"> tag with width or initial-scale
A <meta name="viewport"> not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.
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
Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Failing Elements
Crop—Top
<span class="collection-item__name-inner lh-normal inline-block overflow-visible-import…">
Top Collections Express your style with our standout collection—fashion meets …
<div class="section pt-min pb-min sec__collection-list color-default gradient" style="--section-pt: 0; --section-pb: 0;">
T-Shirts
<span class="collection-item__name-inner lh-normal inline-block overflow-visible-import…">
Top Collections Express your style with our standout collection—fashion meets …
<div class="section pt-min pb-min sec__collection-list color-default gradient" style="--section-pt: 0; --section-pb: 0;">
Blazers
<span class="collection-item__name-inner lh-normal inline-block overflow-visible-import…">
Top Collections Express your style with our standout collection—fashion meets …
<div class="section pt-min pb-min sec__collection-list color-default gradient" style="--section-pt: 0; --section-pb: 0;">
Unmatched design—superior performance and customer satisfaction in one.
<div class="section__header-des rich__text-m0" style="--animation-order: 1">
Best Selling Unmatched design—superior performance and customer satisfaction in…
<div class="section pt-min pb-min sec__products-carousel color-default gradient" style="--section-pt: 0; --section-pb: 10;">
View Products
<span>
View Products
<div class="flex absolute bottom-0 left-0 mb-30 ms-30 pointer gap-10 justify-center a…">
View Products
<span>
View Products
<div class="flex absolute bottom-0 left-0 mb-30 ms-30 pointer gap-10 justify-center a…">
Unmatched design—superior performance and customer satisfaction in one.
<div class="section__header-des rich__text-m0" style="--animation-order: 1">
Trending Outfits Unmatched design—superior performance and customer satisfactio…
<div class="section pt-min pb-min sec__products-carousel color-default gradient" style="--section-pt: 0; --section-pb: 0;">
Customers love our products and we always strive to please them all.
<p>
Customer Say! Customers love our products and we always strive to please them …
<div class="section testimonials_design-default pt-min pb-min sec__products-carousel c…" style="--section-pt: 0; --section-pb: 0;--col-width: 35%;--rate-color: #ff9c05;">
Hello! Everyday for Women's
<h2 class="mt-0 sec__content-heading heading-letter-spacing mb-custom fs-medium hea…" style="--font-size: 36;">
Hello! Everyday for Women's Discover a collection of timeless wardrobe essenti…
<div class="section pt-min pb-min sec__rich-text rich-text-template--16808685568153__r…" style="--section-pt: 0; --section-pb: 0;--max-width: 77%;">
Inspire and let yourself be inspired, from one unique fashion to another.
<p>
Shop by Gram Inspire and let yourself be inspired, from one unique fashion to …
<div class="section pt-min pb-min sec__instagram color-default gradient hover_zoom" style="--section-pt: 0; --section-pb: 10;">
Free Shipping
<h3 class="sec__icon-box-content-heading mt-0 fs-custom mb-custom heading_weight" style="--font-size: 16; --space-bottom: 10">
Free Shipping Enjoy free worldwide shipping and returns, with customs and duti…
<div class="section pt-min pb-min sec__icon-box color-default gradient remove_spacing" style="--section-pt: 0; --section-pb: 0; --gap: px;">
Enjoy free worldwide shipping and returns, with customs and duties taxes includ…
<p>
Free Shipping Enjoy free worldwide shipping and returns, with customs and duti…
<div class="section pt-min pb-min sec__icon-box color-default gradient remove_spacing" style="--section-pt: 0; --section-pb: 0; --gap: px;">
Free shipping!
<span class="subheading_weight primary-color">
Spend $150.00 more to enjoy Free shipping!
<free-ship-progress-bar data-order="0" data-fe-amount="150" data-fe-unavaiable="Spend <span class=&quot;price&quot;>
These are opportunities to improve the legibility of your content.
Tables and lists
Lists do not contain only <li> elements and script supporting elements (<script> and <template>).
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Failing Elements
Shop Layouts Filter left sidebar Filter right sidebar Horizontal filter NEW Fil…
<ul class="sub-children-menu gradient transition absolute static-1025 list-unstyled">
Filter left sidebar Filter right sidebar Horizontal filter NEW Filter drawer Gr…
<ul class="list-unstyled px-30 px-1025-0 gradient">
Shop Pages Collection list v1 Collection list v2 Infinity scroll HOT Load more …
<ul class="sub-children-menu gradient transition absolute static-1025 list-unstyled">
Collection list v1 Collection list v2 Infinity scroll HOT Load more button Pani…
<ul class="list-unstyled px-30 px-1025-0 gradient">
Product Types Group product Product video Product AR/3D Product 360deg Group op…
<ul class="sub-children-menu gradient transition absolute static-1025 list-unstyled">
Group product Product video Product AR/3D Product 360deg Group options NEW Exte…
<ul class="list-unstyled px-30 px-1025-0 gradient">
Product Zoom Inner zoom circle HOT Inner zoom square External zoom No zoom Open…
<ul class="sub-children-menu gradient transition absolute static-1025 list-unstyled">
Inner zoom circle HOT Inner zoom square External zoom No zoom Open lightbox HOT
<ul class="list-unstyled px-30 px-1025-0 gradient">
Product Features Buy together Countdown timer HOT Countdown timer 2 Pickup avai…
<ul class="sub-children-menu gradient transition absolute static-1025 list-unstyled">
Buy together Countdown timer HOT Countdown timer 2 Pickup available Product pre…
<ul class="list-unstyled px-30 px-1025-0 gradient">
Product Layout Thumbnail left Thumbnail bottom Grid 1 column HOT Grid 2 column …
<ul class="sub-children-menu gradient transition absolute static-1025 list-unstyled">
Thumbnail left Thumbnail bottom Grid 1 column HOT Grid 2 column Stack layout NE…
<ul class="list-unstyled px-30 px-1025-0 gradient">
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets do not have sufficient size or spacing.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Failing Elements
Go to slide 1
<span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 1" aria-current="true">
Go to slide 2
<span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2">
Go to slide 3
<span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 3">
Go to slide 2
<span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2">
Go to slide 3
<span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 3">
Go to slide 1
<span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 1" aria-current="true">
Go to slide 1
<span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 1" aria-current="true">
Go to slide 2
<span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2">
Go to slide 3
<span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 3">
Go to slide 2
<span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2">
Go to slide 3
<span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 3">
Go to slide 1
<span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 1" aria-current="true">
These items highlight common accessibility best practices.
Navigation
Heading elements are not in a sequentially-descending order
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.
Failing Elements
Your cart is currently empty!.
<h6 class="fs-18 mt-15 mb-20">
These are opportunities to improve keyboard navigation in your application.
ARIA
ARIA IDs are unique
The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn how to fix duplicate ARIA IDs.
Failing Elements
div.search-modal__content > form#search_mini_form > div.field > input#search-template
<input class="search__input field__input flex-1 max-w-custom hidden block-md" name="q" id="search-template" value="" placeholder="I'm looking for…" maxlength="128" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" style="--input-padding: 1rem 1rem 1rem 4.5rem; --input-height: 4rem; --max-width: …;">
div.relative > form#search_mini_form > div.field > input#search-template
<input class="search__input field__input flex-1 search_popup_mobile " type="search" name="q" id="search-template" value="" placeholder="I'm looking for…" maxlength="128" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" style="--input-padding: 1rem 4rem 1rem 2rem;">
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.
Names and labels
No form fields have multiple labels
Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. Learn how to use form labels.
Failing Elements
div.relative > form#search_mini_form > div.field > input#search-template
<input class="search__input field__input flex-1 search_popup_mobile " type="search" name="q" id="search-template" value="" placeholder="I'm looking for…" maxlength="128" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results" aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" style="--input-padding: 1rem 4rem 1rem 2rem;">
I'm looking for…
<label class="field__label visually-hidden" for="search-template">
I'm looking for…
<label class="field__label visually-hidden" for="search-template">
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.
Audio and video
<video> elements contain a <track> element with [kind="captions"]
When a video provides a caption it is easier for deaf and hearing impaired users to access its information. Learn more about video captions.
Failing Elements
motion-element.product-item__wrapper > div.product-item__inner > a.product__media > video.product-image
<video playsinline="true" muted="muted" loop="loop" autoplay="" preload="metadata" class="product-image lazy-video-item first-image" data-src="//glozin-demo.myshopify.com/cdn/shop/videos/c/vp/1b355623b0c141b6ae5f4de0b…" data-poster="//glozin-demo.myshopify.com/cdn/shop/files/preview_images/1b355623b0c141b6…" poster="//glozin-demo.myshopify.com/cdn/shop/files/preview_images/1b355623b0c141b6…">
These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments.
Additional items to manually check (10)
Show Hide
Interactive controls are keyboard focusable
Custom interactive controls are keyboard focusable and display a focus indicator. Learn how to make custom controls focusable.
Interactive elements indicate their purpose and state
Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. Learn how to decorate interactive elements with affordance hints.
The page has a logical tab order
Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. Learn more about logical tab ordering.
Visual order on the page follows DOM order
DOM order matches the visual order, improving navigation for assistive technology. Learn more about DOM and visual ordering.
User focus is not accidentally trapped in a region
A user can tab into and out of any control or region without accidentally trapping their focus. Learn how to avoid focus traps.
The user's focus is directed to new content added to the page
If new content, such as a dialog, is added to the page, the user's focus is directed to it. Learn how to direct focus to new content.
HTML5 landmark elements are used to improve navigation
Landmark elements (<main>, <nav>, etc.) are used to improve the keyboard navigation of the page for assistive technology. Learn more about landmark elements.
Offscreen content is hidden from assistive technology
Offscreen content is hidden with display: none or aria-hidden=true. Learn how to properly hide offscreen content.
Custom controls have associated labels
Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. Learn more about custom controls and labels.
Custom controls have ARIA roles
Custom interactive controls have appropriate ARIA roles. Learn how to add roles to custom controls.
These items address areas which an automated testing tool cannot cover. Learn more in our guide on conducting an accessibility review.
Passed audits (24)
Show Hide
[aria-*] attributes match their roles
Each ARIA role supports a specific subset of aria-* attributes. Mismatching these invalidates the aria-* attributes. Learn how to match ARIA attributes to their roles.
[aria-hidden="true"] is not present on the document <body>
Assistive technologies, like screen readers, work inconsistently when aria-hidden="true" is set on the document <body>. Learn how aria-hidden affects the document body.
[role]s have all required [aria-*] attributes
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
[aria-*] attributes have valid values
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
[aria-*] attributes are valid and not misspelled
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Buttons have an accessible name
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Image elements have [alt] attributes
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.
[user-scalable="no"] is not used in the <meta name="viewport"> element and the [maximum-scale] attribute is not less than 5.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
button, link, and menuitem elements have accessible names
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
ARIA attributes are used as specified for the element's role
Some ARIA attributes are only allowed on an element under certain conditions. Learn more about conditional ARIA attributes.
[aria-hidden="true"] elements do not contain focusable descendents
Focusable descendents within an [aria-hidden="true"] element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how aria-hidden affects focusable elements.
Elements use only permitted ARIA attributes
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.
[role] values are valid
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Document has a <title> element
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
<html> element has a [lang] attribute
If a page doesn't specify a lang attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the lang attribute.
<html> element has a valid value for its [lang] attribute
Specifying a valid BCP 47 language helps screen readers announce text properly. Learn how to use the lang attribute.
Form elements have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
List items (<li>) are contained within <ul>, <ol> or <menu> parent elements
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.
No element has a [tabindex] value greater than 0
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the tabindex attribute.
Uses ARIA roles only on compatible elements
Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. Learn more about ARIA roles.
Deprecated ARIA roles were not used
Deprecated ARIA roles may not be processed correctly by assistive technology. Learn more about deprecated ARIA roles.
Image elements do not have [alt] attributes that are redundant text.
Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. Learn more about the alt attribute.
Not applicable (26)
Show Hide
[accesskey] values are unique
Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more about access keys.
Elements with role="dialog" or role="alertdialog" have accessible names.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
ARIA input fields have accessible names
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
ARIA meter elements have accessible names
When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to name meter elements.
ARIA progressbar elements have accessible names
When a progressbar element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label progressbar elements.
Elements with an ARIA [role] that require children to contain a specific [role] have all required children.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
[role]s are contained by their required parent element
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Elements with the role=text attribute do not have focusable descendents.
Adding role=text around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. Learn more about the role=text attribute.
ARIA toggle fields have accessible names
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
ARIA tooltip elements have accessible names
When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to name tooltip elements.
ARIA treeitem elements have accessible names
When a treeitem element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about labeling treeitem elements.
The page contains a heading, skip link, or landmark region
Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. Learn more about bypass blocks.
<dl>'s contain only properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Definition list items are wrapped in <dl> elements
Definition list items (<dt> and <dd>) must be wrapped in a parent <dl> element to ensure that screen readers can properly announce them. Learn how to structure definition lists correctly.
<frame> or <iframe> elements have a title
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
<html> element has an [xml:lang] attribute with the same base language as the [lang] attribute.
If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. Learn more about the lang attribute.
Input buttons have discernible text.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
<input type="image"> elements have [alt] text
When an image is being used as an <input> button, providing alternative text can help screen reader users understand the purpose of the button. Learn about input image alt text.
The document does not use <meta http-equiv="refresh">
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
<object> elements have alternate text
Screen readers cannot translate non-text content. Adding alternate text to <object> elements helps screen readers convey meaning to users. Learn more about alt text for object elements.
Select elements have associated label elements.
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the select element.
Tables have different content in the summary attribute and <caption>.
The summary attribute should describe the table structure, while <caption> should have the onscreen title. Accurate table mark-up helps users of screen readers. Learn more about summary and caption.
Cells in a <table> element that use the [headers] attribute refer to table cells within the same table.
Screen readers have features to make navigating tables easier. Ensuring <td> cells using the [headers] attribute only refer to other cells in the same table may improve the experience for screen reader users. Learn more about the headers attribute.
<th> elements and elements with [role="columnheader"/"rowheader"] have data cells they describe.
Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. Learn more about table headers.
[lang] attributes have a valid value
Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn how to use the lang attribute.
Trust and Safety
Ensure CSP is effective against XSS attacks
A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. Learn how to use a CSP to prevent XSS
Description
Directive
Severity
`script-src` directive is missing. This can allow the execution of unsafe scripts.
script-src
High
Missing `object-src` allows the injection of plugins that execute unsafe scripts. Consider setting `object-src` to `'none'` if you can.
object-src
High
Use a strong HSTS policy
Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. Learn more about using a strong HSTS policy.
Description
Directive
Severity
`max-age` is too low
max-age
High
No `includeSubDomains` directive found
includeSubDomains
Medium
No `preload` directive found
preload
Medium
Ensure proper origin isolation with COOP
The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. Learn more about deploying the COOP header.
Description
Directive
Severity
No COOP header found
High
General
Detected JavaScript libraries
All front-end JavaScript libraries detected on the page. Learn more about this JavaScript library detection diagnostic audit.
Name
Version
Shopify
core-js
core-js-global@3.37.0
Passed audits (15)
Show Hide
Uses HTTPS
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Avoids deprecated APIs
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Avoids third-party cookies
Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies. Learn more about third-party cookies.
Allows users to paste into input fields
Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.Learn more about user-friendly input fields.
Avoids requesting the geolocation permission on page load
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Avoids requesting the notification permission on page load
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Displays images with correct aspect ratio
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Serves images with appropriate resolution
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Has a <meta name="viewport"> tag with width or initial-scale
A <meta name="viewport"> not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.
Document uses legible font sizes 98.87% legible text
Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. Learn more about legible font sizes.
Source
Selector
% of Page Text
Font Size
myshopify.com
1st party
.menu_label
0.43%
9px
.fs-10
0.23%
10px
.jdgm-prev-badge__stars .jdgm-star
0.09%
10px
Unattributable
Add'l illegible text
0.39%
< 12px
Legible text
98.87%
≥ 12px
Page has the HTML doctype
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Properly defines charset
A character encoding declaration is required. It can be done with a <meta> tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
No browser errors logged to the console
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
No issues in the Issues panel in Chrome Devtools
Issues logged to the Issues panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Page has valid source maps
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
URL
Map URL
myshopify.com
1st party
…assets/swiper-bundle.min.js.map
(glozin-demo.myshopify.com)
SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
…v0.1/analytics.js
(glozin-demo.myshopify.com)
…v0.1/analytics.js.map
(glozin-demo.myshopify.com)
…assets/theme.js?v=1887209…
(glozin-demo.myshopify.com)
…assets/theme.js.map?v=1887209…
(glozin-demo.myshopify.com)
…assets/global.js?v=1518766…
(glozin-demo.myshopify.com)
…assets/global.js.map?v=1518766…
(glozin-demo.myshopify.com)
…assets/animation.js?v=1136272…
(glozin-demo.myshopify.com)
…assets/animation.js.map?v=1136272…
(glozin-demo.myshopify.com)
Not applicable (2)
Show Hide
Redirects HTTP traffic to HTTPS
Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. Learn more.
Mitigate clickjacking with XFO or CSP
The X-Frame-Options (XFO) header or the frame-ancestors directive in the Content-Security-Policy (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. Learn more about mitigating clickjacking.
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.
Additional items to manually check (1)
Show Hide
Structured data is valid
Run these additional validators on your site to check additional SEO best practices.
Passed audits (10)
Show Hide
Page isn’t blocked from indexing
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Document has a <title> element
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Document has a meta description
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Page has successful HTTP status code
Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more about HTTP status codes.
Links are crawlable
Search engines may use href attributes on links to crawl websites. Ensure that the href attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
robots.txt is valid
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Image elements have [alt] attributes
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.
Document has a valid hreflang
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about hreflang.
Document has a valid rel=canonical
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Discover what your real users are experiencing
Core Web Vitals Assessment: Passed
Largest Contentful Paint (LCP)
1.8 s
Page LoadsGood (≤ 2.5 s)90%Needs Improvement (2.5 s - 4 s)7%Poor (> 4 s)3%75th Percentile - 1.8 sCore Web Vital
Interaction to Next Paint (INP)
81 ms
Page LoadsGood (≤ 200 ms)92%Needs Improvement (200 ms - 500 ms)6%Poor (> 500 ms)2%75th Percentile - 81 msCore Web Vital
Cumulative Layout Shift (CLS)
0.01
Page LoadsGood (≤ 0.1)97%Needs Improvement (0.1 - 0.25)2%Poor (> 0.25)1%75th Percentile - 0.01Core Web Vital
Other Notable Metrics
First Contentful Paint (FCP)
1.5 s
Page LoadsGood (≤ 1.8 s)87%Needs Improvement (1.8 s - 3 s)10%Poor (> 3 s)3%75th Percentile - 1.5 s 
Time to First Byte (TTFB)
1.1 s
Page LoadsGood (≤ 0.8 s)51%Needs Improvement (0.8 s - 1.8 s)44%Poor (> 1.8 s)4%75th Percentile - 1.1 sExperimental
Latest 28-day collection period
Various desktop devicesMany samples (Chrome UX Report)Full visit durationsVarious network connectionsAll Chrome versions
Core Web Vitals Assessment: Passed
Largest Contentful Paint (LCP)
1.7 s
Page LoadsGood (≤ 2.5 s)92%Needs Improvement (2.5 s - 4 s)6%Poor (> 4 s)2%75th Percentile - 1.7 sCore Web Vital
Interaction to Next Paint (INP)
72 ms
Page LoadsGood (≤ 200 ms)93%Needs Improvement (200 ms - 500 ms)5%Poor (> 500 ms)1%75th Percentile - 72 msCore Web Vital
Cumulative Layout Shift (CLS)
0.01
Page LoadsGood (≤ 0.1)94%Needs Improvement (0.1 - 0.25)4%Poor (> 0.25)2%75th Percentile - 0.01Core Web Vital
Other Notable Metrics
First Contentful Paint (FCP)
1.3 s
Page LoadsGood (≤ 1.8 s)91%Needs Improvement (1.8 s - 3 s)7%Poor (> 3 s)2%75th Percentile - 1.3 s 
Time to First Byte (TTFB)
1 s
Page LoadsGood (≤ 0.8 s)65%Needs Improvement (0.8 s - 1.8 s)32%Poor (> 1.8 s)3%75th Percentile - 1 sExperimental
Latest 28-day collection period
Various desktop devicesMany samples (Chrome UX Report)Full visit durationsVarious network connectionsAll Chrome versions
Diagnose performance issues
99 FCP+10LCP+24TBT+30CLS+25SI+10 Performance
Values are estimated and may vary. The performance score is calculated directly from these metrics.See calculator.
0–49 50–89 90–100
Final Screenshot
Metrics
First Contentful Paint
0.3 s
First Contentful Paint marks the time at which the first text or image is painted. Learn more about the First Contentful Paint metric.
Largest Contentful Paint
0.9 s
Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more about the Largest Contentful Paint metric
Total Blocking Time
50 ms
Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more about the Total Blocking Time metric.
Cumulative Layout Shift
0.007
Cumulative Layout Shift measures the movement of visible elements within the viewport. Learn more about the Cumulative Layout Shift metric.
Speed Index
0.9 s
Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric.
  • Captured at Apr 1, 2025, 1:04 AM UTC
  • Emulated Desktop with Lighthouse 12.4.0
    Unthrottled CPU/Memory Power: 666 CPU throttling: 1x slowdown (Simulated) Screen emulation: 1350x940, DPR 1 Axe version: 4.10.2
  • Single page session
    This data is taken from a single page session, as opposed to field data summarizing many sessions.
  • Initial page load
  • Custom throttling
    Network throttling: 40 ms TCP RTT, 10,240 kb/s throughput (Simulated) Browser location: Asia
  • Using HeadlessChromium 134.0.6998.165 with lr
    User agent (network): "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Show audits relevant to:
Diagnostics
Avoid an excessive DOM size 3,357 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to avoid an excessive DOM size.TBT
Statistic
Element
Value
Total DOM Elements
3,357
Maximum DOM Depth
li.hidden-1025 > back-menu.py-10 > svg > use
<use href="#icon-back">
22
Maximum Child Elements
body.gradient
<body class="gradient rounded-style index mobi-navigation-bar" style="--height-bar: 0px; --height-header: 70px; --height-topbar: 42px">
31
Minimize main-thread work 2.2 s
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 workTBT
Category
Time Spent
Style & Layout
875 ms
Other
627 ms
Script Evaluation
389 ms
Rendering
240 ms
Parse HTML & CSS
73 ms
Script Parsing & Compilation
21 ms
Minify CSS Potential savings of 3 KiB
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.LCPFCP
URL
Transfer Size
Potential Savings
myshopify.com
1st party
13.4 KiB
2.5 KiB
…assets/critical.css?v=6630416…
(glozin-demo.myshopify.com)
13.4 KiB
2.5 KiB
Serve static assets with an efficient cache policy 3 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
URL
Cache TTL
Transfer Size
Judge.me
marketing
15 KiB
/widget_v3/base.css
(cdnwidget.judge.me)
2h
14 KiB
7d
1 KiB
myshopify.com
1st party
8 KiB
…v0.1/analytics.js
(glozin-demo.myshopify.com)
1h
8 KiB
Avoid serving legacy JavaScript to modern browsers Potential savings of 0 KiB
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn how to serve modern JavaScriptLCPFCP
URL
Potential Savings
myshopify.com
1st party
0.1 KiB
0.1 KiB
@babel/plugin-transform-classes
Reduce unused CSS Potential savings of 13 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.LCPFCP
URL
Transfer Size
Potential Savings
Judge.me
marketing
13.0 KiB
13.0 KiB
/widget_v3/base.css
(cdnwidget.judge.me)
13.0 KiB
13.0 KiB
Reduce unused JavaScript Potential savings of 48 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.LCPFCP
URL
Transfer Size
Potential Savings
myshopify.com
1st party
70.9 KiB
48.3 KiB
…assets/theme.js?v=1887209…
(glozin-demo.myshopify.com)
33.2 KiB
27.0 KiB
33.1 KiB
27.0 KiB
37.7 KiB
21.3 KiB
Avoid large layout shifts 2 layout shifts found
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 CLSCLS
Element
Layout shift score
Home Shop Products Pages Blog Sale HOT Buy Theme!
<div class="header__menu false">
0.005
Glozin Store
<img srcset="//glozin-demo.myshopify.com/cdn/shop/files/logo.svg?v=1712806290 82w …" src="https://glozin-demo.myshopify.com/cdn/shop/files/logo.svg?v=1712806290" sizes="82px" loading="lazy" fetchpriority="high" class="header__normal-logo" width="82" height="36" alt="Glozin Store">
Media element lacking an explicit size
Home Shop Products Pages Blog Sale HOT Buy Theme!
<div class="header__menu false">
0.002
Glozin Store
<img srcset="//glozin-demo.myshopify.com/cdn/shop/files/logo.svg?v=1712806290 82w …" src="https://glozin-demo.myshopify.com/cdn/shop/files/logo.svg?v=1712806290" sizes="82px" loading="lazy" fetchpriority="high" class="header__normal-logo" width="82" height="36" alt="Glozin Store">
Media element lacking an explicit size
Web font loaded
Avoid long main-thread tasks 2 long tasks found
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasksTBT
URL
Start Time
Duration
myshopify.com
1st party
197 ms
…storefront/load_feature-1060834….js
(glozin-demo.myshopify.com)
1,241 ms
142 ms
921 ms
55 ms
User Timing marks and measures 11 user timings
Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. Learn more about User Timing marks.
Name
Type
Start Time
Duration
wpm:completed
Measure
673.50 ms
877.16 ms
wpm:pixel:register:shopify-app-pixel:app
Measure
855.71 ms
688.63 ms
wpm:pixel:register:shopify-custom-pixel:custom
Measure
856.37 ms
694.02 ms
shopify.content_for_header.start
Mark
535.81 ms
shopify.content_for_header.end
Mark
539.51 ms
wpm:start
Mark
673.50 ms
wpm:pixel:register:started:shopify-app-pixel:app
Mark
855.71 ms
wpm:pixel:register:started:shopify-custom-pixel:custom
Mark
856.37 ms
wpm:pixel:register:completed:shopify-app-pixel:app
Mark
1,544.34 ms
wpm:pixel:register:completed:shopify-custom-pixel:custom
Mark
1,550.39 ms
wpm:pixels:resolved
Mark
1,550.66 ms
Avoid non-composited animations 66 animated elements found
Animations which are not composited can be janky and increase CLS. Learn how to avoid non-composited animationsCLS
Element
Name
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="white" data-color="white" data-custom-value="custom__color-swatches--white" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_7_4.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="black" data-color="black" data-custom-value="custom__color-swatches--black" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_5_9.jpg?v=1723…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="grey" data-color="grey" data-custom-value="custom__color-swatches--grey" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_7_1.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="white" data-color="white" data-custom-value="custom__color-swatches--white" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_5_1.jpg?v=1723…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="grey" data-color="grey" data-custom-value="custom__color-swatches--grey" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_5_5.jpg?v=1723…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="black" data-color="black" data-custom-value="custom__color-swatches--black" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_7_7.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="white" data-color="white" data-custom-value="custom__color-swatches--white" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_18_4.jpg?v=171…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="olive" data-color="olive" data-custom-value="custom__color-swatches--olive" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_9_4.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="green" data-color="green" data-custom-value="custom__color-swatches--green" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_4_6.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="silver" data-color="silver" data-custom-value="custom__color-swatches--silver" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_12_4.jpg?v=171…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="blue" data-color="blue" data-custom-value="custom__color-swatches--blue" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_18_1.jpg?v=171…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="grey" data-color="grey" data-custom-value="custom__color-swatches--grey" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_11_1.jpg?v=171…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="grey" data-color="grey" data-custom-value="custom__color-swatches--grey" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_8_4.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="azure" data-color="azure" data-custom-value="custom__color-swatches--azure" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_8_1.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="grey" data-color="grey" data-custom-value="custom__color-swatches--grey" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_4_4.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="white" data-color="white" data-custom-value="custom__color-swatches--white" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_12_1.jpg?v=171…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="white" data-color="white" data-custom-value="custom__color-swatches--white" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_4_1.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="whitete" data-color="whitete" data-custom-value="custom__color-swatches--whitete" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_11_4.jpg?v=171…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="white" data-color="white" data-custom-value="custom__color-swatches--white" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_9_1.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="https://glozin-demo.myshopify.com/blogs/life-style?preview_theme_id=136147…">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="https://glozin-demo.myshopify.com/blogs/life-style?preview_theme_id=136147…">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="green" data-color="green" data-custom-value="custom__color-swatches--green" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_1_4.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="https://glozin-demo.myshopify.com/blogs/life-style?preview_theme_id=136058…">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="/pages/compare">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline heading-style py-10 py-1025-5 min-h-55 min-h…" href="#">
Unsupported CSS Property: padding-top
padding-top
Unsupported CSS Property: font-size
font-size
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="black" data-color="black" data-custom-value="custom__color-swatches--black" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_14_4.jpg?v=171…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="white" data-color="white" data-custom-value="custom__color-swatches--white" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_14_1.jpg?v=171…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="/pages/our-store">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="/pages/recently-view-product">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="https://glozin-demo.myshopify.com/blogs/life-style?preview_theme_id=136141…">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
motion-element.product-item__wrapper > div.product-item__information > variant-radios.product__color-swatches > div.product__color-swatches--js
<div class="product__color-swatches--js relative tooltip product__color-swatch variant…" data-value="white" data-color="white" data-custom-value="custom__color-swatches--white" data-swatch-type="variant_images" data-position="1" data-image="//glozin-demo.myshopify.com/cdn/shop/files/fashion_products_1_1.jpg?v=1715…" data-option-swatch-value="" style="background-image: url(&quot;//glozin-demo.myshopify.com/cdn/shop/files/fashion_…&quot;);">
Unsupported CSS Property: background-position-x
animation-loading-images
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="/pages/wishlist">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline heading-style py-10 py-1025-5 min-h-55 min-h…" href="#">
Unsupported CSS Property: padding-top
padding-top
Unsupported CSS Property: font-size
font-size
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="/pages/contact">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="https://glozin-demo.myshopify.com/blogs/life-style?preview_theme_id=136272…">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="/pages/faq">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="https://glozin-demo.myshopify.com/blogs/life-style?preview_theme_id=136194…">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="/pages/store-locator">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="https://glozin-demo.myshopify.com/blogs/life-style?preview_theme_id=136058…">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline heading-style py-10 py-1025-5 min-h-55 min-h…" href="#">
Unsupported CSS Property: padding-top
padding-top
Unsupported CSS Property: font-size
font-size
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="https://glozin-demo.myshopify.com/blogs/life-style?preview_theme_id=136272…">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="/pages/about">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline heading-style py-10 py-1025-5 min-h-55 min-h…" href="#">
Unsupported CSS Property: padding-top
padding-top
Unsupported CSS Property: font-size
font-size
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline heading-style py-10 py-1025-5 min-h-55 min-h…" href="#">
Unsupported CSS Property: padding-top
padding-top
Unsupported CSS Property: font-size
font-size
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline heading-style py-10 py-1025-5 min-h-55 min-h…" href="#">
Unsupported CSS Property: padding-top
padding-top
Unsupported CSS Property: font-size
font-size
ul.subchildmenu > li.menu-link > menu-item.relative > a.menu_item-link
<a class="menu_item-link no-underline py-10 py-1025-5 min-h-55 min-h-1025-unset in…" href="https://glozin-demo.myshopify.com/blogs/life-style?preview_theme_id=136194…">
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
Basic Sleeveless Tank Top
<a aria-label="Basic Sleeveless Tank Top" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/back-printed-t-shirt-copy">
Unsupported CSS Property: color
color
Unsupported CSS Property: visibility
visibility
Back Printed T-Shirt
<a draggable="false" href="/products/crossover-long-sleeve-crop-top-copy" aria-label="Back Printed T-Shirt" class="product__media product-item__media--ratio rounded block show_secondary" style="--aspect-ratio: 3/4;">
Unsupported CSS Property: border-bottom-left-radius
border-bottom-left-radius
Unsupported CSS Property: border-bottom-right-radius
border-bottom-right-radius
Unsupported CSS Property: border-top-left-radius
border-top-left-radius
Unsupported CSS Property: border-top-right-radius
border-top-right-radius
Unsupported CSS Property: visibility
visibility
Leather Straps Sandals
<a draggable="false" href="/products/leather-straps-sandals" aria-label="Leather Straps Sandals" class="product__media product-item__media--ratio rounded block show_secondary" style="--aspect-ratio: 3/4;">
Unsupported CSS Property: border-bottom-left-radius
border-bottom-left-radius
Unsupported CSS Property: border-bottom-right-radius
border-bottom-right-radius
Unsupported CSS Property: border-top-left-radius
border-top-left-radius
Unsupported CSS Property: border-top-right-radius
border-top-right-radius
Unsupported CSS Property: visibility
visibility
Studded Leather Sandals
<a draggable="false" href="/products/basic-sleeveless-tank-top-copy" aria-label="Studded Leather Sandals" class="product__media product-item__media--ratio rounded block show_secondary" style="--aspect-ratio: 3/4;">
Unsupported CSS Property: border-bottom-left-radius
border-bottom-left-radius
Unsupported CSS Property: border-bottom-right-radius
border-bottom-right-radius
Unsupported CSS Property: border-top-left-radius
border-top-left-radius
Unsupported CSS Property: border-top-right-radius
border-top-right-radius
Unsupported CSS Property: visibility
visibility
Leather Straps Sandals
<a aria-label="Leather Straps Sandals" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/leather-straps-sandals">
Unsupported CSS Property: color
color
Unsupported CSS Property: visibility
visibility
Basic Sleeveless Tank Top
<div class="idea-product-list absolute z-5 bottom-0 left-0 p-20 bg-white z-1 shadow">
Unsupported CSS Property: bottom
bottom
Unsupported CSS Property: border-bottom-left-radius
border-bottom-left-radius
Unsupported CSS Property: border-bottom-right-radius
border-bottom-right-radius
Unsupported CSS Property: visibility
visibility
Unsupported CSS Property: left
left
Unsupported CSS Property: border-top-left-radius
border-top-left-radius
Unsupported CSS Property: border-top-right-radius
border-top-right-radius
Back Printed T-Shirt
<div class="idea-product-list absolute z-5 bottom-0 left-0 p-20 bg-white z-1 shadow">
Unsupported CSS Property: bottom
bottom
Unsupported CSS Property: border-bottom-left-radius
border-bottom-left-radius
Unsupported CSS Property: border-bottom-right-radius
border-bottom-right-radius
Unsupported CSS Property: visibility
visibility
Unsupported CSS Property: left
left
Unsupported CSS Property: border-top-left-radius
border-top-left-radius
Unsupported CSS Property: border-top-right-radius
border-top-right-radius
Studded Leather Sandals
<a aria-label="Studded Leather Sandals" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/basic-sleeveless-tank-top-copy">
Unsupported CSS Property: color
color
Unsupported CSS Property: visibility
visibility
Basic Sleeveless Tank Top
<a draggable="false" href="/products/back-printed-t-shirt-copy" aria-label="Basic Sleeveless Tank Top" class="product__media product-item__media--ratio rounded block show_secondary" style="--aspect-ratio: 3/4;">
Unsupported CSS Property: border-bottom-left-radius
border-bottom-left-radius
Unsupported CSS Property: border-bottom-right-radius
border-bottom-right-radius
Unsupported CSS Property: border-top-left-radius
border-top-left-radius
Unsupported CSS Property: border-top-right-radius
border-top-right-radius
Unsupported CSS Property: visibility
visibility
localization-form > form#localization-country-sections--16827075068057__top_bar_CbXNYj > div.disclosure > div.disclosure__list
<div class="disclosure__list custom-scrollbar shadow transition invisible z-10 absolut…">
Unsupported CSS Property: padding-top
padding-top
Unsupported CSS Property: border-bottom-left-radius
border-bottom-left-radius
Unsupported CSS Property: border-bottom-right-radius
border-bottom-right-radius
Unsupported CSS Property: padding-bottom
padding-bottom
Unsupported CSS Property: padding-left
padding-left
Unsupported CSS Property: padding-right
padding-right
Back Printed T-Shirt
<a aria-label="Back Printed T-Shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/crossover-long-sleeve-crop-top-copy">
Unsupported CSS Property: color
color
Unsupported CSS Property: visibility
visibility
div#text-field-container > div#search-clear
<div pseudo="-webkit-search-cancel-button" id="search-clear" style="opacity: 0; pointer-events: none;">
Unsupported CSS Property: background-position-x
background-position-x
Unsupported CSS Property: background-position-y
background-position-y
Unsupported CSS Property: height
height
Unsupported CSS Property: width
width
Sign up for 10% off your first order. Sign Up
<div class="swiper-slide text-center text-lg-start lh-normal swiper-slide-prev" style="width: 360px; margin-right: 30px;" role="group" aria-label="1 / 3" data-swiper-slide-index="0">
Unsupported CSS Property: width
width
Unsupported CSS Property: margin-right
margin-right
Summer sale discount off 50%. Shop Sale
<div class="swiper-slide text-center text-lg-start lh-normal swiper-slide-visible swip…" style="width: 360px; margin-right: 30px;" role="group" aria-label="2 / 3" data-swiper-slide-index="1">
Unsupported CSS Property: width
width
Unsupported CSS Property: margin-right
margin-right
Coats—every friday 75% Off . Shop Sale
<div class="swiper-slide text-center text-lg-start lh-normal swiper-slide-next" role="group" aria-label="3 / 3" style="width: 360px; margin-right: 30px;" data-swiper-slide-index="2">
Unsupported CSS Property: width
width
Unsupported CSS Property: margin-right
margin-right
Shop Collection
<a href="/collections/sweaters" aria-label="Shop Collection" class="inline-flex no-underline btn-primary">
Unsupported CSS Property: visibility
visibility
div.minicart__wrapper > free-ship-progress-bar.block > div.progress-bar > span.progress
<span class="progress percent_shipping_bar transition relative primary-color rounded-10" style="width: 0%;">
Unsupported CSS Property: background-color
background-color
Sweater Collection
<motion-element data-motion="fade-up-lg" data-motion-delay="100" class="sec__content-subheading opacity-0 effect_fadeinup block heading mb-c…" style="--font-size: 15; --space-bottom: 0; transform: translateY(0px); opacity: 1;">
Effect has unsupported timing parameters
Effect has unsupported timing parameters
Online Exclusive
<motion-element data-motion="fade-up-lg" data-motion-delay="200" class="block opacity-0 effect_fadeinup " style="transform: translateY(0px); opacity: 1;">
Effect has unsupported timing parameters
Effect has unsupported timing parameters
Shop Collection
<motion-element data-motion="fade-up-lg" data-motion-delay="400" class="sec__content-btn opacity-0 effect_fadeinup align-center flex flex-wrap…" style="transform: translateY(0px); opacity: 1;">
Effect has unsupported timing parameters
Effect has unsupported timing parameters
Avoid chaining critical requests 17 chains found
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn how to avoid chaining critical requests.
Maximum critical path latency: 779.388 ms
Initial Navigation
…assets/motion.min.js?v=1086248…
(glozin-demo.myshopify.com)
…assets/motion.min.js
(glozin-demo.myshopify.com)
- 55.027 ms, 22.28 KiB
- 69.559 ms, 2.22 KiB
…assets/banner.css?v=6044242…
(glozin-demo.myshopify.com)
- 85.812 ms, 2.57 KiB
- 24.607 ms, 1.91 KiB
…assets/countdown.css?v=1717307…
(glozin-demo.myshopify.com)
- 59.066 ms, 2.31 KiB
…assets/marquee.css?v=6698081…
(glozin-demo.myshopify.com)
- 51.673 ms, 1.82 KiB
…assets/lookbook.css?v=5325139…
(glozin-demo.myshopify.com)
- 35.378 ms, 2.29 KiB
…assets/collapsible.css?v=8128517…
(glozin-demo.myshopify.com)
- 24.814 ms, 1.84 KiB
- 30.659 ms, 1.81 KiB
…assets/skeleton.css?v=6507032…
(glozin-demo.myshopify.com)
- 28.805 ms, 2.23 KiB
…assets/critical.css?v=6630416…
(glozin-demo.myshopify.com)
- 140.468 ms, 13.41 KiB
- 26.783 ms, 30.91 KiB
- 24.106 ms, 29.33 KiB
…assets/animation.css?v=3784677…
(glozin-demo.myshopify.com)
- 68.165 ms, 2.25 KiB
…assets/product-card.css?v=3901005…
(glozin-demo.myshopify.com)
- 118.782 ms, 3.73 KiB
- 39.198 ms, 5.67 KiB
- 64.86 ms, 4.37 KiB
Minimize third-party usage Third-party code blocked the main thread for 0 ms
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn how to minimize third-party impact.TBT
Third-Party
Transfer Size
Main-Thread Blocking Time
Shopify
hosting
712 KiB
0 ms
503 KiB
0 ms
123 KiB
0 ms
30 KiB
0 ms
11 KiB
0 ms
9 KiB
0 ms
9 KiB
0 ms
4 KiB
0 ms
4 KiB
0 ms
3 KiB
0 ms
3 KiB
0 ms
3 KiB
0 ms
3 KiB
0 ms
2 KiB
0 ms
2 KiB
0 ms
2 KiB
0 ms
2 KiB
0 ms
/unstable/produce_batch
(monorail-edge.shopifysvc.com)
0 KiB
0 ms
Judge.me
marketing
119 KiB
0 ms
/widget/base.js
(cdnwidget.judge.me)
49 KiB
0 ms
/widget/common.js
(cdnwidget.judge.me)
37 KiB
0 ms
/widget/main.js
(cdnwidget.judge.me)
17 KiB
0 ms
/widget_v3/base.css
(cdnwidget.judge.me)
14 KiB
0 ms
/loader.js
(cdnwidget.judge.me)
2 KiB
0 ms
1 KiB
0 ms
Largest Contentful Paint element 860 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint elementLCP
Element
Online Exclusive
<img src="https://glozin-demo.myshopify.com/cdn/shop/files/fs1_s1.jpg?v=1717149215&amp;w…" alt="Online Exclusive" srcset="//glozin-demo.myshopify.com/cdn/shop/files/fs1_s1.jpg?v=1717149215&amp;width=2…" width="2880" height="1275" loading="eager" sizes="(min-width: 1200px) calc((100vw - 0px * 0) * 1), (min-width: 768px) calc(…">
Phase
% of LCP
Timing
TTFB
19%
160 ms
Load Delay
45%
390 ms
Load Time
3%
30 ms
Render Delay
33%
280 ms
More information about the performance of your application. These numbers don't directly affect the Performance score.
Passed audits (22)
Show Hide
Eliminate render-blocking resources
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.LCPFCP
Properly size images
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.LCPFCP
Defer offscreen images
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to defer offscreen images.LCPFCP
Minify JavaScript
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.LCPFCP
Efficiently encode images
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.LCPFCP
Serve images in next-gen formats
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more about modern image formats.LCPFCP
Enable text compression
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.LCPFCP
Preconnect to required origins
Consider adding preconnect or dns-prefetch resource hints to establish early connections to important third-party origins. Learn how to preconnect to required origins.LCPFCP
Initial server response time was short Root document took 410 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.LCPFCP
URL
Time Spent
myshopify.com
1st party
410 ms
410 ms
Avoid multiple page redirects
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.LCPFCP
Use video formats for animated content
Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. Learn more about efficient video formatsLCPFCP
Remove duplicate modules in JavaScript bundles
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity. LCPFCP
Preload Largest Contentful Paint image
If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. Learn more about preloading LCP elements.LCP
Avoids enormous network payloads Total size was 2,185 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
URL
Transfer Size
Shopify
hosting
626.2 KiB
503.3 KiB
122.9 KiB
myshopify.com
1st party
322.5 KiB
65.8 KiB
52.8 KiB
48.9 KiB
46.3 KiB
39.3 KiB
…assets/theme.js?v=1887209…
(glozin-demo.myshopify.com)
34.8 KiB
34.6 KiB
Judge.me
marketing
48.6 KiB
/widget/base.js
(cdnwidget.judge.me)
48.6 KiB
JavaScript execution time 0.3 s
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.TBT
URL
Total CPU Time
Script Evaluation
Script Parse
myshopify.com
1st party
1,970 ms
316 ms
12 ms
896 ms
35 ms
4 ms
623 ms
36 ms
2 ms
…assets/theme.js?v=1887209…
(glozin-demo.myshopify.com)
154 ms
55 ms
3 ms
147 ms
126 ms
0 ms
…assets/global.js?v=1518766…
(glozin-demo.myshopify.com)
78 ms
35 ms
0 ms
73 ms
28 ms
2 ms
Unattributable
121 ms
2 ms
0 ms
Unattributable
121 ms
2 ms
0 ms
All text remains visible during webfont loads
Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more about font-display.
Lazy load third-party resources with facades
Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn how to defer third-parties with a facade.TBT
Largest Contentful Paint image was not lazily loaded
Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. Learn more about optimal lazy loading.LCP
Element
Online Exclusive
<img src="https://glozin-demo.myshopify.com/cdn/shop/files/fs1_s1.jpg?v=1717149215&amp;w…" alt="Online Exclusive" srcset="//glozin-demo.myshopify.com/cdn/shop/files/fs1_s1.jpg?v=1717149215&amp;width=2…" width="2880" height="1275" loading="eager" sizes="(min-width: 1200px) calc((100vw - 0px * 0) * 1), (min-width: 768px) calc(…">
Uses passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as passive to improve your page's scroll performance. Learn more about adopting passive event listeners.
Avoids document.write()
For users on slow connections, external scripts dynamically injected via document.write() can delay page load by tens of seconds. Learn how to avoid document.write().
Image elements have explicit width and height
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensionsCLS
Has a <meta name="viewport"> tag with width or initial-scale
A <meta name="viewport"> not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.
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
Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Failing Elements
Customers love our products and we always strive to please them all.
<p>
Customer Say! Customers love our products and we always strive to please them …
<div class="section testimonials_design-default pt-min pb-min sec__products-carousel c…" style="--section-pt: 0; --section-pb: 0;--col-width: 35%;--rate-color: #ff9c05;">
Hello! Everyday for Women's
<h2 class="mt-0 sec__content-heading heading-letter-spacing mb-custom fs-medium hea…" style="--font-size: 36;">
Hello! Everyday for Women's Discover a collection of timeless wardrobe essenti…
<div class="section pt-min pb-min sec__rich-text rich-text-template--16808685568153__r…" style="--section-pt: 0; --section-pb: 0;--max-width: 77%;">
Discover a collection of timeless wardrobe essentials, seamlessly transitioning…
<p>
Hello! Everyday for Women's Discover a collection of timeless wardrobe essenti…
<div class="section pt-min pb-min sec__rich-text rich-text-template--16808685568153__r…" style="--section-pt: 0; --section-pb: 0;--max-width: 77%;">
tops
<strong>
Hello! Everyday for Women's Discover a collection of timeless wardrobe essenti…
<div class="section pt-min pb-min sec__rich-text rich-text-template--16808685568153__r…" style="--section-pt: 0; --section-pb: 0;--max-width: 77%;">
bottoms
<strong>
Hello! Everyday for Women's Discover a collection of timeless wardrobe essenti…
<div class="section pt-min pb-min sec__rich-text rich-text-template--16808685568153__r…" style="--section-pt: 0; --section-pb: 0;--max-width: 77%;">
sweaters
<strong>
Hello! Everyday for Women's Discover a collection of timeless wardrobe essenti…
<div class="section pt-min pb-min sec__rich-text rich-text-template--16808685568153__r…" style="--section-pt: 0; --section-pb: 0;--max-width: 77%;">
Inspire and let yourself be inspired, from one unique fashion to another.
<p>
Shop by Gram Inspire and let yourself be inspired, from one unique fashion to …
<div class="section pt-min pb-min sec__instagram color-default gradient hover_zoom" style="--section-pt: 0; --section-pb: 10;">
Free Shipping
<h3 class="sec__icon-box-content-heading mt-0 fs-custom mb-custom heading_weight" style="--font-size: 16; --space-bottom: 10">
Free Shipping Enjoy free worldwide shipping and returns, with customs and duti…
<div class="section pt-min pb-min sec__icon-box color-default gradient remove_spacing" style="--section-pt: 0; --section-pb: 0; --gap: px;">
Enjoy free worldwide shipping and returns, with customs and duties taxes includ…
<p>
Free Shipping Enjoy free worldwide shipping and returns, with customs and duti…
<div class="section pt-min pb-min sec__icon-box color-default gradient remove_spacing" style="--section-pt: 0; --section-pb: 0; --gap: px;">
Free Returns
<h3 class="sec__icon-box-content-heading mt-0 fs-custom mb-custom heading_weight" style="--font-size: 16; --space-bottom: 10">
Free Shipping Enjoy free worldwide shipping and returns, with customs and duti…
<div class="section pt-min pb-min sec__icon-box color-default gradient remove_spacing" style="--section-pt: 0; --section-pb: 0; --gap: px;">
Free returns within 15 days, please make sure the items are in undamaged condit…
<p>
Free Shipping Enjoy free worldwide shipping and returns, with customs and duti…
<div class="section pt-min pb-min sec__icon-box color-default gradient remove_spacing" style="--section-pt: 0; --section-pb: 0; --gap: px;">
Support Online
<h3 class="sec__icon-box-content-heading mt-0 fs-custom mb-custom heading_weight" style="--font-size: 16; --space-bottom: 10">
Free Shipping Enjoy free worldwide shipping and returns, with customs and duti…
<div class="section pt-min pb-min sec__icon-box color-default gradient remove_spacing" style="--section-pt: 0; --section-pb: 0; --gap: px;">
We support customers 24/7, send questions we will solve for you immediately.
<p>
Free Shipping Enjoy free worldwide shipping and returns, with customs and duti…
<div class="section pt-min pb-min sec__icon-box color-default gradient remove_spacing" style="--section-pt: 0; --section-pb: 0; --gap: px;">
Enter your email...
<label for="NewsletterForm--sections--16827075035289__footer">
Help Customers Find a location nearest you to reduce shipping costs and make s…
<footer class="product-sticky-hide footer color-default gradient border-top" style="--section-pt: 60; --section-pb: 45;">
Free shipping!
<span class="subheading_weight primary-color">
Spend $150.00 more to enjoy Free shipping!
<free-ship-progress-bar data-order="0" data-fe-amount="150" data-fe-unavaiable="Spend <span class=&quot;price&quot;>
These are opportunities to improve the legibility of your content.
Best practices
Touch targets do not have sufficient size or spacing.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Failing Elements
Cotton Long-Sleeve Striped T-shirt
<a aria-label="Cotton Long-Sleeve Striped T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/cotton-long-sleeve-striped-t-shirt">
4.75 stars
<span class="jdgm-prev-badge__stars" data-score="4.75" tabindex="0" aria-label="4.75 stars" role="button">
4.75 stars
<span class="jdgm-prev-badge__stars" data-score="4.75" tabindex="0" aria-label="4.75 stars" role="button">
Cotton Long-Sleeve Striped T-shirt
<a aria-label="Cotton Long-Sleeve Striped T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/cotton-long-sleeve-striped-t-shirt">
Plain Cotton Undershirt - Wide Neck
<a aria-label="Plain Cotton Undershirt - Wide Neck" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/plain-cotton-undershirt-wide-neck">
4.33 stars
<span class="jdgm-prev-badge__stars" data-score="4.33" tabindex="0" aria-label="4.33 stars" role="button">
4.33 stars
<span class="jdgm-prev-badge__stars" data-score="4.33" tabindex="0" aria-label="4.33 stars" role="button">
Plain Cotton Undershirt - Wide Neck
<a aria-label="Plain Cotton Undershirt - Wide Neck" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/plain-cotton-undershirt-wide-neck">
Short-Sleeved Cotton T-shirt
<a aria-label="Short-Sleeved Cotton T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/short-sleeved-cotton-t-shirt">
5.00 stars
<span class="jdgm-prev-badge__stars" data-score="5.00" tabindex="0" aria-label="5.00 stars" role="button">
5.00 stars
<span class="jdgm-prev-badge__stars" data-score="5.00" tabindex="0" aria-label="5.00 stars" role="button">
Short-Sleeved Cotton T-shirt
<a aria-label="Short-Sleeved Cotton T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/short-sleeved-cotton-t-shirt">
Cotton Long-Sleeve Crop T-shirt
<a aria-label="Cotton Long-Sleeve Crop T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/cotton-long-sleeve-crop-t-shirt">
3.62 stars
<span class="jdgm-prev-badge__stars" data-score="3.62" tabindex="0" aria-label="3.62 stars" role="button">
3.62 stars
<span class="jdgm-prev-badge__stars" data-score="3.62" tabindex="0" aria-label="3.62 stars" role="button">
Cotton Long-Sleeve Crop T-shirt
<a aria-label="Cotton Long-Sleeve Crop T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/cotton-long-sleeve-crop-t-shirt">
Ribbed Short Sleeves Cropped Top
<a aria-label="Ribbed Short Sleeves Cropped Top" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/ribbed-short-sleeves-cropped-top">
4.67 stars
<span class="jdgm-prev-badge__stars" data-score="4.67" tabindex="0" aria-label="4.67 stars" role="button">
4.67 stars
<span class="jdgm-prev-badge__stars" data-score="4.67" tabindex="0" aria-label="4.67 stars" role="button">
Ribbed Short Sleeves Cropped Top
<a aria-label="Ribbed Short Sleeves Cropped Top" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/ribbed-short-sleeves-cropped-top">
Slim Fit Basic Unpatterned T-shirt
<a aria-label="Slim Fit Basic Unpatterned T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/slim-fit-basic-unpatterned-t-shirt">
5.00 stars
<span class="jdgm-prev-badge__stars" data-score="5.00" tabindex="0" aria-label="5.00 stars" role="button">
5.00 stars
<span class="jdgm-prev-badge__stars" data-score="5.00" tabindex="0" aria-label="5.00 stars" role="button">
Slim Fit Basic Unpatterned T-shirt
<a aria-label="Slim Fit Basic Unpatterned T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/slim-fit-basic-unpatterned-t-shirt">
Elastic Waist Cotton Short T-shirt
<a aria-label="Elastic Waist Cotton Short T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/elastic-waist-cotton-short-t-shirt">
5.00 stars
<span class="jdgm-prev-badge__stars" data-score="5.00" tabindex="0" aria-label="5.00 stars" role="button">
5.00 stars
<span class="jdgm-prev-badge__stars" data-score="5.00" tabindex="0" aria-label="5.00 stars" role="button">
Elastic Waist Cotton Short T-shirt
<a aria-label="Elastic Waist Cotton Short T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/elastic-waist-cotton-short-t-shirt">
Slim Fit Basic Unpatterned T-shirt
<a aria-label="Slim Fit Basic Unpatterned T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/slim-fit-basic-unpatterned-t-shirt-1">
5.00 stars
<span class="jdgm-prev-badge__stars" data-score="5.00" tabindex="0" aria-label="5.00 stars" role="button">
5.00 stars
<span class="jdgm-prev-badge__stars" data-score="5.00" tabindex="0" aria-label="5.00 stars" role="button">
Slim Fit Basic Unpatterned T-shirt
<a aria-label="Slim Fit Basic Unpatterned T-shirt" class="product-item__name unset heading-style no-underline fs-custom block lh-nor…" style="--font-size: 15" href="/products/slim-fit-basic-unpatterned-t-shirt-1">
These items highlight common accessibility best practices.
Navigation
Heading elements are not in a sequentially-descending order
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.
Failing Elements
Your cart is currently empty!.
<h6 class="fs-18 mt-15 mb-20">
These are opportunities to improve keyboard navigation in your application.
Audio and video
<video> elements contain a <track> element with [kind="captions"]
When a video provides a caption it is easier for deaf and hearing impaired users to access its information. Learn more about video captions.
Failing Elements
motion-element.product-item__wrapper > div.product-item__inner > a.product__media > video.product-image
<video playsinline="true" muted="muted" loop="loop" autoplay="" preload="metadata" class="product-image lazy-video-item first-image" data-src="//glozin-demo.myshopify.com/cdn/shop/videos/c/vp/1b355623b0c141b6ae5f4de0b…" data-poster="//glozin-demo.myshopify.com/cdn/shop/files/preview_images/1b355623b0c141b6…" poster="//glozin-demo.myshopify.com/cdn/shop/files/preview_images/1b355623b0c141b6…">
These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments.
Additional items to manually check (10)
Show Hide
Interactive controls are keyboard focusable
Custom interactive controls are keyboard focusable and display a focus indicator. Learn how to make custom controls focusable.
Interactive elements indicate their purpose and state
Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. Learn how to decorate interactive elements with affordance hints.
The page has a logical tab order
Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. Learn more about logical tab ordering.
Visual order on the page follows DOM order
DOM order matches the visual order, improving navigation for assistive technology. Learn more about DOM and visual ordering.
User focus is not accidentally trapped in a region
A user can tab into and out of any control or region without accidentally trapping their focus. Learn how to avoid focus traps.
The user's focus is directed to new content added to the page
If new content, such as a dialog, is added to the page, the user's focus is directed to it. Learn how to direct focus to new content.
HTML5 landmark elements are used to improve navigation
Landmark elements (<main>, <nav>, etc.) are used to improve the keyboard navigation of the page for assistive technology. Learn more about landmark elements.
Offscreen content is hidden from assistive technology
Offscreen content is hidden with display: none or aria-hidden=true. Learn how to properly hide offscreen content.
Custom controls have associated labels
Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. Learn more about custom controls and labels.
Custom controls have ARIA roles
Custom interactive controls have appropriate ARIA roles. Learn how to add roles to custom controls.
These items address areas which an automated testing tool cannot cover. Learn more in our guide on conducting an accessibility review.
Passed audits (25)
Show Hide
[aria-*] attributes match their roles
Each ARIA role supports a specific subset of aria-* attributes. Mismatching these invalidates the aria-* attributes. Learn how to match ARIA attributes to their roles.
[aria-hidden="true"] is not present on the document <body>
Assistive technologies, like screen readers, work inconsistently when aria-hidden="true" is set on the document <body>. Learn how aria-hidden affects the document body.
[role]s have all required [aria-*] attributes
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
[aria-*] attributes have valid values
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
[aria-*] attributes are valid and not misspelled
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Buttons have an accessible name
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Image elements have [alt] attributes
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.
[user-scalable="no"] is not used in the <meta name="viewport"> element and the [maximum-scale] attribute is not less than 5.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
button, link, and menuitem elements have accessible names
When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
ARIA attributes are used as specified for the element's role
Some ARIA attributes are only allowed on an element under certain conditions. Learn more about conditional ARIA attributes.
[aria-hidden="true"] elements do not contain focusable descendents
Focusable descendents within an [aria-hidden="true"] element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how aria-hidden affects focusable elements.
Elements use only permitted ARIA attributes
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.
[role] values are valid
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Document has a <title> element
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
<html> element has a [lang] attribute
If a page doesn't specify a lang attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the lang attribute.
<html> element has a valid value for its [lang] attribute
Specifying a valid BCP 47 language helps screen readers announce text properly. Learn how to use the lang attribute.
Form elements have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Lists contain only <li> elements and script supporting elements (<script> and <template>).
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
List items (<li>) are contained within <ul>, <ol> or <menu> parent elements
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.
No element has a [tabindex] value greater than 0
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the tabindex attribute.
Uses ARIA roles only on compatible elements
Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. Learn more about ARIA roles.
Deprecated ARIA roles were not used
Deprecated ARIA roles may not be processed correctly by assistive technology. Learn more about deprecated ARIA roles.
Image elements do not have [alt] attributes that are redundant text.
Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. Learn more about the alt attribute.
Not applicable (28)
Show Hide
[accesskey] values are unique
Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more about access keys.
Elements with role="dialog" or role="alertdialog" have accessible names.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
ARIA input fields have accessible names
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
ARIA meter elements have accessible names
When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to name meter elements.
ARIA progressbar elements have accessible names
When a progressbar element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to label progressbar elements.
Elements with an ARIA [role] that require children to contain a specific [role] have all required children.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
[role]s are contained by their required parent element
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Elements with the role=text attribute do not have focusable descendents.
Adding role=text around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. Learn more about the role=text attribute.
ARIA toggle fields have accessible names
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
ARIA tooltip elements have accessible names
When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to name tooltip elements.
ARIA treeitem elements have accessible names
When a treeitem element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about labeling treeitem elements.
The page contains a heading, skip link, or landmark region
Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. Learn more about bypass blocks.
<dl>'s contain only properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements.
When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Definition list items are wrapped in <dl> elements
Definition list items (<dt> and <dd>) must be wrapped in a parent <dl> element to ensure that screen readers can properly announce them. Learn how to structure definition lists correctly.
ARIA IDs are unique
The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn how to fix duplicate ARIA IDs.
No form fields have multiple labels
Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. Learn how to use form labels.
<frame> or <iframe> elements have a title
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
<html> element has an [xml:lang] attribute with the same base language as the [lang] attribute.
If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. Learn more about the lang attribute.
Input buttons have discernible text.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
<input type="image"> elements have [alt] text
When an image is being used as an <input> button, providing alternative text can help screen reader users understand the purpose of the button. Learn about input image alt text.
The document does not use <meta http-equiv="refresh">
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
<object> elements have alternate text
Screen readers cannot translate non-text content. Adding alternate text to <object> elements helps screen readers convey meaning to users. Learn more about alt text for object elements.
Select elements have associated label elements.
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the select element.
Tables have different content in the summary attribute and <caption>.
The summary attribute should describe the table structure, while <caption> should have the onscreen title. Accurate table mark-up helps users of screen readers. Learn more about summary and caption.
Cells in a <table> element that use the [headers] attribute refer to table cells within the same table.
Screen readers have features to make navigating tables easier. Ensuring <td> cells using the [headers] attribute only refer to other cells in the same table may improve the experience for screen reader users. Learn more about the headers attribute.
<th> elements and elements with [role="columnheader"/"rowheader"] have data cells they describe.
Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. Learn more about table headers.
[lang] attributes have a valid value
Specifying a valid BCP 47 language on elements helps ensure that text is pronounced correctly by a screen reader. Learn how to use the lang attribute.
Trust and Safety
Ensure CSP is effective against XSS attacks
A strong Content Security Policy (CSP) significantly reduces the risk of cross-site scripting (XSS) attacks. Learn how to use a CSP to prevent XSS
Description
Directive
Severity
`script-src` directive is missing. This can allow the execution of unsafe scripts.
script-src
High
Missing `object-src` allows the injection of plugins that execute unsafe scripts. Consider setting `object-src` to `'none'` if you can.
object-src
High
Use a strong HSTS policy
Deployment of the HSTS header significantly reduces the risk of downgrading HTTP connections and eavesdropping attacks. A rollout in stages, starting with a low max-age is recommended. Learn more about using a strong HSTS policy.
Description
Directive
Severity
`max-age` is too low
max-age
High
No `includeSubDomains` directive found
includeSubDomains
Medium
No `preload` directive found
preload
Medium
Ensure proper origin isolation with COOP
The Cross-Origin-Opener-Policy (COOP) can be used to isolate the top-level window from other documents such as pop-ups. Learn more about deploying the COOP header.
Description
Directive
Severity
No COOP header found
High
General
Detected JavaScript libraries
All front-end JavaScript libraries detected on the page. Learn more about this JavaScript library detection diagnostic audit.
Name
Version
Shopify
core-js
core-js-global@3.37.0
Passed audits (14)
Show Hide
Uses HTTPS
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Avoids deprecated APIs
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Avoids third-party cookies
Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies. Learn more about third-party cookies.
Allows users to paste into input fields
Preventing input pasting is a bad practice for the UX, and weakens security by blocking password managers.Learn more about user-friendly input fields.
Avoids requesting the geolocation permission on page load
Users are mistrustful of or confused by sites that request their location without context. Consider tying the request to a user action instead. Learn more about the geolocation permission.
Avoids requesting the notification permission on page load
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Displays images with correct aspect ratio
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Serves images with appropriate resolution
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Has a <meta name="viewport"> tag with width or initial-scale
A <meta name="viewport"> not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.
Page has the HTML doctype
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Properly defines charset
A character encoding declaration is required. It can be done with a <meta> tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
No browser errors logged to the console
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
No issues in the Issues panel in Chrome Devtools
Issues logged to the Issues panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Page has valid source maps
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
URL
Map URL
myshopify.com
1st party
…assets/swiper-bundle.min.js.map
(glozin-demo.myshopify.com)
SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
…v0.1/analytics.js
(glozin-demo.myshopify.com)
…v0.1/analytics.js.map
(glozin-demo.myshopify.com)
…assets/theme.js?v=1887209…
(glozin-demo.myshopify.com)
…assets/theme.js.map?v=1887209…
(glozin-demo.myshopify.com)
…assets/global.js?v=1518766…
(glozin-demo.myshopify.com)
…assets/global.js.map?v=1518766…
(glozin-demo.myshopify.com)
…assets/animation.js?v=1136272…
(glozin-demo.myshopify.com)
…assets/animation.js.map?v=1136272…
(glozin-demo.myshopify.com)
Not applicable (3)
Show Hide
Redirects HTTP traffic to HTTPS
Make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. Learn more.
Mitigate clickjacking with XFO or CSP
The X-Frame-Options (XFO) header or the frame-ancestors directive in the Content-Security-Policy (CSP) header control where a page can be embedded. These can mitigate clickjacking attacks by blocking some or all sites from embedding the page. Learn more about mitigating clickjacking.
Document uses legible font sizes
Font sizes less than 12px are too small to be legible and require mobile visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. Learn more about legible font sizes.
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.
Additional items to manually check (1)
Show Hide
Structured data is valid
Run these additional validators on your site to check additional SEO best practices.
Passed audits (10)
Show Hide
Page isn’t blocked from indexing
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Document has a <title> element
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Document has a meta description
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Page has successful HTTP status code
Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more about HTTP status codes.
Links are crawlable
Search engines may use href attributes on links to crawl websites. Ensure that the href attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
robots.txt is valid
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Image elements have [alt] attributes
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.
Document has a valid hreflang
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about hreflang.
Document has a valid rel=canonical
Canonical links suggest which URL to show in search results. Learn more about canonical links.