Skip to content
https://sevano.com

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
3
REVIEW
4
PASS
17
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

36
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.96 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

12.53 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

280 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.569

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

5.14 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

12.56 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
27
17 PASS 4 REVIEW 3 FIX
D
Page Weight Budget
Action
2.3 MB transferred, 233 requests
FIX
2.3 MB transferred, 233 requests
Info::
Page weighs 3.5 MB (2.3 MB transferred)
Warning::
JavaScript is 681 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 681 KB
Warning::
233 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.48 g CO2 per page load
2.3 MB / 2.4 MB budget
2.3 MB transferred
233 requests
0.48 g CO2 per page load
Other 847.4 KiB 36%
JavaScript 681.1 KiB 29%
Images 527.6 KiB 23%
Fonts 187.5 KiB 8%
HTML 40.4 KiB 2%
Other 22.8 KiB 1%
CSS 17.3 KiB 1%
Other 13.3 KiB 1%
Other 1.6 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
JS Execution Cost
Action
3158ms total JS execution
FIX
3158ms total JS execution
Warning::
https://sevano.com/: 896ms CPU time
Warning::
Unattributable: 784ms CPU time
Warning::
https://sevano.com/cdn/wpm/b704e843dw38e170ffp88ff...: 378ms CPU time
Info::
https://script.pop-convert.com/new-micro/productio...: 127ms CPU time
Info::
https://cdn.shopify.com/extensions/01a086ca-e642-7...: 121ms CPU time
Info::
Third-party scripts: 807ms (26% of total)

Main Thread Breakdown

Script Evaluation 44% Other 32% Style & Layout 13% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://sevano.com/896ms147ms23ms1st
Unattributable784ms38ms0ms1st
https://sevano.com/cdn/wpm/b704e843dw38e170ffp88ffc213ma0cfcc05m.js378ms282ms22ms1st
https://script.pop-convert.com/new-micro/production.pc.min.js?unique_id=743170-29.myshopify.com&shop=743170-29.myshopify.com127ms92ms34ms3rd
https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/75.consentmo.js121ms115ms1ms3rd
https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/consentmo_cookie_consent.js121ms102ms11ms3rd
https://sevano.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.8.10.min.js116ms105ms6ms1st
https://sevano.com/cdn/s/trekkie.storefront.ce2a643c30d67cd7b828f2dda8cfc17d1d88fbb5.min.js112ms102ms8ms1st
https://d2fk970j0emtue.cloudfront.net/shop/js/free-gift-cart-upsell-pro.min.js?shop=743170-29.myshopify.com101ms57ms42ms3rd
https://cdn.s3.pop-convert.com/pcjs.production.min.js?unique_id=743170-29.myshopify.com&shop=743170-29.myshopify.com90ms65ms3ms3rd

Showing top 10 of 15 scripts

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
13 images, 0 KB saveable
REVIEW
13 images, 0 KB saveable
Warning::
https://sevano.com/cdn/shop/files/Verca.Titel100ml... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sevano.com/cdn/shop/files/Roya.Titel100mlc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0835/5043/7724/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://sevano.com/cdn/shop/files/Omega.Titel100ml... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
13 images 528 KB
0 oversized -0 KB
6 legacy format
4 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Bundles
152 scripts, 130 KB unused
REVIEW
152 scripts, 130 KB unused
Warning::
https://d2fk970j0emtue.cloudfront.net/shop/js/free...: 70 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sevano.com/cdn/wpm/b704e843dw38e170ffp88ff...: 32 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://s.adroll.com/j/3FRXAMAR7JBVRMSTRD576R/roun...: 29 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 130 KB
130 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://d2fk970j0emtue.cloudfront.net/shop/js/free-gift-cart-upsell-pro.min.js?shop=743170-29.myshopify.com84 KB70 KB (83%)3rd
https://sevano.com/cdn/wpm/b704e843dw38e170ffp88ffc213ma0cfcc05m.js72 KB32 KB (44%)1st
https://s.adroll.com/j/3FRXAMAR7JBVRMSTRD576R/roundtrip.js36 KB29 KB (83%)3rd
https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js1 KB3rd
https://cdn.shopify.com/storefront/standard-actions.js5 KB3rd
https://sevano.com/cdn/shop/t/73/assets/constants.js?v=1329837617504574954417795431621 KB1st
https://sevano.com/cdn/shop/t/73/assets/pubsub.js?v=253102140645222009117795431621 KB1st
https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-bar.consentmo.js4 KB3rd
https://sevano.com/cdn/shop/t/73/assets/global.js?v=1843455151051584098017795431629 KB1st
https://sevano.com/cdn/shop/t/73/assets/details-disclosure.js?v=136531162662355565017795431621 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
C
Page Weight Inventory
Action
233 resources · 2.3 MB · 130 KB savings available
REVIEW
233 resources · 2.3 MB · 130 KB savings available
Warning::
Page weight 2.3 MB exceeds 1 MB target by 1.3 MB
Got: 2.3 MB Expected: ≤ 1 MB
Info::
~130 KB of savings available
Info::
91 third-party resources (30% of weight)
Info::
2 resources over 200KB
233 resources · 2.3 MiB · 91 third-party 1.3 MiB over 1MB target
JavaScript 65% · 1.5 MiB
Image 23% · 529.4 KiB
Font 8% · 187.5 KiB
Document 2% · 47.6 KiB
Other 1% · 33.7 KiB
CSS 1% · 17.3 KiB

~130.2 KiB of savings available

Remove unused JavaScript: 130.2 KiB
A
Third-Party Impact
30% third-party, 0 ms blocking
PASS
30% third-party, 0 ms blocking
Info::
Third-party code accounts for 30% of page weight (705.0 KiB of 2.3 MiB)
Info::
Third-party blocking time is low (0 ms)
70%
30%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
5 fonts (188 KB)
PASS
5 fonts (188 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

188 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.0 s LCP 12.5 shttps://sevano.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2inter_n4.b2a3f24c19b4de... https://sevano.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2 — 38.4 KiB — 63 ms — font-display: swaphttps://sevano.com/cdn/fonts/playfair_display/playfairdisplay_n4.9980f3e16959dc89137cc1369bfc3ae98af1deb9.woff2playfairdisplay_n4.9980... https://sevano.com/cdn/fonts/playfair_display/playfairdisplay_n4.9980f3e16959dc89137cc1369bfc3ae98af1deb9.woff2 — 23.0 KiB — 47 ms — font-display: swaphttps://sevano.com/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2inter_n7.02711e6b374660... https://sevano.com/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2 — 39.4 KiB — 65 ms — font-display: swaphttps://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2nuFiD-vYSZviVYUb_rj3ij_... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 — 37.5 KiB — 110 ms — font-display: swaphttps://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDp.woff2QGYsz_wNahGAdqQ43Rh_fKD... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDp.woff2 — 49.2 KiB — 117 ms — font-display: swap
inter_n4.b2a3f24c19b4de... woff2 swap
Size 38 KB
Load time 63 ms
Start 236 ms
Risk FOUT — text flashes from fallback to web font
playfairdisplay_n4.9980... woff2 swap
Size 23 KB
Load time 47 ms
Start 237 ms
Risk FOUT — text flashes from fallback to web font
inter_n7.02711e6b374660... woff2 swap
Size 39 KB
Load time 65 ms
Start 402 ms
Risk FOUT — text flashes from fallback to web font
nuFiD-vYSZviVYUb_rj3ij_... woff2 swap
Size 38 KB
Load time 110 ms
Start 402 ms
Risk FOUT — text flashes from fallback to web font
QGYsz_wNahGAdqQ43Rh_fKD... woff2 swap
Size 49 KB
Load time 117 ms
Start 402 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
121 hints, 0 missing preconnects
PASS
121 hints, 0 missing preconnects
Info::
Page uses 121 resource hint(s)

Current Resource Hints

preconnect
4
preload
2
dns-prefetch
3
prefetch
+102
112

121 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Document Compression
Document response uses brotli
PASS
Document response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
Asset Compression
All 1 asset host use brotli
PASS
All 1 asset host use brotli
Info::
cdn.shopify.com serves assets with brotli (assets: 8)
Got: cdn.shopify.com (text/javascript)
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server-Timing Observability
16 Server-Timing entries advertised
PASS
16 Server-Timing entries advertised
Info::
Server-Timing header advertises 16 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: accept-encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`ETag` present -- conditional GET supported
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
16 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
233 requests over 4532ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.0 s LCP 12.5 shttps://sevano.com// https://sevano.com/ — 200 — 33.0 KiB — 220 ms — h2https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&family=Work+Sans:wght@300;400;500&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&family=Work+Sans:wght@300;400;500&display=swap — 200 — 0 B — 20 ms — h2https://sevano.com/cdn/shop/t/73/assets/base.css?v=57400211063040369211779543162/cdn/shop/t/73/assets/base.css?v=57... https://sevano.com/cdn/shop/t/73/assets/base.css?v=57400211063040369211779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-cart-drawer.css?v=112801333748515159671779543162/cdn/shop/t/73/assets/component-car... https://sevano.com/cdn/shop/t/73/assets/component-cart-drawer.css?v=112801333748515159671779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-cart.css?v=164708765130180853531779543162/cdn/shop/t/73/assets/component-car... https://sevano.com/cdn/shop/t/73/assets/component-cart.css?v=164708765130180853531779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-totals.css?v=15906652033866631521779543162/cdn/shop/t/73/assets/component-tot... https://sevano.com/cdn/shop/t/73/assets/component-totals.css?v=15906652033866631521779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-price.css?v=70172745017360139101779543162/cdn/shop/t/73/assets/component-pri... https://sevano.com/cdn/shop/t/73/assets/component-price.css?v=70172745017360139101779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-discounts.css?v=152760482443307489271779543162/cdn/shop/t/73/assets/component-dis... https://sevano.com/cdn/shop/t/73/assets/component-discounts.css?v=152760482443307489271779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-localization-form.css?v=170315343355214948141779543162/cdn/shop/t/73/assets/component-loc... https://sevano.com/cdn/shop/t/73/assets/component-localization-form.css?v=170315343355214948141779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css/cdn/shopifycloud/portable-wallets/... https://sevano.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css — 200 — 0 B — 21 ms — h2https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js — 200 — 1.2 KiB — 51 ms — h2https://sevano.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2/cdn/fonts/inter/inter_n4.b2a3f24c1... https://sevano.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2 — 200 — 38.4 KiB — 63 ms — h2https://sevano.com/cdn/fonts/playfair_display/playfairdisplay_n4.9980f3e16959dc89137cc1369bfc3ae98af1deb9.woff2/cdn/fonts/playfair_display/playfai... https://sevano.com/cdn/fonts/playfair_display/playfairdisplay_n4.9980f3e16959dc89137cc1369bfc3ae98af1deb9.woff2 — 200 — 23.0 KiB — 47 ms — h2https://sevano.com/cdn/shop/t/73/assets/quantity-popover.css?v=160630540099520878331779543162/cdn/shop/t/73/assets/quantity-popo... https://sevano.com/cdn/shop/t/73/assets/quantity-popover.css?v=160630540099520878331779543162 — 200 — 1.3 KiB — 46 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-card.css?v=120341546515895839841779543162/cdn/shop/t/73/assets/component-car... https://sevano.com/cdn/shop/t/73/assets/component-card.css?v=120341546515895839841779543162 — 200 — 2.8 KiB — 63 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-slideshow.css?v=17933591812325749411779543162/cdn/shop/t/73/assets/component-sli... https://sevano.com/cdn/shop/t/73/assets/component-slideshow.css?v=17933591812325749411779543162 — 200 — 1.4 KiB — 74 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-slider.css?v=14039311878856620671779543162/cdn/shop/t/73/assets/component-sli... https://sevano.com/cdn/shop/t/73/assets/component-slider.css?v=14039311878856620671779543162 — 200 — 2.0 KiB — 41 ms — h2https://sevano.com/cdn/shop/files/black_logo_transparent_background_71b982ce-1518-49bd-956a-3998c3b2c7e3.png?v=1722856099&width=280/cdn/shop/files/black_logo_transpar... https://sevano.com/cdn/shop/files/black_logo_transparent_background_71b982ce-1518-49bd-956a-3998c3b2c7e3.png?v=1722856099&width=280 — 200 — 5.4 KiB — 149 ms — h2https://sevano.com/cdn/shop/t/73/assets/hero-mobile_jpg.png?v=155784583806554535051779543162/cdn/shop/t/73/assets/hero-mobile_j... https://sevano.com/cdn/shop/t/73/assets/hero-mobile_jpg.png?v=155784583806554535051779543162 — 200 — 307.1 KiB — 242 ms — h2https://cdn.shopify.com/storefront/standard-actions.jscdn.shopify.com/storefront/standard... https://cdn.shopify.com/storefront/standard-actions.js — 200 — 4.8 KiB — 50 ms — h2https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 183 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 184 ms — h3https://sevano.com/cdn/shop/files/Verca.Titel100mlcreme_efd7697e-6626-4b16-b7e5-2da9e397d261.png?v=1751979828&width=600/cdn/shop/files/Verca.Titel100mlcre... https://sevano.com/cdn/shop/files/Verca.Titel100mlcreme_efd7697e-6626-4b16-b7e5-2da9e397d261.png?v=1751979828&width=600 — 200 — 31.1 KiB — 97 ms — h3https://sevano.com/cdn/shop/files/Roya.Titel100mlcreme_1e7ac187-a77e-4860-b98e-393709777626.png?v=1751979840&width=600/cdn/shop/files/Roya.Titel100mlcrem... https://sevano.com/cdn/shop/files/Roya.Titel100mlcreme_1e7ac187-a77e-4860-b98e-393709777626.png?v=1751979840&width=600 — 200 — 28.2 KiB — 93 ms — h3https://sevano.com/cdn/shop/files/Omega.Titel100mlcreme_3cf81ccb-3107-43f0-9396-4424dc0c55f9.png?v=1751979852&width=600/cdn/shop/files/Omega.Titel100mlcre... https://sevano.com/cdn/shop/files/Omega.Titel100mlcreme_3cf81ccb-3107-43f0-9396-4424dc0c55f9.png?v=1751979852&width=600 — 200 — 17.1 KiB — 81 ms — h3https://sevano.com/cdn/shop/t/73/assets/constants.js?v=132983761750457495441779543162/cdn/shop/t/73/assets/constants.js?... https://sevano.com/cdn/shop/t/73/assets/constants.js?v=132983761750457495441779543162 — 200 — 956 B — 99 ms — h3https://sevano.com/cdn/shop/t/73/assets/pubsub.js?v=25310214064522200911779543162/cdn/shop/t/73/assets/pubsub.js?v=2... https://sevano.com/cdn/shop/t/73/assets/pubsub.js?v=25310214064522200911779543162 — 200 — 1.0 KiB — 81 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-bar.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-bar.consentmo.js — 200 — 3.8 KiB — 67 ms — h2https://sevano.com/cdn/shop/t/73/assets/global.js?v=184345515105158409801779543162/cdn/shop/t/73/assets/global.js?v=1... https://sevano.com/cdn/shop/t/73/assets/global.js?v=184345515105158409801779543162 — 200 — 8.7 KiB — 98 ms — h3https://sevano.com/cdn/shop/t/73/assets/details-disclosure.js?v=13653116266235556501779543162/cdn/shop/t/73/assets/details-discl... https://sevano.com/cdn/shop/t/73/assets/details-disclosure.js?v=13653116266235556501779543162 — 200 — 1.3 KiB — 114 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 4.0 s LCP 12.5 shttps://sevano.com// https://sevano.com/ — 200 — 33.0 KiB — 220 ms — h2https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&family=Work+Sans:wght@300;400;500&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&family=Work+Sans:wght@300;400;500&display=swap — 200 — 0 B — 20 ms — h2https://sevano.com/cdn/shop/t/73/assets/base.css?v=57400211063040369211779543162/cdn/shop/t/73/assets/base.css?v=57... https://sevano.com/cdn/shop/t/73/assets/base.css?v=57400211063040369211779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-cart-drawer.css?v=112801333748515159671779543162/cdn/shop/t/73/assets/component-car... https://sevano.com/cdn/shop/t/73/assets/component-cart-drawer.css?v=112801333748515159671779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-cart.css?v=164708765130180853531779543162/cdn/shop/t/73/assets/component-car... https://sevano.com/cdn/shop/t/73/assets/component-cart.css?v=164708765130180853531779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-totals.css?v=15906652033866631521779543162/cdn/shop/t/73/assets/component-tot... https://sevano.com/cdn/shop/t/73/assets/component-totals.css?v=15906652033866631521779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-price.css?v=70172745017360139101779543162/cdn/shop/t/73/assets/component-pri... https://sevano.com/cdn/shop/t/73/assets/component-price.css?v=70172745017360139101779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-discounts.css?v=152760482443307489271779543162/cdn/shop/t/73/assets/component-dis... https://sevano.com/cdn/shop/t/73/assets/component-discounts.css?v=152760482443307489271779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-localization-form.css?v=170315343355214948141779543162/cdn/shop/t/73/assets/component-loc... https://sevano.com/cdn/shop/t/73/assets/component-localization-form.css?v=170315343355214948141779543162 — 200 — 0 B — 21 ms — h2https://sevano.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css/cdn/shopifycloud/portable-wallets/... https://sevano.com/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css — 200 — 0 B — 21 ms — h2https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js — 200 — 1.2 KiB — 51 ms — h2https://sevano.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2/cdn/fonts/inter/inter_n4.b2a3f24c1... https://sevano.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2 — 200 — 38.4 KiB — 63 ms — h2https://sevano.com/cdn/fonts/playfair_display/playfairdisplay_n4.9980f3e16959dc89137cc1369bfc3ae98af1deb9.woff2/cdn/fonts/playfair_display/playfai... https://sevano.com/cdn/fonts/playfair_display/playfairdisplay_n4.9980f3e16959dc89137cc1369bfc3ae98af1deb9.woff2 — 200 — 23.0 KiB — 47 ms — h2https://sevano.com/cdn/shop/t/73/assets/quantity-popover.css?v=160630540099520878331779543162/cdn/shop/t/73/assets/quantity-popo... https://sevano.com/cdn/shop/t/73/assets/quantity-popover.css?v=160630540099520878331779543162 — 200 — 1.3 KiB — 46 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-card.css?v=120341546515895839841779543162/cdn/shop/t/73/assets/component-car... https://sevano.com/cdn/shop/t/73/assets/component-card.css?v=120341546515895839841779543162 — 200 — 2.8 KiB — 63 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-slideshow.css?v=17933591812325749411779543162/cdn/shop/t/73/assets/component-sli... https://sevano.com/cdn/shop/t/73/assets/component-slideshow.css?v=17933591812325749411779543162 — 200 — 1.4 KiB — 74 ms — h2https://sevano.com/cdn/shop/t/73/assets/component-slider.css?v=14039311878856620671779543162/cdn/shop/t/73/assets/component-sli... https://sevano.com/cdn/shop/t/73/assets/component-slider.css?v=14039311878856620671779543162 — 200 — 2.0 KiB — 41 ms — h2https://sevano.com/cdn/shop/files/black_logo_transparent_background_71b982ce-1518-49bd-956a-3998c3b2c7e3.png?v=1722856099&width=280/cdn/shop/files/black_logo_transpar... https://sevano.com/cdn/shop/files/black_logo_transparent_background_71b982ce-1518-49bd-956a-3998c3b2c7e3.png?v=1722856099&width=280 — 200 — 5.4 KiB — 149 ms — h2https://sevano.com/cdn/shop/t/73/assets/hero-mobile_jpg.png?v=155784583806554535051779543162/cdn/shop/t/73/assets/hero-mobile_j... https://sevano.com/cdn/shop/t/73/assets/hero-mobile_jpg.png?v=155784583806554535051779543162 — 200 — 307.1 KiB — 242 ms — h2https://cdn.shopify.com/storefront/standard-actions.jscdn.shopify.com/storefront/standard... https://cdn.shopify.com/storefront/standard-actions.js — 200 — 4.8 KiB — 50 ms — h2https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 183 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 184 ms — h3https://sevano.com/cdn/shop/files/Verca.Titel100mlcreme_efd7697e-6626-4b16-b7e5-2da9e397d261.png?v=1751979828&width=600/cdn/shop/files/Verca.Titel100mlcre... https://sevano.com/cdn/shop/files/Verca.Titel100mlcreme_efd7697e-6626-4b16-b7e5-2da9e397d261.png?v=1751979828&width=600 — 200 — 31.1 KiB — 97 ms — h3https://sevano.com/cdn/shop/files/Roya.Titel100mlcreme_1e7ac187-a77e-4860-b98e-393709777626.png?v=1751979840&width=600/cdn/shop/files/Roya.Titel100mlcrem... https://sevano.com/cdn/shop/files/Roya.Titel100mlcreme_1e7ac187-a77e-4860-b98e-393709777626.png?v=1751979840&width=600 — 200 — 28.2 KiB — 93 ms — h3https://sevano.com/cdn/shop/files/Omega.Titel100mlcreme_3cf81ccb-3107-43f0-9396-4424dc0c55f9.png?v=1751979852&width=600/cdn/shop/files/Omega.Titel100mlcre... https://sevano.com/cdn/shop/files/Omega.Titel100mlcreme_3cf81ccb-3107-43f0-9396-4424dc0c55f9.png?v=1751979852&width=600 — 200 — 17.1 KiB — 81 ms — h3https://sevano.com/cdn/shop/t/73/assets/constants.js?v=132983761750457495441779543162/cdn/shop/t/73/assets/constants.js?... https://sevano.com/cdn/shop/t/73/assets/constants.js?v=132983761750457495441779543162 — 200 — 956 B — 99 ms — h3https://sevano.com/cdn/shop/t/73/assets/pubsub.js?v=25310214064522200911779543162/cdn/shop/t/73/assets/pubsub.js?v=2... https://sevano.com/cdn/shop/t/73/assets/pubsub.js?v=25310214064522200911779543162 — 200 — 1.0 KiB — 81 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-bar.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-bar.consentmo.js — 200 — 3.8 KiB — 67 ms — h2https://sevano.com/cdn/shop/t/73/assets/global.js?v=184345515105158409801779543162/cdn/shop/t/73/assets/global.js?v=1... https://sevano.com/cdn/shop/t/73/assets/global.js?v=184345515105158409801779543162 — 200 — 8.7 KiB — 98 ms — h3https://sevano.com/cdn/shop/t/73/assets/details-disclosure.js?v=13653116266235556501779543162/cdn/shop/t/73/assets/details-discl... https://sevano.com/cdn/shop/t/73/assets/details-disclosure.js?v=13653116266235556501779543162 — 200 — 1.3 KiB — 114 ms — h3https://sevano.com/cdn/shop/t/73/assets/details-modal.js?v=25581673532751508451779543162/cdn/shop/t/73/assets/details-modal... https://sevano.com/cdn/shop/t/73/assets/details-modal.js?v=25581673532751508451779543162 — 200 — 1.3 KiB — 114 ms — h3https://sevano.com/cdn/shop/t/73/assets/search-form.js?v=133129549252120666541779543162/cdn/shop/t/73/assets/search-form.j... https://sevano.com/cdn/shop/t/73/assets/search-form.js?v=133129549252120666541779543162 — 200 — 1.2 KiB — 114 ms — h3https://sevano.com/cdn/shop/t/73/assets/animations.js?v=88693664871331136111779543162/cdn/shop/t/73/assets/animations.js... https://sevano.com/cdn/shop/t/73/assets/animations.js?v=88693664871331136111779543162 — 200 — 1.7 KiB — 114 ms — h3https://sevano.com/checkouts/internal/preloads.js?locale=en-ES/checkouts/internal/preloads.js?loc... https://sevano.com/checkouts/internal/preloads.js?locale=en-ES — 200 — 3.3 KiB — 206 ms — h3https://shop.app/checkouts/internal/preloads.js?locale=en-ES&shop_id=83550437724shop.app/checkouts/internal/preload... https://shop.app/checkouts/internal/preloads.js?locale=en-ES&shop_id=83550437724 — 200 — 500 B — 334 ms — h2https://sevano.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js/cdn/shopifycloud/storefront/assets... https://sevano.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js — 200 — 4.0 KiB — 123 ms — h3https://sevano.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812/cdn/shopifycloud/storefront/assets... https://sevano.com/cdn/shopifycloud/storefront/assets/shopify_pay/storefront-bf1cdb70.js?v=20250812 — 200 — 23.3 KiB — 85 ms — h3https://cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-5059b83f.jscdn.shopify.com/shopifycloud/storef... https://cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-5059b83f.js — 200 — 1.3 KiB — 64 ms — h2https://sevano.com/cdn/shop/t/73/assets/localization-form.js?v=144176611646395275351779543162/cdn/shop/t/73/assets/localization-... https://sevano.com/cdn/shop/t/73/assets/localization-form.js?v=144176611646395275351779543162 — 200 — 2.2 KiB — 122 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/consentmo_cookie_consent.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/consentmo_cookie_consent.js — 200 — 39.0 KiB — 91 ms — h3https://sevano.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.8.10.min.js/cdn/shopifycloud/perf-kit/shopify-... https://sevano.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.8.10.min.js — 200 — 24.2 KiB — 101 ms — h3https://sevano.com/cdn/shop/t/73/assets/cart.js?v=25986244538023964561779543162/cdn/shop/t/73/assets/cart.js?v=259... https://sevano.com/cdn/shop/t/73/assets/cart.js?v=25986244538023964561779543162 — 200 — 2.8 KiB — 132 ms — h3https://sevano.com/cdn/shop/t/73/assets/quantity-popover.js?v=987015268078116491779543162/cdn/shop/t/73/assets/quantity-popo... https://sevano.com/cdn/shop/t/73/assets/quantity-popover.js?v=987015268078116491779543162 — 200 — 1.4 KiB — 136 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-dialog.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-dialog.consentmo.js — 200 — 5.9 KiB — 66 ms — h2https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-box.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-box.consentmo.js — 200 — 3.6 KiB — 65 ms — h2https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-smart-banner.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-smart-banner.consentmo.js — 200 — 6.2 KiB — 63 ms — h2https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-mobile-cookie-bar.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-mobile-cookie-bar.consentmo.js — 200 — 11.5 KiB — 68 ms — h2https://cdn.shopify.com/s/files/1/0835/5043/7724/files/ChatGPT_Image_13._Juli_2025_13_57_44.png?v=1752407902cdn.shopify.com/s/files/1/0835/5043... https://cdn.shopify.com/s/files/1/0835/5043/7724/files/ChatGPT_Image_13._Juli_2025_13_57_44.png?v=1752407902 — 200 — 14.6 KiB — 161 ms — h3https://cdn-icons-png.flaticon.com/512/174/174855.pngcdn-icons-png.flaticon.com/512/174/... https://cdn-icons-png.flaticon.com/512/174/174855.png — 200 — 16.4 KiB — 72 ms — http/1.1https://cdn-icons-png.flaticon.com/512/3046/3046122.pngcdn-icons-png.flaticon.com/512/3046... https://cdn-icons-png.flaticon.com/512/3046/3046122.png — 200 — 15.2 KiB — 77 ms — http/1.1https://cdn-icons-png.flaticon.com/512/1384/1384060.pngcdn-icons-png.flaticon.com/512/1384... https://cdn-icons-png.flaticon.com/512/1384/1384060.png — 200 — 9.0 KiB — 75 ms — http/1.1https://cdn-icons-png.flaticon.com/512/5968/5968958.pngcdn-icons-png.flaticon.com/512/5968... https://cdn-icons-png.flaticon.com/512/5968/5968958.png — 200 — 18.0 KiB — 75 ms — http/1.1https://cdn-icons-png.flaticon.com/512/145/145808.pngcdn-icons-png.flaticon.com/512/145/... https://cdn-icons-png.flaticon.com/512/145/145808.png — 200 — 17.3 KiB — 76 ms — http/1.1https://cdn-icons-png.flaticon.com/512/174/174857.pngcdn-icons-png.flaticon.com/512/174/... https://cdn-icons-png.flaticon.com/512/174/174857.png — 200 — 6.2 KiB — 74 ms — http/1.1https://sevano.com/cdn/shop/t/73/assets/predictive-search.js?v=57209189334897115771779543162/cdn/shop/t/73/assets/predictive-se... https://sevano.com/cdn/shop/t/73/assets/predictive-search.js?v=57209189334897115771779543162 — 200 — 2.5 KiB — 133 ms — h3https://sevano.com/cdn/shop/t/73/assets/cart-drawer.js?v=169981311261118214701779543162/cdn/shop/t/73/assets/cart-drawer.j... https://sevano.com/cdn/shop/t/73/assets/cart-drawer.js?v=169981311261118214701779543162 — 200 — 1.8 KiB — 146 ms — h3https://sevano.com/cdn/wpm/b704e843dw38e170ffp88ffc213ma0cfcc05m.js/cdn/wpm/b704e843dw38e170ffp88ffc21... https://sevano.com/cdn/wpm/b704e843dw38e170ffp88ffc213ma0cfcc05m.js — 200 — 71.9 KiB — 179 ms — h3https://sevano.com/cdn/s/trekkie.storefront.ce2a643c30d67cd7b828f2dda8cfc17d1d88fbb5.min.js/cdn/s/trekkie.storefront.ce2a643c3... https://sevano.com/cdn/s/trekkie.storefront.ce2a643c30d67cd7b828f2dda8cfc17d1d88fbb5.min.js — 200 — 29.7 KiB — 162 ms — h3https://sevano.com/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js/cdn/shopifycloud/storefront/assets... https://sevano.com/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js — 200 — 4.2 KiB — 154 ms — h3https://sevano.com/cdn/shop/t/73/assets/component-cart-items.css?v=123238115697927560811779543162/cdn/shop/t/73/assets/component-car... https://sevano.com/cdn/shop/t/73/assets/component-cart-items.css?v=123238115697927560811779543162 — 200 — 1.9 KiB — 154 ms — h3https://sevano.com/cdn/shop/t/73/assets/component-predictive-search.css?v=118923337488134913561779543162/cdn/shop/t/73/assets/component-pre... https://sevano.com/cdn/shop/t/73/assets/component-predictive-search.css?v=118923337488134913561779543162 — 200 — 1.9 KiB — 154 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_D2a8335A.en.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_D2a8335A.en.esm.js — 200 — 1.5 KiB — 141 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.init_B5bZ2hxu.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.init_B5bZ2hxu.esm.js — 200 — 1.1 KiB — 144 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.document_CC4DPZSc.esm.js — 200 — 1.0 KiB — 146 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.window_BV7pwtSs.esm.js — 200 — 1.3 KiB — 145 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_C2i3KXCX.en.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_C2i3KXCX.en.esm.js — 200 — 3.4 KiB — 146 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.index_DBJuOp6w.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.index_DBJuOp6w.esm.js — 200 — 21.4 KiB — 151 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.casing_BkIPdPn9.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.casing_BkIPdPn9.esm.js — 200 — 5.3 KiB — 147 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.networkErrorMessages_DSiGJi0_.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.networkErrorMessages_DSiGJi0_.esm.js — 200 — 1017 B — 146 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_i06t5CRd.esm.js — 200 — 1.4 KiB — 149 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.utils_1bb8Zmgu.esm.js — 200 — 3.8 KiB — 146 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.v4_CSBSzmbm.esm.js — 200 — 1.2 KiB — 147 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_DpDTbJgo.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_DpDTbJgo.esm.js — 200 — 891 B — 145 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.storage_BGV5Ustn.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.storage_BGV5Ustn.esm.js — 200 — 1.0 KiB — 146 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.authorize_BuQdLYn9.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.authorize_BuQdLYn9.esm.js — 200 — 1.1 KiB — 141 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.useEventListener_rJfwBcA3.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.useEventListener_rJfwBcA3.esm.js — 200 — 1.4 KiB — 141 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.validators_Cj2qrO-d.esm.js — 200 — 1.3 KiB — 140 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_D75hOAkF.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_D75hOAkF.esm.js — 200 — 1.2 KiB — 139 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_D4of-Jj4.esm.js — 200 — 954 B — 141 ms — h3https://sevano.com/cdn/shop/files/Verca.Titel100mlcreme_efd7697e-6626-4b16-b7e5-2da9e397d261.png?v=1751979828&width=750/cdn/shop/files/Verca.Titel100mlcre... https://sevano.com/cdn/shop/files/Verca.Titel100mlcreme_efd7697e-6626-4b16-b7e5-2da9e397d261.png?v=1751979828&width=750 — 200 — 42.1 KiB — 92 ms — h3https://sevano.com/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2/cdn/fonts/inter/inter_n7.02711e6b3... https://sevano.com/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2 — 200 — 39.4 KiB — 65 ms — h3https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2 — 200 — 37.5 KiB — 110 ms — h3https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDp.woff2fonts.gstatic.com/s/worksans/v24/QG... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDp.woff2 — 200 — 49.2 KiB — 117 ms — h3https://shop.app/pay/session?v=1&token=fe1170c9-f55f-4294-9635-886383b1c89f&shop_id=83550437724shop.app/pay/session?v=1&token=fe11... https://shop.app/pay/session?v=1&token=fe1170c9-f55f-4294-9635-886383b1c89f&shop_id=83550437724 — 200 — 2.9 KiB — 206 ms — h2https://sevano.com/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js/cdn/shopifycloud/consent-tracking-... https://sevano.com/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js — 200 — 7.8 KiB — 50 ms — h3https://wekre6r5lsxxzzbnlltsbyfm6i0dcqrs.lambda-url.eu-central-1.on.aws/wekre6r5lsxxzzbnlltsbyfm6i0dcqrs.la... https://wekre6r5lsxxzzbnlltsbyfm6i0dcqrs.lambda-url.eu-central-1.on.aws/ — 200 — 579 B — 395 ms — http/1.1https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/index.csscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/index.css — 200 — 3.0 KiB — 60 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/csm_global.csscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/csm_global.css — 200 — 1.0 KiB — 63 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/63.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/63.consentmo.js — 200 — 2.2 KiB — 64 ms — h3https://sevano.com/api/collect/api/collect https://sevano.com/api/collect — 200 — 1.5 KiB — 147 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 153 ms — h3https://shop.app/pay/hop?analytics_trace_id=5b14d412-3dd9-4ba3-924c-2f09c1cf7064&target_origin=https%3A%2F%2Fsevano.com&client_handle=743170-29.myshopify.comshop.app/pay/hop?analytics_trace_id... https://shop.app/pay/hop?analytics_trace_id=5b14d412-3dd9-4ba3-924c-2f09c1cf7064&target_origin=https%3A%2F%2Fsevano.com&client_handle=743170-29.myshopify.com — 302 — 4.1 KiB — 195 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 105 ms — h2https://sevano.com/web-pixels@704e843dw38e170ffp88ffc213ma0cfcc05/web-pixel-2360213852@fd09d49fa6133eb75bf9e72f0ef8df2e/sandbox/worker.modern.js/web-pixels@704e843dw38e170ffp88ffc... https://sevano.com/web-pixels@704e843dw38e170ffp88ffc213ma0cfcc05/web-pixel-2360213852@fd09d49fa6133eb75bf9e72f0ef8df2e/sandbox/worker.modern.js — 200 — 1.2 KiB — 259 ms — h3https://sevano.com/web-pixels@704e843dw38e170ffp88ffc213ma0cfcc05/web-pixel-1403748700@ba1ef5286d067b01e04bdc37410b8082/sandbox/worker.modern.js/web-pixels@704e843dw38e170ffp88ffc... https://sevano.com/web-pixels@704e843dw38e170ffp88ffc213ma0cfcc05/web-pixel-1403748700@ba1ef5286d067b01e04bdc37410b8082/sandbox/worker.modern.js — 200 — 1.2 KiB — 283 ms — h3https://sevano.com/web-pixels@704e843dw38e170ffp88ffc213ma0cfcc05/web-pixel-shopify-app-pixel@0520/sandbox/worker.modern.js/web-pixels@704e843dw38e170ffp88ffc... https://sevano.com/web-pixels@704e843dw38e170ffp88ffc213ma0cfcc05/web-pixel-shopify-app-pixel@0520/sandbox/worker.modern.js — 200 — 1.2 KiB — 281 ms — h3https://sevano.com/web-pixels@704e843dw38e170ffp88ffc213ma0cfcc05/custom/web-pixel-shopify-custom-pixel@0520/sandbox/modern//web-pixels@704e843dw38e170ffp88ffc... https://sevano.com/web-pixels@704e843dw38e170ffp88ffc213ma0cfcc05/custom/web-pixel-shopify-custom-pixel@0520/sandbox/modern/ — 200 — 1.7 KiB — 143 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 142 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 157 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 150 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 143 ms — h3https://cdn.shopify.com/storefront/webmcp/webmcp-0.1.1.jscdn.shopify.com/storefront/webmcp/w... https://cdn.shopify.com/storefront/webmcp/webmcp-0.1.1.js — 200 — 18.9 KiB — 64 ms — h3https://sevano.com/shopify_pay/accelerated_checkout/shopify_pay/accelerated_checkout https://sevano.com/shopify_pay/accelerated_checkout — 200 — 1.6 KiB — 121 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 93 B — 33 ms — h2https://sevano.com/cdn/wpm/s704e843dw38e170ffp88ffc213ma0cfcc05m.js/cdn/wpm/s704e843dw38e170ffp88ffc21... https://sevano.com/cdn/wpm/s704e843dw38e170ffp88ffc213ma0cfcc05m.js — 200 — 26.4 KiB — 38 ms — h3https://sevano.com/cdn/wpm/s704e843dw38e170ffp88ffc213ma0cfcc05m.js/cdn/wpm/s704e843dw38e170ffp88ffc21... https://sevano.com/cdn/wpm/s704e843dw38e170ffp88ffc213ma0cfcc05m.js — 200 — 0 B — 40 ms — h3https://sevano.com/services/login_with_shop/buyer/callback?analytics_trace_id=5b14d412-3dd9-4ba3-924c-2f09c1cf7064&target_origin=https%3A%2F%2Fsevano.com&token=NkQ1VmltWmtmME1YVW0rOFZMblNNUUVvenUrNjRib1F2TFNURW5tbkFlemlLSlRKWldNT3VHbm12dDVWVmRvYUdET0E3TlR6WDVvT3ZXQTRUYlhoRm4yelp0bG5WU2RhblJvUUV1SEh1ZUFhQkRzOTdDYmlRRUM1RmxVQ3J0VWYwNVpwVHQ5M2hiZXhIOUl3emJCazNFUHB4YjFsMWpOU3ZxbDRVTmE0WitEbEJNOElQcVZaQXJERDBpcUU1WlFzSnJ6cHdOdCszaWtqY2J5S3hFbDFYbFZxWUZWdzNwT0QreEtIUXFuUzlMeElzc1BpY2dIemUwZG1LMzIwdXRMUDNVOXJqWGhMQ0wwZnBWTHJWM01iaFJxTGRpL2taUkE2a25uOVdoZDg3Qnh4ZXlqQ3l6U2hnMDFyRUxQOXdhWS9PNEViamk1KzNCam1NQzNmMUtVUnpGMGNvL0wwcVMzSkpBYkxaVVZlR2NzRjlTTzdWenJ0SG9BU2VNTFZubmlFVHBQSmJseUJBLy82V1JlWDg5UCtMd2pMdXZwV0kwMFdyUjkzM2QvZFgrOW5FcUZIRFV2MW1kdzVnbW9FZks4eTgzRVdoUHNLWWVyYVRJSXFBWjJmMGFUbSs4eDAwaFI4RGZ1VVo5aC9zN3Z5OG1XdXFlVFpQQndEK3JZZUlsTHlzUmxIWU1VR2NXSmJ5Njd1VXk5OTZKWVhDc2g1M0dGQzJnUkk3WXVKZkJtemVvYmFNbktiNXZVUlZPek5sRFhNMVRzcDB3UTY4d1lRT0tHTnJERDV4WEY4VlFpY2FlamxHVmppckJjd25VUUVJdmtpTE0xblJOYmt1N045VnRoUWVLRUhjZXhXemxVdklrTXNOdDJmN2JVcWNiTzhjOU11NCtiRTN1SWJvRmttekl0ekVBNUZZTzdNbjRYRzlwREtiWlZRUDUrdGdhS0tlRnk5RStyczBIampSbmVqdlpJRHI0cmJ2dnBOem1qUzZvWDZIWUFJNDVCdGp6NmF0aUtHejN2Zit3dFU0NkhoN3NkZnBlNTZNSGlnRmlOdngrbkpJSGtya05BdHhRdnRFWmFCdzBheU5BRllxTzlrM2R6alZsWWYwVzRQSGlQR2N5cEJIN1dsRFU3MldNYmc3RmthYUljMkszdTRyRVQyV3lDVjVVcUdJei83VkxDWitDb3Y1TEV4enZ1WFl0UnZMUkc3aHVTZWdUN2tlRVVPNzZPb1ZRaHd1UWFGMGtnPS0tSW5tS0tUR1hyakp5SVNXVm95R1lwQT09--de3aff3215b7de6942feb8375f7d5fda02ea1456/services/login_with_shop/buyer/cal... https://sevano.com/services/login_with_shop/buyer/callback?analytics_trace_id=5b14d412-3dd9-4ba3-924c-2f09c1cf7064&target_origin=https%3A%2F%2Fsevano.com&token=NkQ1VmltWmtmME1YVW0rOFZMblNNUUVvenUrNjRib1F2TFNURW5tbkFlemlLSlRKWldNT3VHbm12dDVWVmRvYUdET0E3TlR6WDVvT3ZXQTRUYlhoRm4yelp0bG5WU2RhblJvUUV1SEh1ZUFhQkRzOTdDYmlRRUM1RmxVQ3J0VWYwNVpwVHQ5M2hiZXhIOUl3emJCazNFUHB4YjFsMWpOU3ZxbDRVTmE0WitEbEJNOElQcVZaQXJERDBpcUU1WlFzSnJ6cHdOdCszaWtqY2J5S3hFbDFYbFZxWUZWdzNwT0QreEtIUXFuUzlMeElzc1BpY2dIemUwZG1LMzIwdXRMUDNVOXJqWGhMQ0wwZnBWTHJWM01iaFJxTGRpL2taUkE2a25uOVdoZDg3Qnh4ZXlqQ3l6U2hnMDFyRUxQOXdhWS9PNEViamk1KzNCam1NQzNmMUtVUnpGMGNvL0wwcVMzSkpBYkxaVVZlR2NzRjlTTzdWenJ0SG9BU2VNTFZubmlFVHBQSmJseUJBLy82V1JlWDg5UCtMd2pMdXZwV0kwMFdyUjkzM2QvZFgrOW5FcUZIRFV2MW1kdzVnbW9FZks4eTgzRVdoUHNLWWVyYVRJSXFBWjJmMGFUbSs4eDAwaFI4RGZ1VVo5aC9zN3Z5OG1XdXFlVFpQQndEK3JZZUlsTHlzUmxIWU1VR2NXSmJ5Njd1VXk5OTZKWVhDc2g1M0dGQzJnUkk3WXVKZkJtemVvYmFNbktiNXZVUlZPek5sRFhNMVRzcDB3UTY4d1lRT0tHTnJERDV4WEY4VlFpY2FlamxHVmppckJjd25VUUVJdmtpTE0xblJOYmt1N045VnRoUWVLRUhjZXhXemxVdklrTXNOdDJmN2JVcWNiTzhjOU11NCtiRTN1SWJvRmttekl0ekVBNUZZTzdNbjRYRzlwREtiWlZRUDUrdGdhS0tlRnk5RStyczBIampSbmVqdlpJRHI0cmJ2dnBOem1qUzZvWDZIWUFJNDVCdGp6NmF0aUtHejN2Zit3dFU0NkhoN3NkZnBlNTZNSGlnRmlOdngrbkpJSGtya05BdHhRdnRFWmFCdzBheU5BRllxTzlrM2R6alZsWWYwVzRQSGlQR2N5cEJIN1dsRFU3MldNYmc3RmthYUljMkszdTRyRVQyV3lDVjVVcUdJei83VkxDWitDb3Y1TEV4enZ1WFl0UnZMUkc3aHVTZWdUN2tlRVVPNzZPb1ZRaHd1UWFGMGtnPS0tSW5tS0tUR1hyakp5SVNXVm95R1lwQT09--de3aff3215b7de6942feb8375f7d5fda02ea1456 — 200 — 2.6 KiB — 110 ms — h3https://sevano.com/cdn/wpm/s704e843dw38e170ffp88ffc213ma0cfcc05m.js/cdn/wpm/s704e843dw38e170ffp88ffc21... https://sevano.com/cdn/wpm/s704e843dw38e170ffp88ffc213ma0cfcc05m.js — 200 — 0 B — 8 ms — h3https://sevano.com/cdn/wpm/s704e843dw38e170ffp88ffc213ma0cfcc05m.js/cdn/wpm/s704e843dw38e170ffp88ffc21... https://sevano.com/cdn/wpm/s704e843dw38e170ffp88ffc213ma0cfcc05m.js — 200 — 26.5 KiB — 79 ms — h2https://sevano.com/web-pixels/strict/app/web-pixel-1403748700@ba1ef5286d067b01e04bdc37410b8082.js/web-pixels/strict/app/web-pixel-14... https://sevano.com/web-pixels/strict/app/web-pixel-1403748700@ba1ef5286d067b01e04bdc37410b8082.js — 200 — 3.0 KiB — 82 ms — h3https://sevano.com/web-pixels/strict/app/web-pixel-2360213852@fd09d49fa6133eb75bf9e72f0ef8df2e.js/web-pixels/strict/app/web-pixel-23... https://sevano.com/web-pixels/strict/app/web-pixel-2360213852@fd09d49fa6133eb75bf9e72f0ef8df2e.js — 200 — 2.1 KiB — 45 ms — h3https://sevano.com/web-pixels/strict/app/web-pixel-shopify-app-pixel@0520.js/web-pixels/strict/app/web-pixel-sh... https://sevano.com/web-pixels/strict/app/web-pixel-shopify-app-pixel@0520.js — 200 — 1.6 KiB — 62 ms — h3https://app.consentmo.com/users/versioning?shop=743170-29.myshopify.com&lqch=null&lqcl=null&version=null&designMode=false&cbvIncr=false&country=ES&region=MD&device=mapp.consentmo.com/users/versioning?... https://app.consentmo.com/users/versioning?shop=743170-29.myshopify.com&lqch=null&lqcl=null&version=null&designMode=false&cbvIncr=false&country=ES&region=MD&device=m — 200 — 650 B — 55 ms — h3https://storage.googleapis.com/adscale_cdn/static/ecom_js/743170-29/customer_events_wp.js?v=1.0storage.googleapis.com/adscale_cdn/... https://storage.googleapis.com/adscale_cdn/static/ecom_js/743170-29/customer_events_wp.js?v=1.0 — 404 — 386 B — 191 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 40 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 38 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 533 ms — h3https://otlp-http-production.shopifysvc.com/v1/logsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/logs — 204 — 0 B — 36 ms — h3https://assets1.adroll.com/shopify/latest/j/shopify_rolling_bootstrap_v2.js?adroll_adv_id=3FRXAMAR7JBVRMSTRD576R&adroll_pix_id=5JYOOUXBKNC2LFDJWWU7NP&shop=743170-29.myshopify.comassets1.adroll.com/shopify/latest/j... https://assets1.adroll.com/shopify/latest/j/shopify_rolling_bootstrap_v2.js?adroll_adv_id=3FRXAMAR7JBVRMSTRD576R&adroll_pix_id=5JYOOUXBKNC2LFDJWWU7NP&shop=743170-29.myshopify.com — 200 — 1.2 KiB — 59 ms — h2https://script.pop-convert.com/new-micro/production.pc.min.js?unique_id=743170-29.myshopify.com&shop=743170-29.myshopify.comscript.pop-convert.com/new-micro/pr... https://script.pop-convert.com/new-micro/production.pc.min.js?unique_id=743170-29.myshopify.com&shop=743170-29.myshopify.com — 301 — 628 B — 208 ms — h2https://cdn.s3.pop-convert.com/pcjs.production.min.js?unique_id=743170-29.myshopify.com&shop=743170-29.myshopify.comcdn.s3.pop-convert.com/pcjs.product... https://cdn.s3.pop-convert.com/pcjs.production.min.js?unique_id=743170-29.myshopify.com&shop=743170-29.myshopify.com — 200 — 9.7 KiB — 102 ms — h2https://ecommplugins-scripts.trustpilot.com/v2.1/js/header.min.js?settings=eyJrZXkiOiI2aVc2OTBOQmtJWkFKM0xTIiwicyI6InNrdSJ9&shop=743170-29.myshopify.comecommplugins-scripts.trustpilot.com... https://ecommplugins-scripts.trustpilot.com/v2.1/js/header.min.js?settings=eyJrZXkiOiI2aVc2OTBOQmtJWkFKM0xTIiwicyI6InNrdSJ9&shop=743170-29.myshopify.com — 200 — 2.9 KiB — 41 ms — h2https://ecommplugins-scripts.trustpilot.com/v2.1/js/success.min.js?settings=eyJrZXkiOiI2aVc2OTBOQmtJWkFKM0xTIiwicyI6InNrdSIsInQiOlsib3JkZXJzL2Z1bGZpbGxlZCJdLCJ2IjoiIiwiYSI6IiJ9&shop=743170-29.myshopify.comecommplugins-scripts.trustpilot.com... https://ecommplugins-scripts.trustpilot.com/v2.1/js/success.min.js?settings=eyJrZXkiOiI2aVc2OTBOQmtJWkFKM0xTIiwicyI6InNrdSIsInQiOlsib3JkZXJzL2Z1bGZpbGxlZCJdLCJ2IjoiIiwiYSI6IiJ9&shop=743170-29.myshopify.com — 200 — 1.3 KiB — 38 ms — h2https://ecommplugins-trustboxsettings.trustpilot.com/743170-29.myshopify.com.js?settings=1752503072702&shop=743170-29.myshopify.comecommplugins-trustboxsettings.trust... https://ecommplugins-trustboxsettings.trustpilot.com/743170-29.myshopify.com.js?settings=1752503072702&shop=743170-29.myshopify.com — 200 — 2.1 KiB — 66 ms — h2https://widget.trustpilot.com/bootstrap/v5/tp.widget.sync.bootstrap.min.js?shop=743170-29.myshopify.comwidget.trustpilot.com/bootstrap/v5/... https://widget.trustpilot.com/bootstrap/v5/tp.widget.sync.bootstrap.min.js?shop=743170-29.myshopify.com — 200 — 1.2 KiB — 62 ms — h2https://d2fk970j0emtue.cloudfront.net/shop/js/free-gift-cart-upsell-pro.min.js?shop=743170-29.myshopify.comd2fk970j0emtue.cloudfront.net/shop/... https://d2fk970j0emtue.cloudfront.net/shop/js/free-gift-cart-upsell-pro.min.js?shop=743170-29.myshopify.com — 200 — 84.3 KiB — 51 ms — h2https://cdn.adscale.com/static/ecom_js/743170-29/add_item_to_cart.js?ver=20260909&shop=743170-29.myshopify.comcdn.adscale.com/static/ecom_js/7431... https://cdn.adscale.com/static/ecom_js/743170-29/add_item_to_cart.js?ver=20260909&shop=743170-29.myshopify.com — 200 — 1.3 KiB — 153 ms — h2https://app.consentmo.com/users/getCookieConsentSettings?shop=743170-29.myshopify.com&sa=0&country=ES&state=MD&region=MD&device=mapp.consentmo.com/users/getCookieCo... https://app.consentmo.com/users/getCookieConsentSettings?shop=743170-29.myshopify.com&sa=0&country=ES&state=MD&region=MD&device=m — 200 — 10.4 KiB — 64 ms — h3https://sevano.com/cdn/shop/files/black_icon_white_background.png?crop=center&height=32&v=1722580871&width=32/cdn/shop/files/black_icon_white_ba... https://sevano.com/cdn/shop/files/black_icon_white_background.png?crop=center&height=32&v=1722580871&width=32 — 200 — 1.8 KiB — 40 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 149 ms — h3https://otlp-http-production.shopifysvc.com/v1/logsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/logs — 200 — 36 B — 34 ms — h3https://invitejs.trustpilot.com/tp.min.jsinvitejs.trustpilot.com/tp.min.js https://invitejs.trustpilot.com/tp.min.js — 200 — 4.0 KiB — 39 ms — h2https://s.adroll.com/j/3FRXAMAR7JBVRMSTRD576R/roundtrip.jss.adroll.com/j/3FRXAMAR7JBVRMSTRD57... https://s.adroll.com/j/3FRXAMAR7JBVRMSTRD576R/roundtrip.js — 200 — 35.5 KiB — 110 ms — http/1.1https://sevano.com/apps/free-gift-cart-upsell-pro/storefront-options/apps/free-gift-cart-upsell-pro/sto... https://sevano.com/apps/free-gift-cart-upsell-pro/storefront-options — 200 — 870 B — 244 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 147 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/75.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/75.consentmo.js — 200 — 3.8 KiB — 38 ms — h3https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.jswidget.trustpilot.com/bootstrap/v5/... https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js — 200 — 8.1 KiB — 4 ms — h2https://cdn.micro.pop-convert.com/pcjs_get_version?client_version=24cdn.micro.pop-convert.com/pcjs_get_... https://cdn.micro.pop-convert.com/pcjs_get_version?client_version=24 — 200 — 821 B — 76 ms — h2https://sevano.com/cart.js?caller=pcjs/cart.js?caller=pcjs https://sevano.com/cart.js?caller=pcjs — 200 — 1.6 KiB — 123 ms — h3https://widget.trustpilot.com/trustboxes/5419b6ffb0d04a076446a9af/index.html?templateId=5419b6ffb0d04a076446a9af&businessunitId=6860682d257a8efcad002187widget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/5419b6ffb0d04a076446a9af/index.html?templateId=5419b6ffb0d04a076446a9af&businessunitId=6860682d257a8efcad002187 — 200 — 3.0 KiB — 11 ms — h2https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/293.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/293.consentmo.js — 200 — 7.6 KiB — 44 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/384.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/384.consentmo.js — 200 — 1.8 KiB — 42 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/63.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/63.consentmo.js — 200 — 0 B — 23 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/712.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/712.consentmo.js — 200 — 6.4 KiB — 45 ms — h3https://widget.trustpilot.com/trustboxes/5419b6ffb0d04a076446a9af/main.jswidget.trustpilot.com/trustboxes/54... https://widget.trustpilot.com/trustboxes/5419b6ffb0d04a076446a9af/main.js — 200 — 25.9 KiB — 17 ms — h2https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-bar.consentmo.csscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-bar.consentmo.css — 200 — 1.9 KiB — 33 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-bar.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/layout-cookie-bar.consentmo.js — 200 — 0 B — 25 ms — h2https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/287.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/287.consentmo.js — 200 — 1.1 KiB — 43 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 42 ms — h3https://otlp-http-production.shopifysvc.com/v1/logsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/logs — 204 — 0 B — 37 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 158 ms — h3https://widget.trustpilot.com/trustbox-data/5419b6ffb0d04a076446a9af?businessUnitId=6860682d257a8efcad002187&locale=en-USwidget.trustpilot.com/trustbox-data... https://widget.trustpilot.com/trustbox-data/5419b6ffb0d04a076446a9af?businessUnitId=6860682d257a8efcad002187&locale=en-US — 400 — 501 B — 61 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 62 ms — h3https://otlp-http-production.shopifysvc.com/v1/logsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/logs — 200 — 36 B — 59 ms — h3https://sdk.pop-convert.com/sdk.js?unique_id=743170-29.myshopify.com&shop=743170-29.myshopify.comsdk.pop-convert.com/sdk.js?unique_i... https://sdk.pop-convert.com/sdk.js?unique_id=743170-29.myshopify.com&shop=743170-29.myshopify.com — 200 — 138.4 KiB — 685 ms — h2https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-US&styleHeight=20px&styleWidth=100%25&theme=light&url=https%3A%2F%2Fsevano.com%2F&referrer=&userAgent=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F152.0.0.0%20Mobile%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=6860682d257a8efcad002187&widgetId=5419b6ffb0d04a076446a9afwidget.trustpilot.com/stats/Trustbo... https://widget.trustpilot.com/stats/TrustboxImpression?locale=en-US&styleHeight=20px&styleWidth=100%25&theme=light&url=https%3A%2F%2Fsevano.com%2F&referrer=&userAgent=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F152.0.0.0%20Mobile%20Safari%2F537.36&language=en-US&platform=Linux%20x86_64&nosettings=1&businessUnitId=6860682d257a8efcad002187&widgetId=5419b6ffb0d04a076446a9af — 204 — 309 B — 40 ms — h2https://5ma5p56xtyzgg6xqqy2zih7rku0teqkb.lambda-url.eu-central-1.on.aws/5ma5p56xtyzgg6xqqy2zih7rku0teqkb.la... https://5ma5p56xtyzgg6xqqy2zih7rku0teqkb.lambda-url.eu-central-1.on.aws/ — 200 — 428 B — 135 ms — http/1.1https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 134 ms — h3https://d.adroll.com/consent/check/3FRXAMAR7JBVRMSTRD576R?pv=48257363746.73973&arrfrr=https%3A%2F%2Fsevano.com%2F&ats1=shopify&_s=16eee8e37cd28a657283a54515dc03bc&_b=2d.adroll.com/consent/check/3FRXAMAR... https://d.adroll.com/consent/check/3FRXAMAR7JBVRMSTRD576R?pv=48257363746.73973&arrfrr=https%3A%2F%2Fsevano.com%2F&ats1=shopify&_s=16eee8e37cd28a657283a54515dc03bc&_b=2 — 200 — 664 B — 136 ms — h2https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/polyfills.Db3KX98s.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/polyfills.Db3KX98s.js — 200 — 18.2 KiB — 49 ms — h3https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch/.well-known/shopify/monorail/unsta... https://sevano.com/.well-known/shopify/monorail/unstable/produce_batch — 200 — 1.1 KiB — 145 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/app.BW0ceUwQ.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/app.BW0ceUwQ.js — 200 — 5.9 KiB — 38 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/esnext-vendor.DyOLdT3W.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/esnext-vendor.DyOLdT3W.js — 200 — 42.3 KiB — 45 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/context-browser.Vo9Eb4S5.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/context-browser.Vo9Eb4S5.js — 200 — 59.0 KiB — 45 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 71 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/checkout-policy.D_J6h7tb.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/checkout-policy.D_J6h7tb.js — 200 — 88.9 KiB — 44 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/helpers-installmentsNotSupportedForAddress.BHkAyg7K.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/helpers-installmentsNotSupportedForAddress.BHkAyg7K.js — 200 — 2.4 KiB — 39 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/receipt-mapper-load-recovery.BgBvuGFx.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/receipt-mapper-load-recovery.BgBvuGFx.js — 200 — 9.6 KiB — 46 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/receipt-eager-mappers.CLUoF9i3.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/receipt-eager-mappers.CLUoF9i3.js — 200 — 3.3 KiB — 50 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/consent-manager-shared.BFMm3e3c.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/consent-manager-shared.BFMm3e3c.js — 200 — 1.9 KiB — 45 ms — h3https://micro.pop-convert.com/micro/api/micro_actions/create?unique_id=743170-29.myshopify.com&action=sessionmicro.pop-convert.com/micro/api/mic... https://micro.pop-convert.com/micro/api/micro_actions/create?unique_id=743170-29.myshopify.com&action=session — 200 — 534 B — 390 ms — h2https://cdn.pop-convert.com/micro/api/sites?unique_id=743170-29.myshopify.comcdn.pop-convert.com/micro/api/sites... https://cdn.pop-convert.com/micro/api/sites?unique_id=743170-29.myshopify.com — 200 — 1.7 KiB — 61 ms — h2https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/sections-shared.CEISIrMn.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/sections-shared.CEISIrMn.js — 200 — 2.5 KiB — 47 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/error-logger-report-graphql-error.DErh1Lls.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/error-logger-report-graphql-error.DErh1Lls.js — 200 — 2.2 KiB — 40 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/shop-pay-normalizeBuyerDetails.JoGIgyXg.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/shop-pay-normalizeBuyerDetails.JoGIgyXg.js — 200 — 1.8 KiB — 42 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/helpers-derivations.CkkYl3T2.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/helpers-derivations.CkkYl3T2.js — 200 — 2.1 KiB — 37 ms — h3https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/569.consentmo.jscdn.shopify.com/extensions/01a086ca... https://cdn.shopify.com/extensions/01a086ca-e642-7fa5-910b-c88c6762be83/gdpr-backpack-872/assets/569.consentmo.js — 200 — 2.1 KiB — 38 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-shopCashMoney.CxWJsW8D.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-shopCashMoney.CxWJsW8D.js — 200 — 1.8 KiB — 42 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/color-contrast-colorContrast.DJS3RPve.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/color-contrast-colorContrast.DJS3RPve.js — 200 — 2.2 KiB — 38 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/graphql-redeemable._YI7LJ1p.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/graphql-redeemable._YI7LJ1p.js — 200 — 2.1 KiB — 35 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hydrate.vAQKrH8o.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hydrate.vAQKrH8o.js — 200 — 204.8 KiB — 70 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShopPayExternalAppContext.WVqKsLpY.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShopPayExternalAppContext.WVqKsLpY.js — 200 — 1.9 KiB — 40 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/locale-en.BqHdjmAI.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/locale-en.BqHdjmAI.js — 200 — 27.0 KiB — 42 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/OnePage.CRpBzFuV.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/OnePage.CRpBzFuV.js — 200 — 51.7 KiB — 42 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/components-DeliveryTransition.D9qcq4ks.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/components-DeliveryTransition.D9qcq4ks.js — 200 — 31.1 KiB — 48 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/useShopPayButtonClassName.CeMg_8Hu.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/useShopPayButtonClassName.CeMg_8Hu.js — 200 — 1.7 KiB — 41 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/cross-border-hooks.ETZe0S4B.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/cross-border-hooks.ETZe0S4B.js — 200 — 1.5 KiB — 46 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-usePickupPoints.B_TzTj9P.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-usePickupPoints.B_TzTj9P.js — 200 — 1.9 KiB — 43 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/ChangeCompanyLocationLink.B3N_JGPi.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/ChangeCompanyLocationLink.B3N_JGPi.js — 200 — 2.4 KiB — 49 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/BillingAddressForm.CJixZQce.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/BillingAddressForm.CJixZQce.js — 200 — 19.4 KiB — 37 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PhoneField.Dkxq9hde.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PhoneField.Dkxq9hde.js — 200 — 3.3 KiB — 41 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useSuppressShopPayModalOnLoad.QE3nsS7a.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useSuppressShopPayModalOnLoad.QE3nsS7a.js — 200 — 2.0 KiB — 41 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/components-RedirectionNotice.module.QOeP7JSO.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/components-RedirectionNotice.module.QOeP7JSO.js — 200 — 1.7 KiB — 38 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Popover.b3odcbGB.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Popover.b3odcbGB.js — 200 — 2.2 KiB — 36 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Choice.CnsqiCtg.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Choice.CnsqiCtg.js — 200 — 4.8 KiB — 35 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Checkbox.CIfcco5y.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Checkbox.CIfcco5y.js — 200 — 1.9 KiB — 39 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useCanChangeCompanyLocation.4eu7NLEX.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useCanChangeCompanyLocation.4eu7NLEX.js — 200 — 1.8 KiB — 38 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useForceShopPayUrl.CdpgoiQ-.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useForceShopPayUrl.CdpgoiQ-.js — 200 — 2.4 KiB — 35 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/ImpressionEventCapture.CxATAehu.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/ImpressionEventCapture.CxATAehu.js — 200 — 2.1 KiB — 44 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-previous.PPg5ISRZ.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/utilities-previous.PPg5ISRZ.js — 200 — 2.0 KiB — 39 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/CaptureEvents-ButtonWithRegisterWebPixel.C9CM-ZbB.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/CaptureEvents-ButtonWithRegisterWebPixel.C9CM-ZbB.js — 200 — 1.7 KiB — 44 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/ShopPayLogo.CU1u3ak-.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/ShopPayLogo.CU1u3ak-.js — 200 — 3.2 KiB — 42 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useWalletsTimeout.D38rzlkA.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useWalletsTimeout.D38rzlkA.js — 200 — 3.6 KiB — 42 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-usePostPurchase.6gTKjykb.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-usePostPurchase.6gTKjykb.js — 200 — 1.6 KiB — 40 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useWalletsMonorailTrack.CNFKqCrJ.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useWalletsMonorailTrack.CNFKqCrJ.js — 200 — 2.2 KiB — 38 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/EmptyState.000ImBCQ.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/EmptyState.000ImBCQ.js — 200 — 1.5 KiB — 37 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Section-SectionStyleOverride._nxdM-7E.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Section-SectionStyleOverride._nxdM-7E.js — 200 — 1.7 KiB — 36 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/AutocompleteField-hooks.D7ddWOPl.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/AutocompleteField-hooks.D7ddWOPl.js — 200 — 4.7 KiB — 38 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PendingShipping.CSIjbxPB.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PendingShipping.CSIjbxPB.js — 200 — 1.7 KiB — 37 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/RememberMeSection.DKWFKo67.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/RememberMeSection.DKWFKo67.js — 200 — 62.2 KiB — 43 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PaymentIcon.Da7KsFYs.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PaymentIcon.Da7KsFYs.js — 200 — 2.9 KiB — 43 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/cvv-cvvBridge.CRCz0G5X.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/cvv-cvvBridge.CRCz0G5X.js — 200 — 3.4 KiB — 38 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/payment-usePaymentExemptionReason.C3bPQKmc.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/payment-usePaymentExemptionReason.C3bPQKmc.js — 200 — 1.5 KiB — 41 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useGeneralPaymentErrorMessage.D8Fir3Dl.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useGeneralPaymentErrorMessage.D8Fir3Dl.js — 200 — 1.6 KiB — 45 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PaymentLine.SspFBe8Y.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PaymentLine.SspFBe8Y.js — 200 — 5.2 KiB — 42 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useUpdateCheckoutAddress.T2-XMXB4.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useUpdateCheckoutAddress.T2-XMXB4.js — 200 — 3.0 KiB — 41 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Section.COcOWES-.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Section.COcOWES-.js — 200 — 1.7 KiB — 41 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PaymentErrorBanner.6IPBetb0.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PaymentErrorBanner.6IPBetb0.js — 200 — 2.8 KiB — 56 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useOnePageFormSubmit.BDMeqTBw.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useOnePageFormSubmit.BDMeqTBw.js — 200 — 24.2 KiB — 45 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PaymentButtons.Cf-HxuvV.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PaymentButtons.Cf-HxuvV.js — 200 — 5.0 KiB — 40 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PayButton-sizing.aI2y4pSQ.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/PayButton-sizing.aI2y4pSQ.js — 200 — 2.0 KiB — 42 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/useShopPaySessionTokenStorage.BCTlRWu8.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/useShopPaySessionTokenStorage.BCTlRWu8.js — 200 — 1.9 KiB — 43 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/sandbox-helpers.DdzRc54T.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/sandbox-helpers.DdzRc54T.js — 200 — 2.1 KiB — 44 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/utils-useViolationsHandler.BL3CJRV1.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/utils-useViolationsHandler.BL3CJRV1.js — 200 — 1.9 KiB — 38 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/checkout-as-guest-amazon-pay.CzZxlbwM.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/checkout-as-guest-amazon-pay.CzZxlbwM.js — 200 — 1.5 KiB — 44 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-payment-button.BEjnLAvW.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-payment-button.BEjnLAvW.js — 200 — 2.0 KiB — 43 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShouldRevealExtension.DXwwDxvd.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useShouldRevealExtension.DXwwDxvd.js — 200 — 1.6 KiB — 45 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-usePreselectSpi.Cq-DRIm5.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-usePreselectSpi.Cq-DRIm5.js — 200 — 2.2 KiB — 38 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Switch.BATE5mPg.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Switch.BATE5mPg.js — 200 — 1.7 KiB — 37 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useAvailableShopPromotionDiscounts.2RfHPzS6.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/hooks-useAvailableShopPromotionDiscounts.2RfHPzS6.js — 200 — 2.1 KiB — 35 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Middot.BJuexRcM.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/Middot.BJuexRcM.js — 200 — 2.5 KiB — 39 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/EstimatedDeliveryContent.DwOGh9t6.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/EstimatedDeliveryContent.DwOGh9t6.js — 200 — 4.0 KiB — 39 ms — h3https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/shipping-methods-consolidated-included.B_1Tnl4C.js/cdn/shopifycloud/checkout-web/asse... https://sevano.com/cdn/shopifycloud/checkout-web/assets/c1/shipping-methods-consolidated-included.B_1Tnl4C.js — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
26% of JavaScript execution is third-party
First-party Third-party 807ms · 209KB · €4/mo
script.pop-convert.com
Other
Optional
Execution 127ms
Transfer 1 KB
Monthly Cost €1/mo
cdn.shopify.com
Other
Optional
Execution 121ms
Transfer 4 KB
Monthly Cost €1/mo
cdn.shopify.com
Other
Optional
Execution 121ms
Transfer 39 KB
Monthly Cost €1/mo
d2fk970j0emtue.cloudfront.net
Other
Optional
Execution 101ms
Transfer 84 KB
Unused 83%
Monthly Cost €1/mo
cdn.s3.pop-convert.com
Other
Optional
Execution 90ms
Transfer 10 KB
Monthly Cost €0/mo
widget.trustpilot.com
Other
Optional
Execution 70ms
Transfer 8 KB
Monthly Cost €0/mo
cdn.shopify.com
Other
Optional
Execution 67ms
Transfer 21 KB
Monthly Cost €0/mo
s.adroll.com
Other
Optional
Execution 59ms
Transfer 36 KB
Unused 83%
Monthly Cost €0/mo
cdn.shopify.com
Other
Optional
Execution 50ms
Transfer 6 KB
Monthly Cost €0/mo

83% of d2fk970j0emtue.cloudfront.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

83% of s.adroll.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Image Optimization
19 images, 500 KB total, 443 KB wasted
INFO

Image Optimization Audit

Total Images

19

Total Size

500 KB

Oversized

5

Wasted

443 KB

5 missing dimensions 16 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback