Skip to content
https://office-project-beat-box-front-end.vercel.app

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
82
GRADE
B
FIX
2
REVIEW
9
PASS
12
INFO
3

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

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

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

3.26 s

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

180.33 s

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

2.18 s

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

0.878

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

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

195.47 s

Page Load Progression

2.2 s
4.5 s
6.7 s
9.0 s
11.2 s
13.5 s
15.7 s
17.9 s
Checks
26
12 PASS 9 REVIEW 2 FIX
F
Page Weight Budget
Action
63.8 MB transferred, 217 requests
FIX
63.8 MB transferred, 217 requests
Critical::
Page weighs 66.9 MB (63.8 MB transferred)
Warning::
Images are 61.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 61.6 MB
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Warning::
217 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 13.4 g CO2 per page load
63.8 MB / 2.4 MB budget
63.8 MB transferred
217 requests
13.4 g CO2 per page load
Images 61.6 MiB 96%
JavaScript 1.3 MiB 2%
Other 836.8 KiB 1%
CSS 73.1 KiB 0%
Other 21.4 KiB 0%
HTML 3.8 KiB 0%
Other 267 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

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
14468ms total JS execution
FIX
14468ms total JS execution
Warning::
https://office-project-beat-box-front-end.vercel.a...: 9008ms CPU time
Warning::
Unattributable: 2785ms CPU time
Warning::
https://office-project-beat-box-front-end.vercel.a...: 2413ms CPU time
Warning::
https://checkout.razorpay.com/v1/checkout.js: 261ms CPU time
Info::
Third-party scripts: 261ms (2% of total)

Main Thread Breakdown

Other 50% Script Evaluation 23% Style & Layout 15% Rendering 11%
ScriptTotalScriptingParse/CompileParty
https://office-project-beat-box-front-end.vercel.app/assets/index-C0J4MEJ3.js9008ms3125ms7ms1st
Unattributable2785ms16ms0ms1st
https://office-project-beat-box-front-end.vercel.app/2413ms12ms2ms1st
https://checkout.razorpay.com/v1/checkout.js261ms220ms30ms3rd
C
Image Optimization
Action
23 images, 0 KB saveable
REVIEW
23 images, 0 KB saveable
Warning::
https://office-project-beat-box-front-end.vercel.a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://beatbox-api.runasp.net/images/products/tws... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://beatbox-api.runasp.net/images/products/tws... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://office-project-beat-box-front-end.vercel.a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://beatbox-api.runasp.net/images/products/wir... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://beatbox-api.runasp.net/images/products/hea... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://beatbox-api.runasp.net/images/products/hea... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://office-project-beat-box-front-end.vercel.a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
23 images 61.6 MB
0 oversized -0 KB
22 legacy format
9 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

Performance issues directly impact user engagement and conversion rates.

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
JS Bundles
185 scripts, 112 KB unused
REVIEW
185 scripts, 112 KB unused
Warning::
https://office-project-beat-box-front-end.vercel.a...: 87 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://checkout.razorpay.com/v1/checkout.js: 25 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 112 KB
112 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://office-project-beat-box-front-end.vercel.app/assets/index-C0J4MEJ3.js258 KB87 KB (34%)1st
https://checkout.razorpay.com/v1/checkout.js57 KB25 KB (44%)3rd
https://cdn.razorpay.com/static/cx/razorpay-risk-detection/bundle.js2 KB3rd
https://office-project-beat-box-front-end.vercel.app/assets/Home-BTVDOQ_2.js12 KB1st
https://office-project-beat-box-front-end.vercel.app/assets/arrow-right-D6i73gQI.js0 KB1st
https://office-project-beat-box-front-end.vercel.app/assets/chevron-right-CKnMRYA5.js0 KB1st
https://office-project-beat-box-front-end.vercel.app/assets/clock-QcnUQxrc.js0 KB1st
https://office-project-beat-box-front-end.vercel.app/assets/star-Btic40cs.js1 KB1st
https://office-project-beat-box-front-end.vercel.app/assets/trending-up-DPkKnKi6.js0 KB1st
https://office-project-beat-box-front-end.vercel.app/assets/zap-CgWkhwPU.js0 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
217 resources · 63.8 MB · 112 KB savings available
REVIEW
217 resources · 63.8 MB · 112 KB savings available
Warning::
Page weight 63.8 MB exceeds 1 MB target by 62.8 MB
Got: 63.8 MB Expected: ≤ 1 MB
Info::
~112 KB of savings available
Info::
191 third-party resources (19% of weight)
Info::
18 resources over 200KB
217 resources · 63.8 MiB · 191 third-party 62.8 MiB over 1MB target
Image 97% · 62.1 MiB
JavaScript 3% · 1.6 MiB
CSS 0% · 73.1 KiB
Other 0% · 21.6 KiB
Document 0% · 3.8 KiB

~111.7 KiB of savings available

Remove unused JavaScript: 111.7 KiB
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
Warning::
Total JS execution time is 14.5 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
public, max-age=0, must-revalidate
REVIEW
public, max-age=0, must-revalidate
Info::
Cache-Control header is set
Got: public, max-age=0, must-revalidate
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

public, max-age=0, must-revalidate

DirectiveValueMeaning
publicAny cache may store this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
A+
Third-Party Impact
19% third-party, 0 ms blocking
PASS
19% third-party, 0 ms blocking
Info::
Third-party code accounts for 19% of page weight (12.4 MiB of 63.8 MiB)
Info::
Third-party blocking time is low (0 ms)
81%
19%
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
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
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+
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+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: public, max-age=0, must-revalidate
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
217 requests over 17475ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s 52.0 s 54.0 s 56.0 s 58.0 s 60.0 s 62.0 s 64.0 s 66.0 s 68.0 s 70.0 s 72.0 s 74.0 s 76.0 s 78.0 s 80.0 s 82.0 s 84.0 s 86.0 s 88.0 s 90.0 s 92.0 s 94.0 s 96.0 s 98.0 s 100.0 s 102.0 s 104.0 s 106.0 s 108.0 s 110.0 s 112.0 s 114.0 s 116.0 s 118.0 s 120.0 s 122.0 s 124.0 s 126.0 s 128.0 s 130.0 s 132.0 s 134.0 s 136.0 s 138.0 s 140.0 s 142.0 s 144.0 s 146.0 s 148.0 s 150.0 s 152.0 s 154.0 s 156.0 s 158.0 s 160.0 s 162.0 s 164.0 s 166.0 s 168.0 s 170.0 s 172.0 s 174.0 s 176.0 s 178.0 s 180.0 s 182.0 s 184.0 s 186.0 s 188.0 s FCP 3.3 s LCP 180.3 shttps://office-project-beat-box-front-end.vercel.app// https://office-project-beat-box-front-end.vercel.app/ — 200 — 1.3 KiB — 46 ms — h2https://checkout.razorpay.com/v1/checkout.jscheckout.razorpay.com/v1/checkout.j... https://checkout.razorpay.com/v1/checkout.js — 200 — 57.4 KiB — 23 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/index-C0J4MEJ3.js/assets/index-C0J4MEJ3.js https://office-project-beat-box-front-end.vercel.app/assets/index-C0J4MEJ3.js — 200 — 258.0 KiB — 128 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/index-B87KetCZ.css/assets/index-B87KetCZ.css https://office-project-beat-box-front-end.vercel.app/assets/index-B87KetCZ.css — 200 — 43.7 KiB — 143 ms — h2https://cdn.razorpay.com/static/cx/razorpay-risk-detection/bundle.jscdn.razorpay.com/static/cx/razorpay... https://cdn.razorpay.com/static/cx/razorpay-risk-detection/bundle.js — 200 — 1.8 KiB — 28 ms — h2https://api.razorpay.com/v1/checkout/public?traffic_env=production&build=247362bd02f22583cc45188a3db717dc06393787&build_v1=da4ee3f43a28ad81dba8ed06daf899a4520c691f&checkout_v2=1&new_session=1&rzp_device_id=1.93a1f770e0ecdfc642a271c753f87adc4a944b7a.1787151661816.14379819&unified_session_id=TRfcQkaRCgIg26api.razorpay.com/v1/checkout/public... https://api.razorpay.com/v1/checkout/public?traffic_env=production&build=247362bd02f22583cc45188a3db717dc06393787&build_v1=da4ee3f43a28ad81dba8ed06daf899a4520c691f&checkout_v2=1&new_session=1&rzp_device_id=1.93a1f770e0ecdfc642a271c753f87adc4a944b7a.1787151661816.14379819&unified_session_id=TRfcQkaRCgIg26 — 200 — 2.5 KiB — 764 ms — http/1.1https://office-project-beat-box-front-end.vercel.app/assets/Home-BTVDOQ_2.js/assets/Home-BTVDOQ_2.js https://office-project-beat-box-front-end.vercel.app/assets/Home-BTVDOQ_2.js — 200 — 12.1 KiB — 68 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/arrow-right-D6i73gQI.js/assets/arrow-right-D6i73gQI.js https://office-project-beat-box-front-end.vercel.app/assets/arrow-right-D6i73gQI.js — 200 — 335 B — 45 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/chevron-right-CKnMRYA5.js/assets/chevron-right-CKnMRYA5.js https://office-project-beat-box-front-end.vercel.app/assets/chevron-right-CKnMRYA5.js — 200 — 255 B — 62 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/clock-QcnUQxrc.js/assets/clock-QcnUQxrc.js https://office-project-beat-box-front-end.vercel.app/assets/clock-QcnUQxrc.js — 200 — 289 B — 46 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/star-Btic40cs.js/assets/star-Btic40cs.js https://office-project-beat-box-front-end.vercel.app/assets/star-Btic40cs.js — 200 — 590 B — 55 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/trending-up-DPkKnKi6.js/assets/trending-up-DPkKnKi6.js https://office-project-beat-box-front-end.vercel.app/assets/trending-up-DPkKnKi6.js — 200 — 300 B — 49 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/zap-CgWkhwPU.js/assets/zap-CgWkhwPU.js https://office-project-beat-box-front-end.vercel.app/assets/zap-CgWkhwPU.js — 200 — 379 B — 58 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/ProductCard-kn201sby.js/assets/ProductCard-kn201sby.js https://office-project-beat-box-front-end.vercel.app/assets/ProductCard-kn201sby.js — 200 — 2.8 KiB — 74 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/eye-Db1pHAN9.js/assets/eye-Db1pHAN9.js https://office-project-beat-box-front-end.vercel.app/assets/eye-Db1pHAN9.js — 200 — 374 B — 45 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/RecentlyViewed-D1-9mXw3.js/assets/RecentlyViewed-D1-9mXw3.js https://office-project-beat-box-front-end.vercel.app/assets/RecentlyViewed-D1-9mXw3.js — 200 — 1.9 KiB — 49 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/beatbox_logo-ByRE-M8x.png/assets/beatbox_logo-ByRE-M8x.png https://office-project-beat-box-front-end.vercel.app/assets/beatbox_logo-ByRE-M8x.png — 200 — 549.2 KiB — 129 ms — h2https://lumberjack.razorpay.com/v2/logzlumberjack.razorpay.com/v2/logz https://lumberjack.razorpay.com/v2/logz — 200 — 267 B — 762 ms — http/1.1https://beatbox-api.runasp.net/api/productbeatbox-api.runasp.net/api/product https://beatbox-api.runasp.net/api/product — 200 — 20.5 KiB — 935 ms — h2https://beatbox-api.runasp.net/api/categorybeatbox-api.runasp.net/api/category https://beatbox-api.runasp.net/api/category — 200 — 924 B — 720 ms — h2https://beatbox-api.runasp.net/api/categorybeatbox-api.runasp.net/api/category https://beatbox-api.runasp.net/api/category — 200 — 0 B — 742 ms — h2https://beatbox-api.runasp.net/api/productbeatbox-api.runasp.net/api/product https://beatbox-api.runasp.net/api/product — 200 — 0 B — 933 ms — h2https://checkout-static-next.razorpay.com/build/247362bd02f22583cc45188a3db717dc06393787/v2-entry.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/247362bd02f22583cc45188a3db717dc06393787/v2-entry.modern.js — 200 — 39.9 KiB — 31 ms — h2https://checkout-static-next.razorpay.com/build/chunks/v2-entry-loader-43ba90ee.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-loader-43ba90ee.modern.js — 200 — 6.7 KiB — 30 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-459b9f60.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-459b9f60.modern.js — 200 — 16.9 KiB — 58 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-937268ec.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-937268ec.modern.js — 200 — 16.7 KiB — 28 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-fb66b9bb.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-fb66b9bb.modern.js — 200 — 12.0 KiB — 58 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-0432c343.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-0432c343.modern.js — 200 — 3.1 KiB — 58 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-7e5fa9dd.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-7e5fa9dd.modern.js — 200 — 11.7 KiB — 52 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-0e9c492f.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-0e9c492f.modern.js — 200 — 6.3 KiB — 51 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s 48.0 s 50.0 s 52.0 s 54.0 s 56.0 s 58.0 s 60.0 s 62.0 s 64.0 s 66.0 s 68.0 s 70.0 s 72.0 s 74.0 s 76.0 s 78.0 s 80.0 s 82.0 s 84.0 s 86.0 s 88.0 s 90.0 s 92.0 s 94.0 s 96.0 s 98.0 s 100.0 s 102.0 s 104.0 s 106.0 s 108.0 s 110.0 s 112.0 s 114.0 s 116.0 s 118.0 s 120.0 s 122.0 s 124.0 s 126.0 s 128.0 s 130.0 s 132.0 s 134.0 s 136.0 s 138.0 s 140.0 s 142.0 s 144.0 s 146.0 s 148.0 s 150.0 s 152.0 s 154.0 s 156.0 s 158.0 s 160.0 s 162.0 s 164.0 s 166.0 s 168.0 s 170.0 s 172.0 s 174.0 s 176.0 s 178.0 s 180.0 s 182.0 s 184.0 s 186.0 s 188.0 s FCP 3.3 s LCP 180.3 shttps://office-project-beat-box-front-end.vercel.app// https://office-project-beat-box-front-end.vercel.app/ — 200 — 1.3 KiB — 46 ms — h2https://checkout.razorpay.com/v1/checkout.jscheckout.razorpay.com/v1/checkout.j... https://checkout.razorpay.com/v1/checkout.js — 200 — 57.4 KiB — 23 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/index-C0J4MEJ3.js/assets/index-C0J4MEJ3.js https://office-project-beat-box-front-end.vercel.app/assets/index-C0J4MEJ3.js — 200 — 258.0 KiB — 128 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/index-B87KetCZ.css/assets/index-B87KetCZ.css https://office-project-beat-box-front-end.vercel.app/assets/index-B87KetCZ.css — 200 — 43.7 KiB — 143 ms — h2https://cdn.razorpay.com/static/cx/razorpay-risk-detection/bundle.jscdn.razorpay.com/static/cx/razorpay... https://cdn.razorpay.com/static/cx/razorpay-risk-detection/bundle.js — 200 — 1.8 KiB — 28 ms — h2https://api.razorpay.com/v1/checkout/public?traffic_env=production&build=247362bd02f22583cc45188a3db717dc06393787&build_v1=da4ee3f43a28ad81dba8ed06daf899a4520c691f&checkout_v2=1&new_session=1&rzp_device_id=1.93a1f770e0ecdfc642a271c753f87adc4a944b7a.1787151661816.14379819&unified_session_id=TRfcQkaRCgIg26api.razorpay.com/v1/checkout/public... https://api.razorpay.com/v1/checkout/public?traffic_env=production&build=247362bd02f22583cc45188a3db717dc06393787&build_v1=da4ee3f43a28ad81dba8ed06daf899a4520c691f&checkout_v2=1&new_session=1&rzp_device_id=1.93a1f770e0ecdfc642a271c753f87adc4a944b7a.1787151661816.14379819&unified_session_id=TRfcQkaRCgIg26 — 200 — 2.5 KiB — 764 ms — http/1.1https://office-project-beat-box-front-end.vercel.app/assets/Home-BTVDOQ_2.js/assets/Home-BTVDOQ_2.js https://office-project-beat-box-front-end.vercel.app/assets/Home-BTVDOQ_2.js — 200 — 12.1 KiB — 68 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/arrow-right-D6i73gQI.js/assets/arrow-right-D6i73gQI.js https://office-project-beat-box-front-end.vercel.app/assets/arrow-right-D6i73gQI.js — 200 — 335 B — 45 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/chevron-right-CKnMRYA5.js/assets/chevron-right-CKnMRYA5.js https://office-project-beat-box-front-end.vercel.app/assets/chevron-right-CKnMRYA5.js — 200 — 255 B — 62 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/clock-QcnUQxrc.js/assets/clock-QcnUQxrc.js https://office-project-beat-box-front-end.vercel.app/assets/clock-QcnUQxrc.js — 200 — 289 B — 46 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/star-Btic40cs.js/assets/star-Btic40cs.js https://office-project-beat-box-front-end.vercel.app/assets/star-Btic40cs.js — 200 — 590 B — 55 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/trending-up-DPkKnKi6.js/assets/trending-up-DPkKnKi6.js https://office-project-beat-box-front-end.vercel.app/assets/trending-up-DPkKnKi6.js — 200 — 300 B — 49 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/zap-CgWkhwPU.js/assets/zap-CgWkhwPU.js https://office-project-beat-box-front-end.vercel.app/assets/zap-CgWkhwPU.js — 200 — 379 B — 58 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/ProductCard-kn201sby.js/assets/ProductCard-kn201sby.js https://office-project-beat-box-front-end.vercel.app/assets/ProductCard-kn201sby.js — 200 — 2.8 KiB — 74 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/eye-Db1pHAN9.js/assets/eye-Db1pHAN9.js https://office-project-beat-box-front-end.vercel.app/assets/eye-Db1pHAN9.js — 200 — 374 B — 45 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/RecentlyViewed-D1-9mXw3.js/assets/RecentlyViewed-D1-9mXw3.js https://office-project-beat-box-front-end.vercel.app/assets/RecentlyViewed-D1-9mXw3.js — 200 — 1.9 KiB — 49 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/beatbox_logo-ByRE-M8x.png/assets/beatbox_logo-ByRE-M8x.png https://office-project-beat-box-front-end.vercel.app/assets/beatbox_logo-ByRE-M8x.png — 200 — 549.2 KiB — 129 ms — h2https://lumberjack.razorpay.com/v2/logzlumberjack.razorpay.com/v2/logz https://lumberjack.razorpay.com/v2/logz — 200 — 267 B — 762 ms — http/1.1https://beatbox-api.runasp.net/api/productbeatbox-api.runasp.net/api/product https://beatbox-api.runasp.net/api/product — 200 — 20.5 KiB — 935 ms — h2https://beatbox-api.runasp.net/api/categorybeatbox-api.runasp.net/api/category https://beatbox-api.runasp.net/api/category — 200 — 924 B — 720 ms — h2https://beatbox-api.runasp.net/api/categorybeatbox-api.runasp.net/api/category https://beatbox-api.runasp.net/api/category — 200 — 0 B — 742 ms — h2https://beatbox-api.runasp.net/api/productbeatbox-api.runasp.net/api/product https://beatbox-api.runasp.net/api/product — 200 — 0 B — 933 ms — h2https://checkout-static-next.razorpay.com/build/247362bd02f22583cc45188a3db717dc06393787/v2-entry.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/247362bd02f22583cc45188a3db717dc06393787/v2-entry.modern.js — 200 — 39.9 KiB — 31 ms — h2https://checkout-static-next.razorpay.com/build/chunks/v2-entry-loader-43ba90ee.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-loader-43ba90ee.modern.js — 200 — 6.7 KiB — 30 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-459b9f60.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-459b9f60.modern.js — 200 — 16.9 KiB — 58 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-937268ec.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-937268ec.modern.js — 200 — 16.7 KiB — 28 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-fb66b9bb.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-fb66b9bb.modern.js — 200 — 12.0 KiB — 58 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-0432c343.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-0432c343.modern.js — 200 — 3.1 KiB — 58 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-7e5fa9dd.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-7e5fa9dd.modern.js — 200 — 11.7 KiB — 52 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-0e9c492f.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-0e9c492f.modern.js — 200 — 6.3 KiB — 51 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-analytics-f68f0d77.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-analytics-f68f0d77.modern.js — 200 — 12.7 KiB — 62 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-2b77a2f2.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-2b77a2f2.modern.js — 200 — 8.0 KiB — 51 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-d44ad482.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-d44ad482.modern.js — 200 — 2.9 KiB — 63 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2.ee9c9e13.33524.csscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2.ee9c9e13.33524.css — 200 — 29.4 KiB — 47 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-app-4b998a56.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-app-4b998a56.modern.js — 200 — 173.3 KiB — 66 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-6a2a8aa6.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-6a2a8aa6.modern.js — 200 — 10.8 KiB — 56 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-7393326d.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-7393326d.modern.js — 200 — 4.5 KiB — 59 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-3812341d.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-3812341d.modern.js — 200 — 5.4 KiB — 83 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-38040652.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-38040652.modern.js — 200 — 3.5 KiB — 91 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-8787ab08.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-8787ab08.modern.js — 200 — 4.7 KiB — 102 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-6b2d5cbd.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-6b2d5cbd.modern.js — 200 — 5.3 KiB — 102 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-6c25090c.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-6c25090c.modern.js — 200 — 3.6 KiB — 102 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-d42c8a2c.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-d42c8a2c.modern.js — 200 — 15.8 KiB — 102 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-4acff84d.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-4acff84d.modern.js — 200 — 4.9 KiB — 102 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-8a913fb2.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-8a913fb2.modern.js — 200 — 3.1 KiB — 102 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-56a797fe.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-56a797fe.modern.js — 200 — 12.0 KiB — 101 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-9b83c91f.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-9b83c91f.modern.js — 200 — 4.0 KiB — 101 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-888da40e.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-888da40e.modern.js — 200 — 21.1 KiB — 101 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-624affd5.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-624affd5.modern.js — 200 — 4.2 KiB — 101 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-1c09a580.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-1c09a580.modern.js — 200 — 5.7 KiB — 101 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-e6353776.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-e6353776.modern.js — 200 — 5.3 KiB — 100 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-3743bcb6.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-3743bcb6.modern.js — 200 — 8.0 KiB — 100 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-f70ff0e9.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-f70ff0e9.modern.js — 200 — 3.4 KiB — 100 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-card-02e59e5f.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-card-02e59e5f.modern.js — 200 — 15.8 KiB — 101 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-7c64cc1b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-7c64cc1b.modern.js — 200 — 4.8 KiB — 100 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-06961db5.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-06961db5.modern.js — 200 — 13.4 KiB — 99 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-ced20695.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-ced20695.modern.js — 200 — 7.7 KiB — 100 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-78e62dcb.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-78e62dcb.modern.js — 200 — 12.0 KiB — 99 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-294231e1.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-294231e1.modern.js — 200 — 4.1 KiB — 99 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-d5dcb9c2.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-d5dcb9c2.modern.js — 200 — 18.8 KiB — 118 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-checkout-payment-fc98d077.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-checkout-payment-fc98d077.modern.js — 200 — 796 B — 118 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-31510b0a.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-31510b0a.modern.js — 200 — 5.3 KiB — 118 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-e3c15e72.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-e3c15e72.modern.js — 200 — 4.0 KiB — 116 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-apple-pay-method-button-4a49f13f.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-apple-pay-method-button-4a49f13f.modern.js — 200 — 7.3 KiB — 115 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-card-block-b7405189.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-card-block-b7405189.modern.js — 200 — 5.0 KiB — 115 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-apple-pay-button-129f8eee.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-apple-pay-button-129f8eee.modern.js — 200 — 7.9 KiB — 132 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-5c6fb31a.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-5c6fb31a.modern.js — 200 — 12.1 KiB — 132 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-qr-5935068b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-qr-5935068b.modern.js — 200 — 922 B — 131 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-email-sanitisation-0ba0958b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-email-sanitisation-0ba0958b.modern.js — 200 — 1.7 KiB — 130 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-emi-block-e0b0b16b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-emi-block-e0b0b16b.modern.js — 200 — 3.9 KiB — 131 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-5284ecd4.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-5284ecd4.modern.js — 200 — 4.3 KiB — 130 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-block-c31d2967.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-block-c31d2967.modern.js — 200 — 6.8 KiB — 141 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-netbanking-block-71508e07.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-netbanking-block-71508e07.modern.js — 200 — 4.5 KiB — 167 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-wallet-block-3342fa79.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-wallet-block-3342fa79.modern.js — 200 — 4.0 KiB — 167 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-otp-ea8c9043.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-otp-ea8c9043.modern.js — 200 — 13.6 KiB — 168 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-paylater-block-589127cd.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-paylater-block-589127cd.modern.js — 200 — 4.6 KiB — 176 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-nach-block-216d5579.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-nach-block-216d5579.modern.js — 200 — 723 B — 176 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-lang-en-ts-36060099.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-lang-en-ts-36060099.modern.js — 200 — 17.7 KiB — 150 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-icon-common-4f485ded.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-icon-common-4f485ded.modern.js — 200 — 28.8 KiB — 155 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-analytics-b4189494.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-analytics-b4189494.modern.js — 200 — 9.4 KiB — 152 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-icon-common0-4e470bd4.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-icon-common0-4e470bd4.modern.js — 200 — 1.3 KiB — 146 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-standard-icon-common-0f9fe3f9.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-standard-icon-common-0f9fe3f9.modern.js — 200 — 10.3 KiB — 152 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration-14781241.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration-14781241.modern.js — 200 — 3.6 KiB — 144 ms — h3https://office-project-beat-box-front-end.vercel.app/assets/airpods-BINDQGs3.png/assets/airpods-BINDQGs3.png https://office-project-beat-box-front-end.vercel.app/assets/airpods-BINDQGs3.png — 200 — 1.9 MiB — 244 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/soundbar-BeXW3Dhx.png/assets/soundbar-BeXW3Dhx.png https://office-project-beat-box-front-end.vercel.app/assets/soundbar-BeXW3Dhx.png — 200 — 3.6 MiB — 466 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/smartwatch-BXT0dkKA.png/assets/smartwatch-BXT0dkKA.png https://office-project-beat-box-front-end.vercel.app/assets/smartwatch-BXT0dkKA.png — 200 — 5.4 MiB — 621 ms — h2https://beatbox-api.runasp.net/images/products/headphone/headphone1_black_sideAngle.jpgbeatbox-api.runasp.net/images/produ... https://beatbox-api.runasp.net/images/products/headphone/headphone1_black_sideAngle.jpg — 200 — 2.9 MiB — 1.9 s — h2https://office-project-beat-box-front-end.vercel.app/assets/tws_hero-DgQdcQlc.png/assets/tws_hero-DgQdcQlc.png https://office-project-beat-box-front-end.vercel.app/assets/tws_hero-DgQdcQlc.png — 200 — 384.2 KiB — 378 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/gaming_keyboard-CpBiVUwc.png/assets/gaming_keyboard-CpBiVUwc.pn... https://office-project-beat-box-front-end.vercel.app/assets/gaming_keyboard-CpBiVUwc.png — 200 — 731.4 KiB — 410 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/default11-DVMK4tMy.jpg/assets/default11-DVMK4tMy.jpg https://office-project-beat-box-front-end.vercel.app/assets/default11-DVMK4tMy.jpg — 200 — 133.4 KiB — 340 ms — h2https://beatbox-api.runasp.net/images/products/party-speakers/party-speaker1.jpgbeatbox-api.runasp.net/images/produ... https://beatbox-api.runasp.net/images/products/party-speakers/party-speaker1.jpg — 200 — 119.4 KiB — 763 ms — h2https://beatbox-api.runasp.net/images/products/wireless-headphones/wireless-headphone1.jpgbeatbox-api.runasp.net/images/produ... https://beatbox-api.runasp.net/images/products/wireless-headphones/wireless-headphone1.jpg — 200 — 44.1 KiB — 469 ms — h2https://beatbox-api.runasp.net/images/products/headphone/headphone2_white_frontAngle.jpgbeatbox-api.runasp.net/images/produ... https://beatbox-api.runasp.net/images/products/headphone/headphone2_white_frontAngle.jpg — 200 — 1.5 MiB — 2.1 s — h2https://beatbox-api.runasp.net/images/products/headphone/headphone3_white_frontAngle.jpgbeatbox-api.runasp.net/images/produ... https://beatbox-api.runasp.net/images/products/headphone/headphone3_white_frontAngle.jpg — 200 — 2.2 MiB — 2.5 s — h2https://i.pravatar.cc/150?u=ai.pravatar.cc/150?u=a https://i.pravatar.cc/150?u=a — 200 — 3.8 KiB — 47 ms — h2https://i.pravatar.cc/150?u=bi.pravatar.cc/150?u=b https://i.pravatar.cc/150?u=b — 200 — 5.3 KiB — 44 ms — h2https://i.pravatar.cc/150?u=ci.pravatar.cc/150?u=c https://i.pravatar.cc/150?u=c — 200 — 5.8 KiB — 46 ms — h2https://beatbox-api.runasp.net/images/products/tws_eaebuds/tws1_white_frontAngle.jpgbeatbox-api.runasp.net/images/produ... https://beatbox-api.runasp.net/images/products/tws_eaebuds/tws1_white_frontAngle.jpg — 200 — 2.3 MiB — 2.8 s — h2https://beatbox-api.runasp.net/images/products/tws_eaebuds/tws3_grey_closedAngle.jpgbeatbox-api.runasp.net/images/produ... https://beatbox-api.runasp.net/images/products/tws_eaebuds/tws3_grey_closedAngle.jpg — 200 — 1.8 MiB — 3.1 s — h2https://office-project-beat-box-front-end.vercel.app/assets/headphones-CJMEGCfI.png/assets/headphones-CJMEGCfI.png https://office-project-beat-box-front-end.vercel.app/assets/headphones-CJMEGCfI.png — 200 — 6.2 MiB — 1.5 s — h2https://office-project-beat-box-front-end.vercel.app/assets/bluetooth_speaker-2c2w_VOC.png/assets/bluetooth_speaker-2c2w_VOC.... https://office-project-beat-box-front-end.vercel.app/assets/bluetooth_speaker-2c2w_VOC.png — 200 — 12.3 MiB — 2.1 s — h2https://office-project-beat-box-front-end.vercel.app/assets/wired_headphones-C9NQzdrH.png/assets/wired_headphones-C9NQzdrH.p... https://office-project-beat-box-front-end.vercel.app/assets/wired_headphones-C9NQzdrH.png — 200 — 2.0 MiB — 287 ms — h2https://office-project-beat-box-front-end.vercel.app/assets/gaming_keyboard-vKj3LrBD.png/assets/gaming_keyboard-vKj3LrBD.pn... https://office-project-beat-box-front-end.vercel.app/assets/gaming_keyboard-vKj3LrBD.png — 200 — 5.3 MiB — 1.4 s — h2https://office-project-beat-box-front-end.vercel.app/assets/gaming_headphone-srRxoEs6.png/assets/gaming_headphone-srRxoEs6.p... https://office-project-beat-box-front-end.vercel.app/assets/gaming_headphone-srRxoEs6.png — 200 — 12.3 MiB — 2.1 s — h2https://checkout-static-next.razorpay.com/build/undefinedcheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/undefined — -1 — 0 B — 429 ms — https://checkout-static-next.razorpay.com/build/chunks/v2-entry-customer-f0650dba.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-customer-f0650dba.modern.js — 200 — 1.0 KiB — 25 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-shield-0dae61c8.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-shield-0dae61c8.modern.js — 200 — 7.0 KiB — 25 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-merchant-identity-4f5e3e59.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-merchant-identity-4f5e3e59.modern.js — 200 — 8.9 KiB — 24 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-home-1234c21f.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-home-1234c21f.modern.js — 200 — 9.3 KiB — 24 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-78f3f5b6.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-78f3f5b6.modern.js — 200 — 16.0 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-overview-ca7492b1.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-overview-ca7492b1.modern.js — 200 — 6.0 KiB — 16 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-card-02e59e5f.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-card-02e59e5f.modern.js — 200 — 0 B — 4 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-checkout-payment-fc98d077.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-checkout-payment-fc98d077.modern.js — 200 — 0 B — 6 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-google-pay-store-a4622fdf.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-google-pay-store-a4622fdf.modern.js — 200 — 983 B — 16 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-apple-pay-flow-2e9598b8.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-apple-pay-flow-2e9598b8.modern.js — 200 — 4.1 KiB — 26 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-festivity-flow-50b21268.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-festivity-flow-50b21268.modern.js — 200 — 1.4 KiB — 29 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-apple-pay-experiment-eligibility-9493b870.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-apple-pay-experiment-eligibility-9493b870.modern.js — 200 — 1.1 KiB — 25 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-load-partner-sdks-a96810e4.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-load-partner-sdks-a96810e4.modern.js — 200 — 1.3 KiB — 8 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-gpay-in-a-box-14bb306c.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-gpay-in-a-box-14bb306c.modern.js — 200 — 1.4 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-in-app-d75964c3.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-in-app-d75964c3.modern.js — 200 — 2.4 KiB — 14 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-getAppleExperimentEligibilityData-59f3b729.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-getAppleExperimentEligibilityData-59f3b729.modern.js — 200 — 895 B — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-intl-bank-transfer-currency-253eaa50.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-intl-bank-transfer-currency-253eaa50.modern.js — 200 — 713 B — 14 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-fiduciary-consent-9721408a.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-fiduciary-consent-9721408a.modern.js — 200 — 4.9 KiB — 9 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-sentry-fbc47163.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-sentry-fbc47163.modern.js — 200 — 2.8 KiB — 18 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-lottie-player-04228f89.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-lottie-player-04228f89.modern.js — 200 — 76.7 KiB — 28 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-intelligent-offers-ranking-2e87add8.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-intelligent-offers-ranking-2e87add8.modern.js — 200 — 1.9 KiB — 18 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-asset-common-103f00e4.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-asset-common-103f00e4.modern.js — 200 — 112.4 KiB — 26 ms — h3https://office-project-beat-box-front-end.vercel.app/favicon.png?v=2/favicon.png?v=2 https://office-project-beat-box-front-end.vercel.app/favicon.png?v=2 — 200 — 549.2 KiB — 112 ms — h2https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-qr-5935068b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-qr-5935068b.modern.js — 200 — 0 B — 3 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-block-c31d2967.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-block-c31d2967.modern.js — 200 — 0 B — 5 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-cod-block-344b6a2a.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-cod-block-344b6a2a.modern.js — 200 — 8.1 KiB — 9 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-initialize-pay-with-partner-dd21929e.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-initialize-pay-with-partner-dd21929e.modern.js — 200 — 1.3 KiB — 7 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-dcc-ui-042dc3c2.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-dcc-ui-042dc3c2.modern.js — 200 — 11.2 KiB — 6 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-show-pay-with-partner-buttons-e2531585.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-show-pay-with-partner-buttons-e2531585.modern.js — 200 — 1.6 KiB — 10 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-offers-8b8425d4.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-offers-8b8425d4.modern.js — 200 — 17.6 KiB — 21 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-qrcode-eafc7390.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-qrcode-eafc7390.modern.js — 200 — 9.5 KiB — 21 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-downtime-efbee174.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-downtime-efbee174.modern.js — 200 — 3.7 KiB — 21 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-events-b535a896.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-events-b535a896.modern.js — 200 — 1.2 KiB — 20 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-vajra-track-metrics-144d2182.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-vajra-track-metrics-144d2182.modern.js — 200 — 1.5 KiB — 6 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-error-service-2aa87f77.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-error-service-2aa87f77.modern.js — 200 — 2.4 KiB — 12 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-phone-number-hint-86eb7c6b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-phone-number-hint-86eb7c6b.modern.js — 200 — 681 B — 12 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-festivity-animation-cdbf3b0f.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-festivity-animation-cdbf3b0f.modern.js — 200 — 1.2 KiB — 12 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-confirm-exit-e683502f.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-confirm-exit-e683502f.modern.js — 200 — 4.3 KiB — 12 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-pay-without-offer-b60666e9.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-pay-without-offer-b60666e9.modern.js — 200 — 5.4 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-link-and-pay-3232fd15.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-link-and-pay-3232fd15.modern.js — 200 — 4.7 KiB — 16 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-helpers-events-1d19379e.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-upi-helpers-events-1d19379e.modern.js — 200 — 1.2 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-pay-with-partner-helpers-payment-b60666e9.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-pay-with-partner-helpers-payment-b60666e9.modern.js — 200 — 5.4 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-card-block-b7405189.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-card-block-b7405189.modern.js — 200 — 0 B — 18 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-otp-ea8c9043.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-otp-ea8c9043.modern.js — 200 — 0 B — 5 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-quick-buy-mobile-home-c1dc2aae.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-quick-buy-mobile-home-c1dc2aae.modern.js — 200 — 17.8 KiB — 11 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-email-contact-collect-03635bf3.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-email-contact-collect-03635bf3.modern.js — 200 — 7.5 KiB — 16 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-powered-by-stamp-ba046f86.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-powered-by-stamp-ba046f86.modern.js — 200 — 1.5 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-entry-8c2d4763.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-entry-8c2d4763.modern.js — 200 — 4.5 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-magic-entry-helper-ade79185.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-magic-entry-helper-ade79185.modern.js — 200 — 1.8 KiB — 8 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-magic-icons-00edd052.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-magic-icons-00edd052.modern.js — 200 — 6.1 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-magic-icon-common-4335cbb6.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-magic-icon-common-4335cbb6.modern.js — 200 — 1.7 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-icon-magic-3179e56e.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-v2-icon-magic-3179e56e.modern.js — 200 — 1.5 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-redirection-42742706.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-redirection-42742706.modern.js — 200 — 2.0 KiB — 11 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-common-component-5497f54e.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-common-component-5497f54e.modern.js — 200 — 1.4 KiB — 12 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-add-shipping-address-56b66cdc.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-add-shipping-address-56b66cdc.modern.js — 200 — 7.3 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-address-ddc88851.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-address-ddc88851.modern.js — 200 — 3.4 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-opc-address-sheet-e971149f.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-opc-address-sheet-e971149f.modern.js — 200 — 4.5 KiB — 12 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-select-billing-address-376b8554.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-select-billing-address-376b8554.modern.js — 200 — 6.9 KiB — 12 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-select-delivery-address-93d0c649.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-select-delivery-address-93d0c649.modern.js — 200 — 10.4 KiB — 10 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-side-panel-overview-ab107e72.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-side-panel-overview-ab107e72.modern.js — 200 — 6.7 KiB — 19 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-order-summary-widget-41429bf5.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-order-summary-widget-41429bf5.modern.js — 200 — 7.1 KiB — 18 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-order-summary-sheet-ce0748df.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-order-summary-sheet-ce0748df.modern.js — 200 — 12.5 KiB — 18 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-order-summary-order-notes-bee0219c.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-order-summary-order-notes-bee0219c.modern.js — 200 — 5.8 KiB — 18 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-partial-cod-62435319.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-partial-cod-62435319.modern.js — 200 — 2.1 KiB — 7 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-order-notes-c17eb396.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-order-notes-c17eb396.modern.js — 200 — 4.5 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-address-consent-904538cd.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-address-consent-904538cd.modern.js — 200 — 3.8 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-third-party-address-consent-d747f56b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-third-party-address-consent-d747f56b.modern.js — 200 — 7.1 KiB — 14 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-notifications-consent-e158c514.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-notifications-consent-e158c514.modern.js — 200 — 3.1 KiB — 14 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-delivery-fees-callout-8f7652ad.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-delivery-fees-callout-8f7652ad.modern.js — 200 — 3.9 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-coupons-widget-de608686.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-coupons-widget-de608686.modern.js — 200 — 2.4 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-loyalty-points-widget-128c36e2.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-loyalty-points-widget-128c36e2.modern.js — 200 — 4.4 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-yotpo-points-widget-c0027e88.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-yotpo-points-widget-c0027e88.modern.js — 200 — 7.2 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-razorpay-wallet-widget-05bdd6f8.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-razorpay-wallet-widget-05bdd6f8.modern.js — 200 — 4.2 KiB — 14 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-breadcrumbs-405f2c92.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-breadcrumbs-405f2c92.modern.js — 200 — 2.5 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-BuyerProtectWrapper-3ece20a1.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-BuyerProtectWrapper-3ece20a1.modern.js — 200 — 1.3 KiB — 19 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-BuyerProtect-c7c81540.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-BuyerProtect-c7c81540.modern.js — 200 — 5.9 KiB — 19 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-select-delivery-speed-bacb30b8.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-select-delivery-speed-bacb30b8.modern.js — 200 — 9.6 KiB — 19 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-update-delivery-address-7dff8f75.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-update-delivery-address-7dff8f75.modern.js — 200 — 7.6 KiB — 18 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-tcs-breakup-f237e19c.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-tcs-breakup-f237e19c.modern.js — 200 — 1.6 KiB — 7 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-item-picker-e58515ed.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-item-picker-e58515ed.modern.js — 200 — 4.0 KiB — 9 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-reset-order-53ab1fa3.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-reset-order-53ab1fa3.modern.js — 200 — 1.1 KiB — 9 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-ga4-fallback-5f2d2e4e.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-ga4-fallback-5f2d2e4e.modern.js — 200 — 1.6 KiB — 9 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-channel-cb5ce52b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-channel-cb5ce52b.modern.js — 200 — 864 B — 14 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-add-billing-address-ebcddb82.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-add-billing-address-ebcddb82.modern.js — 200 — 8.5 KiB — 16 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-mobile-layout-desktop-5e8ec733.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-magic-mobile-layout-desktop-5e8ec733.modern.js — 200 — 1.3 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-emandate-2e123a5a.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-emandate-2e123a5a.modern.js — 200 — 12.1 KiB — 10 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration45-57afbac5.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration45-57afbac5.modern.js — 200 — 2.8 KiB — 14 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-account-popover-0614fa1d.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-account-popover-0614fa1d.modern.js — 200 — 3.5 KiB — 14 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-lang-hi-ts-be4e4f6b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-lang-hi-ts-be4e4f6b.modern.js — 200 — 32.3 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-local-currency-bank-transfer-block-17cb9790.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-local-currency-bank-transfer-block-17cb9790.modern.js — 200 — 1.0 KiB — 7 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-snapmint-helpers-28c9b141.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-snapmint-helpers-28c9b141.modern.js — 200 — 2.7 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration36-3d815756.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration36-3d815756.modern.js — 200 — 1.9 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-ui-card-apps-09f97201.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-ui-card-apps-09f97201.modern.js — 200 — 1.6 KiB — 12 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-custom-button-component-89b997b1.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-custom-button-component-89b997b1.modern.js — 200 — 2.1 KiB — 8 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-offer-emi-explainer-f2b48933.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-offer-emi-explainer-f2b48933.modern.js — 200 — 1.7 KiB — 16 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-pop-lang-tel-ts-7131428d.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-pop-lang-tel-ts-7131428d.modern.js — 200 — 1.6 KiB — 17 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-pop-lang-ben-ts-3c3a6951.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-pop-lang-ben-ts-3c3a6951.modern.js — 200 — 1.5 KiB — 17 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-instant-bank-transfer-lang-tam-ts-142fac8c.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-instant-bank-transfer-lang-tam-ts-142fac8c.modern.js — 200 — 1.5 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration41-52ecaaf8.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration41-52ecaaf8.modern.js — 200 — 2.5 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-card-issuer-white2-4c1543ec.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-card-issuer-white2-4c1543ec.modern.js — 200 — 3.3 KiB — 20 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-emi-plan-e2a5661c.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-emi-plan-e2a5661c.modern.js — 200 — 1.7 KiB — 17 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-intl-preferences-1ad8481b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-intl-preferences-1ad8481b.modern.js — 200 — 1.4 KiB — 14 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-wallet-block-3342fa79.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-wallet-block-3342fa79.modern.js — 200 — 0 B — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-block-config-7d9dc124.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-block-config-7d9dc124.modern.js — 200 — 1.9 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration30-18f986bb.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration30-18f986bb.modern.js — 200 — 2.6 KiB — 13 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-local-currency-bank-transfer-666f28de.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-local-currency-bank-transfer-666f28de.modern.js — 200 — 3.4 KiB — 15 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-custom-list-item-component-ce9b10cd.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-custom-list-item-component-ce9b10cd.modern.js — 200 — 2.5 KiB — 6 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-nfc-scan-sheet-375ed015.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-nfc-scan-sheet-375ed015.modern.js — 200 — 1.8 KiB — 19 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-eligibility-popup-5e286ee1.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-eligibility-popup-5e286ee1.modern.js — 200 — 5.3 KiB — 20 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-gateway-fee-42a266c2.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-gateway-fee-42a266c2.modern.js — 200 — 5.4 KiB — 19 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-netbanking-popup-fallback-82895866.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-netbanking-popup-fallback-82895866.modern.js — 200 — 3.9 KiB — 19 ms — h3https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration34-5f63d36b.modern.jscheckout-static-next.razorpay.com/b... https://checkout-static-next.razorpay.com/build/chunks/v2-entry-illustration34-5f63d36b.modern.js — 200 — 1.7 KiB — 18 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
2% of JavaScript execution is third-party
First-party Third-party 261ms · 57KB · $2/mo
checkout.razorpay.com
Other
Costly
Execution 261ms
Transfer 57 KB
Unused 44%
Monthly Cost $2/mo

These scripts may cost more than they're worth

  • checkout.razorpay.com adds 261ms and costs ~$2/month

checkout.razorpay.com takes 261ms 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

How third-party costs are calculated

Image Optimization
30 images, 6735 KB total, 1658 KB wasted
INFO

Image Optimization Audit

Total Images

30

Total Size

6735 KB

Oversized

12

Wasted

1658 KB

30 missing dimensions 19 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