Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Im Toast div.hero-container > div.image-wrapper > picture.d-none > img.schema-img | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 850.0 KiB | 751.2 KiB |
Im Toast div.hero-container > div.image-wrapper > picture.d-none > img.schema-img | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 301.6 KiB | 240.5 KiB |
Plant Daddy div.hero-container > div.image-wrapper > picture.d-none > img.schema-img | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 214.0 KiB | 170.7 KiB |
Logo de la société div > div#onetrust-cookie-btn-container > button#onetrust-cookie-btn > img.ot-bnr-logo | /logos/c56dd55c-7154-4a48-9f3c-8bcaac8241e2/019296ba-0b7d... | 159.9 KiB | 159.3 KiB |
Shop PopPucks div.content-asset > div.golabe-content-wrapper > div.image-wrapper > img | /on/demandware.static/-/Library-Sites-AutobahnSharedLibra... | 170.2 KiB | 149.2 KiB |
Center Stage div.hero-container > div.image-wrapper > picture.d-none > img.schema-img | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 177.4 KiB | 141.5 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| se.monetate.net/js/2/a-8a3ac004/p/popsockets.com/entry.js | 6.8 KiB | 208 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.popsockets.com/fr_FR/home?glCountry=FR&glCurrency=EUR | 608 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Find Your Favorites
Best Sellers
MagSafe
Grips
Wallets
Cases
Collabs
… div.experience-component > div.mobile-1r-1c > div.row > div.region | 0.265 |
Find Your Favorites
Best Sellers
MagSafe
Grips
Wallets
Cases
Collabs
… div.experience-component > div.mobile-1r-1c > div.row > div.region | 0.172 |
body.modal-open body.modal-open | 0.106 |
PopSockets Accueil
Search
Liste de souhaits
New & Featured
Custom
MagSafe
PopGr… body.modal-open > div.page > header#top-header > div#header-nav | 0.003 |
New & Featured div.menu-group > div.mobile-nav-wrap > ul.nav > div.d-lg-block | 0.003 |
New & Featured div.menu-group > div.mobile-nav-wrap > ul.nav > div.d-lg-block | 0.002 |
Best Sellers
MagSafe
Grips
Wallets
Cases
Collabs
Mounts
Power div.experience-component > div.tabs-holder > div.nav-wrapper > ul.nav | 0.001 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /on/demandware.static/Sites-AMER-Site/-/fr_FR/v1775628395... | 151.9 KiB | 144.2 KiB |
| 20.6 KiB | 17.6 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.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 6.9 s |
| Other | 3.2 s |
| Style & Layout | 1.1 s |
| Rendering | 423 ms |
| Script Parsing & Compilation | 341 ms |
| Parse HTML & CSS | 254 ms |
| Garbage Collection | 156 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| Back/forward cache is disabled because WebSocket has been used. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cyo.popsockets.com/cyo-kit-4.1.1.js | 1.5 MiB | 263.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
iPhone Case div.category > a > div > img.image-styling | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/https://www.popsock... |
iPhone Case div.category > a > div > img.image-styling | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/https://www.popsock... |
iPhone Case div.category > a > div > img.image-styling | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/https://www.popsock... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Nous livrons à France
Bienvenue!
Vous pouvez facilement:
Achetez dans votre … body.modal-open > div.international > div#globaleWelcomeModal |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
France div.row > div.col-md-10 > div#footer-global-e-section > a#globaleCountrySelect |
Conditions générales div.col-md-10 > div.content-asset > div.d-inline-flex > a |
Politiques div.col-md-10 > div.content-asset > div.d-inline-flex > a |
Propriété intellectuelle div.col-md-10 > div.content-asset > div.d-inline-flex > a |
Accessibilité du site Web div.col-md-10 > div.content-asset > div.d-inline-flex > a |
These are opportunities to improve the legibility of your content.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.experience-component > div.photo-tile-container > figure.photo-tile-figure > a.hero-background-link div.experience-component > div.photo-tile-container > figure.photo-tile-figure > a.hero-background-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Collection de la boutique div.hero-text > div.hero-buttons > div.hero-button > a.btn |
Aura
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Fairy Glass
Kindle PopCase div.product-tile > div > div.pdp-link > a.link |
Mew Metronome Dream
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Umbreon Moonlight
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Cocoa Umber Petrified
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Latte Petrified
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Piracy Isn't Dead
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
The Going Merry
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Mirror Fireheart
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Fireheart
Kindle PopCase div.product-tile > div > div.pdp-link > a.link |
Abraxos
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Abraxos
Kindle PopCase div.product-tile > div > div.pdp-link > a.link |
Fairyglass
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Fairy Glass
Kindle PopCase div.product-tile > div > div.pdp-link > a.link |
Bells of the Hollow
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Au Revoir Marie
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Me First!
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Ladies First
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Berry Soda
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Black
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Clear
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
The Honey Division
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
100 Acre Wood
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
Winnie's Blossom Day
MagSafe PopCase div.product-tile > div > div.pdp-link > a.link |
S'inscrire form > div.email-input > div.input-group > button.btn |
confidentialité et cookies div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Espeon & Umbreon — MagSafe PopGrip div.tile-image-wrap > a.main-link > div.product-tile-image-container > img.product-tile-image | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 288 x 400 (0.72) | 400 x 400 (1.00) |
Enamel Obsidian Cut — MagSafe PopGrip div.tile-image-wrap > a.main-link > div.product-tile-image-container > img.product-tile-image | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 288 x 400 (0.72) | 400 x 400 (1.00) |
Enamel Latte Cut — MagSafe PopGrip div.tile-image-wrap > a.main-link > div.product-tile-image-container > img.product-tile-image | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 288 x 400 (0.72) | 400 x 400 (1.00) |
Gengar Dream Eater — MagSafe PopWallet+ div.tile-image-wrap > a.main-link > div.product-tile-image-container > img.product-tile-image | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 288 x 400 (0.72) | 400 x 400 (1.00) |
Mew Metronome Dream — MagSafe PopWallet+ div.tile-image-wrap > a.main-link > div.product-tile-image-container > img.product-tile-image | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 288 x 400 (0.72) | 400 x 400 (1.00) |
Black — MagSafe Kick-Out PopWallet+ & Stand div.tile-image-wrap > a.main-link > div.product-tile-image-container > img.product-tile-image | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 288 x 400 (0.72) | 400 x 400 (1.00) |
Aura — iPhone 17 Pro Max MagSafe Case div.tile-image-wrap > a.main-link > div.product-tile-image-container > img.product-tile-image | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 288 x 400 (0.72) | 400 x 400 (1.00) |
Cocoa Umber Petrified — iPhone 17 Pro Max MagSafe Case div.tile-image-wrap > a.main-link > div.product-tile-image-container > img.product-tile-image | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 288 x 400 (0.72) | 400 x 400 (1.00) |
Tidepool Dome Mew Aura Sphere — MagSafe PopGrip div.tile-image-wrap > a.main-link > div.product-tile-image-container > img.product-tile-image | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 288 x 400 (0.72) | 400 x 400 (1.00) |
PopOut Luffy's Hat — MagSafe PopGrip div.tile-image-wrap > a.main-link > div.product-tile-image-container > img.product-tile-image | /84e766a0-00b9-47e1-8ee2-d7c1d3a9f9e3/www.popsockets.com/... | 288 x 400 (0.72) | 400 x 400 (1.00) |
Shop PopPucks div.content-asset > div.golabe-content-wrapper > div.image-wrapper > img | /on/demandware.static/-/Library-Sites-AutobahnSharedLibra... | 284 x 455 (0.62) | 288 x 455 (0.63) |
Browser Compatibility
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js line 6, col 265033 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Uncaught ReferenceError: __st is not defined |
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.
Performance issues directly impact user engagement and conversion rates.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Crawling and Indexing
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
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Contactez-nous div.content-asset > ul#collapsible-customer-service > li > a |
To appear in search results, crawlers need access to your app.