Skip to content
https://vishalperipherals.com

Performance

· 24 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
77
GRADE
C
FIX
5
REVIEW
3
PASS
12
INFO
4

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

44
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
78
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
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.

1.20 s

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

4.18 s

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

653 ms

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

0.000

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

3.01 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.

7.12 s

Page Load Progression

1.0 s
2.0 s
3.0 s
4.0 s
5.1 s
6.1 s
7.1 s
8.1 s
Checks
24
12 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
6.8 MB transferred, 334 requests
FIX
6.8 MB transferred, 334 requests
Critical::
Page weighs 11.4 MB (6.8 MB transferred)
Warning::
Images are 4.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.7 MB
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Info::
Fonts are 223 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 223 KB
Warning::
334 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.8 MB / 2.4 MB budget
6.8 MB transferred
334 requests
1.4 g CO2 per page load
Images 4.7 MiB 70%
JavaScript 1.5 MiB 22%
Fonts 222.9 KiB 3%
CSS 124.7 KiB 2%
HTML 124.6 KiB 2%
Other 21.5 KiB 0%
Other 21.1 KiB 0%
Other 10.6 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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

F
JS Execution Cost
Action
5183ms total JS execution
FIX
5183ms total JS execution
Warning::
https://vishalperipherals.com/: 1640ms CPU time
Warning::
Unattributable: 915ms CPU time
Warning::
https://vishalperipherals.com/cdn/shop/t/56/assets...: 769ms CPU time
Warning::
https://static.customerfields.com/releases/5.3.0/c...: 557ms CPU time
Warning::
https://vishalperipherals.com/cdn/shop/t/56/assets...: 444ms CPU time
Info::
Third-party scripts: 1291ms (25% of total)

Main Thread Breakdown

Other 29% Script Evaluation 28% Style & Layout 24% Parse HTML & CSS 8% Script Parsing & Compilation 7% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://vishalperipherals.com/1640ms150ms43ms1st
Unattributable915ms123ms0ms1st
https://vishalperipherals.com/cdn/shop/t/56/assets/lazysizes.min.js?v=57058462155833580531783594811769ms116ms8ms1st
https://static.customerfields.com/releases/5.3.0/cf-api.js557ms242ms49ms3rd
https://vishalperipherals.com/cdn/shop/t/56/assets/grid-slider.js?v=98482248140174086291783594774444ms247ms0ms1st
https://spin.bestfreecdn.com/storage/js/spin-86461448507.js?ver=11&shop=3b21b8-3e.myshopify.com294ms127ms166ms3rd
https://cdn.shopify.com/extensions/01a07fbc-9026-7222-94e9-8e411f065405/region-restrictions-373/assets/ip-blocker-embed.min.js161ms36ms3ms3rd
https://sdk.breezesdk.store/electron/241.0.6/index.js109ms93ms0ms3rd
https://cdn.shopify.com/extensions/0199ba4c-99c9-70ca-bb25-149afc3b26ad/google-reviews-33/assets/googlereviews.js?shop=3b21b8-3e.myshopify.com&environment=prod89ms38ms51ms3rd
https://cdn.hyperspeed.me/script/vishalperipherals.com/cdn/shop/t/56/assets/jquery.interact-function.js?v=17863092547565816168178913723080ms55ms4ms3rd

Showing top 10 of 12 scripts

F
JS Bundles
Action
126 scripts, 540 KB unused
FIX
126 scripts, 540 KB unused
Warning::
https://spin.bestfreecdn.com/storage/js/spin-86461...: 255 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.customerfields.com/releases/5.3.0/c...: 135 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1...: 77 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.jsdelivr.net/npm/swiper@11/swiper-bund...: 42 KB unused (97%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sdk.breezesdk.store/electron/241.0.6/index...: 30 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 540 KB
540 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://spin.bestfreecdn.com/storage/js/spin-86461448507.js?ver=11&shop=3b21b8-3e.myshopify.com289 KB255 KB (88%)3rd
https://static.customerfields.com/releases/5.3.0/cf-api.js208 KB135 KB (65%)3rd
https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js94 KB77 KB (83%)3rd
https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js44 KB42 KB (97%)3rd
https://sdk.breezesdk.store/electron/241.0.6/index.js46 KB30 KB (66%)3rd
https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/index.DbYUYUPy.js3 KB3rd
https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/ConfirmationSheet.svelte_svelte_type_style_lang.B7_WdPHH.js1 KB3rd
https://vishalperipherals.com/cdn/shop/t/56/assets/grid-slider.js?v=984822481401740862917835947743 KB1st
https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js1 KB3rd
https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.25/jspdf.plugin.autotable.min.js11 KB3rd

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

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

D
Page Weight Inventory
Action
334 resources · 6.8 MB · 540 KB savings available
FIX
334 resources · 6.8 MB · 540 KB savings available
Warning::
Page weight 6.8 MB exceeds 1 MB target by 5.8 MB
Got: 6.8 MB Expected: ≤ 1 MB
Info::
~540 KB of savings available
Info::
203 third-party resources (28% of weight)
Info::
3 resources over 200KB
334 resources · 6.8 MiB · 203 third-party 5.8 MiB over 1MB target
Image 70% · 4.7 MiB
JavaScript 22% · 1.5 MiB
Font 3% · 222.9 KiB
Document 2% · 154.4 KiB
CSS 2% · 124.7 KiB
Other 0% · 21.4 KiB

~539.7 KiB of savings available

Remove unused JavaScript: 539.7 KiB
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
117 images, 0 KB saveable
REVIEW
117 images, 0 KB saveable
Warning::
https://cdn.shopify.com/s/files/1/0864/6144/8507/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0864/6144/8507/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0864/6144/8507/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0864/6144/8507/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0864/6144/8507/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0864/6144/8507/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0864/6144/8507/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0864/6144/8507/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0864/6144/8507/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0864/6144/8507/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
117 images 4.7 MB
0 oversized -0 KB
19 legacy format
10 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

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

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
Asset Compression
1 of 5 asset hosts serve text uncompressed
REVIEW
1 of 5 asset hosts serve text uncompressed
Info::
cdn.shopify.com serves assets with brotli (assets: 45)
Got: cdn.shopify.com (text/javascript)
Warning::
fonts.googleapis.com serves text assets uncompressed (assets: 6)
The sampled response carries a text content type but no Content-Encoding, so the bytes go over the wire raw. Text compression typically removes 70-80% of a JS or CSS payload -- this is the single cheapest transfer win available on this host.
Got: fonts.googleapis.com (text/css)
Info::
cdn.jsdelivr.net serves assets with brotli (assets: 4)
Got: cdn.jsdelivr.net (text/css)
Info::
cdn.hyperspeed.me serves assets with brotli (assets: 3)
Got: cdn.hyperspeed.me (application/javascript)
Info::
spin.bestfreecdn.com serves assets with brotli (assets: 3)
Got: spin.bestfreecdn.com (application/javascript)
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.
A
Third-Party Impact
28% third-party, 0 ms blocking
PASS
28% third-party, 0 ms blocking
Info::
Third-party code accounts for 28% of page weight (1.9 MiB of 6.8 MiB)
Info::
Third-party blocking time is low (0 ms)
72%
28%
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
10 fonts (223 KB)
PASS
10 fonts (223 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

223 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.2 s LCP 4.2 shttps://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0reHelJo0.woff2LDIqapSCOBt_aeQQ7ftydoa... https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0reHelJo0.woff2 — 11.6 KiB — 36 ms — font-display: swaphttps://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0gebelJo0.woff2LDIqapSCOBt_aeQQ7ftydoa... https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0gebelJo0.woff2 — 11.6 KiB — 41 ms — font-display: swaphttps://fonts.gstatic.com/s/baijamjuree/v13/LDI1apSCOBt_aeQQ7ftydoa8XsLL.woff2LDI1apSCOBt_aeQQ7ftydoa... https://fonts.gstatic.com/s/baijamjuree/v13/LDI1apSCOBt_aeQQ7ftydoa8XsLL.woff2 — 11.4 KiB — 47 ms — font-display: swaphttps://vishalperipherals.com/cdn/shop/t/56/assets/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://vishalperipherals.com/cdn/shop/t/56/assets/fontawesome-webfont.woff2?v=4.7.0 — 76.4 KiB — 100 ms — font-display: swaphttps://vishalperipherals.com/cdn/shop/t/56/assets/icon-dukamarket.ttf?yk7d8sicon-dukamarket.ttf https://vishalperipherals.com/cdn/shop/t/56/assets/icon-dukamarket.ttf?yk7d8s — 32.7 KiB — 62 ms — font-display: swaphttps://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa05efelJo0.woff2LDIqapSCOBt_aeQQ7ftydoa... https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa05efelJo0.woff2 — 11.4 KiB — 50 ms — font-display: swaphttps://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0gebempo0yyg.woff2LDIqapSCOBt_aeQQ7ftydoa... https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0gebempo0yyg.woff2 — 10.6 KiB — 54 ms — font-display: swaphttps://fonts.gstatic.com/s/baijamjuree/v13/LDI1apSCOBt_aeQQ7ftydoa8UMLLq7s.woff2LDI1apSCOBt_aeQQ7ftydoa... https://fonts.gstatic.com/s/baijamjuree/v13/LDI1apSCOBt_aeQQ7ftydoa8UMLLq7s.woff2 — 10.2 KiB — 21 ms — font-display: swaphttps://fonts.gstatic.com/s/baijamjuree/v13/LDIoapSCOBt_aeQQ7ftydoa8W_o6kKo20yw.woff2LDIoapSCOBt_aeQQ7ftydoa... https://fonts.gstatic.com/s/baijamjuree/v13/LDIoapSCOBt_aeQQ7ftydoa8W_o6kKo20yw.woff2 — 12.9 KiB — 15 ms — font-display: swaphttps://sdk.breeze.in/gallery/fonts/EuclidCircularA-Regular.woff2EuclidCircularA-Regular... https://sdk.breeze.in/gallery/fonts/EuclidCircularA-Regular.woff2 — 34.2 KiB — 30 ms — font-display: swap
LDIqapSCOBt_aeQQ7ftydoa... woff2 swap
Size 12 KB
Load time 36 ms
Start 837 ms
Risk FOUT — text flashes from fallback to web font
LDIqapSCOBt_aeQQ7ftydoa... woff2 swap
Size 12 KB
Load time 41 ms
Start 838 ms
Risk FOUT — text flashes from fallback to web font
LDI1apSCOBt_aeQQ7ftydoa... woff2 swap
Size 11 KB
Load time 47 ms
Start 841 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 100 ms
Start 842 ms
Risk FOUT — text flashes from fallback to web font
icon-dukamarket.ttf ttf swap
Size 33 KB
Load time 62 ms
Start 843 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
LDIqapSCOBt_aeQQ7ftydoa... woff2 swap
Size 11 KB
Load time 50 ms
Start 843 ms
Risk FOUT — text flashes from fallback to web font
LDIqapSCOBt_aeQQ7ftydoa... woff2 swap
Size 11 KB
Load time 54 ms
Start 845 ms
Risk FOUT — text flashes from fallback to web font
LDI1apSCOBt_aeQQ7ftydoa... woff2 swap
Size 10 KB
Load time 21 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
LDIoapSCOBt_aeQQ7ftydoa... woff2 swap
Size 13 KB
Load time 15 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
EuclidCircularA-Regular... woff2 swap
Size 34 KB
Load time 30 ms
Start 4.0 s
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)

Fixing the unchecked items could save ~10 KB and ~20 ms

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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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+
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
18 Server-Timing entries advertised
PASS
18 Server-Timing entries advertised
Info::
Server-Timing header advertises 18 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+
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
334 requests over 7386ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.2 s LCP 4.2 shttps://vishalperipherals.com// https://vishalperipherals.com/ — 200 — 121.4 KiB — 150 ms — h2https://vishalperipherals.com/cdn/shopifycloud/storefront/assets/storefront/storefronts.moderate.specrules-eb468f32.json/cdn/shopifycloud/storefront/assets... https://vishalperipherals.com/cdn/shopifycloud/storefront/assets/storefront/storefronts.moderate.specrules-eb468f32.json — 200 — 1.2 KiB — 36 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/customm.css?v=61625493045234070881784022710/cdn/shop/t/56/assets/customm.css?v... https://vishalperipherals.com/cdn/shop/t/56/assets/customm.css?v=61625493045234070881784022710 — 200 — 0 B — 164 ms — h2https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swapfonts.googleapis.com/css2?family=To... https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap — 200 — 0 B — 166 ms — h2https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swapfonts.googleapis.com/css2?family=Ov... https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap — 200 — 0 B — 166 ms — h2https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swapfonts.googleapis.com/css2?family=Ba... https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.font-awesome.min.css?v=21869632697367095781783594836/cdn/shop/t/56/assets/style.font-aw... https://vishalperipherals.com/cdn/shop/t/56/assets/style.font-awesome.min.css?v=21869632697367095781783594836 — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.fotorama.min.css?v=106436700360161332531783594837/cdn/shop/t/56/assets/style.fotoram... https://vishalperipherals.com/cdn/shop/t/56/assets/style.fotorama.min.css?v=106436700360161332531783594837 — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.magnific-popup.min.css?v=166369077899702518891783594840/cdn/shop/t/56/assets/style.magnifi... https://vishalperipherals.com/cdn/shop/t/56/assets/style.magnific-popup.min.css?v=166369077899702518891783594840 — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.pre_theme.css?v=63665952143555552221783594841/cdn/shop/t/56/assets/style.pre_the... https://vishalperipherals.com/cdn/shop/t/56/assets/style.pre_theme.css?v=63665952143555552221783594841 — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/dukamarket.css?v=74901411931273550181783594747/cdn/shop/t/56/assets/dukamarket.cs... https://vishalperipherals.com/cdn/shop/t/56/assets/dukamarket.css?v=74901411931273550181783594747 — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.slick-theme.min.css?v=161686070267836145841783594842/cdn/shop/t/56/assets/style.slick-t... https://vishalperipherals.com/cdn/shop/t/56/assets/style.slick-theme.min.css?v=161686070267836145841783594842 — 200 — 0 B — 167 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.slick.min.css?v=59802560899855143101783594843/cdn/shop/t/56/assets/style.slick.m... https://vishalperipherals.com/cdn/shop/t/56/assets/style.slick.min.css?v=59802560899855143101783594843 — 200 — 1.2 KiB — 95 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/animate.css?v=73132803757515804051783594727/cdn/shop/t/56/assets/animate.css?v... https://vishalperipherals.com/cdn/shop/t/56/assets/animate.css?v=73132803757515804051783594727 — 200 — 4.2 KiB — 97 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/header.css?v=128167090013301603371785417384/cdn/shop/t/56/assets/header.css?v=... https://vishalperipherals.com/cdn/shop/t/56/assets/header.css?v=128167090013301603371785417384 — 200 — 11.0 KiB — 100 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/footer1.css?v=7543831601866619291783594771/cdn/shop/t/56/assets/footer1.css?v... https://vishalperipherals.com/cdn/shop/t/56/assets/footer1.css?v=7543831601866619291783594771 — 200 — 3.0 KiB — 105 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/global.css?v=33554563458366365271783594773/cdn/shop/t/56/assets/global.css?v=... https://vishalperipherals.com/cdn/shop/t/56/assets/global.css?v=33554563458366365271783594773 — 200 — 19.6 KiB — 110 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/skeleton.css?v=155343501801830526021783594832/cdn/shop/t/56/assets/skeleton.css?... https://vishalperipherals.com/cdn/shop/t/56/assets/skeleton.css?v=155343501801830526021783594832 — 200 — 2.0 KiB — 111 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/vertical_menu.css?v=7469216915555386581783594849/cdn/shop/t/56/assets/vertical_menu... https://vishalperipherals.com/cdn/shop/t/56/assets/vertical_menu.css?v=7469216915555386581783594849 — 200 — 2.5 KiB — 116 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/product.css?v=69491019206242741071783594827/cdn/shop/t/56/assets/product.css?v... https://vishalperipherals.com/cdn/shop/t/56/assets/product.css?v=69491019206242741071783594827 — 200 — 9.2 KiB — 119 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/product_page.css?v=57583909841087948211783594827/cdn/shop/t/56/assets/product_page.... https://vishalperipherals.com/cdn/shop/t/56/assets/product_page.css?v=57583909841087948211783594827 — 200 — 6.3 KiB — 123 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/blog.css?v=120132465408182398111783594733/cdn/shop/t/56/assets/blog.css?v=12... https://vishalperipherals.com/cdn/shop/t/56/assets/blog.css?v=120132465408182398111783594733 — 200 — 5.4 KiB — 115 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/custom-color-variants.css?v=71847258459673946471787206343/cdn/shop/t/56/assets/custom-color-... https://vishalperipherals.com/cdn/shop/t/56/assets/custom-color-variants.css?v=71847258459673946471787206343 — 200 — 1009 B — 118 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/custom.css?v=72807121302664002921783594896/cdn/shop/t/56/assets/custom.css?v=... https://vishalperipherals.com/cdn/shop/t/56/assets/custom.css?v=72807121302664002921783594896 — 200 — 1.9 KiB — 117 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.min.js?v=97790578985982938961783594795/cdn/shop/t/56/assets/jquery.min.js... https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.min.js?v=97790578985982938961783594795 — 200 — 29.5 KiB — 140 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.slick.min.js?v=89044120418723834191783594797/cdn/shop/t/56/assets/jquery.slick.... https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.slick.min.js?v=89044120418723834191783594797 — 200 — 10.4 KiB — 180 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/grid-slider.js?v=98482248140174086291783594774/cdn/shop/t/56/assets/grid-slider.j... https://vishalperipherals.com/cdn/shop/t/56/assets/grid-slider.js?v=98482248140174086291783594774 — 200 — 3.1 KiB — 200 ms — h3https://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.1 KiB — 138 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.jscdnjs.cloudflare.com/ajax/libs/jspd... https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js — 200 — 93.8 KiB — 269 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.25/jspdf.plugin.autotable.min.jscdnjs.cloudflare.com/ajax/libs/jspd... https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.25/jspdf.plugin.autotable.min.js — 200 — 10.5 KiB — 197 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.2 s LCP 4.2 shttps://vishalperipherals.com// https://vishalperipherals.com/ — 200 — 121.4 KiB — 150 ms — h2https://vishalperipherals.com/cdn/shopifycloud/storefront/assets/storefront/storefronts.moderate.specrules-eb468f32.json/cdn/shopifycloud/storefront/assets... https://vishalperipherals.com/cdn/shopifycloud/storefront/assets/storefront/storefronts.moderate.specrules-eb468f32.json — 200 — 1.2 KiB — 36 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/customm.css?v=61625493045234070881784022710/cdn/shop/t/56/assets/customm.css?v... https://vishalperipherals.com/cdn/shop/t/56/assets/customm.css?v=61625493045234070881784022710 — 200 — 0 B — 164 ms — h2https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swapfonts.googleapis.com/css2?family=To... https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap — 200 — 0 B — 166 ms — h2https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swapfonts.googleapis.com/css2?family=Ov... https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap — 200 — 0 B — 166 ms — h2https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swapfonts.googleapis.com/css2?family=Ba... https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.font-awesome.min.css?v=21869632697367095781783594836/cdn/shop/t/56/assets/style.font-aw... https://vishalperipherals.com/cdn/shop/t/56/assets/style.font-awesome.min.css?v=21869632697367095781783594836 — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.fotorama.min.css?v=106436700360161332531783594837/cdn/shop/t/56/assets/style.fotoram... https://vishalperipherals.com/cdn/shop/t/56/assets/style.fotorama.min.css?v=106436700360161332531783594837 — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.magnific-popup.min.css?v=166369077899702518891783594840/cdn/shop/t/56/assets/style.magnifi... https://vishalperipherals.com/cdn/shop/t/56/assets/style.magnific-popup.min.css?v=166369077899702518891783594840 — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.pre_theme.css?v=63665952143555552221783594841/cdn/shop/t/56/assets/style.pre_the... https://vishalperipherals.com/cdn/shop/t/56/assets/style.pre_theme.css?v=63665952143555552221783594841 — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/dukamarket.css?v=74901411931273550181783594747/cdn/shop/t/56/assets/dukamarket.cs... https://vishalperipherals.com/cdn/shop/t/56/assets/dukamarket.css?v=74901411931273550181783594747 — 200 — 0 B — 166 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.slick-theme.min.css?v=161686070267836145841783594842/cdn/shop/t/56/assets/style.slick-t... https://vishalperipherals.com/cdn/shop/t/56/assets/style.slick-theme.min.css?v=161686070267836145841783594842 — 200 — 0 B — 167 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/style.slick.min.css?v=59802560899855143101783594843/cdn/shop/t/56/assets/style.slick.m... https://vishalperipherals.com/cdn/shop/t/56/assets/style.slick.min.css?v=59802560899855143101783594843 — 200 — 1.2 KiB — 95 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/animate.css?v=73132803757515804051783594727/cdn/shop/t/56/assets/animate.css?v... https://vishalperipherals.com/cdn/shop/t/56/assets/animate.css?v=73132803757515804051783594727 — 200 — 4.2 KiB — 97 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/header.css?v=128167090013301603371785417384/cdn/shop/t/56/assets/header.css?v=... https://vishalperipherals.com/cdn/shop/t/56/assets/header.css?v=128167090013301603371785417384 — 200 — 11.0 KiB — 100 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/footer1.css?v=7543831601866619291783594771/cdn/shop/t/56/assets/footer1.css?v... https://vishalperipherals.com/cdn/shop/t/56/assets/footer1.css?v=7543831601866619291783594771 — 200 — 3.0 KiB — 105 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/global.css?v=33554563458366365271783594773/cdn/shop/t/56/assets/global.css?v=... https://vishalperipherals.com/cdn/shop/t/56/assets/global.css?v=33554563458366365271783594773 — 200 — 19.6 KiB — 110 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/skeleton.css?v=155343501801830526021783594832/cdn/shop/t/56/assets/skeleton.css?... https://vishalperipherals.com/cdn/shop/t/56/assets/skeleton.css?v=155343501801830526021783594832 — 200 — 2.0 KiB — 111 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/vertical_menu.css?v=7469216915555386581783594849/cdn/shop/t/56/assets/vertical_menu... https://vishalperipherals.com/cdn/shop/t/56/assets/vertical_menu.css?v=7469216915555386581783594849 — 200 — 2.5 KiB — 116 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/product.css?v=69491019206242741071783594827/cdn/shop/t/56/assets/product.css?v... https://vishalperipherals.com/cdn/shop/t/56/assets/product.css?v=69491019206242741071783594827 — 200 — 9.2 KiB — 119 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/product_page.css?v=57583909841087948211783594827/cdn/shop/t/56/assets/product_page.... https://vishalperipherals.com/cdn/shop/t/56/assets/product_page.css?v=57583909841087948211783594827 — 200 — 6.3 KiB — 123 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/blog.css?v=120132465408182398111783594733/cdn/shop/t/56/assets/blog.css?v=12... https://vishalperipherals.com/cdn/shop/t/56/assets/blog.css?v=120132465408182398111783594733 — 200 — 5.4 KiB — 115 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/custom-color-variants.css?v=71847258459673946471787206343/cdn/shop/t/56/assets/custom-color-... https://vishalperipherals.com/cdn/shop/t/56/assets/custom-color-variants.css?v=71847258459673946471787206343 — 200 — 1009 B — 118 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/custom.css?v=72807121302664002921783594896/cdn/shop/t/56/assets/custom.css?v=... https://vishalperipherals.com/cdn/shop/t/56/assets/custom.css?v=72807121302664002921783594896 — 200 — 1.9 KiB — 117 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.min.js?v=97790578985982938961783594795/cdn/shop/t/56/assets/jquery.min.js... https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.min.js?v=97790578985982938961783594795 — 200 — 29.5 KiB — 140 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.slick.min.js?v=89044120418723834191783594797/cdn/shop/t/56/assets/jquery.slick.... https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.slick.min.js?v=89044120418723834191783594797 — 200 — 10.4 KiB — 180 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/grid-slider.js?v=98482248140174086291783594774/cdn/shop/t/56/assets/grid-slider.j... https://vishalperipherals.com/cdn/shop/t/56/assets/grid-slider.js?v=98482248140174086291783594774 — 200 — 3.1 KiB — 200 ms — h3https://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.1 KiB — 138 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.jscdnjs.cloudflare.com/ajax/libs/jspd... https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js — 200 — 93.8 KiB — 269 ms — h3https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.25/jspdf.plugin.autotable.min.jscdnjs.cloudflare.com/ajax/libs/jspd... https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.25/jspdf.plugin.autotable.min.js — 200 — 10.5 KiB — 197 ms — h3https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css — 200 — 5.0 KiB — 178 ms — h2https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.jscdn.jsdelivr.net/npm/swiper@11/swip... https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js — 200 — 43.8 KiB — 225 ms — h2https://cdn.jsdelivr.net/npm/canvas-confetti@1.6.0/dist/confetti.browser.min.jscdn.jsdelivr.net/npm/canvas-confett... https://cdn.jsdelivr.net/npm/canvas-confetti@1.6.0/dist/confetti.browser.min.js — 200 — 3.7 KiB — 179 ms — h2https://cdn.shopify.com/extensions/01a07fbc-9026-7222-94e9-8e411f065405/region-restrictions-373/assets/ip-blocker-embed.min.jscdn.shopify.com/extensions/01a07fbc... https://cdn.shopify.com/extensions/01a07fbc-9026-7222-94e9-8e411f065405/region-restrictions-373/assets/ip-blocker-embed.min.js — 200 — 23.2 KiB — 183 ms — h2https://cdn.shopify.com/extensions/01a09eb7-1ced-7ea2-ae6c-c22adb3a95a0/affliate-by-secomapp-125/assets/customer-referral.csscdn.shopify.com/extensions/01a09eb7... https://cdn.shopify.com/extensions/01a09eb7-1ced-7ea2-ae6c-c22adb3a95a0/affliate-by-secomapp-125/assets/customer-referral.css — 200 — 2.1 KiB — 145 ms — h2https://cdn.shopify.com/extensions/0199ba4c-99c9-70ca-bb25-149afc3b26ad/google-reviews-33/assets/googlereviews.csscdn.shopify.com/extensions/0199ba4c... https://cdn.shopify.com/extensions/0199ba4c-99c9-70ca-bb25-149afc3b26ad/google-reviews-33/assets/googlereviews.css — 200 — 940 B — 141 ms — h2https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_DyWapYXk.en.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.init-shop-cart-sync_DyWapYXk.en.esm.js — 200 — 1.5 KiB — 38 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.document_DMcRsBXN.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.document_DMcRsBXN.esm.js — 200 — 1.0 KiB — 80 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.init_1FSTQw6a.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.init_1FSTQw6a.esm.js — 200 — 1.1 KiB — 67 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.register_CyWSTojb.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.register_CyWSTojb.esm.js — 200 — 21.5 KiB — 103 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_CHHZATl5.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.tslib-es6_CHHZATl5.esm.js — 200 — 1.3 KiB — 82 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.networkErrorMessages_DIkDbO6W.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.networkErrorMessages_DIkDbO6W.esm.js — 200 — 1019 B — 79 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_BrQoeEr3.en.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/client.shop-cart-sync_BrQoeEr3.en.esm.js — 200 — 3.4 KiB — 81 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_CIjOjzsO.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.defineInitFunction_CIjOjzsO.esm.js — 200 — 954 B — 79 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.window_CAbVMZox.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.window_CAbVMZox.esm.js — 200 — 1.3 KiB — 76 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.casing_U_9x-Om3.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.casing_U_9x-Om3.esm.js — 200 — 5.3 KiB — 101 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.utils_CY1J4tRu.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.utils_CY1J4tRu.esm.js — 200 — 3.8 KiB — 98 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.v4_D2VNBPfk.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.v4_D2VNBPfk.esm.js — 200 — 1.3 KiB — 76 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_D5ZIuhZc.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.useUserRecognitionSignal_D5ZIuhZc.esm.js — 200 — 1.2 KiB — 72 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.storage_DQF5v-OM.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.storage_DQF5v-OM.esm.js — 200 — 1.0 KiB — 92 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_FQ60gQnj.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.hooks_FQ60gQnj.esm.js — 200 — 882 B — 91 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.authorize_WtTR8Xbh.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.authorize_WtTR8Xbh.esm.js — 200 — 1.1 KiB — 90 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.useEventListener_D5-R6De3.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.useEventListener_D5-R6De3.esm.js — 200 — 1.5 KiB — 88 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.validators_09U1U9sZ.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.validators_09U1U9sZ.esm.js — 200 — 1.3 KiB — 88 ms — h3https://sdk.breezesdk.store/configs/3b21b8-3e/crt.jssdk.breezesdk.store/configs/3b21b8-... https://sdk.breezesdk.store/configs/3b21b8-3e/crt.js — 200 — 809 B — 39 ms — h2https://sdk.breezesdk.store/nexus/ctrl/shopify/mods/184.0.1/mod.jssdk.breezesdk.store/nexus/ctrl/shop... https://sdk.breezesdk.store/nexus/ctrl/shopify/mods/184.0.1/mod.js — 200 — 4.1 KiB — 35 ms — h2https://cdn.shopify.com/storefront/web-components/chat.jscdn.shopify.com/storefront/web-comp... https://cdn.shopify.com/storefront/web-components/chat.js — 200 — 19.0 KiB — 33 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/breezeUtmTracker.js?v=5028909034269049321783594735/cdn/shop/t/56/assets/breezeUtmTrac... https://vishalperipherals.com/cdn/shop/t/56/assets/breezeUtmTracker.js?v=5028909034269049321783594735 — 200 — 1.2 KiB — 29 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/hs-instantload.min.js?v=106803949153345037901783594777/cdn/shop/t/56/assets/hs-instantloa... https://vishalperipherals.com/cdn/shop/t/56/assets/hs-instantload.min.js?v=106803949153345037901783594777 — 200 — 1.9 KiB — 38 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/hs-script-loader.min.js?v=62836566024746520321783594778/cdn/shop/t/56/assets/hs-script-loa... https://vishalperipherals.com/cdn/shop/t/56/assets/hs-script-loader.min.js?v=62836566024746520321783594778 — 200 — 2.0 KiB — 80 ms — h3https://cdn.hyperspeed.me/script/vishalperipherals.com/cdn/shop/t/56/assets/localization-form.js?v=161644695336821385561783594817cdn.hyperspeed.me/script/vishalperi... https://cdn.hyperspeed.me/script/vishalperipherals.com/cdn/shop/t/56/assets/localization-form.js?v=161644695336821385561783594817 — 200 — 1.1 KiB — 144 ms — h3https://vishalperipherals.com/cdn/shopifycloud/storefront/assets/themes_support/shopify_common-5f594365.js/cdn/shopifycloud/storefront/assets... https://vishalperipherals.com/cdn/shopifycloud/storefront/assets/themes_support/shopify_common-5f594365.js — 200 — 1.5 KiB — 77 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/shopify.min.js?v=83249316212193928691783594831/cdn/shop/t/56/assets/shopify.min.j... https://vishalperipherals.com/cdn/shop/t/56/assets/shopify.min.js?v=83249316212193928691783594831 — 200 — 1.4 KiB — 104 ms — h3https://cdn.hyperspeed.me/script/vishalperipherals.com/cdn/shop/t/56/assets/count-down.js?v=26285142054195001101783594741cdn.hyperspeed.me/script/vishalperi... https://cdn.hyperspeed.me/script/vishalperipherals.com/cdn/shop/t/56/assets/count-down.js?v=26285142054195001101783594741 — 200 — 1.8 KiB — 149 ms — h3https://cdn.shopify.com/s/javascripts/currencies.jscdn.shopify.com/s/javascripts/curre... https://cdn.shopify.com/s/javascripts/currencies.js — 200 — 2.2 KiB — 104 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/vendor.js?v=122168222777301749281783594848/cdn/shop/t/56/assets/vendor.js?v=1... https://vishalperipherals.com/cdn/shop/t/56/assets/vendor.js?v=122168222777301749281783594848 — 200 — 1.9 KiB — 100 ms — h3https://vishalperipherals.com/checkouts/internal/preloads.js?locale=en-IN&default_configuration_id=6286541115/checkouts/internal/preloads.js?loc... https://vishalperipherals.com/checkouts/internal/preloads.js?locale=en-IN&default_configuration_id=6286541115 — 200 — 4.2 KiB — 101 ms — h3https://vishalperipherals.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js/cdn/shopifycloud/storefront/assets... https://vishalperipherals.com/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js — 200 — 4.0 KiB — 97 ms — h3https://vishalperipherals.com// https://vishalperipherals.com/ — 200 — 3.2 KiB — 157 ms — h2https://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.5 KiB — 61 ms — h3https://cdn.shopify.com/extensions/0199ba4c-99c9-70ca-bb25-149afc3b26ad/google-reviews-33/assets/googlereviewsloader.jscdn.shopify.com/extensions/0199ba4c... https://cdn.shopify.com/extensions/0199ba4c-99c9-70ca-bb25-149afc3b26ad/google-reviews-33/assets/googlereviewsloader.js — 200 — 2.8 KiB — 99 ms — h3https://cdn.shopify.com/extensions/01a08bfe-b644-721f-9c36-13e8ad8cd363/stockiq-30/assets/sweetalert.jscdn.shopify.com/extensions/01a08bfe... https://cdn.shopify.com/extensions/01a08bfe-b644-721f-9c36-13e8ad8cd363/stockiq-30/assets/sweetalert.js — 200 — 18.8 KiB — 102 ms — h3https://cdn.shopify.com/extensions/01a09eb7-1ced-7ea2-ae6c-c22adb3a95a0/affliate-by-secomapp-125/assets/core.min.jscdn.shopify.com/extensions/01a09eb7... https://cdn.shopify.com/extensions/01a09eb7-1ced-7ea2-ae6c-c22adb3a95a0/affliate-by-secomapp-125/assets/core.min.js — 200 — 3.7 KiB — 99 ms — h3https://cdn.shopify.com/extensions/01a09eb7-1ced-7ea2-ae6c-c22adb3a95a0/affliate-by-secomapp-125/assets/customer-referral.jscdn.shopify.com/extensions/01a09eb7... https://cdn.shopify.com/extensions/01a09eb7-1ced-7ea2-ae6c-c22adb3a95a0/affliate-by-secomapp-125/assets/customer-referral.js — 200 — 8.7 KiB — 99 ms — h3https://cdn.shopify.com/extensions/01a0818c-4043-761c-a664-257f7c1cb435/xcloud-search-filter-74/assets/shopify.jscdn.shopify.com/extensions/01a0818c... https://cdn.shopify.com/extensions/01a0818c-4043-761c-a664-257f7c1cb435/xcloud-search-filter-74/assets/shopify.js — 200 — 8.6 KiB — 103 ms — h3https://vishalperipherals.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.9.2.min.js/cdn/shopifycloud/perf-kit/shopify-... https://vishalperipherals.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.9.2.min.js — 200 — 26.0 KiB — 97 ms — h3https://static.customerfields.com/releases/5.3.0/cf-api.jsstatic.customerfields.com/releases/... https://static.customerfields.com/releases/5.3.0/cf-api.js — 200 — 208.1 KiB — 142 ms — h2https://ip-check-perf.radar.cloudflare.com/api/infoip-check-perf.radar.cloudflare.com/... https://ip-check-perf.radar.cloudflare.com/api/info — 200 — 668 B — 127 ms — h3https://vishalperipherals.com/cdn/shop/files/lOGO_1_200x@2x.png?v=1745412309/cdn/shop/files/lOGO_1_200x@2x.png?... https://vishalperipherals.com/cdn/shop/files/lOGO_1_200x@2x.png?v=1745412309 — 200 — 7.3 KiB — 68 ms — h3https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0reHelJo0.woff2fonts.gstatic.com/s/baijamjuree/v13... https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0reHelJo0.woff2 — 200 — 11.6 KiB — 36 ms — h3https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0gebelJo0.woff2fonts.gstatic.com/s/baijamjuree/v13... https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0gebelJo0.woff2 — 200 — 11.6 KiB — 41 ms — h3https://fonts.gstatic.com/s/baijamjuree/v13/LDI1apSCOBt_aeQQ7ftydoa8XsLL.woff2fonts.gstatic.com/s/baijamjuree/v13... https://fonts.gstatic.com/s/baijamjuree/v13/LDI1apSCOBt_aeQQ7ftydoa8XsLL.woff2 — 200 — 11.4 KiB — 47 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/fontawesome-webfont.woff2?v=4.7.0/cdn/shop/t/56/assets/fontawesome-w... https://vishalperipherals.com/cdn/shop/t/56/assets/fontawesome-webfont.woff2?v=4.7.0 — 200 — 76.4 KiB — 100 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/icon-dukamarket.ttf?yk7d8s/cdn/shop/t/56/assets/icon-dukamark... https://vishalperipherals.com/cdn/shop/t/56/assets/icon-dukamarket.ttf?yk7d8s — 200 — 32.7 KiB — 62 ms — h3https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa05efelJo0.woff2fonts.gstatic.com/s/baijamjuree/v13... https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa05efelJo0.woff2 — 200 — 11.4 KiB — 50 ms — h3https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0gebempo0yyg.woff2fonts.gstatic.com/s/baijamjuree/v13... https://fonts.gstatic.com/s/baijamjuree/v13/LDIqapSCOBt_aeQQ7ftydoa0gebempo0yyg.woff2 — 200 — 10.6 KiB — 54 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/slideshow.css?v=166210559759565919291783594835/cdn/shop/t/56/assets/slideshow.css... https://vishalperipherals.com/cdn/shop/t/56/assets/slideshow.css?v=166210559759565919291783594835 — 200 — 2.7 KiB — 87 ms — h3https://ipv4-check-perf.radar.cloudflare.com/api/infoipv4-check-perf.radar.cloudflare.co... https://ipv4-check-perf.radar.cloudflare.com/api/info — 200 — 665 B — 187 ms — h3https://vishalperipherals.com/cdn/shop/files/Ai_Computers_Off_1200x628_jpg.jpg?v=1789551547&width=1500/cdn/shop/files/Ai_Computers_Off_12... https://vishalperipherals.com/cdn/shop/files/Ai_Computers_Off_1200x628_jpg.jpg?v=1789551547&width=1500 — 200 — 127.0 KiB — 1.2 s — h3https://vishalperipherals.com/cdn/shop/files/Ai_Computers_Off_1200x628_jpg.jpg?v=1789551547&width=750/cdn/shop/files/Ai_Computers_Off_12... https://vishalperipherals.com/cdn/shop/files/Ai_Computers_Off_1200x628_jpg.jpg?v=1789551547&width=750 — 200 — 68.0 KiB — 144 ms — h3https://vishalperipherals.com/cdn/shop/files/3_jpg_4cbddf60-2495-4a29-bde1-849b8e11dd39.jpg?v=1789120159&width=1500/cdn/shop/files/3_jpg_4cbddf60-2495... https://vishalperipherals.com/cdn/shop/files/3_jpg_4cbddf60-2495-4a29-bde1-849b8e11dd39.jpg?v=1789120159&width=1500 — 200 — 148.3 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/3_jpg_4cbddf60-2495-4a29-bde1-849b8e11dd39.jpg?v=1789120159&width=750/cdn/shop/files/3_jpg_4cbddf60-2495... https://vishalperipherals.com/cdn/shop/files/3_jpg_4cbddf60-2495-4a29-bde1-849b8e11dd39.jpg?v=1789120159&width=750 — 200 — 81.8 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/Aoc_Monitors_1200x628_2_jpg.jpg?v=1788515723&width=1500/cdn/shop/files/Aoc_Monitors_1200x6... https://vishalperipherals.com/cdn/shop/files/Aoc_Monitors_1200x628_2_jpg.jpg?v=1788515723&width=1500 — 200 — 159.6 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/Aoc_Monitors_1200x628_2_jpg.jpg?v=1788515723&width=750/cdn/shop/files/Aoc_Monitors_1200x6... https://vishalperipherals.com/cdn/shop/files/Aoc_Monitors_1200x628_2_jpg.jpg?v=1788515723&width=750 — 200 — 91.7 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/Keychron_Offer_1200x628_2_jpg.jpg?v=1788241871&width=1500/cdn/shop/files/Keychron_Offer_1200... https://vishalperipherals.com/cdn/shop/files/Keychron_Offer_1200x628_2_jpg.jpg?v=1788241871&width=1500 — 200 — 173.0 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/Keychron_Offer_1200x628_2_jpg.jpg?v=1788241871&width=750/cdn/shop/files/Keychron_Offer_1200... https://vishalperipherals.com/cdn/shop/files/Keychron_Offer_1200x628_2_jpg.jpg?v=1788241871&width=750 — 200 — 76.0 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/4949301-O_26Q3_OniBundle_WebAssets_KeyArtWebPromos_jpg.jpg?v=1787728527&width=1500/cdn/shop/files/4949301-O_26Q3_OniB... https://vishalperipherals.com/cdn/shop/files/4949301-O_26Q3_OniBundle_WebAssets_KeyArtWebPromos_jpg.jpg?v=1787728527&width=1500 — 200 — 77.5 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/4949301-O_26Q3_OniBundle_WebAssets_KeyArtWebPromos_jpg.jpg?v=1787728527&width=750/cdn/shop/files/4949301-O_26Q3_OniB... https://vishalperipherals.com/cdn/shop/files/4949301-O_26Q3_OniBundle_WebAssets_KeyArtWebPromos_jpg.jpg?v=1787728527&width=750 — 200 — 39.9 KiB — 1.1 s — h3https://vishalperipherals.com/cdn/shop/files/Nvidia-Banner-1200x628.jpg?v=1788431654&width=1500/cdn/shop/files/Nvidia-Banner-1200x... https://vishalperipherals.com/cdn/shop/files/Nvidia-Banner-1200x628.jpg?v=1788431654&width=1500 — 200 — 140.3 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/Nvidia-Banner-1200x628.jpg?v=1788431654&width=750/cdn/shop/files/Nvidia-Banner-1200x... https://vishalperipherals.com/cdn/shop/files/Nvidia-Banner-1200x628.jpg?v=1788431654&width=750 — 200 — 72.1 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/Zoiwe_Mouse_Mousepads_1200x628_2_jpg.jpg?v=1787055626&width=1500/cdn/shop/files/Zoiwe_Mouse_Mousepa... https://vishalperipherals.com/cdn/shop/files/Zoiwe_Mouse_Mousepads_1200x628_2_jpg.jpg?v=1787055626&width=1500 — 200 — 132.0 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/Zoiwe_Mouse_Mousepads_1200x628_2_jpg.jpg?v=1787055626&width=750/cdn/shop/files/Zoiwe_Mouse_Mousepa... https://vishalperipherals.com/cdn/shop/files/Zoiwe_Mouse_Mousepads_1200x628_2_jpg.jpg?v=1787055626&width=750 — 200 — 65.1 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/1200X628_0867093d-5f28-44db-8bfa-4ed35a84f809.jpg?v=1787035641&width=1500/cdn/shop/files/1200X628_0867093d-5... https://vishalperipherals.com/cdn/shop/files/1200X628_0867093d-5f28-44db-8bfa-4ed35a84f809.jpg?v=1787035641&width=1500 — 200 — 98.5 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/1200X628_0867093d-5f28-44db-8bfa-4ed35a84f809.jpg?v=1787035641&width=750/cdn/shop/files/1200X628_0867093d-5... https://vishalperipherals.com/cdn/shop/files/1200X628_0867093d-5f28-44db-8bfa-4ed35a84f809.jpg?v=1787035641&width=750 — 200 — 50.2 KiB — 1.2 s — h3https://vishalperipherals.com/cdn/shop/files/2607_Intel_MotherboardBundle_1310x550_3a8a1ef0-36af-4bd2-9951-ec4314cf22fb.png?v=1786370579&width=1500/cdn/shop/files/2607_Intel_Motherbo... https://vishalperipherals.com/cdn/shop/files/2607_Intel_MotherboardBundle_1310x550_3a8a1ef0-36af-4bd2-9951-ec4314cf22fb.png?v=1786370579&width=1500 — 200 — 132.4 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/2607_Intel_MotherboardBundle_1310x550_3a8a1ef0-36af-4bd2-9951-ec4314cf22fb.png?v=1786370579&width=750/cdn/shop/files/2607_Intel_Motherbo... https://vishalperipherals.com/cdn/shop/files/2607_Intel_MotherboardBundle_1310x550_3a8a1ef0-36af-4bd2-9951-ec4314cf22fb.png?v=1786370579&width=750 — 200 — 70.6 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/1200X700.png?v=1785391443&width=1500/cdn/shop/files/1200X700.png?v=1785... https://vishalperipherals.com/cdn/shop/files/1200X700.png?v=1785391443&width=1500 — 200 — 67.8 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/1200X700.png?v=1785391443&width=750/cdn/shop/files/1200X700.png?v=1785... https://vishalperipherals.com/cdn/shop/files/1200X700.png?v=1785391443&width=750 — 200 — 37.6 KiB — 1.1 s — h3https://vishalperipherals.com/cdn/shop/files/HDFC_Banner_1200x628_jpg.jpg?v=1784887899&width=1500/cdn/shop/files/HDFC_Banner_1200x62... https://vishalperipherals.com/cdn/shop/files/HDFC_Banner_1200x628_jpg.jpg?v=1784887899&width=1500 — 200 — 51.8 KiB — 1.2 s — h3https://vishalperipherals.com/cdn/shop/files/HDFC_Banner_1200x628_jpg.jpg?v=1784887899&width=750/cdn/shop/files/HDFC_Banner_1200x62... https://vishalperipherals.com/cdn/shop/files/HDFC_Banner_1200x628_jpg.jpg?v=1784887899&width=750 — 200 — 35.6 KiB — 1.1 s — h3https://vishalperipherals.com/cdn/shop/files/7700X3D_banner_1200-628.jpg?v=1784209374&width=1500/cdn/shop/files/7700X3D_banner_1200... https://vishalperipherals.com/cdn/shop/files/7700X3D_banner_1200-628.jpg?v=1784209374&width=1500 — 200 — 60.7 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/7700X3D_banner_1200-628.jpg?v=1784209374&width=750/cdn/shop/files/7700X3D_banner_1200... https://vishalperipherals.com/cdn/shop/files/7700X3D_banner_1200-628.jpg?v=1784209374&width=750 — 200 — 38.7 KiB — 1.1 s — h3https://vishalperipherals.com/cdn/shop/files/GET_A_Gaming_Combo_Kit_Free_1.png?v=1782829216&width=1500/cdn/shop/files/GET_A_Gaming_Combo_... https://vishalperipherals.com/cdn/shop/files/GET_A_Gaming_Combo_Kit_Free_1.png?v=1782829216&width=1500 — 200 — 105.9 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/GET_A_Gaming_Combo_Kit_Free_1.png?v=1782829216&width=750/cdn/shop/files/GET_A_Gaming_Combo_... https://vishalperipherals.com/cdn/shop/files/GET_A_Gaming_Combo_Kit_Free_1.png?v=1782829216&width=750 — 200 — 62.5 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/4682350-H_Ryzen_75800X3D_Landingpagemodule_AM4_jpg.jpg?v=1782304507&width=1500/cdn/shop/files/4682350-H_Ryzen_758... https://vishalperipherals.com/cdn/shop/files/4682350-H_Ryzen_75800X3D_Landingpagemodule_AM4_jpg.jpg?v=1782304507&width=1500 — 200 — 68.1 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/4682350-H_Ryzen_75800X3D_Landingpagemodule_AM4_jpg.jpg?v=1782304507&width=750/cdn/shop/files/4682350-H_Ryzen_758... https://vishalperipherals.com/cdn/shop/files/4682350-H_Ryzen_75800X3D_Landingpagemodule_AM4_jpg.jpg?v=1782304507&width=750 — 200 — 37.8 KiB — 1.2 s — h3https://vishalperipherals.com/cdn/shop/files/cricut_joy_2_1200x628_10_jpg.jpg?v=1781682959&width=1500/cdn/shop/files/cricut_joy_2_1200x6... https://vishalperipherals.com/cdn/shop/files/cricut_joy_2_1200x628_10_jpg.jpg?v=1781682959&width=1500 — 200 — 86.4 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/cricut_joy_2_1200x628_10_jpg.jpg?v=1781682959&width=750/cdn/shop/files/cricut_joy_2_1200x6... https://vishalperipherals.com/cdn/shop/files/cricut_joy_2_1200x628_10_jpg.jpg?v=1781682959&width=750 — 200 — 49.9 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/1656x630-MII.png?v=1784617490&width=1500/cdn/shop/files/1656x630-MII.png?v=... https://vishalperipherals.com/cdn/shop/files/1656x630-MII.png?v=1784617490&width=1500 — 200 — 100.9 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/1656x630-MII.png?v=1784617490&width=750/cdn/shop/files/1656x630-MII.png?v=... https://vishalperipherals.com/cdn/shop/files/1656x630-MII.png?v=1784617490&width=750 — 200 — 52.1 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/Shark-X_Banner_2_1200x628_jpg.jpg?v=1779193803&width=1500/cdn/shop/files/Shark-X_Banner_2_12... https://vishalperipherals.com/cdn/shop/files/Shark-X_Banner_2_1200x628_jpg.jpg?v=1779193803&width=1500 — 200 — 138.3 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/Shark-X_Banner_2_1200x628_jpg.jpg?v=1779193803&width=750/cdn/shop/files/Shark-X_Banner_2_12... https://vishalperipherals.com/cdn/shop/files/Shark-X_Banner_2_1200x628_jpg.jpg?v=1779193803&width=750 — 200 — 68.8 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/vishal-peripherals-app-live-banner.webp?v=1777725938&width=1500/cdn/shop/files/vishal-peripherals-... https://vishalperipherals.com/cdn/shop/files/vishal-peripherals-app-live-banner.webp?v=1777725938&width=1500 — 200 — 93.7 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/vishal-peripherals-app-live-banner.webp?v=1777725938&width=750/cdn/shop/files/vishal-peripherals-... https://vishalperipherals.com/cdn/shop/files/vishal-peripherals-app-live-banner.webp?v=1777725938&width=750 — 200 — 43.0 KiB — 1.1 s — h3https://vishalperipherals.com/cdn/shop/files/Paytm_banner_7_Final_2_jpg.jpg?v=1777989124&width=1500/cdn/shop/files/Paytm_banner_7_Fina... https://vishalperipherals.com/cdn/shop/files/Paytm_banner_7_Final_2_jpg.jpg?v=1777989124&width=1500 — 200 — 427.1 KiB — 1.4 s — h3https://vishalperipherals.com/cdn/shop/files/Paytm_banner_7_Final_2_jpg.jpg?v=1777989124&width=750/cdn/shop/files/Paytm_banner_7_Fina... https://vishalperipherals.com/cdn/shop/files/Paytm_banner_7_Final_2_jpg.jpg?v=1777989124&width=750 — 200 — 99.4 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/934x385_Vishal_Peripherals.png?v=1777286351&width=1500/cdn/shop/files/934x385_Vishal_Peri... https://vishalperipherals.com/cdn/shop/files/934x385_Vishal_Peripherals.png?v=1777286351&width=1500 — 200 — 100.4 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/934x385_Vishal_Peripherals.png?v=1777286351&width=750/cdn/shop/files/934x385_Vishal_Peri... https://vishalperipherals.com/cdn/shop/files/934x385_Vishal_Peripherals.png?v=1777286351&width=750 — 200 — 66.4 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/Your_paragraph_text_2.png?v=1782717428&width=1500/cdn/shop/files/Your_paragraph_text... https://vishalperipherals.com/cdn/shop/files/Your_paragraph_text_2.png?v=1782717428&width=1500 — 200 — 90.3 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/Your_paragraph_text_2.png?v=1782717428&width=750/cdn/shop/files/Your_paragraph_text... https://vishalperipherals.com/cdn/shop/files/Your_paragraph_text_2.png?v=1782717428&width=750 — 200 — 55.5 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/WS3000-_1_-_1.png?v=1770357383&width=1500/cdn/shop/files/WS3000-_1_-_1.png?v... https://vishalperipherals.com/cdn/shop/files/WS3000-_1_-_1.png?v=1770357383&width=1500 — 200 — 95.4 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/WS3000-_1_-_1.png?v=1770357383&width=750/cdn/shop/files/WS3000-_1_-_1.png?v... https://vishalperipherals.com/cdn/shop/files/WS3000-_1_-_1.png?v=1770357383&width=750 — 200 — 52.3 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/Moza-R5-2_jpg.jpg?v=1784377047&width=1500/cdn/shop/files/Moza-R5-2_jpg.jpg?v... https://vishalperipherals.com/cdn/shop/files/Moza-R5-2_jpg.jpg?v=1784377047&width=1500 — 200 — 24.4 KiB — 902 ms — h3https://vishalperipherals.com/cdn/shop/files/msi_2.jpg?v=1744628883&width=1500/cdn/shop/files/msi_2.jpg?v=1744628... https://vishalperipherals.com/cdn/shop/files/msi_2.jpg?v=1744628883&width=1500 — 200 — 9.6 KiB — 717 ms — h3https://vishalperipherals.com/cdn/shop/files/8_21cc3d3c-5c0a-4f38-984e-b23042d06b2c.jpg?v=1783147861&width=1500/cdn/shop/files/8_21cc3d3c-5c0a-4f3... https://vishalperipherals.com/cdn/shop/files/8_21cc3d3c-5c0a-4f38-984e-b23042d06b2c.jpg?v=1783147861&width=1500 — 200 — 69.1 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/8_21cc3d3c-5c0a-4f38-984e-b23042d06b2c.jpg?v=1783147861&width=750/cdn/shop/files/8_21cc3d3c-5c0a-4f3... https://vishalperipherals.com/cdn/shop/files/8_21cc3d3c-5c0a-4f38-984e-b23042d06b2c.jpg?v=1783147861&width=750 — 200 — 38.6 KiB — 1.1 s — h3https://vishalperipherals.com/cdn/shop/files/cricut_maker_4_1200x628_6_jpg.jpg?v=1780063830&width=1500/cdn/shop/files/cricut_maker_4_1200... https://vishalperipherals.com/cdn/shop/files/cricut_maker_4_1200x628_6_jpg.jpg?v=1780063830&width=1500 — 200 — 60.5 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/cricut_maker_4_1200x628_6_jpg.jpg?v=1780063830&width=750/cdn/shop/files/cricut_maker_4_1200... https://vishalperipherals.com/cdn/shop/files/cricut_maker_4_1200x628_6_jpg.jpg?v=1780063830&width=750 — 200 — 37.5 KiB — 1.1 s — h3https://vishalperipherals.com/cdn/shop/files/processors-cat-img.webp?v=1783595831&width=600/cdn/shop/files/processors-cat-img.... https://vishalperipherals.com/cdn/shop/files/processors-cat-img.webp?v=1783595831&width=600 — 200 — 13.6 KiB — 716 ms — h3https://vishalperipherals.com/cdn/shop/files/gpu-cat-img-home.webp?v=1780320220&width=600/cdn/shop/files/gpu-cat-img-home.we... https://vishalperipherals.com/cdn/shop/files/gpu-cat-img-home.webp?v=1780320220&width=600 — 200 — 14.7 KiB — 769 ms — h3https://vishalperipherals.com/cdn/shop/files/mobo-cat-img.webp?v=1780386835&width=600/cdn/shop/files/mobo-cat-img.webp?v... https://vishalperipherals.com/cdn/shop/files/mobo-cat-img.webp?v=1780386835&width=600 — 200 — 16.8 KiB — 764 ms — h3https://vishalperipherals.com/cdn/shop/files/ram-cat-img.webp?v=1780386855&width=600/cdn/shop/files/ram-cat-img.webp?v=... https://vishalperipherals.com/cdn/shop/files/ram-cat-img.webp?v=1780386855&width=600 — 200 — 13.0 KiB — 733 ms — h3https://vishalperipherals.com/cdn/shop/files/ssd-cat-img.webp?v=1780386877&width=600/cdn/shop/files/ssd-cat-img.webp?v=... https://vishalperipherals.com/cdn/shop/files/ssd-cat-img.webp?v=1780386877&width=600 — 200 — 11.8 KiB — 733 ms — h3https://vishalperipherals.com/cdn/shop/files/monitors-cat-img.webp?v=1780387002&width=600/cdn/shop/files/monitors-cat-img.we... https://vishalperipherals.com/cdn/shop/files/monitors-cat-img.webp?v=1780387002&width=600 — 200 — 10.9 KiB — 703 ms — h3https://vishalperipherals.com/cdn/shop/files/psu-cat-img.webp?v=1780387021&width=600/cdn/shop/files/psu-cat-img.webp?v=... https://vishalperipherals.com/cdn/shop/files/psu-cat-img.webp?v=1780387021&width=600 — 200 — 16.1 KiB — 765 ms — h3https://vishalperipherals.com/cdn/shop/files/cabinets-cat-img.webp?v=1783595637&width=600/cdn/shop/files/cabinets-cat-img.we... https://vishalperipherals.com/cdn/shop/files/cabinets-cat-img.webp?v=1783595637&width=600 — 200 — 13.4 KiB — 718 ms — h3https://vishalperipherals.com/cdn/shop/files/peripherals-cat-img.webp?v=1780387228&width=600/cdn/shop/files/peripherals-cat-img... https://vishalperipherals.com/cdn/shop/files/peripherals-cat-img.webp?v=1780387228&width=600 — 200 — 13.1 KiB — 743 ms — h3https://vishalperipherals.com/cdn/shop/files/coolers-cat-img.webp?v=1780387240&width=600/cdn/shop/files/coolers-cat-img.web... https://vishalperipherals.com/cdn/shop/files/coolers-cat-img.webp?v=1780387240&width=600 — 200 — 13.5 KiB — 718 ms — h3https://vishalperipherals.com/cdn/shop/files/1200X628_3df57899-115e-4cc7-9e86-37df5d3b0a62.jpg?v=1783769657&width=1500/cdn/shop/files/1200X628_3df57899-1... https://vishalperipherals.com/cdn/shop/files/1200X628_3df57899-115e-4cc7-9e86-37df5d3b0a62.jpg?v=1783769657&width=1500 — 200 — 74.5 KiB — 1.3 s — h3https://vishalperipherals.com/cdn/shop/files/asus-50-series.jpg?v=1763384304&width=1500/cdn/shop/files/asus-50-series.jpg?... https://vishalperipherals.com/cdn/shop/files/asus-50-series.jpg?v=1763384304&width=1500 — 200 — 11.0 KiB — 729 ms — h3https://vishalperipherals.com/cdn/shop/files/Keychron_Offer_1200x628_2_jpg_jpg.jpg?v=1788616700&width=1500/cdn/shop/files/Keychron_Offer_1200... https://vishalperipherals.com/cdn/shop/files/Keychron_Offer_1200x628_2_jpg_jpg.jpg?v=1788616700&width=1500 — 200 — 23.8 KiB — 886 ms — h3https://vishalperipherals.com/cdn/shop/files/msi-brand-logo.webp?v=1780384971&width=400/cdn/shop/files/msi-brand-logo.webp... https://vishalperipherals.com/cdn/shop/files/msi-brand-logo.webp?v=1780384971&width=400 — 200 — 5.7 KiB — 642 ms — h3https://vishalperipherals.com/cdn/shop/files/amd-brand-logo.webp?v=1780385241&width=400/cdn/shop/files/amd-brand-logo.webp... https://vishalperipherals.com/cdn/shop/files/amd-brand-logo.webp?v=1780385241&width=400 — 200 — 3.1 KiB — 637 ms — h3https://vishalperipherals.com/cdn/shop/files/intel-brand-logo.webp?v=1780385251&width=400/cdn/shop/files/intel-brand-logo.we... https://vishalperipherals.com/cdn/shop/files/intel-brand-logo.webp?v=1780385251&width=400 — 200 — 3.8 KiB — 635 ms — h3https://vishalperipherals.com/cdn/shop/files/nvidia-brand-logo.webp?v=1780385263&width=400/cdn/shop/files/nvidia-brand-logo.w... https://vishalperipherals.com/cdn/shop/files/nvidia-brand-logo.webp?v=1780385263&width=400 — 200 — 6.1 KiB — 649 ms — h3https://vishalperipherals.com/cdn/shop/files/asus-brand-logo.webp?v=1780385274&width=400/cdn/shop/files/asus-brand-logo.web... https://vishalperipherals.com/cdn/shop/files/asus-brand-logo.webp?v=1780385274&width=400 — 200 — 2.2 KiB — 571 ms — h3https://vishalperipherals.com/cdn/shop/files/benq-brand-logo.webp?v=1783596768&width=400/cdn/shop/files/benq-brand-logo.web... https://vishalperipherals.com/cdn/shop/files/benq-brand-logo.webp?v=1783596768&width=400 — 200 — 2.6 KiB — 567 ms — h3https://vishalperipherals.com/cdn/shop/files/corsair-brand-logo.webp?v=1783596792&width=400/cdn/shop/files/corsair-brand-logo.... https://vishalperipherals.com/cdn/shop/files/corsair-brand-logo.webp?v=1783596792&width=400 — 200 — 5.1 KiB — 616 ms — h3https://vishalperipherals.com/cdn/shop/files/elgato-brand-logo.webp?v=1783596813&width=400/cdn/shop/files/elgato-brand-logo.w... https://vishalperipherals.com/cdn/shop/files/elgato-brand-logo.webp?v=1783596813&width=400 — 200 — 3.1 KiB — 567 ms — h3https://vishalperipherals.com/cdn/shop/files/fanatec-brand-logo.webp?v=1783596833&width=400/cdn/shop/files/fanatec-brand-logo.... https://vishalperipherals.com/cdn/shop/files/fanatec-brand-logo.webp?v=1783596833&width=400 — 200 — 3.8 KiB — 591 ms — h3https://vishalperipherals.com/cdn/shop/files/gigabyte-brand-logo.webp?v=1783596852&width=400/cdn/shop/files/gigabyte-brand-logo... https://vishalperipherals.com/cdn/shop/files/gigabyte-brand-logo.webp?v=1783596852&width=400 — 200 — 3.6 KiB — 590 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-cpu-icon.webp?v=1780733966cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-cpu-icon.webp?v=1780733966 — 200 — 2.5 KiB — 145 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-mobo-icon.webp?v=1780733966cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-mobo-icon.webp?v=1780733966 — 200 — 2.8 KiB — 126 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-ram-icon.webp?v=1780733966cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-ram-icon.webp?v=1780733966 — 200 — 1.5 KiB — 136 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-ssd-icon.webp?v=1780733966cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-ssd-icon.webp?v=1780733966 — 200 — 2.0 KiB — 156 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-case-icon.webp?v=1780733966cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-case-icon.webp?v=1780733966 — 200 — 3.1 KiB — 149 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-gpu-icon.webp?v=1780733966cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pc-build-select-gpu-icon.webp?v=1780733966 — 200 — 2.6 KiB — 118 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/gaming-pc-pre-built-icon.webp?v=1780580055cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/gaming-pc-pre-built-icon.webp?v=1780580055 — 200 — 1.5 KiB — 163 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/gaming-pc-pre-built-img-new.webp?v=1780745532cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/gaming-pc-pre-built-img-new.webp?v=1780745532 — 200 — 21.9 KiB — 163 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/video-editing-pc-img-new.webp?v=1780745598cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/video-editing-pc-img-new.webp?v=1780745598 — 200 — 16.5 KiB — 164 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/streaming-pc-img-new.webp?v=1780745597cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/streaming-pc-img-new.webp?v=1780745597 — 200 — 13.2 KiB — 163 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/office-pc-img-new.webp?v=1780745597cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/office-pc-img-new.webp?v=1780745597 — 200 — 12.2 KiB — 165 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/graphics-design-pc-img-new.webp?v=1780745597cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/graphics-design-pc-img-new.webp?v=1780745597 — 200 — 15.1 KiB — 165 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/architecture-render-pc-img-new.webp?v=1780745598cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/architecture-render-pc-img-new.webp?v=1780745598 — 200 — 14.9 KiB — 164 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/ai-pc-img-new.webp?v=1780745598cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/ai-pc-img-new.webp?v=1780745598 — 200 — 23.3 KiB — 484 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/vfx-pc-img-new.webp?v=1780745597cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/vfx-pc-img-new.webp?v=1780745597 — 200 — 12.3 KiB — 485 ms — h3https://fonts.gstatic.com/s/baijamjuree/v13/LDI1apSCOBt_aeQQ7ftydoa8UMLLq7s.woff2fonts.gstatic.com/s/baijamjuree/v13... https://fonts.gstatic.com/s/baijamjuree/v13/LDI1apSCOBt_aeQQ7ftydoa8UMLLq7s.woff2 — 200 — 10.2 KiB — 21 ms — h3https://apps.synctrack.io/admin-tracking-paypal/api/location/ip-location?ip=2a03:90c0:15:be::1apps.synctrack.io/admin-tracking-pa... https://apps.synctrack.io/admin-tracking-paypal/api/location/ip-location?ip=2a03:90c0:15:be::1 — 204 — 0 B — 378 ms — h2https://cdn.shopify.com/s/files/1/0864/6144/8507/files/rtx-5070-tag-banner-home.webp?v=1780393623cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/rtx-5070-tag-banner-home.webp?v=1780393623 — 200 — 14.1 KiB — 262 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/rtx-5080-tag-banner-home.webp?v=1780393623cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/rtx-5080-tag-banner-home.webp?v=1780393623 — 200 — 15.3 KiB — 284 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/rtx-5090-tag-banner-home.webp?v=1780393623cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/rtx-5090-tag-banner-home.webp?v=1780393623 — 200 — 14.3 KiB — 281 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/rx-6500-xt-tag-banner-home.webp?v=1780393623cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/rx-6500-xt-tag-banner-home.webp?v=1780393623 — 200 — 14.3 KiB — 300 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/google-play-store-img.webp?v=1777988139cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/google-play-store-img.webp?v=1777988139 — 200 — 42.4 KiB — 171 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/apple-store-img.webp?v=1777988138cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/apple-store-img.webp?v=1777988138 — 200 — 13.7 KiB — 166 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/insta.png?v=1713268512cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/insta.png?v=1713268512 — 200 — 1.8 KiB — 182 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/fb.png?v=1713268512cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/fb.png?v=1713268512 — 200 — 1.6 KiB — 182 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/in.png?v=1713268512cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/in.png?v=1713268512 — 200 — 1.6 KiB — 181 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/yt.png?v=1713269337cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/yt.png?v=1713269337 — 200 — 1.6 KiB — 174 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/twt.png?v=1713268512cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/twt.png?v=1713268512 — 200 — 1.8 KiB — 199 ms — h3https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pin.png?v=1713269337cdn.shopify.com/s/files/1/0864/6144... https://cdn.shopify.com/s/files/1/0864/6144/8507/files/pin.png?v=1713269337 — 200 — 1.8 KiB — 200 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/mobile_menu.css?v=118907904292278805061783594819/cdn/shop/t/56/assets/mobile_menu.c... https://vishalperipherals.com/cdn/shop/t/56/assets/mobile_menu.css?v=118907904292278805061783594819 — 200 — 2.2 KiB — 120 ms — h3https://sdk.breezesdk.store/electron/241.0.6/index.jssdk.breezesdk.store/electron/241.0.... https://sdk.breezesdk.store/electron/241.0.6/index.js — 200 — 45.9 KiB — 112 ms — h3https://apps.synctrack.io/admin-tracking-paypal/api/location/ip-location?ip=2a03:90c0:15:be::1apps.synctrack.io/admin-tracking-pa... https://apps.synctrack.io/admin-tracking-paypal/api/location/ip-location?ip=2a03:90c0:15:be::1 — 200 — 523 B — 118 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/cursor-close.png?v=28366497958277358171783594742/cdn/shop/t/56/assets/cursor-close.... https://vishalperipherals.com/cdn/shop/t/56/assets/cursor-close.png?v=28366497958277358171783594742 — 200 — 1.0 KiB — 115 ms — h3https://checkout-merchant.snapmint.com/js/v1/6700checkout-merchant.snapmint.com/js/v... https://checkout-merchant.snapmint.com/js/v1/6700 — -1 — 0 B — 650 ms — https://fonts.gstatic.com/s/baijamjuree/v13/LDIoapSCOBt_aeQQ7ftydoa8W_o6kKo20yw.woff2fonts.gstatic.com/s/baijamjuree/v13... https://fonts.gstatic.com/s/baijamjuree/v13/LDIoapSCOBt_aeQQ7ftydoa8W_o6kKo20yw.woff2 — 200 — 12.9 KiB — 15 ms — h3https://sdk.breezesdk.store/configs/3b21b8-3e/config.jsonsdk.breezesdk.store/configs/3b21b8-... https://sdk.breezesdk.store/configs/3b21b8-3e/config.json — 200 — 2.6 KiB — 42 ms — h3https://sdk.breezesdk.store/gallery/logos/sec-by-jp-wide.webpsdk.breezesdk.store/gallery/logos/s... https://sdk.breezesdk.store/gallery/logos/sec-by-jp-wide.webp — 200 — 3.6 KiB — 105 ms — h2https://sdk.breezesdk.store/gallery/logos/card-networks.webpsdk.breezesdk.store/gallery/logos/c... https://sdk.breezesdk.store/gallery/logos/card-networks.webp — 200 — 10.9 KiB — 103 ms — h2https://sdk.breezesdk.store/gallery/logos/brand-logo-loader.svgsdk.breezesdk.store/gallery/logos/b... https://sdk.breezesdk.store/gallery/logos/brand-logo-loader.svg — 200 — 4.6 KiB — 102 ms — h2https://app.v2.breezesdk.store/?fid=Jq9zc1Rjtz5P2rna1FRxz&atmVer=241.0.6&atomsSt=eyJjaGVja291dElkIjpudWxsLCJzZXNzaW9uSWQiOiJGTHB2Q01JVEJ6bEQwQkwtY0x4VC0iLCJkZXZpY2VJZCI6bnVsbCwiZW5mb3JjZWRQb3N0YWxDb2RlIjpudWxsLCJjaGVja291dEluaXRpYXRpb25QYWdlSHJlZiI6Imh0dHBzOi8vdmlzaGFscGVyaXBoZXJhbHMuY29tIiwic2hvcFVybCI6Imh0dHBzOi8vM2IyMWI4LTNlLm15c2hvcGlmeS5jb20iLCJwbGF0Zm9ybUN1c3RvbWVyIjpudWxsLCJzaG9wVHlwZSI6InNob3BpZnkiLCJnaG9zdE1vZGUiOmZhbHNlLCJ0ZXN0aW5nTW9kZSI6ZmFsc2UsImpvdXIiOm51bGwsImVuYWJsZUVDRyI6dHJ1ZSwiZW1haWxPcHRpb25hbCI6ZmFsc2V9&jour=chk&merchantId=vishalperipherals&shopUrl=https%253A%252F%252F3b21b8-3e.myshopify.comapp.v2.breezesdk.store/?fid=Jq9zc1R... https://app.v2.breezesdk.store/?fid=Jq9zc1Rjtz5P2rna1FRxz&atmVer=241.0.6&atomsSt=eyJjaGVja291dElkIjpudWxsLCJzZXNzaW9uSWQiOiJGTHB2Q01JVEJ6bEQwQkwtY0x4VC0iLCJkZXZpY2VJZCI6bnVsbCwiZW5mb3JjZWRQb3N0YWxDb2RlIjpudWxsLCJjaGVja291dEluaXRpYXRpb25QYWdlSHJlZiI6Imh0dHBzOi8vdmlzaGFscGVyaXBoZXJhbHMuY29tIiwic2hvcFVybCI6Imh0dHBzOi8vM2IyMWI4LTNlLm15c2hvcGlmeS5jb20iLCJwbGF0Zm9ybUN1c3RvbWVyIjpudWxsLCJzaG9wVHlwZSI6InNob3BpZnkiLCJnaG9zdE1vZGUiOmZhbHNlLCJ0ZXN0aW5nTW9kZSI6ZmFsc2UsImpvdXIiOm51bGwsImVuYWJsZUVDRyI6dHJ1ZSwiZW1haWxPcHRpb25hbCI6ZmFsc2V9&jour=chk&merchantId=vishalperipherals&shopUrl=https%253A%252F%252F3b21b8-3e.myshopify.com — 200 — 1.1 KiB — 902 ms — h2https://spin.bestfreecdn.com/storage/js/before-86461448507.js?ver=1789745032&shop=86461448507spin.bestfreecdn.com/storage/js/bef... https://spin.bestfreecdn.com/storage/js/before-86461448507.js?ver=1789745032&shop=86461448507 — -1 — 0 B — 893 ms — https://cdn.shopify.com/extensions/019e6418-8fc3-76dd-9840-99c72a4e91ea/whatsapp-chat-button-7-28/assets/whatsapp-icon.svgcdn.shopify.com/extensions/019e6418... https://cdn.shopify.com/extensions/019e6418-8fc3-76dd-9840-99c72a4e91ea/whatsapp-chat-button-7-28/assets/whatsapp-icon.svg — 200 — 2.5 KiB — 27 ms — h3https://cdn.shopify.com/storefront/standard-actions.jscdn.shopify.com/storefront/standard... https://cdn.shopify.com/storefront/standard-actions.js — 200 — 5.1 KiB — 19 ms — h3https://cdnwidget.judge.me/loader.jscdnwidget.judge.me/loader.js https://cdnwidget.judge.me/loader.js — 200 — 3.4 KiB — 44 ms — h2https://cdn.shopify.com/extensions/0199ba4c-99c9-70ca-bb25-149afc3b26ad/google-reviews-33/assets/googlereviews.js?shop=3b21b8-3e.myshopify.com&environment=prodcdn.shopify.com/extensions/0199ba4c... https://cdn.shopify.com/extensions/0199ba4c-99c9-70ca-bb25-149afc3b26ad/google-reviews-33/assets/googlereviews.js?shop=3b21b8-3e.myshopify.com&environment=prod — 200 — 46.1 KiB — 30 ms — h3https://d1639lhkj5l89m.cloudfront.net/js/storefront/uppromote.jsd1639lhkj5l89m.cloudfront.net/js/st... https://d1639lhkj5l89m.cloudfront.net/js/storefront/uppromote.js — 200 — 4.1 KiB — 42 ms — h2https://cdn.uppromote.com/storage/uploads/customer_referral_settings/3b21b8-3e.json?v=1789745046431cdn.uppromote.com/storage/uploads/c... https://cdn.uppromote.com/storage/uploads/customer_referral_settings/3b21b8-3e.json?v=1789745046431 — 200 — 416 B — 46 ms — h2https://vishalperipherals.com/api/collect/api/collect https://vishalperipherals.com/api/collect — 200 — 1.4 KiB — 706 ms — h3https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/commons.DDIWdmQy.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/commons.DDIWdmQy.css — 200 — 12.0 KiB — 20 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/entry/start.CDZ1awDB.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/entry/start.CDZ1awDB.js — 200 — 1.0 KiB — 21 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/entry.DNLtek-L.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/entry.DNLtek-L.js — 200 — 12.3 KiB — 22 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/scheduler.8B5bGsST.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/scheduler.8B5bGsST.js — 200 — 3.9 KiB — 25 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/entry/app.LsDue8tX.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/entry/app.LsDue8tX.js — 200 — 90.2 KiB — 46 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/commons.BldjTXzH.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/commons.BldjTXzH.js — 200 — 159.8 KiB — 50 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/index.DbYUYUPy.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/index.DbYUYUPy.js — 200 — 3.3 KiB — 42 ms — h2https://ipapi.co/json/ipapi.co/json/ https://ipapi.co/json/ — 429 — 1.4 KiB — 209 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/nodes/0.CBVdZUJy.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/nodes/0.CBVdZUJy.js — 200 — 45.0 KiB — 164 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/each.DHF9Hc8_.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/each.DHF9Hc8_.js — 200 — 1.2 KiB — 163 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/DeliverToWidget.svelte_svelte_type_style_lang.CyCsudhb.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/DeliverToWidget.svelte_svelte_type_style_lang.CyCsudhb.js — 200 — 23.5 KiB — 202 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/ListItem.DPM0362n.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/ListItem.DPM0362n.js — 200 — 4.6 KiB — 152 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Loader.Cri5BgXP.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Loader.Cri5BgXP.js — 200 — 1.4 KiB — 153 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/index.CMk3eS_s.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/index.CMk3eS_s.js — 200 — 980 B — 155 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Button.DYEtOpWu.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Button.DYEtOpWu.js — 200 — 2.2 KiB — 157 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/lazysizes.min.js?v=57058462155833580531783594811/cdn/shop/t/56/assets/lazysizes.min... https://vishalperipherals.com/cdn/shop/t/56/assets/lazysizes.min.js?v=57058462155833580531783594811 — 200 — 12.8 KiB — 295 ms — h3https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Input.Gb61_27L.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Input.Gb61_27L.js — 200 — 3.5 KiB — 160 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/InputButton.CELk3O2M.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/InputButton.CELk3O2M.js — 200 — 3.0 KiB — 162 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/CheckListItem.BOA3YkIB.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/CheckListItem.BOA3YkIB.js — 200 — 1.8 KiB — 164 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/ConfirmationSheet.svelte_svelte_type_style_lang.B7_WdPHH.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/ConfirmationSheet.svelte_svelte_type_style_lang.B7_WdPHH.js — 200 — 1023 B — 166 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/ConfirmationSheet.BUsXHUpZ.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/ConfirmationSheet.BUsXHUpZ.css — 200 — 1.4 KiB — 121 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/CountrySelector.B2tiEt3H.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/CountrySelector.B2tiEt3H.js — 200 — 2.4 KiB — 175 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Modal.CmJ_3-x0.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Modal.CmJ_3-x0.js — 200 — 4.5 KiB — 177 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/globals.hfbVd93h.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/globals.hfbVd93h.js — 200 — 1.0 KiB — 179 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/CountrySelector.CTVrLKM1.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/CountrySelector.CTVrLKM1.css — 200 — 1.1 KiB — 121 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/DeliverToWidget.B-FAk1sw.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/DeliverToWidget.B-FAk1sw.css — 200 — 6.0 KiB — 124 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/KeyValueRow.car_kTW6.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/KeyValueRow.car_kTW6.js — 200 — 6.3 KiB — 181 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Shimmer.CEhZI7Mc.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Shimmer.CEhZI7Mc.js — 200 — 993 B — 207 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/Shimmer.hkQSz-zK.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/Shimmer.hkQSz-zK.css — 200 — 1.3 KiB — 125 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/KeyValueRow.AKSGhRn1.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/KeyValueRow.AKSGhRn1.css — 200 — 1.3 KiB — 126 ms — h2https://media.flixfacts.com/js/loader.jsmedia.flixfacts.com/js/loader.js https://media.flixfacts.com/js/loader.js — 200 — 6.3 KiB — 295 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/DescriptiveCart.BMWCYK89.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/DescriptiveCart.BMWCYK89.js — 200 — 7.6 KiB — 205 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Banner.Z11xJV3B.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Banner.Z11xJV3B.js — 200 — 2.0 KiB — 207 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/DescriptiveCart.xOzTuhNN.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/DescriptiveCart.xOzTuhNN.css — 200 — 1.4 KiB — 122 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/OffersWidget.DjRBbMPw.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/OffersWidget.DjRBbMPw.js — 200 — 2.6 KiB — 209 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/OffersBanner.C3Fudh4h.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/OffersBanner.C3Fudh4h.js — 200 — 7.2 KiB — 214 ms — h2https://api.judge.me/api/widget/requestsapi.judge.me/api/widget/requests https://api.judge.me/api/widget/requests — 200 — 477 B — 599 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/GSTWidget.BHsG2Gw4.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/GSTWidget.BHsG2Gw4.js — 200 — 11.1 KiB — 210 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/AddressSelector.CpHVmaF8.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/AddressSelector.CpHVmaF8.js — 200 — 3.8 KiB — 212 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/GSTWidget.BPDLzQ-B.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/GSTWidget.BPDLzQ-B.css — 200 — 813 B — 164 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Offers.CKzPGw1a.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Offers.CKzPGw1a.js — 200 — 2.8 KiB — 210 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/OfferInput.JG-yQlli.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/OfferInput.JG-yQlli.js — 200 — 4.0 KiB — 174 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/OfferInput.BjpKDDne.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/OfferInput.BjpKDDne.css — 200 — 1.1 KiB — 124 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/Offers.DKEMUe8V.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/Offers.DKEMUe8V.css — 200 — 1.0 KiB — 123 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/VisaBranding.xAqqeJ8o.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/VisaBranding.xAqqeJ8o.js — 200 — 2.9 KiB — 167 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/VisaBranding.D_l8kr69.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/VisaBranding.D_l8kr69.css — 200 — 1.1 KiB — 125 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Navbar.xkciK7gG.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/Navbar.xkciK7gG.js — 200 — 1.4 KiB — 173 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/OffersList.-lvCNWFH.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/OffersList.-lvCNWFH.js — 200 — 5.7 KiB — 169 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/AddressList.0c3-YJfU.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/AddressList.0c3-YJfU.js — 200 — 3.6 KiB — 161 ms — h2https://shop.app/pay/hop?analytics_trace_id=a23e2e6d-4c8c-4232-9c1c-b725f2afc510&target_origin=https%3A%2F%2Fvishalperipherals.com&client_handle=3b21b8-3e.myshopify.comshop.app/pay/hop?analytics_trace_id... https://shop.app/pay/hop?analytics_trace_id=a23e2e6d-4c8c-4232-9c1c-b725f2afc510&target_origin=https%3A%2F%2Fvishalperipherals.com&client_handle=3b21b8-3e.myshopify.com — 302 — 4.1 KiB — 388 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/UserProfileWidget.ViEb7KuA.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/UserProfileWidget.ViEb7KuA.js — 200 — 5.1 KiB — 148 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/UserProfileForm.CYWUi_0O.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/UserProfileForm.CYWUi_0O.js — 200 — 6.3 KiB — 150 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/ConfirmationSheet.DZ7yqc8s.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/ConfirmationSheet.DZ7yqc8s.js — 200 — 2.4 KiB — 152 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/AddressManage.CdokwFWg.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/AddressManage.CdokwFWg.js — 200 — 3.5 KiB — 142 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/DeliverToWidget.O1QEGMxI.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/DeliverToWidget.O1QEGMxI.js — 200 — 4.7 KiB — 143 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/tweened.BMTcDWV9.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/tweened.BMTcDWV9.js — 200 — 1.3 KiB — 158 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/0.BfnXtrY2.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/0.BfnXtrY2.css — 200 — 8.6 KiB — 79 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/nodes/1.jtcltXdy.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/nodes/1.jtcltXdy.js — 200 — 1.6 KiB — 155 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/1.BzDgEXRM.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/1.BzDgEXRM.css — 200 — 804 B — 79 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/nodes/3.psmnehJN.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/nodes/3.psmnehJN.js — 200 — 2.1 KiB — 165 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/3.BK6JydSj.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/3.BK6JydSj.css — 200 — 1.2 KiB — 78 ms — h2https://googlereviews.carthike.com/api/widget/public/config?shop=3b21b8-3e.myshopify.com&widgetType=carouselgooglereviews.carthike.com/api/widg... https://googlereviews.carthike.com/api/widget/public/config?shop=3b21b8-3e.myshopify.com&widgetType=carousel — 200 — 5.7 KiB — 372 ms — h2https://vishalperipherals.com/search?q=mega_zGgAna&view=item_menu/search?q=mega_zGgAna&view=item_men... https://vishalperipherals.com/search?q=mega_zGgAna&view=item_menu — 200 — 4.2 KiB — 296 ms — h3https://vishalperipherals.com/search?q=dropdown_bNCzWA&view=item_menu/search?q=dropdown_bNCzWA&view=item... https://vishalperipherals.com/search?q=dropdown_bNCzWA&view=item_menu — 200 — 3.7 KiB — 215 ms — h3https://vishalperipherals.com/search?q=dropdown_y9jriq&view=item_menu/search?q=dropdown_y9jriq&view=item... https://vishalperipherals.com/search?q=dropdown_y9jriq&view=item_menu — 200 — 3.7 KiB — 340 ms — h3https://vishalperipherals.com/search?q=dropdown_efPckX&view=item_menu/search?q=dropdown_efPckX&view=item... https://vishalperipherals.com/search?q=dropdown_efPckX&view=item_menu — 200 — 3.7 KiB — 317 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.cookie.js?v=177500111459531585031783594790/cdn/shop/t/56/assets/jquery.cookie... https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.cookie.js?v=177500111459531585031783594790 — 200 — 1.6 KiB — 26 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.currencies.min.js?v=126690087568092881801783594791/cdn/shop/t/56/assets/jquery.curren... https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.currencies.min.js?v=126690087568092881801783594791 — 200 — 3.6 KiB — 34 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.magnific-popup.min.js?v=184369421263510081681783594794/cdn/shop/t/56/assets/jquery.magnif... https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.magnific-popup.min.js?v=184369421263510081681783594794 — 200 — 7.6 KiB — 29 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.countdown.min.js?v=53712767745818642671783594791/cdn/shop/t/56/assets/jquery.countd... https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.countdown.min.js?v=53712767745818642671783594791 — 200 — 1.8 KiB — 29 ms — h3https://media.flixcar.com/log/gvidmedia.flixcar.com/log/gvid https://media.flixcar.com/log/gvid — 200 — 360 B — 1.4 s — h2https://rt.flix360.com/beat/?newtrackv2&ts=error&ver=err2&d=18315&l=in&mpn=null&ean=null&sku=null&ref=&et=attribute&ed=mpn/sku/ean%20is%20not%20set&m=null&pn=https%3A%2F%2Fvishalperipherals.com%2Frt.flix360.com/beat/?newtrackv2&ts=... https://rt.flix360.com/beat/?newtrackv2&ts=error&ver=err2&d=18315&l=in&mpn=null&ean=null&sku=null&ref=&et=attribute&ed=mpn/sku/ean%20is%20not%20set&m=null&pn=https%3A%2F%2Fvishalperipherals.com%2F — 200 — 163 B — 175 ms — h2https://sdk.breezesdk.store/configs/global/config.jsonsdk.breezesdk.store/configs/global/... https://sdk.breezesdk.store/configs/global/config.json — 200 — 2.8 KiB — 2.2 s — h2https://sdk.breezesdk.store/configs/3b21b8-3e/checkout-style.csssdk.breezesdk.store/configs/3b21b8-... https://sdk.breezesdk.store/configs/3b21b8-3e/checkout-style.css — 200 — 1.1 KiB — 530 ms — h2https://api.breezesdk.store/v2/device/infoapi.breezesdk.store/v2/device/info https://api.breezesdk.store/v2/device/info — 200 — 408 B — 461 ms — h2https://vishalperipherals.com/cdn/shop/t/56/assets/magicaccordion.js?v=113059012407964861271783594818/cdn/shop/t/56/assets/magicaccordio... https://vishalperipherals.com/cdn/shop/t/56/assets/magicaccordion.js?v=113059012407964861271783594818 — 200 — 1.6 KiB — 37 ms — h3https://sdk.breezesdk.store/gallery/logos/brand-logo-loader.svgsdk.breezesdk.store/gallery/logos/b... https://sdk.breezesdk.store/gallery/logos/brand-logo-loader.svg — 200 — 5.0 KiB — 19 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/nodes/10.D_LD68YK.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/nodes/10.D_LD68YK.js — 200 — 12.1 KiB — 27 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/BrandingMin.BBtJPTAv.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/BrandingMin.BBtJPTAv.js — 200 — 2.1 KiB — 27 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/BrandingMin.CybwLzMt.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/BrandingMin.CybwLzMt.css — 200 — 1.0 KiB — 17 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/AssurityWidget.ayAlN9OM.jsapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/chunks/AssurityWidget.ayAlN9OM.js — 200 — 7.0 KiB — 28 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/AssurityWidget.Q8pO0UpG.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/AssurityWidget.Q8pO0UpG.css — 200 — 783 B — 18 ms — h2https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/10.IXr_K5Li.cssapp.v2.breezesdk.store/1.2.60/_app/... https://app.v2.breezesdk.store/1.2.60/_app/immutable/assets/10.IXr_K5Li.css — 200 — 2.4 KiB — 19 ms — h2https://vishalperipherals.com/services/login_with_shop/buyer/callback?analytics_trace_id=a23e2e6d-4c8c-4232-9c1c-b725f2afc510&target_origin=https%3A%2F%2Fvishalperipherals.com&token=dngxb25OekRNYldXQ0VPWnl0ZDY3ZG1zdDZ0bFVKR091QjhTZmowSDB4TmcrY0JOLzhJaEd4ZDR0ZU5DMW9ocUJGaW9WUXlMNG1uQkRXZU0waTIwa2VoZXJVRUVGWDNOdytwZCtacndMUjVUTnYxN2ZFdnJycHBkV1U1Yyszb0NHWTlEZnlYOHB6ZndEdkVsRVJwOG9tMThQZG9za1lJYU9wbjR2R1g4OEZHWmpISkdOUmk0UTBNYTBVQXdkaFJZSUNCSWNKMERzUnRaRGtoSTBhZTZWQ080WG9WbjFFbWtFUXdFc0UvL2w5OU50K01ua2ZqTy9PSDdUYWxHdWxraTEyN2tTYzNtamlYcEp5UnByRkVGN1hOaUVEZWFTTnV2N3pNR1IxNlI0L3huYTc0alA0a3k0emp5WEI5d2Z2NFhmRkJtQ1NZV1g3Y2tYNGFpSkxtUFA5Qkt2bS8xbFFrVjQxVi9wWXpkZXNBSk5TNnMxakErc0o0ZUxiSHJCVEJKenNYbzFHd0pDUHFtRXluQ1ZpbFdIVERZdkN3RXNVQjdRWnBaRVM1b1lzRHpoYWhTVDYzdWlzbW5KTGEweUVJOEhHMGJCWTlKTFg4Wm9wOWVHTzU2bFdjZHVySnNNTXlENWczTHc4Wmwycit6K1Y3ZmJjNzRvQnQ5UE93OURCNWFhb1pXNXNWL3ZGWlJKYU9vbkk5amt5SThrTFNORjMrUTN0bjdRL0xLUjRMNkdYenFlSEl6QW8vZTV6OVRQRnJ3eCtKazhTTE5HZVAyL0kwcUhMUE1INHUzdUhyRDVCTUphZGE5NnBMUFRNRjRzUkxTVXNKczE2NDlhQk9Xa0tzRHZxRzlMUVUxY1BacHlXQXVoSjA5WVdscDhtZDRzb1laNVdLNnB4a0I3OE90WnRvaGtLVVJMRnhMZ2ZGTnRIb2VudS81MWtqZ2lFbDFYdkg1Z2RZSEdZTlFRTWg2cXE0Tm9Sd3dlTW81NE1ubjcreE9IU1RCYzNzczQ1QlZZV1p3REcvN09SMzV5WUhDWDMzSGRIVndONzQ3QVFFYjlkekdtN2R5eU9wdDhvcUdsRTlCUFRSM1JzaDhnOHhKeDFqOE5RcWoweHdiY3d0Wldxb0M4dkFST0lFdGk0d1AzeUlTK1FRTDd5cnUyNTV6NFh0eDdybmZhZlhWUWlOVG1zSldHUDV0TTJlTWUvMmNENW1QcWc1VEp5dnhjWUJpSDVWN3RhaW1rbGI3ZVp2YjgyVGVzTHIrMGcyaW4wY0p1dkg0U0xIWmRZVWZZY25QSEVuWXByMjB0Zz09LS1jK09qckpoMjNGWklHREF2cHZNTlZRPT0%3D--b568302510d743f5056cbd475f1a95516264dcba/services/login_with_shop/buyer/cal... https://vishalperipherals.com/services/login_with_shop/buyer/callback?analytics_trace_id=a23e2e6d-4c8c-4232-9c1c-b725f2afc510&target_origin=https%3A%2F%2Fvishalperipherals.com&token=dngxb25OekRNYldXQ0VPWnl0ZDY3ZG1zdDZ0bFVKR091QjhTZmowSDB4TmcrY0JOLzhJaEd4ZDR0ZU5DMW9ocUJGaW9WUXlMNG1uQkRXZU0waTIwa2VoZXJVRUVGWDNOdytwZCtacndMUjVUTnYxN2ZFdnJycHBkV1U1Yyszb0NHWTlEZnlYOHB6ZndEdkVsRVJwOG9tMThQZG9za1lJYU9wbjR2R1g4OEZHWmpISkdOUmk0UTBNYTBVQXdkaFJZSUNCSWNKMERzUnRaRGtoSTBhZTZWQ080WG9WbjFFbWtFUXdFc0UvL2w5OU50K01ua2ZqTy9PSDdUYWxHdWxraTEyN2tTYzNtamlYcEp5UnByRkVGN1hOaUVEZWFTTnV2N3pNR1IxNlI0L3huYTc0alA0a3k0emp5WEI5d2Z2NFhmRkJtQ1NZV1g3Y2tYNGFpSkxtUFA5Qkt2bS8xbFFrVjQxVi9wWXpkZXNBSk5TNnMxakErc0o0ZUxiSHJCVEJKenNYbzFHd0pDUHFtRXluQ1ZpbFdIVERZdkN3RXNVQjdRWnBaRVM1b1lzRHpoYWhTVDYzdWlzbW5KTGEweUVJOEhHMGJCWTlKTFg4Wm9wOWVHTzU2bFdjZHVySnNNTXlENWczTHc4Wmwycit6K1Y3ZmJjNzRvQnQ5UE93OURCNWFhb1pXNXNWL3ZGWlJKYU9vbkk5amt5SThrTFNORjMrUTN0bjdRL0xLUjRMNkdYenFlSEl6QW8vZTV6OVRQRnJ3eCtKazhTTE5HZVAyL0kwcUhMUE1INHUzdUhyRDVCTUphZGE5NnBMUFRNRjRzUkxTVXNKczE2NDlhQk9Xa0tzRHZxRzlMUVUxY1BacHlXQXVoSjA5WVdscDhtZDRzb1laNVdLNnB4a0I3OE90WnRvaGtLVVJMRnhMZ2ZGTnRIb2VudS81MWtqZ2lFbDFYdkg1Z2RZSEdZTlFRTWg2cXE0Tm9Sd3dlTW81NE1ubjcreE9IU1RCYzNzczQ1QlZZV1p3REcvN09SMzV5WUhDWDMzSGRIVndONzQ3QVFFYjlkekdtN2R5eU9wdDhvcUdsRTlCUFRSM1JzaDhnOHhKeDFqOE5RcWoweHdiY3d0Wldxb0M4dkFST0lFdGk0d1AzeUlTK1FRTDd5cnUyNTV6NFh0eDdybmZhZlhWUWlOVG1zSldHUDV0TTJlTWUvMmNENW1QcWc1VEp5dnhjWUJpSDVWN3RhaW1rbGI3ZVp2YjgyVGVzTHIrMGcyaW4wY0p1dkg0U0xIWmRZVWZZY25QSEVuWXByMjB0Zz09LS1jK09qckpoMjNGWklHREF2cHZNTlZRPT0%3D--b568302510d743f5056cbd475f1a95516264dcba — 200 — 2.1 KiB — 229 ms — h3https://cdn.hyperspeed.me/script/vishalperipherals.com/cdn/shop/t/56/assets/jquery.interact-function.js?v=178630925475658161681789137230cdn.hyperspeed.me/script/vishalperi... https://cdn.hyperspeed.me/script/vishalperipherals.com/cdn/shop/t/56/assets/jquery.interact-function.js?v=178630925475658161681789137230 — 200 — 21.9 KiB — 65 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.custom.js?v=127211921515403362591783594792/cdn/shop/t/56/assets/jquery.custom... https://vishalperipherals.com/cdn/shop/t/56/assets/jquery.custom.js?v=127211921515403362591783594792 — 200 — 868 B — 24 ms — h3https://sdk.breeze.in/gallery/images/login-bg.svgsdk.breeze.in/gallery/images/login-... https://sdk.breeze.in/gallery/images/login-bg.svg — 200 — 1.3 KiB — 93 ms — h2https://sdk.breezesdk.store/gallery/icons/back.svgsdk.breezesdk.store/gallery/icons/b... https://sdk.breezesdk.store/gallery/icons/back.svg — 200 — 813 B — 18 ms — h2https://sdk.breeze.in/gallery/icons/logo.svgsdk.breeze.in/gallery/icons/logo.sv... https://sdk.breeze.in/gallery/icons/logo.svg — 200 — 1.6 KiB — 53 ms — h2https://sdk.breeze.in/gallery/icons/bag.svgsdk.breeze.in/gallery/icons/bag.svg https://sdk.breeze.in/gallery/icons/bag.svg — 200 — 1.3 KiB — 52 ms — h2https://sdk.breeze.in/gallery/icons/offer-black.svgsdk.breeze.in/gallery/icons/offer-b... https://sdk.breeze.in/gallery/icons/offer-black.svg — 200 — 1.2 KiB — 50 ms — h2https://sdk.breeze.in/gallery/icons/right-arrow.svgsdk.breeze.in/gallery/icons/right-a... https://sdk.breeze.in/gallery/icons/right-arrow.svg — 200 — 592 B — 57 ms — h2https://sdk.breeze.in/gallery/fonts/EuclidCircularA-Regular.woff2sdk.breeze.in/gallery/fonts/EuclidC... https://sdk.breeze.in/gallery/fonts/EuclidCircularA-Regular.woff2 — 200 — 34.2 KiB — 30 ms — h2https://api.juspay.in/merchants/vishalperipherals/paymentmethods?options.add_emandate_payment_methods=true&options.check_wallet_direct_debit_support=true&options.add_supported_reference_ids=true&options.add_outage=true&options.add_surcharge_logic=trueapi.juspay.in/merchants/vishalperip... https://api.juspay.in/merchants/vishalperipherals/paymentmethods?options.add_emandate_payment_methods=true&options.check_wallet_direct_debit_support=true&options.add_supported_reference_ids=true&options.add_outage=true&options.add_surcharge_logic=true — 200 — 4.2 KiB — 592 ms — h2https://sdk.breezesdk.store/gallery/logos/release/3b21b8-3e/logo.webpsdk.breezesdk.store/gallery/logos/r... https://sdk.breezesdk.store/gallery/logos/release/3b21b8-3e/logo.webp — 200 — 6.6 KiB — 12 ms — h3https://sdk.breeze.in/gallery/icons/delivery-truck.svgsdk.breeze.in/gallery/icons/deliver... https://sdk.breeze.in/gallery/icons/delivery-truck.svg — 200 — 1.2 KiB — 7 ms — h2https://vishalperipherals.com/search?q=dropdown_8UQ8CJ&view=item_menu/search?q=dropdown_8UQ8CJ&view=item... https://vishalperipherals.com/search?q=dropdown_8UQ8CJ&view=item_menu — 200 — 2.6 KiB — 233 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 63 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 56 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 204 — 0 B — 52 ms — h2https://otlp-http-production.shopifysvc.com/v1/logsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/logs — 204 — 0 B — 54 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 93 B — 21 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 72 B — 34 ms — h2https://otlp-http-production.shopifysvc.com/v1/logsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/logs — 200 — 72 B — 19 ms — h2https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 72 B — 35 ms — h2https://cdn.shopify.com/proxy/8bd74b87a0dc6e09113ccb2e3e9ea4c1d6b5ab7fadf4c7cd26c6b6ed776dce66/api.goaffpro.com/loader.js?shop=3b21b8-3e.myshopify.com&sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMAcdn.shopify.com/proxy/8bd74b87a0dc6... https://cdn.shopify.com/proxy/8bd74b87a0dc6e09113ccb2e3e9ea4c1d6b5ab7fadf4c7cd26c6b6ed776dce66/api.goaffpro.com/loader.js?shop=3b21b8-3e.myshopify.com&sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA — 200 — 5.2 KiB — 35 ms — h3https://chimpstatic.com/mcjs-connected/js/users/32b36ff2da3f144e98d3decdf/eb85ee5c5f1b9e1111bb5b380.js?shop=3b21b8-3e.myshopify.comchimpstatic.com/mcjs-connected/js/u... https://chimpstatic.com/mcjs-connected/js/users/32b36ff2da3f144e98d3decdf/eb85ee5c5f1b9e1111bb5b380.js?shop=3b21b8-3e.myshopify.com — 200 — 5.8 KiB — 71 ms — http/1.1https://spin.bestfreecdn.com/storage/js/spin-86461448507.js?ver=11&shop=3b21b8-3e.myshopify.comspin.bestfreecdn.com/storage/js/spi... https://spin.bestfreecdn.com/storage/js/spin-86461448507.js?ver=11&shop=3b21b8-3e.myshopify.com — 200 — 288.8 KiB — 73 ms — h3https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.reportAssetMetrics_BBV2ZjD8.esm.jscdn.shopify.com/shopifycloud/shop-j... https://cdn.shopify.com/shopifycloud/shop-js/modules/v2/chunk.reportAssetMetrics_BBV2ZjD8.esm.js — 200 — 2.0 KiB — 40 ms — h3https://vishalperipherals.com/cdn/shop/t/56/assets/loading.svg/cdn/shop/t/56/assets/loading.svg https://vishalperipherals.com/cdn/shop/t/56/assets/loading.svg — 200 — 1.2 KiB — 24 ms — h3https://vishalperipherals.com/search?view=vertical_menu/search?view=vertical_menu https://vishalperipherals.com/search?view=vertical_menu — 200 — 3.1 KiB — 231 ms — h3https://vishalperipherals.com/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js/cdn/shopifycloud/consent-tracking-... https://vishalperipherals.com/cdn/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js — 200 — 7.8 KiB — 25 ms — h3https://sdk.breezesdk.store/gallery/logos/brand-logo-footer.svgsdk.breezesdk.store/gallery/logos/b... https://sdk.breezesdk.store/gallery/logos/brand-logo-footer.svg — 200 — 4.5 KiB — 12 ms — h3https://vishalperipherals.com/cdn/shop/files/Fav_Icon_9b722cd9-3607-401b-be51-1c2205b12750_32x.png?v=1712587889/cdn/shop/files/Fav_Icon_9b722cd9-3... https://vishalperipherals.com/cdn/shop/files/Fav_Icon_9b722cd9-3607-401b-be51-1c2205b12750_32x.png?v=1712587889 — 200 — 2.0 KiB — 27 ms — h3https://otlp-http-production.shopifysvc.com/v1/metricsotlp-http-production.shopifysvc.com... https://otlp-http-production.shopifysvc.com/v1/metrics — 200 — 36 B — 880 ms — h3https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/pixel-reporting-sdk.jsmcjs.prd.a.intuit.com/assets/pixel-... https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/pixel-reporting-sdk.js — 200 — 747 B — 49 ms — h2https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/main-qizrsdxz.jsmcjs.prd.a.intuit.com/assets/pixel-... https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/main-qizrsdxz.js — 200 — 1.4 KiB — 10 ms — h2https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/service-manager-BvDqRaBd.jsmcjs.prd.a.intuit.com/assets/pixel-... https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/service-manager-BvDqRaBd.js — 200 — 1.2 KiB — 6 ms — h2https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/logger-service-CY6PdnVF.jsmcjs.prd.a.intuit.com/assets/pixel-... https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/logger-service-CY6PdnVF.js — 200 — 1.0 KiB — 9 ms — h2https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/error-handling-service-BZtVa53d.jsmcjs.prd.a.intuit.com/assets/pixel-... https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/error-handling-service-BZtVa53d.js — 200 — 915 B — 12 ms — h2https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/storage-service-C3akGEyb.jsmcjs.prd.a.intuit.com/assets/pixel-... https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/storage-service-C3akGEyb.js — 200 — 1.0 KiB — 8 ms — h2https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/assert-unreachable-C45WvptH.jsmcjs.prd.a.intuit.com/assets/pixel-... https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/assert-unreachable-C45WvptH.js — 200 — 525 B — 18 ms — h2https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/window-service-Bip1-Xzq.jsmcjs.prd.a.intuit.com/assets/pixel-... https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/window-service-Bip1-Xzq.js — 200 — 1.0 KiB — 17 ms — h2https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/user-service-B5PzfKgO.jsmcjs.prd.a.intuit.com/assets/pixel-... https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/user-service-B5PzfKgO.js — 200 — 1.5 KiB — 7 ms — h2https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/shopify-service-Dk_KSGCl.jsmcjs.prd.a.intuit.com/assets/pixel-... https://mcjs.prd.a.intuit.com/assets/pixel-reporting-sdk/1.22.0/shopify-service-Dk_KSGCl.js — 200 — 985 B — 6 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
25% of JavaScript execution is third-party
First-party Third-party 1291ms · 634KB · €7/mo
static.customerfields.com
Other
Costly
Execution 557ms
Transfer 208 KB
Unused 65%
Monthly Cost €3/mo
spin.bestfreecdn.com
Other
Costly
Execution 294ms
Transfer 289 KB
Unused 88%
Monthly Cost €2/mo
cdn.shopify.com
Other
Optional
Execution 161ms
Transfer 23 KB
Monthly Cost €1/mo
sdk.breezesdk.store
Other
Optional
Execution 109ms
Transfer 46 KB
Unused 66%
Monthly Cost €1/mo
cdn.shopify.com
Other
Optional
Execution 89ms
Transfer 46 KB
Monthly Cost €0/mo
cdn.hyperspeed.me
Other
Optional
Execution 80ms
Transfer 22 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • static.customerfields.com adds 557ms and costs ~€3/month
  • spin.bestfreecdn.com adds 294ms and costs ~€2/month

static.customerfields.com takes 557ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

65% of static.customerfields.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

spin.bestfreecdn.com takes 294ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

88% of spin.bestfreecdn.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

66% of sdk.breezesdk.store'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

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-08-20 — 2026-09-16)

LCP (p75)

1968 ms

82% good

INP (p75)

256 ms

67% good

CLS (p75)

0.170

51% good

FCP (p75)

1278 ms

TTFB (p75)

398 ms

Image Optimization
150 images, 4076 KB total, 162 KB wasted
INFO

Image Optimization Audit

Total Images

150

Total Size

4076 KB

Oversized

12

Wasted

162 KB

3 missing alt text 30 missing dimensions 55 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