Skip to content
https://myseshnyc.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
81
GRADE
B
FIX
4
REVIEW
4
PASS
11
INFO
4

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

89
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.

975 ms

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

1.95 s

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

12 ms

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

0.004

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

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

3.90 s

Page Load Progression

721 ms
1.4 s
2.2 s
2.9 s
3.6 s
4.3 s
5.0 s
5.8 s
Checks
23
11 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
3.9 MB transferred, 135 requests
FIX
3.9 MB transferred, 135 requests
Critical::
Page weighs 8.1 MB (3.9 MB transferred)
Warning::
Images are 2.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.2 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::
135 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.82 g CO2 per page load
3.9 MB / 2.4 MB budget
3.9 MB transferred
135 requests
0.82 g CO2 per page load
Images 2.2 MiB 55%
JavaScript 1.3 MiB 34%
Other 251.2 KiB 6%
Fonts 81.7 KiB 2%
CSS 49.7 KiB 1%
HTML 31.1 KiB 1%
Other 943 B 0%
Other 556 B 0%
Other 500 B 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

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

Why this matters

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

Source: web.dev

D
JS Bundles
Action
33 scripts, 438 KB unused
FIX
33 scripts, 438 KB unused
Warning::
https://lab.alpineiq.com/widget/widget.js: 219 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-H09H...: 72 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-K6Z...: 65 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-167...: 63 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://myseshnyc.com/wp-includes/js/jquery/jquery...: 20 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 438 KB
438 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://lab.alpineiq.com/widget/widget.js300 KB219 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=G-H09HF6CMTR&cx=c&gtm=4e6631h1175 KB72 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-K6Z6LBQN146 KB65 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16766994801&cx=c&gtm=4e6631h1146 KB63 KB (43%)3rd
https://myseshnyc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.130 KB20 KB (70%)1st
https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-header-builder@1/header-builder.js?bd_ver=2.7.12 KB1st
https://maps.gstatic.com/maps-api-v3/embed/js/65/3b/init_embed.js73 KB3rd
https://myseshnyc.com/wp-content/plugins/breakdance/plugin/global-scripts/breakdance-utils.js?bd_ver=2.7.13 KB1st
https://cdn.trustindex.io/loader.js?ver=121 KB3rd
https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/awesome-menu@1/awesome-menu.js?bd_ver=2.7.117 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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

F
Page Weight Inventory
Action
135 resources · 3.9 MB · 438 KB savings available
FIX
135 resources · 3.9 MB · 438 KB savings available
Warning::
Page weight 3.9 MB exceeds 1 MB target by 2.9 MB
Got: 3.9 MB Expected: ≤ 1 MB
Info::
~438 KB of savings available
Warning::
72 third-party resources (43% of weight)
Info::
5 resources over 200KB
135 resources · 3.9 MiB · 72 third-party 2.9 MiB over 1MB target
Image 55% · 2.2 MiB
JavaScript 34% · 1.3 MiB
CSS 7% · 295.8 KiB
Font 2% · 81.7 KiB
Document 1% · 31.3 KiB
Other 0% · 5.9 KiB

~438.3 KiB of savings available

Remove unused JavaScript: 438.3 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Third-Party Impact
43% third-party, 0 ms blocking
REVIEW
43% third-party, 0 ms blocking
Info::
Third-party code accounts for 43% of page weight (1.7 MiB of 3.9 MiB)
Info::
Third-party blocking time is low (0 ms)
57%
43%
First-party Third-party
C
Image Optimization
Action
41 images, 0 KB saveable
REVIEW
41 images, 0 KB saveable
Warning::
https://myseshnyc.com/wp-content/uploads/2025/10/P... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://myseshnyc.com/wp-content/uploads/2024/12/C... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://myseshnyc.com/wp-content/uploads/2024/12/T... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://myseshnyc.com/wp-content/uploads/2025/10/F... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://myseshnyc.com/wp-content/uploads/2026/01/c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://myseshnyc.com/wp-content/uploads/2025/10/E... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://myseshnyc.com/wp-content/uploads/2024/12/T... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://myseshnyc.com/wp-content/uploads/2026/01/b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://myseshnyc.com/wp-content/uploads/2025/10/V... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
41 images 2.2 MB
0 oversized -0 KB
14 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

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
JS Execution Cost
854ms total JS execution
REVIEW
854ms total JS execution
Warning::
https://myseshnyc.com/?utm_source=google&utm_mediu...: 397ms CPU time
Info::
Unattributable: 183ms CPU time
Info::
https://lab.alpineiq.com/widget/widget.js: 88ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-H09H...: 70ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-K6Z...: 59ms CPU time
Info::
Third-party scripts: 274ms (32% of total)

Main Thread Breakdown

Script Evaluation 36% Other 29% Style & Layout 17% Rendering 10% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://myseshnyc.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb397ms44ms2ms1st
Unattributable183ms10ms0ms1st
https://lab.alpineiq.com/widget/widget.js88ms63ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=G-H09HF6CMTR&cx=c&gtm=4e6631h170ms57ms12ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-K6Z6LBQN59ms47ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-16766994801&cx=c&gtm=4e6631h157ms48ms9ms3rd
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.
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
4 fonts (82 KB)
PASS
4 fonts (82 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

82 KB total

Render-blocking

0

of 4

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 975 ms LCP 1.9 sdata:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…font-woff;charset=utf-8... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 1.6 KiB — 50 ms — font-display: swaphttps://fonts.gstatic.com/s/urbanist/v18/L0x-DF02iFML4hGCyMqlbS1miXK2.woff2L0x-DF02iFML4hGCyMqlbS1... https://fonts.gstatic.com/s/urbanist/v18/L0x-DF02iFML4hGCyMqlbS1miXK2.woff2 — 27.2 KiB — 65 ms — font-display: swaphttps://fonts.gstatic.com/s/urbanist/v18/L0x4DF02iFML4hGCyMqgXS9sjlC0V7o.woff2L0x4DF02iFML4hGCyMqgXS9... https://fonts.gstatic.com/s/urbanist/v18/L0x4DF02iFML4hGCyMqgXS9sjlC0V7o.woff2 — 28.9 KiB — 62 ms — font-display: swaphttps://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2xn7gYHE41ni1AdIRggexSvf... https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2 — 24.0 KiB — 29 ms — font-display: swap
font-woff;charset=utf-8... woff swap
Size 2 KB
Load time 50 ms
Start 420 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
L0x-DF02iFML4hGCyMqlbS1... woff2 swap
Size 27 KB
Load time 65 ms
Start 452 ms
Risk FOUT — text flashes from fallback to web font
L0x4DF02iFML4hGCyMqgXS9... woff2 swap
Size 29 KB
Load time 62 ms
Start 452 ms
Risk FOUT — text flashes from fallback to web font
xn7gYHE41ni1AdIRggexSvf... woff2 swap
Size 24 KB
Load time 29 ms
Start 4.2 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)
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+
Compression Algorithm
Main response uses brotli
PASS
Main 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+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
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::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
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
135 requests over 5527ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 975 ms LCP 1.9 shttps://myseshnyc.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb/?utm_source=google&utm_medium=orga... https://myseshnyc.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb — 200 — 29.7 KiB — 346 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/plugin/themeless/normalize.min.css/wp-content/plugins/breakdance/plug... https://myseshnyc.com/wp-content/plugins/breakdance/plugin/themeless/normalize.min.css — 200 — 1.5 KiB — 39 ms — h3https://myseshnyc.com/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.3.04/wp-content/plugins/honeypot/includ... https://myseshnyc.com/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.3.04 — 200 — 784 B — 31 ms — h3https://myseshnyc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://myseshnyc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.5 KiB — 78 ms — h3https://myseshnyc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://myseshnyc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 62 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-fancy-background@1/fancy-background.css?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-fancy-background@1/fancy-background.css?bd_ver=2.7.1 — 200 — 960 B — 33 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/awesome-menu@1/awesome-menu.css?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/awesome-menu@1/awesome-menu.css?bd_ver=2.7.1 — 200 — 6.4 KiB — 64 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/swiper@8/swiper-bundle.min.css?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/swiper@8/swiper-bundle.min.css?bd_ver=2.7.1 — 200 — 4.6 KiB — 53 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/swiper@8/breakdance-swiper-preset-defaults.css?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/swiper@8/breakdance-swiper-preset-defaults.css?bd_ver=2.7.1 — 200 — 1.1 KiB — 36 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-advanced-accordion/accordion.css?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-advanced-accordion/accordion.css?bd_ver=2.7.1 — 200 — 1.4 KiB — 42 ms — h3https://fonts.googleapis.com/css2?family=Urbanist: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=Ur... https://fonts.googleapis.com/css2?family=Urbanist: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 — 1.1 KiB — 97 ms — h2https://myseshnyc.com/wp-content/uploads/breakdance/css/post-20-defaults.css?v=6f0123fa011fb0a55789e8ea705637ee/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-20-defaults.css?v=6f0123fa011fb0a55789e8ea705637ee — 200 — 1.5 KiB — 54 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/post-16-defaults.css?v=ceb91940ec0e96770598ed9a99809e84/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-16-defaults.css?v=ceb91940ec0e96770598ed9a99809e84 — 200 — 2.8 KiB — 60 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/post-47-defaults.css?v=afdf005a18afd27104208a32e269d867/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-47-defaults.css?v=afdf005a18afd27104208a32e269d867 — 200 — 1.5 KiB — 40 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/global-settings.css?v=95e75b54a7dc204f6589d235e3006c5e/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/global-settings.css?v=95e75b54a7dc204f6589d235e3006c5e — 200 — 5.7 KiB — 65 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/post-20.css?v=2fb2b645f8c43102cacde093c318a73e/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-20.css?v=2fb2b645f8c43102cacde093c318a73e — 200 — 6.6 KiB — 63 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/post-16.css?v=8a6d2be270d8cffdbf90b3dbad505ced/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-16.css?v=8a6d2be270d8cffdbf90b3dbad505ced — 200 — 7.2 KiB — 64 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/post-47.css?v=2b4d6ef72cec90feae4abbe57a0e4a19/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-47.css?v=2b4d6ef72cec90feae4abbe57a0e4a19 — 200 — 1.5 KiB — 54 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Group-473.svg/wp-content/uploads/2024/12/Group-4... https://myseshnyc.com/wp-content/uploads/2024/12/Group-473.svg — 200 — 80.1 KiB — 86 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Group-482-png.webp/wp-content/uploads/2024/12/Group-4... https://myseshnyc.com/wp-content/uploads/2024/12/Group-482-png.webp — 200 — 3.0 KiB — 59 ms — h3https://assets.terpli.io/TerpliPlugin.jsassets.terpli.io/TerpliPlugin.js https://assets.terpli.io/TerpliPlugin.js — 200 — 18.4 KiB — 154 ms — h2https://myseshnyc.com/wp-content/uploads/2024/12/Group-478-png.webp/wp-content/uploads/2024/12/Group-4... https://myseshnyc.com/wp-content/uploads/2024/12/Group-478-png.webp — 200 — 3.1 KiB — 34 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Group-483-png.webp/wp-content/uploads/2024/12/Group-4... https://myseshnyc.com/wp-content/uploads/2024/12/Group-483-png.webp — 200 — 3.0 KiB — 35 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Vector-15-png.webp/wp-content/uploads/2024/12/Vector-... https://myseshnyc.com/wp-content/uploads/2024/12/Vector-15-png.webp — 200 — 916 B — 40 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Vector-4-png.webp/wp-content/uploads/2024/12/Vector-... https://myseshnyc.com/wp-content/uploads/2024/12/Vector-4-png.webp — 200 — 905 B — 47 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-K6Z6LBQNwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-K6Z6LBQN — 200 — 145.9 KiB — 216 ms — h2https://myseshnyc.com/wp-content/uploads/2026/01/seshnyc-budtender-team.jpg/wp-content/uploads/2026/01/seshnyc... https://myseshnyc.com/wp-content/uploads/2026/01/seshnyc-budtender-team.jpg — 200 — 69.8 KiB — 82 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/Rythm-PremiumCannabis-Logo-Horizontal-White-TM-png.avif/wp-content/uploads/2025/01/Rythm-P... https://myseshnyc.com/wp-content/uploads/2025/01/Rythm-PremiumCannabis-Logo-Horizontal-White-TM-png.avif — 200 — 16.2 KiB — 327 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/mfny-logo-transparent-black-png.avif/wp-content/uploads/2025/01/mfny-lo... https://myseshnyc.com/wp-content/uploads/2025/01/mfny-logo-transparent-black-png.avif — 200 — 11.5 KiB — 222 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/Rove-White-1536x359.avif/wp-content/uploads/2025/01/Rove-Wh... https://myseshnyc.com/wp-content/uploads/2025/01/Rove-White-1536x359.avif — 200 — 18.7 KiB — 80 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 975 ms LCP 1.9 shttps://myseshnyc.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb/?utm_source=google&utm_medium=orga... https://myseshnyc.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb — 200 — 29.7 KiB — 346 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/plugin/themeless/normalize.min.css/wp-content/plugins/breakdance/plug... https://myseshnyc.com/wp-content/plugins/breakdance/plugin/themeless/normalize.min.css — 200 — 1.5 KiB — 39 ms — h3https://myseshnyc.com/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.3.04/wp-content/plugins/honeypot/includ... https://myseshnyc.com/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.3.04 — 200 — 784 B — 31 ms — h3https://myseshnyc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://myseshnyc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.5 KiB — 78 ms — h3https://myseshnyc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://myseshnyc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 62 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-fancy-background@1/fancy-background.css?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-fancy-background@1/fancy-background.css?bd_ver=2.7.1 — 200 — 960 B — 33 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/awesome-menu@1/awesome-menu.css?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/awesome-menu@1/awesome-menu.css?bd_ver=2.7.1 — 200 — 6.4 KiB — 64 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/swiper@8/swiper-bundle.min.css?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/swiper@8/swiper-bundle.min.css?bd_ver=2.7.1 — 200 — 4.6 KiB — 53 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/swiper@8/breakdance-swiper-preset-defaults.css?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/swiper@8/breakdance-swiper-preset-defaults.css?bd_ver=2.7.1 — 200 — 1.1 KiB — 36 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-advanced-accordion/accordion.css?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-advanced-accordion/accordion.css?bd_ver=2.7.1 — 200 — 1.4 KiB — 42 ms — h3https://fonts.googleapis.com/css2?family=Urbanist: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=Ur... https://fonts.googleapis.com/css2?family=Urbanist: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 — 1.1 KiB — 97 ms — h2https://myseshnyc.com/wp-content/uploads/breakdance/css/post-20-defaults.css?v=6f0123fa011fb0a55789e8ea705637ee/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-20-defaults.css?v=6f0123fa011fb0a55789e8ea705637ee — 200 — 1.5 KiB — 54 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/post-16-defaults.css?v=ceb91940ec0e96770598ed9a99809e84/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-16-defaults.css?v=ceb91940ec0e96770598ed9a99809e84 — 200 — 2.8 KiB — 60 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/post-47-defaults.css?v=afdf005a18afd27104208a32e269d867/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-47-defaults.css?v=afdf005a18afd27104208a32e269d867 — 200 — 1.5 KiB — 40 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/global-settings.css?v=95e75b54a7dc204f6589d235e3006c5e/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/global-settings.css?v=95e75b54a7dc204f6589d235e3006c5e — 200 — 5.7 KiB — 65 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/post-20.css?v=2fb2b645f8c43102cacde093c318a73e/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-20.css?v=2fb2b645f8c43102cacde093c318a73e — 200 — 6.6 KiB — 63 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/post-16.css?v=8a6d2be270d8cffdbf90b3dbad505ced/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-16.css?v=8a6d2be270d8cffdbf90b3dbad505ced — 200 — 7.2 KiB — 64 ms — h3https://myseshnyc.com/wp-content/uploads/breakdance/css/post-47.css?v=2b4d6ef72cec90feae4abbe57a0e4a19/wp-content/uploads/breakdance/css/... https://myseshnyc.com/wp-content/uploads/breakdance/css/post-47.css?v=2b4d6ef72cec90feae4abbe57a0e4a19 — 200 — 1.5 KiB — 54 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Group-473.svg/wp-content/uploads/2024/12/Group-4... https://myseshnyc.com/wp-content/uploads/2024/12/Group-473.svg — 200 — 80.1 KiB — 86 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Group-482-png.webp/wp-content/uploads/2024/12/Group-4... https://myseshnyc.com/wp-content/uploads/2024/12/Group-482-png.webp — 200 — 3.0 KiB — 59 ms — h3https://assets.terpli.io/TerpliPlugin.jsassets.terpli.io/TerpliPlugin.js https://assets.terpli.io/TerpliPlugin.js — 200 — 18.4 KiB — 154 ms — h2https://myseshnyc.com/wp-content/uploads/2024/12/Group-478-png.webp/wp-content/uploads/2024/12/Group-4... https://myseshnyc.com/wp-content/uploads/2024/12/Group-478-png.webp — 200 — 3.1 KiB — 34 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Group-483-png.webp/wp-content/uploads/2024/12/Group-4... https://myseshnyc.com/wp-content/uploads/2024/12/Group-483-png.webp — 200 — 3.0 KiB — 35 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Vector-15-png.webp/wp-content/uploads/2024/12/Vector-... https://myseshnyc.com/wp-content/uploads/2024/12/Vector-15-png.webp — 200 — 916 B — 40 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Vector-4-png.webp/wp-content/uploads/2024/12/Vector-... https://myseshnyc.com/wp-content/uploads/2024/12/Vector-4-png.webp — 200 — 905 B — 47 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-K6Z6LBQNwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-K6Z6LBQN — 200 — 145.9 KiB — 216 ms — h2https://myseshnyc.com/wp-content/uploads/2026/01/seshnyc-budtender-team.jpg/wp-content/uploads/2026/01/seshnyc... https://myseshnyc.com/wp-content/uploads/2026/01/seshnyc-budtender-team.jpg — 200 — 69.8 KiB — 82 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/Rythm-PremiumCannabis-Logo-Horizontal-White-TM-png.avif/wp-content/uploads/2025/01/Rythm-P... https://myseshnyc.com/wp-content/uploads/2025/01/Rythm-PremiumCannabis-Logo-Horizontal-White-TM-png.avif — 200 — 16.2 KiB — 327 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/mfny-logo-transparent-black-png.avif/wp-content/uploads/2025/01/mfny-lo... https://myseshnyc.com/wp-content/uploads/2025/01/mfny-logo-transparent-black-png.avif — 200 — 11.5 KiB — 222 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/Rove-White-1536x359.avif/wp-content/uploads/2025/01/Rove-Wh... https://myseshnyc.com/wp-content/uploads/2025/01/Rove-White-1536x359.avif — 200 — 18.7 KiB — 80 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/Logo-Ruby-1536x1209.avif/wp-content/uploads/2025/01/Logo-Ru... https://myseshnyc.com/wp-content/uploads/2025/01/Logo-Ruby-1536x1209.avif — 200 — 96.6 KiB — 435 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/Dank-By-Definition-png.avif/wp-content/uploads/2025/01/Dank-By... https://myseshnyc.com/wp-content/uploads/2025/01/Dank-By-Definition-png.avif — 200 — 26.8 KiB — 79 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/Camino_FYSS_LockUp_W-png.avif/wp-content/uploads/2025/01/Camino_... https://myseshnyc.com/wp-content/uploads/2025/01/Camino_FYSS_LockUp_W-png.avif — 200 — 11.6 KiB — 72 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/Alchemy_Pure_Secondary_White.avif/wp-content/uploads/2025/01/Alchemy... https://myseshnyc.com/wp-content/uploads/2025/01/Alchemy_Pure_Secondary_White.avif — 200 — 8.7 KiB — 75 ms — h3https://myseshnyc.com/wp-content/uploads/2025/01/Off-hours-FINAL-logo-white-png.avif/wp-content/uploads/2025/01/Off-hou... https://myseshnyc.com/wp-content/uploads/2025/01/Off-hours-FINAL-logo-white-png.avif — 200 — 7.1 KiB — 234 ms — h3https://myseshnyc.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://myseshnyc.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.0 KiB — 30 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/burst-png.webp/wp-content/uploads/2024/12/burst-p... https://myseshnyc.com/wp-content/uploads/2024/12/burst-png.webp — 200 — 1.6 KiB — 63 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Layer_1.svg/wp-content/uploads/2024/12/Layer_1... https://myseshnyc.com/wp-content/uploads/2024/12/Layer_1.svg — 200 — 3.7 KiB — 66 ms — h3https://cdn.trustindex.io/loader.js?ver=1cdn.trustindex.io/loader.js?ver=1 https://cdn.trustindex.io/loader.js?ver=1 — 200 — 21.4 KiB — 130 ms — h2https://myseshnyc.com/wp-content/plugins/honeypot/includes/js/wpa.js?ver=2.3.04/wp-content/plugins/honeypot/includ... https://myseshnyc.com/wp-content/plugins/honeypot/includes/js/wpa.js?ver=2.3.04 — 200 — 2.2 KiB — 71 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/plugin/global-scripts/breakdance-utils.js?bd_ver=2.7.1/wp-content/plugins/breakdance/plug... https://myseshnyc.com/wp-content/plugins/breakdance/plugin/global-scripts/breakdance-utils.js?bd_ver=2.7.1 — 200 — 2.6 KiB — 75 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-header-builder@1/header-builder.js?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-header-builder@1/header-builder.js?bd_ver=2.7.1 — 200 — 1.7 KiB — 65 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/awesome-menu@1/awesome-menu.js?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/awesome-menu@1/awesome-menu.js?bd_ver=2.7.1 — 200 — 17.2 KiB — 68 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/swiper@8/swiper-bundle.min.js?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/swiper@8/swiper-bundle.min.js?bd_ver=2.7.1 — 200 — 36.6 KiB — 81 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-swiper/breakdance-swiper.js?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-swiper/breakdance-swiper.js?bd_ver=2.7.1 — 200 — 4.3 KiB — 75 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/isotope-layout@3.0.6/isotope.pkgd.min.js?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/isotope-layout@3.0.6/isotope.pkgd.min.js?bd_ver=2.7.1 — 200 — 9.9 KiB — 77 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-gallery@1/gallery.js?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-gallery@1/gallery.js?bd_ver=2.7.1 — 200 — 2.8 KiB — 74 ms — h3https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-advanced-accordion/breakdance-advanced-accordion.js?bd_ver=2.7.1/wp-content/plugins/breakdance/subp... https://myseshnyc.com/wp-content/plugins/breakdance/subplugins/breakdance-elements/dependencies-files/breakdance-advanced-accordion/breakdance-advanced-accordion.js?bd_ver=2.7.1 — 200 — 1.9 KiB — 74 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Mask-group-png.webp/wp-content/uploads/2024/12/Mask-gr... https://myseshnyc.com/wp-content/uploads/2024/12/Mask-group-png.webp — 200 — 66.6 KiB — 75 ms — h3https://myseshnyc.com/wp-content/uploads/2026/01/store-interior-entrance.jpg/wp-content/uploads/2026/01/store-i... https://myseshnyc.com/wp-content/uploads/2026/01/store-interior-entrance.jpg — 200 — 156.0 KiB — 184 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Vector-png.webp/wp-content/uploads/2024/12/Vector-... https://myseshnyc.com/wp-content/uploads/2024/12/Vector-png.webp — 200 — 1.9 KiB — 63 ms — h3data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%2…data:image/svg+xml,%3Csvg%20xmlns%3... data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%2… — 200 — 0 B — 0 ms — datahttps://myseshnyc.com/wp-content/uploads/2024/12/16fc879138dbecf0903551c2c4663061-scaled.webp/wp-content/uploads/2024/12/16fc879... https://myseshnyc.com/wp-content/uploads/2024/12/16fc879138dbecf0903551c2c4663061-scaled.webp — 200 — 546.9 KiB — 189 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Vector-8-png.webp/wp-content/uploads/2024/12/Vector-... https://myseshnyc.com/wp-content/uploads/2024/12/Vector-8-png.webp — 200 — 1.9 KiB — 231 ms — h3https://myseshnyc.com/wp-content/uploads/2025/12/seshnyc-bronx-dispensary-exterior-4219-webster-ave.jpg/wp-content/uploads/2025/12/seshnyc... https://myseshnyc.com/wp-content/uploads/2025/12/seshnyc-bronx-dispensary-exterior-4219-webster-ave.jpg — 200 — 102.7 KiB — 157 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/GRAFFITI_-SAME-DAY-png.webp/wp-content/uploads/2024/12/GRAFFIT... https://myseshnyc.com/wp-content/uploads/2024/12/GRAFFITI_-SAME-DAY-png.webp — 200 — 225.7 KiB — 183 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/Group-496-png.webp/wp-content/uploads/2024/12/Group-4... https://myseshnyc.com/wp-content/uploads/2024/12/Group-496-png.webp — 200 — 341.5 KiB — 185 ms — h3data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…data:application/font-woff;charset=... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 1.6 KiB — 50 ms — datahttps://myseshnyc.com/wp-content/uploads/2025/10/FLOWER.svg/wp-content/uploads/2025/10/FLOWER.... https://myseshnyc.com/wp-content/uploads/2025/10/FLOWER.svg — 200 — 90.0 KiB — 121 ms — h3https://myseshnyc.com/wp-content/uploads/2025/10/PRE-ROLL.svg/wp-content/uploads/2025/10/PRE-ROL... https://myseshnyc.com/wp-content/uploads/2025/10/PRE-ROLL.svg — 200 — 19.6 KiB — 96 ms — h3https://myseshnyc.com/wp-content/uploads/2026/01/cannabis-category-displays.jpg/wp-content/uploads/2026/01/cannabi... https://myseshnyc.com/wp-content/uploads/2026/01/cannabis-category-displays.jpg — 200 — 61.5 KiB — 121 ms — h3https://myseshnyc.com/wp-content/uploads/2026/01/budtender-customer-shopping.jpg/wp-content/uploads/2026/01/budtend... https://myseshnyc.com/wp-content/uploads/2026/01/budtender-customer-shopping.jpg — 200 — 51.2 KiB — 123 ms — h3https://fonts.gstatic.com/s/urbanist/v18/L0x-DF02iFML4hGCyMqlbS1miXK2.woff2fonts.gstatic.com/s/urbanist/v18/L0... https://fonts.gstatic.com/s/urbanist/v18/L0x-DF02iFML4hGCyMqlbS1miXK2.woff2 — 200 — 27.2 KiB — 65 ms — h3https://fonts.gstatic.com/s/urbanist/v18/L0x4DF02iFML4hGCyMqgXS9sjlC0V7o.woff2fonts.gstatic.com/s/urbanist/v18/L0... https://fonts.gstatic.com/s/urbanist/v18/L0x4DF02iFML4hGCyMqgXS9sjlC0V7o.woff2 — 200 — 28.9 KiB — 62 ms — h3https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2760.639526485758!2d-73.8634876!3d40.8962126!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xa6b26003c04be0cd%3A0xad23fad6f121a3c1!2sSeshNYC%20Dispensary%20and%20Delivery!5e1!3m2!1sen!2sus!4v1760551605481!5m2!1sen!2suswww.google.com/maps/embed?pb=!1m18!... https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2760.639526485758!2d-73.8634876!3d40.8962126!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xa6b26003c04be0cd%3A0xad23fad6f121a3c1!2sSeshNYC%20Dispensary%20and%20Delivery!5e1!3m2!1sen!2sus!4v1760551605481!5m2!1sen!2sus — 200 — 1.5 KiB — 442 ms — h3data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200…data:image/svg+xml,%3Csvg%20xmlns%3... data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200… — 200 — 0 B — 0 ms — datahttps://myseshnyc.com/wp-content/uploads/2024/12/Group-462-png.webp/wp-content/uploads/2024/12/Group-4... https://myseshnyc.com/wp-content/uploads/2024/12/Group-462-png.webp — 200 — 11.6 KiB — 25 ms — h3https://myseshnyc.com/wp-content/uploads/2025/10/VAPE.svg/wp-content/uploads/2025/10/VAPE.sv... https://myseshnyc.com/wp-content/uploads/2025/10/VAPE.svg — 200 — 42.4 KiB — 35 ms — h3https://myseshnyc.com/wp-content/uploads/2025/10/EDIBLE.svg/wp-content/uploads/2025/10/EDIBLE.... https://myseshnyc.com/wp-content/uploads/2025/10/EDIBLE.svg — 200 — 36.0 KiB — 34 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/TINC-png.webp/wp-content/uploads/2024/12/TINC-pn... https://myseshnyc.com/wp-content/uploads/2024/12/TINC-png.webp — 200 — 1.3 KiB — 33 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/CONCEN-png.webp/wp-content/uploads/2024/12/CONCEN-... https://myseshnyc.com/wp-content/uploads/2024/12/CONCEN-png.webp — 200 — 1.5 KiB — 29 ms — h3https://myseshnyc.com/wp-content/uploads/2024/12/TOPIC-png.webp/wp-content/uploads/2024/12/TOPIC-p... https://myseshnyc.com/wp-content/uploads/2024/12/TOPIC-png.webp — 200 — 1.4 KiB — 33 ms — h3data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200…data:image/svg+xml,%3Csvg%20xmlns%3... data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200… — 200 — 0 B — 0 ms — datahttps://zt6taxfu2g.execute-api.us-west-1.amazonaws.com/prod/retail/all?retailURL=https://myseshnyc.com/?utm_source=google&utm_medium=organic&utm_campaign=gmbzt6taxfu2g.execute-api.us-west-1.am... https://zt6taxfu2g.execute-api.us-west-1.amazonaws.com/prod/retail/all?retailURL=https://myseshnyc.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb — 200 — 0 B — 524 ms — h2https://www.googletagmanager.com/gtag/js?id=G-H09HF6CMTR&cx=c&gtm=4e6631h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-H09HF6CMTR&cx=c&gtm=4e6631h1 — 200 — 175.2 KiB — 88 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16766994801&cx=c&gtm=4e6631h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16766994801&cx=c&gtm=4e6631h1 — 200 — 146.3 KiB — 108 ms — h2https://cdn.surfside.io/sdk/1.0.0/edge.jscdn.surfside.io/sdk/1.0.0/edge.js https://cdn.surfside.io/sdk/1.0.0/edge.js — 200 — 26.6 KiB — 90 ms — h2https://www.google.com/ccm/collect?rcb=2&frm=0&ae=g&auid=618726685.1780659556&dt=Top%20Rated%20Bronx%20Dispensary%20for%20Premium%20Cannabis%20Products%20%7C%20SeshNYC&en=page_view&dl=https%3A%2F%2Fmyseshnyc.com%2F&scrsrc=www.googletagmanager.com&rnd=704624922.1780659556&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He6631h1v9199437490za200zd9199437490xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~118228214~119027224&apve=1&apvf=f&apvc=1&tft=1780659555582&tfd=776www.google.com/ccm/collect?rcb=2&fr... https://www.google.com/ccm/collect?rcb=2&frm=0&ae=g&auid=618726685.1780659556&dt=Top%20Rated%20Bronx%20Dispensary%20for%20Premium%20Cannabis%20Products%20%7C%20SeshNYC&en=page_view&dl=https%3A%2F%2Fmyseshnyc.com%2F&scrsrc=www.googletagmanager.com&rnd=704624922.1780659556&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He6631h1v9199437490za200zd9199437490xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~118228214~119027224&apve=1&apvf=f&apvc=1&tft=1780659555582&tfd=776 — 200 — 21 B — 63 ms — h3https://col.surfside.io/event/trackcol.surfside.io/event/track https://col.surfside.io/event/track — 200 — 0 B — 392 ms — http/1.1https://maps.gstatic.com/maps-api-v3/embed/js/65/3b/init_embed.jsmaps.gstatic.com/maps-api-v3/embed/... https://maps.gstatic.com/maps-api-v3/embed/js/65/3b/init_embed.js — 200 — 73.5 KiB — 142 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en&region=us&callback=onApiLoadmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en&region=us&callback=onApiLoad — 200 — 2.9 KiB — 74 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-H09HF6CMTR&gtm=45je6631h1v9199443007z89199437490za20gzb9199437490zd9199437490&_p=1780659555162&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGAC&are=1&cid=1871766261.1780659556&frm=0&ir=1&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~118228215~119027224&sid=1780659555&sct=1&seg=0&dl=https%3A%2F%2Fmyseshnyc.com%2F%3Futm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_campaign%3Dgmb&dt=Top%20Rated%20Bronx%20Dispensary%20for%20Premium%20Cannabis%20Products%20%7C%20SeshNYC&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=941region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-H09HF6CMTR&gtm=45je6631h1v9199443007z89199437490za20gzb9199437490zd9199437490&_p=1780659555162&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAAAGAC&are=1&cid=1871766261.1780659556&frm=0&ir=1&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~118228215~119027224&sid=1780659555&sct=1&seg=0&dl=https%3A%2F%2Fmyseshnyc.com%2F%3Futm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_campaign%3Dgmb&dt=Top%20Rated%20Bronx%20Dispensary%20for%20Premium%20Cannabis%20Products%20%7C%20SeshNYC&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=941 — 204 — 547 B — 71 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-H09HF6CMTR&cid=1871766261.1780659556&gtm=45je6631h1v9199443007z89199437490za20gzb9199437490zd9199437490&rcb=5&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~118228215~119027224stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-H09HF6CMTR&cid=1871766261.1780659556&gtm=45je6631h1v9199443007z89199437490za20gzb9199437490zd9199437490&rcb=5&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~118228215~119027224 — 204 — 556 B — 94 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-H09HF6CMTR&cid=1871766261.1780659556&gtm=45je6631h1v9199443007z89199437490za20gzb9199437490zd9199437490&rcb=5&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~118228215~119027224&z=554374291www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-H09HF6CMTR&cid=1871766261.1780659556&gtm=45je6631h1v9199443007z89199437490za20gzb9199437490zd9199437490&rcb=5&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938468~118228215~119027224&z=554374291 — 200 — 408 B — 106 ms — h2https://www.google.com/ccm/collect?rcb=10&frm=0&auid=618726685.1780659556&dt=Top%20Rated%20Bronx%20Dispensary%20for%20Premium%20Cannabis%20Products%20%7C%20SeshNYC&en=page_view&dl=https%3A%2F%2Fmyseshnyc.com%2F&scrsrc=www.googletagmanager.com&rnd=704624922.1780659556&navt=n&npa=1&gtm=45be6631h1v9215607521z89199437490za20gzb9199437490zd9199437490xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~118228214~119027224&apve=1&apvf=f&apvc=0&tids=AW-16766994801&tid=AW-16766994801&tft=1780659555812&tfd=1005www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&auid=618726685.1780659556&dt=Top%20Rated%20Bronx%20Dispensary%20for%20Premium%20Cannabis%20Products%20%7C%20SeshNYC&en=page_view&dl=https%3A%2F%2Fmyseshnyc.com%2F&scrsrc=www.googletagmanager.com&rnd=704624922.1780659556&navt=n&npa=1&gtm=45be6631h1v9215607521z89199437490za20gzb9199437490zd9199437490xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~118228214~119027224&apve=1&apvf=f&apvc=0&tids=AW-16766994801&tid=AW-16766994801&tft=1780659555812&tfd=1005 — 200 — 21 B — 26 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/3b/search.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/search.js — 200 — 1.1 KiB — 29 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/65/3b/geometry.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/geometry.js — 200 — 2.9 KiB — 26 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/65/3b/main.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/main.js — 200 — 81.9 KiB — 60 ms — h2https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 46 B — 31 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/3b/common.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/common.js — 200 — 37.2 KiB — 36 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/3b/util.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/util.js — 200 — 69.8 KiB — 70 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/3b/map.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/map.js — 200 — 25.2 KiB — 54 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/3b/controls.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/controls.js — 200 — 25.8 KiB — 41 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/3b/places_impl.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/places_impl.js — 200 — 3.1 KiB — 39 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/3b/places.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/places.js — 200 — 78.7 KiB — 54 ms — h3data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBo…data:image/svg+xml,%3Csvg%20xmlns%3... data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBo… — 200 — 0 B — 0 ms — datahttps://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i4946020&2i6296394&2e2&3u16&4m2&1u600&2u450&5m6&1e3&5sen&6sus&10b1&12b1&14i47083502&8e1&key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&token=40476maps.googleapis.com/maps/api/js/Sta... https://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i4946020&2i6296394&2e2&3u16&4m2&1u600&2u450&5m6&1e3&5sen&6sus&10b1&12b1&14i47083502&8e1&key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&token=40476 — 200 — 85.2 KiB — 65 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/3b/onion.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/onion.js — 200 — 9.8 KiB — 37 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/3b/search_impl.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/3b/search_impl.js — 200 — 1.3 KiB — 37 ms — h3https://myseshnyc.com/wp-content/uploads/2025/12/cropped-seshnyc-favicon-32x32.webp/wp-content/uploads/2025/12/cropped... https://myseshnyc.com/wp-content/uploads/2025/12/cropped-seshnyc-favicon-32x32.webp — 200 — 943 B — 26 ms — h3https://zt6taxfu2g.execute-api.us-west-1.amazonaws.com/prod/retail/all?retailURL=https://myseshnyc.com/?utm_source=google&utm_medium=organic&utm_campaign=gmbzt6taxfu2g.execute-api.us-west-1.am... https://zt6taxfu2g.execute-api.us-west-1.amazonaws.com/prod/retail/all?retailURL=https://myseshnyc.com/?utm_source=google&utm_medium=organic&utm_campaign=gmb — 200 — 1.3 KiB — 506 ms — h2https://col.surfside.io/event/trackcol.surfside.io/event/track https://col.surfside.io/event/track — 200 — 454 B — 388 ms — http/1.1https://fonts.googleapis.com/css?family=Google+Sans+Text:400&text=%E2%86%90%E2%86%92%E2%86%91%E2%86%93&lang=enfonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google+Sans+Text:400&text=%E2%86%90%E2%86%92%E2%86%91%E2%86%93&lang=en — 200 — 349 B — 188 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700|Google+Sans+Text:400,500,700&lang=enfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700|Google+Sans+Text:400,500,700&lang=en — 200 — 4.1 KiB — 93 ms — h2https://lab.alpineiq.com/p/2624.jslab.alpineiq.com/p/2624.js https://lab.alpineiq.com/p/2624.js — 200 — 16.5 KiB — 210 ms — h2https://lab.alpineiq.com/pixel/signup-forms/pop-ups/2624lab.alpineiq.com/pixel/signup-forms... https://lab.alpineiq.com/pixel/signup-forms/pop-ups/2624 — 200 — 80 B — 582 ms — h3https://lab.alpineiq.com/pixel/surveys/pop-ups/2624lab.alpineiq.com/pixel/surveys/pop-... https://lab.alpineiq.com/pixel/surveys/pop-ups/2624 — 200 — 80 B — 574 ms — h3https://lab.alpineiq.com/pixel/widget/enabled?uids=2624lab.alpineiq.com/pixel/widget/enabl... https://lab.alpineiq.com/pixel/widget/enabled?uids=2624 — 200 — 90 B — 557 ms — h3https://lab.alpineiq.com/p/268d2939-25ab13bd-dc43b722/init/t?pl=%7B%22href%22%3A%22https%3A%2F%2Fmyseshnyc.com%2F%3Futm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_campaign%3Dgmb%22%2C%22tz%22%3A%22UTC%22%7Dlab.alpineiq.com/p/268d2939-25ab13b... https://lab.alpineiq.com/p/268d2939-25ab13bd-dc43b722/init/t?pl=%7B%22href%22%3A%22https%3A%2F%2Fmyseshnyc.com%2F%3Futm_source%3Dgoogle%26utm_medium%3Dorganic%26utm_campaign%3Dgmb%22%2C%22tz%22%3A%22UTC%22%7D — 200 — 187 B — 556 ms — h2https://lab.alpineiq.com/widget/widget.jslab.alpineiq.com/widget/widget.js https://lab.alpineiq.com/widget/widget.js — 200 — 300.4 KiB — 490 ms — h3https://fonts.googleapis.com/css2?family=Manrope:wght@500..800&display=swapfonts.googleapis.com/css2?family=Ma... https://fonts.googleapis.com/css2?family=Manrope:wght@500..800&display=swap — 200 — 721 B — 40 ms — h2https://lab.alpineiq.com/widget/widget.csslab.alpineiq.com/widget/widget.css https://lab.alpineiq.com/widget/widget.css — 200 — 246.1 KiB — 484 ms — h3https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2fonts.gstatic.com/s/manrope/v20/xn7... https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2 — 200 — 24.0 KiB — 29 ms — h3https://lab.alpineiq.com/api/v1/widget/locations?locType=alllab.alpineiq.com/api/v1/widget/loca... https://lab.alpineiq.com/api/v1/widget/locations?locType=all — 204 — 0 B — 128 ms — h3https://lab.alpineiq.com/api/v1/widget/locations?locType=alllab.alpineiq.com/api/v1/widget/loca... https://lab.alpineiq.com/api/v1/widget/locations?locType=all — 200 — 623 B — 365 ms — h3https://lab.alpineiq.com/api/v1/widget/settings/2624/rec?merge=true&mergeUserSettings=true&storeID=1lab.alpineiq.com/api/v1/widget/sett... https://lab.alpineiq.com/api/v1/widget/settings/2624/rec?merge=true&mergeUserSettings=true&storeID=1 — 204 — 0 B — 135 ms — h3https://lab.alpineiq.com/api/v1/widget/settings/2624/rec?merge=true&mergeUserSettings=true&storeID=1lab.alpineiq.com/api/v1/widget/sett... https://lab.alpineiq.com/api/v1/widget/settings/2624/rec?merge=true&mergeUserSettings=true&storeID=1 — 200 — 1.1 KiB — 134 ms — h3https://lab.alpineiq.com/api/v1/widget/signin/2624lab.alpineiq.com/api/v1/widget/sign... https://lab.alpineiq.com/api/v1/widget/signin/2624 — 204 — 0 B — 129 ms — h3https://lab.alpineiq.com/api/v1/widget/rewards/2624?rewardType=rec&deviceId=07a98f3e-cf75-4ab3-99c9-a3e4a339ac57lab.alpineiq.com/api/v1/widget/rewa... https://lab.alpineiq.com/api/v1/widget/rewards/2624?rewardType=rec&deviceId=07a98f3e-cf75-4ab3-99c9-a3e4a339ac57 — 204 — 0 B — 130 ms — h3https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=reclab.alpineiq.com/api/v1/widget/even... https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=rec — 204 — 0 B — 126 ms — h3https://lab.alpineiq.com/sponsored-loops-enabled/2624/customerWidgetlab.alpineiq.com/sponsored-loops-en... https://lab.alpineiq.com/sponsored-loops-enabled/2624/customerWidget — 204 — 0 B — 156 ms — h3https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=reclab.alpineiq.com/api/v1/widget/even... https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=rec — 204 — 0 B — 128 ms — h3https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=reclab.alpineiq.com/api/v1/widget/even... https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=rec — 204 — 0 B — 126 ms — h3https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=reclab.alpineiq.com/api/v1/widget/even... https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=rec — 204 — 0 B — 127 ms — h3https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=reclab.alpineiq.com/api/v1/widget/even... https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=rec — 204 — 0 B — 128 ms — h3https://lab.alpineiq.com/avatar/2624lab.alpineiq.com/avatar/2624 https://lab.alpineiq.com/avatar/2624 — 200 — 23.6 KiB — 562 ms — h3https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=reclab.alpineiq.com/api/v1/widget/even... https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=rec — 200 — 140 B — 139 ms — h3https://lab.alpineiq.com/api/v1/widget/signin/2624lab.alpineiq.com/api/v1/widget/sign... https://lab.alpineiq.com/api/v1/widget/signin/2624 — 200 — 97 B — 439 ms — h3https://lab.alpineiq.com/api/v1/widget/rewards/2624?rewardType=rec&deviceId=07a98f3e-cf75-4ab3-99c9-a3e4a339ac57lab.alpineiq.com/api/v1/widget/rewa... https://lab.alpineiq.com/api/v1/widget/rewards/2624?rewardType=rec&deviceId=07a98f3e-cf75-4ab3-99c9-a3e4a339ac57 — 200 — 173 B — 213 ms — h3https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=reclab.alpineiq.com/api/v1/widget/even... https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=rec — 200 — 140 B — 136 ms — h3https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=reclab.alpineiq.com/api/v1/widget/even... https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=rec — 200 — 140 B — 184 ms — h3https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=reclab.alpineiq.com/api/v1/widget/even... https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=rec — 200 — 140 B — 159 ms — h3https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=reclab.alpineiq.com/api/v1/widget/even... https://lab.alpineiq.com/api/v1/widget/event?globalId=2fc0fdcb-8fc7-4dcc-be9e-e08166d56d23&menuType=rec — 200 — 140 B — 139 ms — h3https://lab.alpineiq.com/sponsored-loops-enabled/2624/customerWidgetlab.alpineiq.com/sponsored-loops-en... https://lab.alpineiq.com/sponsored-loops-enabled/2624/customerWidget — 200 — 102 B — 156 ms — h3https://lab.alpineiq.com/ads/anonymous/2624/customerWidgetlab.alpineiq.com/ads/anonymous/2624... https://lab.alpineiq.com/ads/anonymous/2624/customerWidget — 200 — 80 B — 155 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
32% of JavaScript execution is third-party
First-party Third-party 274ms · 768KB · $2/mo
lab.alpineiq.com
Other
Optional
Execution 88ms
Transfer 300 KB
Unused 73%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 70ms
Transfer 175 KB
Unused 41%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 59ms
Transfer 146 KB
Unused 45%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 146 KB
Unused 43%
Monthly Cost $0/mo

73% of lab.alpineiq.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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-05-07 — 2026-06-03)

LCP (p75)

1032 ms

93% good

INP (p75)

60 ms

98% good

CLS (p75)

0.000

99% good

FCP (p75)

798 ms

TTFB (p75)

319 ms

This origin passes Core Web Vitals assessment
Image Optimization
40 images, 908 KB total, 149 KB wasted
INFO

Image Optimization Audit

Total Images

40

Total Size

908 KB

Oversized

8

Wasted

149 KB

10 missing dimensions 29 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