Skip to content
https://www.hightolowvoltage.com

Performance

· 24 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
5
REVIEW
6
PASS
9
INFO
4

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

87
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
83
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.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

957 ms

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

2.21 s

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

36 ms

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

0.001

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

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

4.33 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
24
9 PASS 6 REVIEW 5 FIX
F
Page Weight Budget
Action
2.9 MB transferred, 121 requests
FIX
2.9 MB transferred, 121 requests
Warning::
Page weighs 6.3 MB (2.9 MB transferred)
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Warning::
121 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.60 g CO2 per page load
2.9 MB / 2.4 MB budget
2.9 MB transferred
121 requests
0.60 g CO2 per page load
JavaScript 1.5 MiB 54%
Images 1.2 MiB 42%
Fonts 98.2 KiB 3%
HTML 16.2 KiB 1%
Other 13.7 KiB 0%
CSS 2.7 KiB 0%
Other 2.2 KiB 0%
Other 1.9 KiB 0%
Other 902 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.8 MiB of 2.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
68 scripts, 638 KB unused
FIX
68 scripts, 638 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/zqB-6Xp...: 246 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.stripe.com/v3/: 187 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-NEMY...: 76 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MNH...: 67 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-108...: 62 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 638 KB
638 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__en.js346 KB246 KB (71%)3rd
https://js.stripe.com/v3/256 KB187 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=G-NEMY4LMNWG&cx=c&gtm=4e69g1181 KB76 KB (42%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MNHVZLG169 KB67 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-10875914540&cx=c&gtm=4e69g1161 KB62 KB (39%)3rd
https://static.klaviyo.com/onsite/js/vendors~in_app_forms~signup_forms~reviews~atlas~product_recommendations.8039a15914451.js?cb=210 KB3rd
https://static.klaviyo.com/onsite/js/event_adapter.4ff6b8eeb0178.js?cb=21 KB3rd
https://www.google.com/recaptcha/api.js1 KB3rd
https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=623c9b7d180ce44819359a2d31 KB3rd
https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.3ff72300.7bdd702ba5f8c6bb.js3 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
121 resources · 2.9 MB · 638 KB savings available
FIX
121 resources · 2.9 MB · 638 KB savings available
Warning::
Page weight 2.9 MB exceeds 1 MB target by 1.9 MB
Got: 2.9 MB Expected: ≤ 1 MB
Info::
~638 KB of savings available
Warning::
120 third-party resources (100% of weight)
Info::
4 resources over 200KB
121 resources · 2.9 MiB · 120 third-party 1.9 MiB over 1MB target
JavaScript 54% · 1.5 MiB
Image 42% · 1.2 MiB
Font 3% · 98.2 KiB
Other 1% · 17.3 KiB
Document 1% · 16.4 KiB
CSS 0% · 2.7 KiB

~638.3 KiB of savings available

Remove unused JavaScript: 638.3 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
Last-Modified header present

No Cache-Control header

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

C
Image Optimization
Action
20 images, 0 KB saveable
REVIEW
20 images, 0 KB saveable
Warning::
https://cdn.prod.website-files.com/623c9b7d180ce44... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/623c9b7d180ce44... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/623c9b7d180ce44... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/623c9b7d180ce44... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.prod.website-files.com/623c9b7d180ce44... 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.
20 images 1.2 MB
0 oversized -0 KB
18 legacy format
6 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

Performance issues directly impact user engagement and conversion rates.

B
JS Execution Cost
768ms total JS execution
REVIEW
768ms total JS execution
Info::
Unattributable: 155ms CPU time
Info::
https://www.hightolowvoltage.com/: 146ms CPU time
Info::
https://cdn.prod.website-files.com/623c9b7d180ce44...: 112ms CPU time
Info::
https://scripts.clarity.ms/0.8.70/clarity.js: 76ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-108...: 75ms CPU time
Warning::
Third-party scripts: 467ms (61% of total)

Main Thread Breakdown

Script Evaluation 55% Other 21% Style & Layout 11% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
Unattributable155ms6ms0ms1st
https://www.hightolowvoltage.com/146ms5ms1ms1st
https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.11af1d7153998caf.js112ms53ms2ms3rd
https://scripts.clarity.ms/0.8.70/clarity.js76ms69ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-10875914540&cx=c&gtm=4e69g175ms66ms9ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MNHVZLG73ms63ms9ms3rd
https://js.stripe.com/v3/67ms45ms20ms3rd
https://www.googletagmanager.com/gtag/js?id=G-NEMY4LMNWG&cx=c&gtm=4e69g163ms54ms9ms3rd
B
Document Compression
Document response uses gzip; brotli would be ~20% smaller
REVIEW
Document response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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 (98 KB)
PASS
4 fonts (98 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

98 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 500 ms 1.0 s 1.5 s 2.0 s FCP 957 ms LCP 2.2 sdata:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AA…x-font-ttf;charset=utf-... data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AA… — 1.8 KiB — 78 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2JTUSjIg1_i6t8kCHKm459Wl... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 34.7 KiB — 42 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2JTUQjIg1_i6t8kCHKm459Wx... https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2 — 36.3 KiB — 43 ms — font-display: swaphttps://use.typekit.net/af/4dd2ad/00000000000000000001441c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3l https://use.typekit.net/af/4dd2ad/00000000000000000001441c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 25.4 KiB — 8 ms — font-display: swap
x-font-ttf;charset=utf-... unknown swap
Size 2 KB
Load time 78 ms
Start 241 ms
Risk FOUT — text flashes from fallback to web font
JTUSjIg1_i6t8kCHKm459Wl... woff2 swap
Size 35 KB
Load time 42 ms
Start 298 ms
Risk FOUT — text flashes from fallback to web font
JTUQjIg1_i6t8kCHKm459Wx... woff2 swap
Size 36 KB
Load time 43 ms
Start 299 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 25 KB
Load time 8 ms
Start 485 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~1 KB and ~2 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A
Asset Compression
1 of 5 asset hosts still on gzip
PASS
1 of 5 asset hosts still on gzip
Info::
cdn.prod.website-files.com serves assets with brotli (assets: 36)
Got: cdn.prod.website-files.com (text/css)
Info::
static.klaviyo.com serves assets with brotli (assets: 7)
Got: static.klaviyo.com (text/javascript)
Info::
static-tracking.klaviyo.com serves assets with brotli (assets: 4)
Got: static-tracking.klaviyo.com (text/javascript)
Info::
www.googletagmanager.com serves assets with gzip; brotli would be ~20% smaller (assets: 3)
Every current browser accepts brotli. On a CDN this is a per-pull-zone toggle (Cloudflare, Fastly, CloudFront, CDN77, Bunny all expose it); on an origin it needs the brotli module (nginx-brotli, Apache mod_brotli). The saving lands on the assets this host serves, not on the HTML document -- the document's own encoding is reported separately.
Got: www.googletagmanager.com (application/javascript)
Info::
www.gstatic.com serves assets with brotli (assets: 3)
Got: www.gstatic.com (text/javascript)
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server 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::
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
Network Waterfall
121 requests over 2302ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 957 ms LCP 2.2 shttps://www.hightolowvoltage.com// https://www.hightolowvoltage.com/ — 200 — 13.4 KiB — 57 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/css/high-to-low.webflow.shared.e4bc544f3.min.csscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/css/high-to-low.webflow.shared.e4bc544f3.min.css — 200 — 0 B — 41 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/css/high-to-low.webflow.6769c4e3fe07de8c9eae4a7f.03ae67935.opt.min.csscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/css/high-to-low.webflow.6769c4e3fe07de8c9eae4a7f.03ae67935.opt.min.css — 200 — 0 B — 41 ms — h3https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.jsajax.googleapis.com/ajax/libs/webfo... https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js — 200 — 5.9 KiB — 62 ms — h2https://use.typekit.net/esx1ipj.jsuse.typekit.net/esx1ipj.js https://use.typekit.net/esx1ipj.js — 200 — 6.7 KiB — 34 ms — h2https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1011 B — 52 ms — h3https://js.stripe.com/v3/js.stripe.com/v3/ https://js.stripe.com/v3/ — 200 — 255.6 KiB — 87 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a04eef7eeb0851e54b41f05_HIGH%20TO%20LOW%20LOGO%20HORIZONTAL%20TAGLINELG-p-500.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a04eef7eeb0851e54b41f05_HIGH%20TO%20LOW%20LOGO%20HORIZONTAL%20TAGLINELG-p-500.png — 200 — 13.5 KiB — 47 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/62a1fc41979bdb4667303c51_mobile-menu.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/62a1fc41979bdb4667303c51_mobile-menu.svg — 200 — 1.0 KiB — 44 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6244b70a8c9dea92e92e540a_HtoL-Logo-Color-Inverse-p-500.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6244b70a8c9dea92e92e540a_HtoL-Logo-Color-Inverse-p-500.png — 200 — 14.8 KiB — 25 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a04ee95dcc0403a489f39f9_HIGH%20TO%20LOW%20LOGO%20VERTICAL%20TAGLINE-p-500.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a04ee95dcc0403a489f39f9_HIGH%20TO%20LOW%20LOGO%20VERTICAL%20TAGLINE-p-500.png — 200 — 20.4 KiB — 27 ms — h3https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italicfonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic — 200 — 1.5 KiB — 63 ms — h2https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=623c9b7d180ce44819359a2dd3e54v103j8qbb.cloudfront.net/js/jq... https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=623c9b7d180ce44819359a2d — 200 — 31.2 KiB — 60 ms — h2https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.3ff72300.7bdd702ba5f8c6bb.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.3ff72300.7bdd702ba5f8c6bb.js — 200 — 2.6 KiB — 29 ms — h3https://www.inventive-acute.com/js/805459.jswww.inventive-acute.com/js/805459.j... https://www.inventive-acute.com/js/805459.js — 200 — 38.8 KiB — 222 ms — http/1.1https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.jscdn.jsdelivr.net/npm/@finsweet/cook... https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js — 200 — 11.1 KiB — 98 ms — h2https://static.klaviyo.com/onsite/js/R3EwAt/klaviyo.js?company_id=R3EwAtstatic.klaviyo.com/onsite/js/R3EwAt... https://static.klaviyo.com/onsite/js/R3EwAt/klaviyo.js?company_id=R3EwAt — 200 — 2.4 KiB — 49 ms — h2https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__en.js — 200 — 346.1 KiB — 181 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MNHVZLGwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MNHVZLG — 200 — 169.2 KiB — 191 ms — h2https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a58ffc4308051fce11d8fad_home-banner.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a58ffc4308051fce11d8fad_home-banner.png — 200 — 677.3 KiB — 190 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676dbd23484259d7ea634b13_GoldHexTOPFull.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676dbd23484259d7ea634b13_GoldHexTOPFull.svg — 200 — 784 B — 46 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676dbee779d9f41ff8e6ffc1_DarkHexFull.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676dbee779d9f41ff8e6ffc1_DarkHexFull.svg — 200 — 895 B — 46 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676ef34fdfe5811427b01268_Industries%20Outline.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676ef34fdfe5811427b01268_Industries%20Outline.svg — 200 — 9.0 KiB — 46 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676ef9894b863915ae36f7c0_GoldHexBOTTOMFull.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676ef9894b863915ae36f7c0_GoldHexBOTTOMFull.svg — 200 — 832 B — 46 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676f06223e47ddea38110622_GoldHexOutline.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676f06223e47ddea38110622_GoldHexOutline.svg — 200 — 941 B — 47 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/69cbeb6b47b5e57709fe83c8_67f04abc5776ed33fbb9ed73_Photo-Hex-Footer.webpcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/69cbeb6b47b5e57709fe83c8_67f04abc5776ed33fbb9ed73_Photo-Hex-Footer.webp — 200 — 84.2 KiB — 59 ms — h3data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AA…data:application/x-font-ttf;charset... data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AA… — 200 — 1.8 KiB — 78 ms — datahttps://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b9c30a13a7fa889a7425d_Group%20427320582%20(3).pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b9c30a13a7fa889a7425d_Group%20427320582%20(3).png — 200 — 1.6 KiB — 42 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b922d6f0ed0e2b76ed255_Group%20427320583.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b922d6f0ed0e2b76ed255_Group%20427320583.png — 200 — 2.7 KiB — 98 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b922d36f89557b3fbad8b_Vector%20(1).pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b922d36f89557b3fbad8b_Vector%20(1).png — 200 — 392.8 KiB — 135 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 957 ms LCP 2.2 shttps://www.hightolowvoltage.com// https://www.hightolowvoltage.com/ — 200 — 13.4 KiB — 57 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/css/high-to-low.webflow.shared.e4bc544f3.min.csscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/css/high-to-low.webflow.shared.e4bc544f3.min.css — 200 — 0 B — 41 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/css/high-to-low.webflow.6769c4e3fe07de8c9eae4a7f.03ae67935.opt.min.csscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/css/high-to-low.webflow.6769c4e3fe07de8c9eae4a7f.03ae67935.opt.min.css — 200 — 0 B — 41 ms — h3https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.jsajax.googleapis.com/ajax/libs/webfo... https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js — 200 — 5.9 KiB — 62 ms — h2https://use.typekit.net/esx1ipj.jsuse.typekit.net/esx1ipj.js https://use.typekit.net/esx1ipj.js — 200 — 6.7 KiB — 34 ms — h2https://www.google.com/recaptcha/api.jswww.google.com/recaptcha/api.js https://www.google.com/recaptcha/api.js — 200 — 1011 B — 52 ms — h3https://js.stripe.com/v3/js.stripe.com/v3/ https://js.stripe.com/v3/ — 200 — 255.6 KiB — 87 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a04eef7eeb0851e54b41f05_HIGH%20TO%20LOW%20LOGO%20HORIZONTAL%20TAGLINELG-p-500.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a04eef7eeb0851e54b41f05_HIGH%20TO%20LOW%20LOGO%20HORIZONTAL%20TAGLINELG-p-500.png — 200 — 13.5 KiB — 47 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/62a1fc41979bdb4667303c51_mobile-menu.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/62a1fc41979bdb4667303c51_mobile-menu.svg — 200 — 1.0 KiB — 44 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6244b70a8c9dea92e92e540a_HtoL-Logo-Color-Inverse-p-500.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6244b70a8c9dea92e92e540a_HtoL-Logo-Color-Inverse-p-500.png — 200 — 14.8 KiB — 25 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a04ee95dcc0403a489f39f9_HIGH%20TO%20LOW%20LOGO%20VERTICAL%20TAGLINE-p-500.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a04ee95dcc0403a489f39f9_HIGH%20TO%20LOW%20LOGO%20VERTICAL%20TAGLINE-p-500.png — 200 — 20.4 KiB — 27 ms — h3https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italicfonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic — 200 — 1.5 KiB — 63 ms — h2https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=623c9b7d180ce44819359a2dd3e54v103j8qbb.cloudfront.net/js/jq... https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=623c9b7d180ce44819359a2d — 200 — 31.2 KiB — 60 ms — h2https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.3ff72300.7bdd702ba5f8c6bb.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.3ff72300.7bdd702ba5f8c6bb.js — 200 — 2.6 KiB — 29 ms — h3https://www.inventive-acute.com/js/805459.jswww.inventive-acute.com/js/805459.j... https://www.inventive-acute.com/js/805459.js — 200 — 38.8 KiB — 222 ms — http/1.1https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.jscdn.jsdelivr.net/npm/@finsweet/cook... https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js — 200 — 11.1 KiB — 98 ms — h2https://static.klaviyo.com/onsite/js/R3EwAt/klaviyo.js?company_id=R3EwAtstatic.klaviyo.com/onsite/js/R3EwAt... https://static.klaviyo.com/onsite/js/R3EwAt/klaviyo.js?company_id=R3EwAt — 200 — 2.4 KiB — 49 ms — h2https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__en.js — 200 — 346.1 KiB — 181 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MNHVZLGwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MNHVZLG — 200 — 169.2 KiB — 191 ms — h2https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a58ffc4308051fce11d8fad_home-banner.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/6a58ffc4308051fce11d8fad_home-banner.png — 200 — 677.3 KiB — 190 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676dbd23484259d7ea634b13_GoldHexTOPFull.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676dbd23484259d7ea634b13_GoldHexTOPFull.svg — 200 — 784 B — 46 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676dbee779d9f41ff8e6ffc1_DarkHexFull.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676dbee779d9f41ff8e6ffc1_DarkHexFull.svg — 200 — 895 B — 46 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676ef34fdfe5811427b01268_Industries%20Outline.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676ef34fdfe5811427b01268_Industries%20Outline.svg — 200 — 9.0 KiB — 46 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676ef9894b863915ae36f7c0_GoldHexBOTTOMFull.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676ef9894b863915ae36f7c0_GoldHexBOTTOMFull.svg — 200 — 832 B — 46 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676f06223e47ddea38110622_GoldHexOutline.svgcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/676f06223e47ddea38110622_GoldHexOutline.svg — 200 — 941 B — 47 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/69cbeb6b47b5e57709fe83c8_67f04abc5776ed33fbb9ed73_Photo-Hex-Footer.webpcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/69cbeb6b47b5e57709fe83c8_67f04abc5776ed33fbb9ed73_Photo-Hex-Footer.webp — 200 — 84.2 KiB — 59 ms — h3data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AA…data:application/x-font-ttf;charset... data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AA… — 200 — 1.8 KiB — 78 ms — datahttps://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b9c30a13a7fa889a7425d_Group%20427320582%20(3).pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b9c30a13a7fa889a7425d_Group%20427320582%20(3).png — 200 — 1.6 KiB — 42 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b922d6f0ed0e2b76ed255_Group%20427320583.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b922d6f0ed0e2b76ed255_Group%20427320583.png — 200 — 2.7 KiB — 98 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b922d36f89557b3fbad8b_Vector%20(1).pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/698b922d36f89557b3fbad8b_Vector%20(1).png — 200 — 392.8 KiB — 135 ms — h3https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 42 ms — h3https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2 — 200 — 36.3 KiB — 43 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.80677ea19e4284e5.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.80677ea19e4284e5.js — 200 — 8.8 KiB — 40 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.e5d49a3e24933c45.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.e5d49a3e24933c45.js — 200 — 1.1 KiB — 40 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.3a1435b3e7bf0a4b.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.3a1435b3e7bf0a4b.js — 200 — 1.1 KiB — 40 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.2ae5c99899eb12db.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.2ae5c99899eb12db.js — 200 — 1.7 KiB — 40 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.314e5987d11f5d30.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.314e5987d11f5d30.js — 200 — 939 B — 44 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.b5720b45a5ea39e6.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.b5720b45a5ea39e6.js — 200 — 1.2 KiB — 54 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.22334281779bccd5.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.22334281779bccd5.js — 200 — 1.0 KiB — 54 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.31cd8adc8f624d6a.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.31cd8adc8f624d6a.js — 200 — 1.5 KiB — 54 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.52885dd7925b7875.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.52885dd7925b7875.js — 200 — 3.3 KiB — 54 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.82cb8999f66b8d07.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.82cb8999f66b8d07.js — 200 — 2.8 KiB — 61 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.2c2c83d71c9c4058.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.2c2c83d71c9c4058.js — 200 — 4.3 KiB — 67 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.b8534fd20dd64675.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.b8534fd20dd64675.js — 200 — 8.6 KiB — 67 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.81e84d375e916845.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.81e84d375e916845.js — 200 — 6.5 KiB — 66 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.11af1d7153998caf.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.11af1d7153998caf.js — 200 — 23.5 KiB — 73 ms — h3https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.40fc9254a65cb5a7.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.40fc9254a65cb5a7.js — 200 — 964 B — 69 ms — h3https://static-tracking.klaviyo.com/onsite/js/fender_analytics.260bfd76609a3.js?cb=2static-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/fender_analytics.260bfd76609a3.js?cb=2 — 200 — 13.9 KiB — 56 ms — h2https://static-tracking.klaviyo.com/onsite/js/static.98321b3b5e878.js?cb=2static-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/static.98321b3b5e878.js?cb=2 — 200 — 944 B — 60 ms — h2https://static.klaviyo.com/onsite/js/runtime.7d257a51aad73.js?cb=2static.klaviyo.com/onsite/js/runtim... https://static.klaviyo.com/onsite/js/runtime.7d257a51aad73.js?cb=2 — 200 — 7.6 KiB — 33 ms — h2https://static.klaviyo.com/onsite/js/sharedUtils.0bad54fabe0ca.js?cb=2static.klaviyo.com/onsite/js/shared... https://static.klaviyo.com/onsite/js/sharedUtils.0bad54fabe0ca.js?cb=2 — 200 — 20.4 KiB — 37 ms — h2https://static.klaviyo.com/onsite/js/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~server_side_cookies~reviews~telemetry~customerHubRoot~contentBlocks~embeddedIntegrationBlocks~favorites~faq~.9f169ee5e5fdd.js?cb=2static.klaviyo.com/onsite/js/vendor... https://static.klaviyo.com/onsite/js/vendors~static~in_app_forms~signup_forms~post_identification_sync~web_personalization~client_identity~server_side_cookies~reviews~telemetry~customerHubRoot~contentBlocks~embeddedIntegrationBlocks~favorites~faq~.9f169ee5e5fdd.js?cb=2 — 200 — 4.2 KiB — 34 ms — h2https://static.klaviyo.com/onsite/js/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-personalization~onsite-triggering-v2~.8a339e6b1dc49.js?cb=2static.klaviyo.com/onsite/js/vendor... https://static.klaviyo.com/onsite/js/vendors~in_app_forms~signup_forms~client_identity~telemetry~onsite-personalization~onsite-triggering-v2~.8a339e6b1dc49.js?cb=2 — 200 — 3.0 KiB — 39 ms — h2https://static.klaviyo.com/onsite/js/vendors~in_app_forms~signup_forms~reviews~atlas~product_recommendations.8039a15914451.js?cb=2static.klaviyo.com/onsite/js/vendor... https://static.klaviyo.com/onsite/js/vendors~in_app_forms~signup_forms~reviews~atlas~product_recommendations.8039a15914451.js?cb=2 — 200 — 10.4 KiB — 33 ms — h2https://static.klaviyo.com/onsite/js/vendors~in_app_forms~signup_forms.7aacb65a2e8f7.js?cb=2static.klaviyo.com/onsite/js/vendor... https://static.klaviyo.com/onsite/js/vendors~in_app_forms~signup_forms.7aacb65a2e8f7.js?cb=2 — 200 — 4.2 KiB — 33 ms — h2https://static.klaviyo.com/onsite/js/default~in_app_forms~signup_forms.0c35ef70b15e3.js?cb=2static.klaviyo.com/onsite/js/defaul... https://static.klaviyo.com/onsite/js/default~in_app_forms~signup_forms.0c35ef70b15e3.js?cb=2 — 200 — 14.9 KiB — 32 ms — h2https://static.klaviyo.com/onsite/js/signup_forms.b2fe6998f15aa.js?cb=2static.klaviyo.com/onsite/js/signup... https://static.klaviyo.com/onsite/js/signup_forms.b2fe6998f15aa.js?cb=2 — 200 — 836 B — 33 ms — h2https://static-tracking.klaviyo.com/onsite/js/post_identification_sync.3d845f644081d.js?cb=2static-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/post_identification_sync.3d845f644081d.js?cb=2 — 200 — 2.0 KiB — 58 ms — h2https://static.klaviyo.com/onsite/js/event_adapter.4ff6b8eeb0178.js?cb=2static.klaviyo.com/onsite/js/event_... https://static.klaviyo.com/onsite/js/event_adapter.4ff6b8eeb0178.js?cb=2 — 200 — 597 B — 33 ms — h2https://static-tracking.klaviyo.com/onsite/js/telemetry.024ede5b343eb.js?cb=2static-tracking.klaviyo.com/onsite/... https://static-tracking.klaviyo.com/onsite/js/telemetry.024ede5b343eb.js?cb=2 — 200 — 6.0 KiB — 55 ms — h2https://www.inventive-acute.com/Track/Capture.aspx?retType=js&trk_jshv=1&trk_uid=&trk_user=805459&trk_sw=800&trk_sh=600&trk_ref=&trk_tit=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&trk_loc=https%3A%2F%2Fwww.hightolowvoltage.com%2F&trk_agn=Netscape&trk_agv=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F153.0.0.0%20Safari%2F537.36&trk_dom=www.hightolowvoltage.com&trk_cookie=NA&trk_culid=01M30V3YK0BQJPRAH4V2PQ2GJS&trk_dt=falsewww.inventive-acute.com/Track/Captu... https://www.inventive-acute.com/Track/Capture.aspx?retType=js&trk_jshv=1&trk_uid=&trk_user=805459&trk_sw=800&trk_sh=600&trk_ref=&trk_tit=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&trk_loc=https%3A%2F%2Fwww.hightolowvoltage.com%2F&trk_agn=Netscape&trk_agv=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F153.0.0.0%20Safari%2F537.36&trk_dom=www.hightolowvoltage.com&trk_cookie=NA&trk_culid=01M30V3YK0BQJPRAH4V2PQ2GJS&trk_dt=false — 200 — 99 B — 39 ms — http/1.1https://idx.liadm.com/idex/unknown/any?gdpr=1&n3pc=1idx.liadm.com/idex/unknown/any?gdpr... https://idx.liadm.com/idex/unknown/any?gdpr=1&n3pc=1 — 204 — 201 B — 313 ms — h2https://a.usbrowserspeed.com/ncs?pid=e49f8e08bad11ec16f82889b4a190a2d0e94e51cc2c438f1d71e7714785cb3f9&puid=01M30V3YK0BQJPRAH4V2PQ2GJSa.usbrowserspeed.com/ncs?pid=e49f8e... https://a.usbrowserspeed.com/ncs?pid=e49f8e08bad11ec16f82889b4a190a2d0e94e51cc2c438f1d71e7714785cb3f9&puid=01M30V3YK0BQJPRAH4V2PQ2GJS — 204 — 44 B — 585 ms — h2https://tag.demandbase.com/partnertag.min.jstag.demandbase.com/partnertag.min.j... https://tag.demandbase.com/partnertag.min.js — 200 — 19.5 KiB — 67 ms — h2https://ipinfo.io/json?token=9d23a530246163ipinfo.io/json?token=9d23a530246163 https://ipinfo.io/json?token=9d23a530246163 — 200 — 300 B — 173 ms — h2https://use.typekit.net/af/4dd2ad/00000000000000000001441c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3use.typekit.net/af/4dd2ad/000000000... https://use.typekit.net/af/4dd2ad/00000000000000000001441c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3 — 200 — 25.4 KiB — 8 ms — h2https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.fcd1fb53c4c725c3.jscdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/js/webflow.achunk.fcd1fb53c4c725c3.js — 200 — 3.8 KiB — 27 ms — h3https://p.typekit.net/p.gif?s=1&k=esx1ipj&ht=tk&h=www.hightolowvoltage.com&f=21707&a=636999&js=1.21.0&app=typekit&e=js&_=1789956061837p.typekit.net/p.gif?s=1&k=esx1ipj&h... https://p.typekit.net/p.gif?s=1&k=esx1ipj&ht=tk&h=www.hightolowvoltage.com&f=21707&a=636999&js=1.21.0&app=typekit&e=js&_=1789956061837 — 200 — 205 B — 34 ms — h2https://static.klaviyo.com/onsite/js/vendors~Render~ClientStore~~~onsite-back-in-stock.d9f0a07ad7e39.js?cb=2static.klaviyo.com/onsite/js/vendor... https://static.klaviyo.com/onsite/js/vendors~Render~ClientStore~~~onsite-back-in-stock.d9f0a07ad7e39.js?cb=2 — 200 — 2.5 KiB — 2 ms — h2https://static.klaviyo.com/onsite/js/1029.ed474ed6edd96.js?cb=2static.klaviyo.com/onsite/js/1029.e... https://static.klaviyo.com/onsite/js/1029.ed474ed6edd96.js?cb=2 — 200 — 8.5 KiB — 4 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-10875914540&cx=c&gtm=4e69g1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-10875914540&cx=c&gtm=4e69g1 — 200 — 160.8 KiB — 84 ms — h2https://www.googletagmanager.com/gtag/js?id=G-NEMY4LMNWG&cx=c&gtm=4e69g1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-NEMY4LMNWG&cx=c&gtm=4e69g1 — 200 — 180.7 KiB — 140 ms — h2https://www.gstatic.com/wcm/loader.jswww.gstatic.com/wcm/loader.js https://www.gstatic.com/wcm/loader.js — 200 — 2.1 KiB — 20 ms — h3https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.6 KiB — 116 ms — h2https://www.clarity.ms/tag/y16tibebl5?ref=gtmwww.clarity.ms/tag/y16tibebl5?ref=g... https://www.clarity.ms/tag/y16tibebl5?ref=gtm — 200 — 1.2 KiB — 116 ms — http/1.1https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 21.3 KiB — 52 ms — h2https://s.ksrndkehqnwntyxlhgto.com/166755.jss.ksrndkehqnwntyxlhgto.com/166755.j... https://s.ksrndkehqnwntyxlhgto.com/166755.js — 200 — 9.1 KiB — 57 ms — h2https://www.google.com/ccm/collect?rcb=8&frm=0&apvc=1&ae=g&auid=1765638454.1789956062&dt=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&en=page_view&dl=https%3A%2F%2Fwww.hightolowvoltage.com%2F&scrsrc=www.googletagmanager.com&rnd=732933656.1789956062&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He69g1v894430319za200zd894430319xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938466~115938468~118897920~118897930~120385423~120469145~120469153~120847433&tft=1789956061946&tfd=623&fmt=8www.google.com/ccm/collect?rcb=8&fr... https://www.google.com/ccm/collect?rcb=8&frm=0&apvc=1&ae=g&auid=1765638454.1789956062&dt=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&en=page_view&dl=https%3A%2F%2Fwww.hightolowvoltage.com%2F&scrsrc=www.googletagmanager.com&rnd=732933656.1789956062&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He69g1v894430319za200zd894430319xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938466~115938468~118897920~118897930~120385423~120469145~120469153~120847433&tft=1789956061946&tfd=623&fmt=8 — 200 — 21 B — 36 ms — h3https://ad.doubleclick.net/ccm/s/collect?auid=1765638454.1789956062&gtm=45He69g1v894430319za200zd894430319xeaxf1&fmt=8ad.doubleclick.net/ccm/s/collect?au... https://ad.doubleclick.net/ccm/s/collect?auid=1765638454.1789956062&gtm=45He69g1v894430319za200zd894430319xeaxf1&fmt=8 — 204 — 22 B — 71 ms — h3https://fast.a.klaviyo.com/custom-fonts/api/v1/company-fonts/onsite?company_id=R3EwAtfast.a.klaviyo.com/custom-fonts/api... https://fast.a.klaviyo.com/custom-fonts/api/v1/company-fonts/onsite?company_id=R3EwAt — 200 — 889 B — 35 ms — h2https://api.company-target.com/api/v3/ip.jsonapi.company-target.com/api/v3/ip.js... https://api.company-target.com/api/v3/ip.json — 200 — 1.0 KiB — 84 ms — h2https://a.klaviyo.com/forms/api/v3/geo-ipa.klaviyo.com/forms/api/v3/geo-ip https://a.klaviyo.com/forms/api/v3/geo-ip — 200 — 680 B — 162 ms — h2https://fonts.googleapis.com/css2?family=Montserrat: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,500;1,600;1,700;1,800;1,900&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat: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,500;1,600;1,700;1,800;1,900&display=swap — 200 — 1.2 KiB — 32 ms — h2https://static-forms.klaviyo.com/forms/api/v7/R3EwAt/full-formsstatic-forms.klaviyo.com/forms/api/... https://static-forms.klaviyo.com/forms/api/v7/R3EwAt/full-forms — 200 — 9.5 KiB — 33 ms — h2https://process.iconnode.com/google-ads/process.iconnode.com/google-ads/ https://process.iconnode.com/google-ads/ — 200 — 187 B — 405 ms — h2https://www.gstatic.com/call-tracking/call-tracking_9.jswww.gstatic.com/call-tracking/call-... https://www.gstatic.com/call-tracking/call-tracking_9.js — 200 — 20.3 KiB — 21 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6253700&time=1789956062030&pageLoadId=74642320-2ef7-473d-8d7f-0827555d6f05&url=https%3A%2F%2Fwww.hightolowvoltage.com%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6253700&time=1789956062030&pageLoadId=74642320-2ef7-473d-8d7f-0827555d6f05&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F — 302 — 1.1 KiB — 256 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/10875914540/?random=1789956062066&cv=11&fst=1789956062066&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/10875914540/?random=1789956062066&cv=11&fst=1789956062066&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=4 — 200 — 2.7 KiB — 64 ms — h3https://www.google.com/rmkt/collect/10875914540/?random=1789956062066&cv=11&fst=1789956062066&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=68&gcp=5www.google.com/rmkt/collect/1087591... https://www.google.com/rmkt/collect/10875914540/?random=1789956062066&cv=11&fst=1789956062066&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=68&gcp=5 — 200 — 20 B — 62 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/10875914540/?random=1789956062097&cv=11&fst=1789956062097&bg=ffffff&guid=ON&async=1&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&ept=9&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/10875914540/?random=1789956062097&cv=11&fst=1789956062097&bg=ffffff&guid=ON&async=1&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&ept=9&rfmt=3&fmt=4 — 200 — 2.6 KiB — 60 ms — h3https://www.google.com/rmkt/collect/10875914540/?random=1789956062097&cv=11&fst=1789956062097&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&ept=68&gcp=5www.google.com/rmkt/collect/1087591... https://www.google.com/rmkt/collect/10875914540/?random=1789956062097&cv=11&fst=1789956062097&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&ept=68&gcp=5 — 200 — 20 B — 55 ms — h3https://www.google.com/ccm/collect?rcb=7&frm=0&apvc=0&auid=1765638454.1789956062&dt=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&tid=AW-10875914540&en=page_view&dl=https%3A%2F%2Fwww.hightolowvoltage.com%2F&scrsrc=www.googletagmanager.com&rnd=732933656.1789956062&navt=n&npa=0&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&tft=1789956062104&tfd=782&tids=AW-10875914540&fmt=8www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&apvc=0&auid=1765638454.1789956062&dt=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&tid=AW-10875914540&en=page_view&dl=https%3A%2F%2Fwww.hightolowvoltage.com%2F&scrsrc=www.googletagmanager.com&rnd=732933656.1789956062&navt=n&npa=0&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&tft=1789956062104&tfd=782&tids=AW-10875914540&fmt=8 — 200 — 21 B — 38 ms — h3https://www.google.com/ccm/collect?rcb=7&frm=0&apvc=0&ae=g&auid=1765638454.1789956062&dt=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&tid=AW-10875914540&dl=https%3A%2F%2Fwww.hightolowvoltage.com%2F&scrsrc=www.googletagmanager.com&rnd=732933656.1789956062&navt=n&npa=0&_tu=CA&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&tft=1789956062105&tfd=783&tids=AW-10875914540&fmt=8www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&apvc=0&ae=g&auid=1765638454.1789956062&dt=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&tid=AW-10875914540&dl=https%3A%2F%2Fwww.hightolowvoltage.com%2F&scrsrc=www.googletagmanager.com&rnd=732933656.1789956062&navt=n&npa=0&_tu=CA&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&tft=1789956062105&tfd=783&tids=AW-10875914540&fmt=8 — 200 — 21 B — 37 ms — h3https://static.klaviyo.com/onsite/js/default~Render~ClientStore~~onsite-back-in-stock.80954401b9846.js?cb=2static.klaviyo.com/onsite/js/defaul... https://static.klaviyo.com/onsite/js/default~Render~ClientStore~~onsite-back-in-stock.80954401b9846.js?cb=2 — 200 — 4.3 KiB — 4 ms — h2https://static.klaviyo.com/onsite/js/default~Render~back-in-stock-dynamic-button-handler~ClientStore~.8e132e385609e.js?cb=2static.klaviyo.com/onsite/js/defaul... https://static.klaviyo.com/onsite/js/default~Render~back-in-stock-dynamic-button-handler~ClientStore~.8e132e385609e.js?cb=2 — 200 — 3.5 KiB — 7 ms — h2https://static.klaviyo.com/onsite/js/default~Render~ClientStore~.34cb42bf7e415.js?cb=2static.klaviyo.com/onsite/js/defaul... https://static.klaviyo.com/onsite/js/default~Render~ClientStore~.34cb42bf7e415.js?cb=2 — 200 — 20.8 KiB — 11 ms — h2https://static.klaviyo.com/onsite/js/ClientStore.857ee329c3f12.js?cb=2static.klaviyo.com/onsite/js/Client... https://static.klaviyo.com/onsite/js/ClientStore.857ee329c3f12.js?cb=2 — 200 — 3.3 KiB — 5 ms — h2https://www.inventive-acute.com/apollo/callback/demandbase?pid=01M30V3YK0BQJPRAH4V2PQ2GJS&id=eyJhY2Nlc3NfdHlwZSI6ImlkZW50aWZpZWRfbm9uX2J1c2luZXNzIiwiYXVkaWVuY2UiOiJTTUIiLCJhdWRpZW5jZV9zZWdtZW50IjoiIiwiY29uZmlkZW5jZV9sZXZlbCI6MC43LCJkaWdpdGFsX2RvbWFpbiI6bnVsbCwiaW5mb3JtYXRpb25fbGV2ZWwiOiJCYXNpYyIsImlzcCI6ZmFsc2UsInJlZ2lvbl9uYW1lIjoiTWFkcmlkIiwicmVnaXN0cnlfYXJlYV9jb2RlIjpudWxsLCJyZWdpc3RyeV9jaXR5IjoiTWFkcmlkIiwicmVnaXN0cnlfY29tcGFueV9uYW1lIjoiT1ZIIEhpc3Bhbm8iLCJyZWdpc3RyeV9jb3VudHJ5IjoiU3BhaW4iLCJyZWdpc3RyeV9jb3VudHJ5X2NvZGUiOiJFUyIsInJlZ2lzdHJ5X2NvdW50cnlfY29kZTMiOm51bGwsInJlZ2lzdHJ5X2RtYV9jb2RlIjo1MTcsInJlZ2lzdHJ5X2xhdGl0dWRlIjo0MC40MiwicmVnaXN0cnlfbG9uZ2l0dWRlIjotMy43LCJyZWdpc3RyeV9zdGF0ZSI6Ik1EIiwicmVnaXN0cnlfemlwX2NvZGUiOiIyODA4MyIsInZpc2l0b3JfaWQiOiJGUDhmYTYzY2RkYmRlYjY3ZDQ1MDNiYTMzMDBhN2ExOTEzZGM0Y2M2YTBkYjU4NzAzOGFkMWM3ZjQ1NTdkZjc3MTgifQwww.inventive-acute.com/apollo/call... https://www.inventive-acute.com/apollo/callback/demandbase?pid=01M30V3YK0BQJPRAH4V2PQ2GJS&id=eyJhY2Nlc3NfdHlwZSI6ImlkZW50aWZpZWRfbm9uX2J1c2luZXNzIiwiYXVkaWVuY2UiOiJTTUIiLCJhdWRpZW5jZV9zZWdtZW50IjoiIiwiY29uZmlkZW5jZV9sZXZlbCI6MC43LCJkaWdpdGFsX2RvbWFpbiI6bnVsbCwiaW5mb3JtYXRpb25fbGV2ZWwiOiJCYXNpYyIsImlzcCI6ZmFsc2UsInJlZ2lvbl9uYW1lIjoiTWFkcmlkIiwicmVnaXN0cnlfYXJlYV9jb2RlIjpudWxsLCJyZWdpc3RyeV9jaXR5IjoiTWFkcmlkIiwicmVnaXN0cnlfY29tcGFueV9uYW1lIjoiT1ZIIEhpc3Bhbm8iLCJyZWdpc3RyeV9jb3VudHJ5IjoiU3BhaW4iLCJyZWdpc3RyeV9jb3VudHJ5X2NvZGUiOiJFUyIsInJlZ2lzdHJ5X2NvdW50cnlfY29kZTMiOm51bGwsInJlZ2lzdHJ5X2RtYV9jb2RlIjo1MTcsInJlZ2lzdHJ5X2xhdGl0dWRlIjo0MC40MiwicmVnaXN0cnlfbG9uZ2l0dWRlIjotMy43LCJyZWdpc3RyeV9zdGF0ZSI6Ik1EIiwicmVnaXN0cnlfemlwX2NvZGUiOiIyODA4MyIsInZpc2l0b3JfaWQiOiJGUDhmYTYzY2RkYmRlYjY3ZDQ1MDNiYTMzMDBhN2ExOTEzZGM0Y2M2YTBkYjU4NzAzOGFkMWM3ZjQ1NTdkZjc3MTgifQ — 200 — 99 B — 35 ms — http/1.1https://www.inventive-acute.com/apollo/capture?trk_culid=01M30V3YK0BQJPRAH4V2PQ2GJS&trk_user=805459&trk_lfuuid=NAwww.inventive-acute.com/apollo/capt... https://www.inventive-acute.com/apollo/capture?trk_culid=01M30V3YK0BQJPRAH4V2PQ2GJS&trk_user=805459&trk_lfuuid=NA — 200 — 99 B — 64 ms — http/1.1https://www.googleadservices.com/pagead/conversion/10875914540/wcm?cc=ZZ&dn=8668407634&cl=M8u0CMett-UDEKyShcIo&dma=0&npa=0&ct_eid=2www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/10875914540/wcm?cc=ZZ&dn=8668407634&cl=M8u0CMett-UDEKyShcIo&dma=0&npa=0&ct_eid=2 — 302 — 20 B — 75 ms — h3https://bat.bing.com/p/action/97142432.jsbat.bing.com/p/action/97142432.js https://bat.bing.com/p/action/97142432.js — 200 — 1.8 KiB — 36 ms — h2https://scripts.clarity.ms/0.8.70/clarity.jsscripts.clarity.ms/0.8.70/clarity.j... https://scripts.clarity.ms/0.8.70/clarity.js — 200 — 25.4 KiB — 124 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-NEMY4LMNWG&gtm=45je69g1v867984405z8894430319za20gzb894430319zd894430319xf1&_p=1789956061463&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGAC&cid=659110656.1789956062&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115616986~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153&sid=1789956062&sct=1&seg=0&dl=https%3A%2F%2Fwww.hightolowvoltage.com%2F&dt=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=904analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-NEMY4LMNWG&gtm=45je69g1v867984405z8894430319za20gzb894430319zd894430319xf1&_p=1789956061463&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGAC&cid=659110656.1789956062&frm=0&pscdl=noapi&rcb=4&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115616986~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153&sid=1789956062&sct=1&seg=0&dl=https%3A%2F%2Fwww.hightolowvoltage.com%2F&dt=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=904 — 204 — 556 B — 65 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-NEMY4LMNWG&cid=659110656.1789956062&gtm=45je69g1v867984405z8894430319za20gzb894430319zd894430319xf1&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616986~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-NEMY4LMNWG&cid=659110656.1789956062&gtm=45je69g1v867984405z8894430319za20gzb894430319zd894430319xf1&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616986~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153 — 204 — 556 B — 69 ms — h2https://www.google.fr/pagead/attribution/wcm?cc=ZZ&dn=8668407634&cl=M8u0CMett-UDEKyShcIo&dma=0www.google.fr/pagead/attribution/wc... https://www.google.fr/pagead/attribution/wcm?cc=ZZ&dn=8668407634&cl=M8u0CMett-UDEKyShcIo&dma=0 — 200 — 110 B — 50 ms — h3https://static.klaviyo.com/onsite/js/onsite-triggering-v2.866d8e053462c.js?cb=2static.klaviyo.com/onsite/js/onsite... https://static.klaviyo.com/onsite/js/onsite-triggering-v2.866d8e053462c.js?cb=2 — 200 — 7.4 KiB — 2 ms — h2https://www.google.com/pagead/1p-user-list/10875914540/?random=1789956062097&cv=11&fst=1789956000000&bg=ffffff&guid=ON&async=1&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&ept=9&rfmt=3&fmt=3&is_vtc=1&cid=CAQS6wEAQM4h3AA_Jaswa2x-SXb5IGM-1uKsMu26Q414TC9ajhGl7muqLGBil_Wn8TFJ9OBb9P8suJM3RGKh8Ohgls346KEghKHkVgH02qiUd3uArDDuVoKyWXusNnQjHC45euyqy7uh2zqh-CtFpPf4YWmhMFqNaLUGvxj3o3jnChvIXsAT_7cT5PZTr8NWLdnkz6HtcBQtS1UyEpFtWDNT30rw1hpx4UfWBOcZTQuCB3TG4yiXM8uJVUXU8jma2muehZok7FL3OJDHt4kjAYUhd4uxlBwZ-kWF8RYywEhitJt7RgxR5shT4Te6V6oS&random=2747531366&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/10875914540/?random=1789956062097&cv=11&fst=1789956000000&bg=ffffff&guid=ON&async=1&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&ept=9&rfmt=3&fmt=3&is_vtc=1&cid=CAQS6wEAQM4h3AA_Jaswa2x-SXb5IGM-1uKsMu26Q414TC9ajhGl7muqLGBil_Wn8TFJ9OBb9P8suJM3RGKh8Ohgls346KEghKHkVgH02qiUd3uArDDuVoKyWXusNnQjHC45euyqy7uh2zqh-CtFpPf4YWmhMFqNaLUGvxj3o3jnChvIXsAT_7cT5PZTr8NWLdnkz6HtcBQtS1UyEpFtWDNT30rw1hpx4UfWBOcZTQuCB3TG4yiXM8uJVUXU8jma2muehZok7FL3OJDHt4kjAYUhd4uxlBwZ-kWF8RYywEhitJt7RgxR5shT4Te6V6oS&random=2747531366&rmt_tld=0&ipr=y — 200 — 64 B — 29 ms — h3https://www.google.com/pagead/1p-user-list/10875914540/?random=1789956062066&cv=11&fst=1789956000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=3&is_vtc=1&cid=CAQS6wEAQM4h3JCS93zzBUBkqbCEIUnW9eGOAk5NDx-3upSV7eZlSLbQkwtwrU8PQy6N57UH2RkYKFxwov-StFAb6uK_jDLYUkfw3WTFdv_x4HGBkzz0zGjAa5Bma6jcUcVsJefOwHs4oqLsTIbJCd-QvOy09fwdxh_0O_ty9rztdsDOq6nc3vNyX1SM6QJtEBIp_rfjflQJ7-K7J1RfMbqHjMrazYiMcTgUXzb4XkbXT5OY5EdRLXWHm9Om56ikBYsTaSNXZf2kuzgbZMkWYYYyf6dJYLyAm5c_gZjMbz_UeN0-N9eD9posbM4ohzJM&random=2153435707&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/10875914540/?random=1789956062066&cv=11&fst=1789956000000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v892986156z8894430319za20gzb894430319zd894430319xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938466~115938468~118897920~118897930~120213116~120385422~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&rcb=7&frm=0&tiba=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1765638454.1789956062&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.52%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=3&is_vtc=1&cid=CAQS6wEAQM4h3JCS93zzBUBkqbCEIUnW9eGOAk5NDx-3upSV7eZlSLbQkwtwrU8PQy6N57UH2RkYKFxwov-StFAb6uK_jDLYUkfw3WTFdv_x4HGBkzz0zGjAa5Bma6jcUcVsJefOwHs4oqLsTIbJCd-QvOy09fwdxh_0O_ty9rztdsDOq6nc3vNyX1SM6QJtEBIp_rfjflQJ7-K7J1RfMbqHjMrazYiMcTgUXzb4XkbXT5OY5EdRLXWHm9Om56ikBYsTaSNXZf2kuzgbZMkWYYYyf6dJYLyAm5c_gZjMbz_UeN0-N9eD9posbM4ohzJM&random=2153435707&rmt_tld=0&ipr=y — 200 — 64 B — 30 ms — h3https://www.clarity.ms/tag/uet/97142432?insights=1www.clarity.ms/tag/uet/97142432?ins... https://www.clarity.ms/tag/uet/97142432?insights=1 — 200 — 1.3 KiB — 33 ms — http/1.1https://bat.bing.net/actionp/0?ti=97142432&tm=gtm002&Ver=2&mid=06add2ea-8daf-430d-9aa4-6934fb0f2b8d&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=97142432&... https://bat.bing.net/actionp/0?ti=97142432&tm=gtm002&Ver=2&mid=06add2ea-8daf-430d-9aa4-6934fb0f2b8d&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 346 B — 133 ms — h2https://bat.bing.net/action/0?ti=97142432&tm=gtm002&Ver=2&mid=06add2ea-8daf-430d-9aa4-6934fb0f2b8d&bo=2&gtm_tag_source=1&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&p=https%3A%2F%2Fwww.hightolowvoltage.com%2F&r=&lt=477&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=248450bat.bing.net/action/0?ti=97142432&t... https://bat.bing.net/action/0?ti=97142432&tm=gtm002&Ver=2&mid=06add2ea-8daf-430d-9aa4-6934fb0f2b8d&bo=2&gtm_tag_source=1&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=High%20to%20Low%20Voltage%20Transformers%20for%20Sale&p=https%3A%2F%2Fwww.hightolowvoltage.com%2F&r=&lt=477&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=248450 — 204 — 119 B — 131 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6253700&time=1789956062030&pageLoadId=74642320-2ef7-473d-8d7f-0827555d6f05&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&e_ipv6=AQKfNX-p98ylkgAAAaDBsfv_s2B_b-3KCuZyZzQF5MsMn73XdwMX_ppC_TMTD6jHO8OOM1ujpJyjpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6253700&time=1789956062030&pageLoadId=74642320-2ef7-473d-8d7f-0827555d6f05&url=https%3A%2F%2Fwww.hightolowvoltage.com%2F&e_ipv6=AQKfNX-p98ylkgAAAaDBsfv_s2B_b-3KCuZyZzQF5MsMn73XdwMX_ppC_TMTD6jHO8OOM1ujpJyj — 200 — 909 B — 223 ms — h2https://z.clarity.ms/collectz.clarity.ms/collect https://z.clarity.ms/collect — 204 — 288 B — 455 ms — http/1.1https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 1002 B — 137 ms — h2https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/62a17e684a0edcd07610c2d7_High-To-Low-Favicon.pngcdn.prod.website-files.com/623c9b7d... https://cdn.prod.website-files.com/623c9b7d180ce44819359a2d/62a17e684a0edcd07610c2d7_High-To-Low-Favicon.png — 200 — 1.2 KiB — 25 ms — h3https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.htmljs.stripe.com/v3/m-outer-3437aaddcd... https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html — 200 — 1.0 KiB — 41 ms — h3https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.jsjs.stripe.com/v3/fingerprinted/js/m... https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.js — 200 — 895 B — 22 ms — h3https://m.stripe.network/inner.htmlm.stripe.network/inner.html https://m.stripe.network/inner.html — 200 — 1.7 KiB — 69 ms — h3https://m.stripe.network/out-4.5.45.jsm.stripe.network/out-4.5.45.js https://m.stripe.network/out-4.5.45.js — 200 — 16.7 KiB — 22 ms — h3https://m.stripe.com/6m.stripe.com/6 https://m.stripe.com/6 — 200 — 579 B — 531 ms — h2https://z.clarity.ms/collectz.clarity.ms/collect https://z.clarity.ms/collect — 204 — 288 B — 100 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
61% of JavaScript execution is third-party
First-party Third-party 467ms · 815KB · €2/mo
cdn.prod.website-files.com
Other
Optional
Execution 112ms
Transfer 24 KB
Monthly Cost €1/mo
Microsoft Clarity
Session Replay
Optional
Execution 76ms
Transfer 25 KB
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 75ms
Transfer 161 KB
Unused 39%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 73ms
Transfer 169 KB
Unused 40%
Monthly Cost €0/mo
Stripe
Payment
Essential
Execution 67ms
Transfer 256 KB
Unused 73%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 63ms
Transfer 181 KB
Unused 42%
Monthly Cost €0/mo

61% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-08-23 — 2026-09-19)

LCP (p75)

1821 ms

84% good

INP (p75)

59 ms

95% good

CLS (p75)

0.000

100% good

FCP (p75)

1496 ms

TTFB (p75)

644 ms

This origin passes Core Web Vitals assessment
Image Optimization
30 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

30

Total Size

0 KB

Oversized

1

27 missing dimensions 3 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