Skip to content
https://trydantech.com

Performance

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

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

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

790 ms

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

3.83 s

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

7 ms

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

0.007

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

1.17 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.83 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
23
13 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
7.1 MB transferred, 70 requests
FIX
7.1 MB transferred, 70 requests
Critical::
Page weighs 11.3 MB (7.1 MB transferred)
Warning::
Images are 4.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.8 MB
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Info::
Fonts are 653 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 653 KB
Info::
70 HTTP requests
Info::
Estimated 1.5 g CO2 per page load
7.1 MB / 2.4 MB budget
7.1 MB transferred
70 requests
1.5 g CO2 per page load
Images 4.8 MiB 67%
JavaScript 1.5 MiB 21%
Fonts 653.4 KiB 9%
CSS 125.5 KiB 2%
HTML 78.1 KiB 1%
Other 4.2 KiB 0%
Other 4.0 KiB 0%
Other 325 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

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

Why this matters

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

Source: web.dev font loading

D
JS Bundles
Action
17 scripts, 311 KB unused
FIX
17 scripts, 311 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-TXN4...: 115 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-TXN4...: 69 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TRF...: 66 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-173...: 62 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 311 KB
311 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5W&cx=c&gtm=4e65m1175 KB115 KB (65%)3rd
https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5W176 KB69 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TRFHXCQH142 KB66 KB (46%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-17304213719&cx=c&gtm=4e65m1144 KB62 KB (43%)3rd
https://www.youtube.com/s/player/9fc68080/player_embed_es6.vflset/en_US/base.js444 KB3rd
https://unpkg.com/alpinejs@3.15.12/dist/cdn.min.js17 KB3rd
https://www.youtube.com/iframe_api3 KB3rd
https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.HzM97TZVvpI.2021.O/am=AAAAAAE/d=1/br=1/rs=AGKMywHiLt5r6Y18Ity3Wb4wZhaCA3jtkw/m=root,base140 KB3rd
https://trydantech.com/build/assets/app-C0G0cght.js14 KB1st
https://www.youtube.com/s/player/c2f7551f/www-widgetapi.vflset/www-widgetapi.js11 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

B
Image Optimization
23 images, 0 KB saveable
REVIEW
23 images, 0 KB saveable
Warning::
https://trydantech.com/assets/client/icons/logo-na... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
23 images 4.8 MB
0 oversized -0 KB
23 legacy format
1 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

B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
70 resources · 7.1 MB · 311 KB savings available
REVIEW
70 resources · 7.1 MB · 311 KB savings available
Warning::
Page weight 7.1 MB exceeds 1 MB target by 6.1 MB
Got: 7.1 MB Expected: ≤ 1 MB
Info::
~311 KB of savings available
Info::
42 third-party resources (24% of weight)
Info::
5 resources over 200KB
70 resources · 7.1 MiB · 42 third-party 6.1 MiB over 1MB target
Image 67% · 4.8 MiB
JavaScript 21% · 1.5 MiB
Font 9% · 653.4 KiB
CSS 2% · 125.5 KiB
Document 1% · 78.1 KiB
Other 0% · 5.6 KiB

~311.3 KiB of savings available

Remove unused JavaScript: 311.3 KiB
B
HTTP Caching
no-cache, private
REVIEW
no-cache, private
Info::
Cache-Control header is set
Got: no-cache, private
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, private

DirectiveValueMeaning
no-cacheCache but always revalidate first
privateOnly browser cache, not CDN/proxy
A
Third-Party Impact
24% third-party, 0 ms blocking
PASS
24% third-party, 0 ms blocking
Info::
Third-party code accounts for 24% of page weight (1.7 MiB of 7.1 MiB)
Info::
Third-party blocking time is low (0 ms)
76%
24%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
484ms total JS execution
PASS
484ms total JS execution
Info::
https://trydantech.com/: 167ms CPU time
Info::
Unattributable: 145ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-TXN4...: 61ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-173...: 58ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-TRF...: 53ms CPU time
Info::
Third-party scripts: 172ms (36% of total)

Main Thread Breakdown

Script Evaluation 36% Other 34% Style & Layout 16% Script Parsing & Compilation 8% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://trydantech.com/167ms12ms2ms1st
Unattributable145ms5ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5W61ms50ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-17304213719&cx=c&gtm=4e65m158ms46ms12ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TRFHXCQH53ms45ms7ms3rd
A+
Font Loading
7 fonts (653 KB)
PASS
7 fonts (653 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

653 KB total

Render-blocking

0

of 7

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 790 ms LCP 3.8 shttps://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2zYXzKVElMYYaJe8bpLHnCwD... https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2 — 39.3 KiB — 55 ms — font-display: swaphttps://trydantech.com/build/assets/Inter-Light-D9iiu9Ht.woff2Inter-Light-D9iiu9Ht.woff2 https://trydantech.com/build/assets/Inter-Light-D9iiu9Ht.woff2 — 115.8 KiB — 672 ms — font-display: swaphttps://trydantech.com/build/assets/Inter-Medium-Bqylrw2L.woff2Inter-Medium-Bqylrw2L.w... https://trydantech.com/build/assets/Inter-Medium-Bqylrw2L.woff2 — 116.4 KiB — 815 ms — font-display: swaphttps://trydantech.com/build/assets/Inter-Regular-B2uJs5iC.woff2Inter-Regular-B2uJs5iC.... https://trydantech.com/build/assets/Inter-Regular-B2uJs5iC.woff2 — 114.3 KiB — 920 ms — font-display: swaphttps://trydantech.com/build/assets/Inter-Bold-MbOruhI0.woff2Inter-Bold-MbOruhI0.woff2 https://trydantech.com/build/assets/Inter-Bold-MbOruhI0.woff2 — 116.9 KiB — 971 ms — font-display: swaphttps://trydantech.com/build/assets/Inter-SemiBold-BClnkAft.woff2Inter-SemiBold-BClnkAft... https://trydantech.com/build/assets/Inter-SemiBold-BClnkAft.woff2 — 116.8 KiB — 1.0 s — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 118 ms — font-display: swap
zYXzKVElMYYaJe8bpLHnCwD... woff2 swap
Size 39 KB
Load time 55 ms
Start 905 ms
Risk FOUT — text flashes from fallback to web font
Inter-Light-D9iiu9Ht.woff2 woff2 swap
Size 116 KB
Load time 672 ms
Start 908 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Medium-Bqylrw2L.w... woff2 swap
Size 116 KB
Load time 815 ms
Start 908 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Regular-B2uJs5iC.... woff2 swap
Size 114 KB
Load time 920 ms
Start 909 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Bold-MbOruhI0.woff2 woff2 swap
Size 117 KB
Load time 971 ms
Start 909 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-SemiBold-BClnkAft... woff2 swap
Size 117 KB
Load time 1.0 s
Start 909 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 118 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~290 KB and ~580 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+
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-cache -- safe revalidate-on-request policy
PASS
Main HTML uses no-cache -- safe revalidate-on-request policy
Info::
Main HTML uses no-cache -- safe revalidate-on-request policy
Got: no-cache, private
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: Hostinger

Network Waterfall
70 requests over 4481ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 790 ms LCP 3.8 shttps://trydantech.com// https://trydantech.com/ — 200 — 19.7 KiB — 644 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TRFHXCQHwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TRFHXCQH — 200 — 142.5 KiB — 293 ms — h2https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5Wwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5W — 200 — 175.7 KiB — 281 ms — h2https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swapfonts.googleapis.com/css2?family=IB... https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap — 200 — 1.2 KiB — 144 ms — h2https://trydantech.com/build/assets/app-7x9LYh5z.css/build/assets/app-7x9LYh5z.css https://trydantech.com/build/assets/app-7x9LYh5z.css — 200 — 17.2 KiB — 225 ms — h2https://trydantech.com/build/assets/app-C0G0cght.js/build/assets/app-C0G0cght.js https://trydantech.com/build/assets/app-C0G0cght.js — 200 — 13.6 KiB — 226 ms — h2https://trydantech.com/assets/client/icons/logo-nav.svg/assets/client/icons/logo-nav.svg https://trydantech.com/assets/client/icons/logo-nav.svg — 200 — 1.1 KiB — 230 ms — h2https://trydantech.com/assets/client/icons/lightning-icon.svg/assets/client/icons/lightning-icon... https://trydantech.com/assets/client/icons/lightning-icon.svg — 200 — 335 B — 231 ms — h2https://trydantech.com/assets/client/icons/arrow-icon.svg/assets/client/icons/arrow-icon.svg https://trydantech.com/assets/client/icons/arrow-icon.svg — 200 — 292 B — 232 ms — h2https://trydantech.com/assets/client/icons/green-leaf.svg/assets/client/icons/green-leaf.svg https://trydantech.com/assets/client/icons/green-leaf.svg — 200 — 1.2 KiB — 234 ms — h2https://trydantech.com/assets/client/icons/green-power-icon.svg/assets/client/icons/green-power-ic... https://trydantech.com/assets/client/icons/green-power-icon.svg — 200 — 297 B — 235 ms — h2https://trydantech.com/assets/client/icons/green-recycle-icon.svg/assets/client/icons/green-recycle-... https://trydantech.com/assets/client/icons/green-recycle-icon.svg — 200 — 403 B — 235 ms — h2https://trydantech.com/assets/client/icons/green-improve-icon.svg/assets/client/icons/green-improve-... https://trydantech.com/assets/client/icons/green-improve-icon.svg — 200 — 301 B — 236 ms — h2https://trydantech.com/assets/client/icons/green-battery-icon.svg/assets/client/icons/green-battery-... https://trydantech.com/assets/client/icons/green-battery-icon.svg — 200 — 419 B — 238 ms — h2https://trydantech.com/assets/client/icons/efficiency-icon.svg/assets/client/icons/efficiency-ico... https://trydantech.com/assets/client/icons/efficiency-icon.svg — 200 — 750 B — 239 ms — h2https://trydantech.com/assets/client/icons/temperature-icon.svg/assets/client/icons/temperature-ic... https://trydantech.com/assets/client/icons/temperature-icon.svg — 200 — 407 B — 241 ms — h2https://trydantech.com/assets/client/icons/performance-icon.svg/assets/client/icons/performance-ic... https://trydantech.com/assets/client/icons/performance-icon.svg — 200 — 327 B — 242 ms — h2https://trydantech.com/assets/client/icons/battery-with-power-icon.svg/assets/client/icons/battery-with-p... https://trydantech.com/assets/client/icons/battery-with-power-icon.svg — 200 — 383 B — 244 ms — h2https://trydantech.com/assets/client/images/trydan-logo.png/assets/client/images/trydan-logo.p... https://trydantech.com/assets/client/images/trydan-logo.png — 200 — 237 B — 286 ms — h2https://trydantech.com/storage/blogs/featured/d2ViAzGJzuYJW94y7AhXHBbo7BtcxgXbeL4g3jVY.png/storage/blogs/featured/d2ViAzGJzuY... https://trydantech.com/storage/blogs/featured/d2ViAzGJzuYJW94y7AhXHBbo7BtcxgXbeL4g3jVY.png — 200 — 1.9 MiB — 1.2 s — h2https://trydantech.com/storage/blogs/featured/NVi2lO9nARChM8yYVMKnB2ZlHhmadlPNgQeqbU8D.png/storage/blogs/featured/NVi2lO9nARC... https://trydantech.com/storage/blogs/featured/NVi2lO9nARChM8yYVMKnB2ZlHhmadlPNgQeqbU8D.png — 200 — 1.8 MiB — 1.2 s — h2https://trydantech.com/storage/blogs/featured/b5qPEhKrp7rAm4P05xxmli8VEXBTjBFA7XZIjhfE.jpg/storage/blogs/featured/b5qPEhKrp7r... https://trydantech.com/storage/blogs/featured/b5qPEhKrp7rAm4P05xxmli8VEXBTjBFA7XZIjhfE.jpg — 200 — 343.6 KiB — 851 ms — h2https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.jsunpkg.com/alpinejs@3.x.x/dist/cdn.m... https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js — 302 — 302 B — 65 ms — h3https://unpkg.com/alpinejs@3.15.12/dist/cdn.min.jsunpkg.com/alpinejs@3.15.12/dist/cdn... https://unpkg.com/alpinejs@3.15.12/dist/cdn.min.js — 200 — 16.7 KiB — 51 ms — h3https://trydantech.com/assets/client/images/technology-machine-1.png/assets/client/images/technology-ma... https://trydantech.com/assets/client/images/technology-machine-1.png — 200 — 182.0 KiB — 1.3 s — h3https://trydantech.com/assets/client/images/data-center.png/assets/client/images/data-center.p... https://trydantech.com/assets/client/images/data-center.png — 200 — 579.6 KiB — 1.3 s — h3https://trydantech.com/assets/client/images/homepage-2.png/assets/client/images/homepage-2.pn... https://trydantech.com/assets/client/images/homepage-2.png — 200 — 47.3 KiB — 1.1 s — h3https://www.youtube.com/embed/Q8bd7KVvEPU?autoplay=1&mute=1&controls=0&showinfo=0&rel=0&modestbranding=1&loop=1&playlist=Q8bd7KVvEPU&disablekb=1&fs=0&iv_load_policy=3&cc_load_policy=0&playsinline=1&enablejsapi=1&origin=https://trydantech.comwww.youtube.com/embed/Q8bd7KVvEPU?a... https://www.youtube.com/embed/Q8bd7KVvEPU?autoplay=1&mute=1&controls=0&showinfo=0&rel=0&modestbranding=1&loop=1&playlist=Q8bd7KVvEPU&disablekb=1&fs=0&iv_load_policy=3&cc_load_policy=0&playsinline=1&enablejsapi=1&origin=https://trydantech.com — 200 — 58.4 KiB — 289 ms — h2https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2fonts.gstatic.com/s/ibmplexsans/v23... https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2 — 200 — 39.3 KiB — 55 ms — h3https://trydantech.com/build/assets/Inter-Light-D9iiu9Ht.woff2/build/assets/Inter-Light-D9iiu9Ht.... https://trydantech.com/build/assets/Inter-Light-D9iiu9Ht.woff2 — 200 — 115.8 KiB — 672 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 790 ms LCP 3.8 shttps://trydantech.com// https://trydantech.com/ — 200 — 19.7 KiB — 644 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TRFHXCQHwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TRFHXCQH — 200 — 142.5 KiB — 293 ms — h2https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5Wwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5W — 200 — 175.7 KiB — 281 ms — h2https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swapfonts.googleapis.com/css2?family=IB... https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap — 200 — 1.2 KiB — 144 ms — h2https://trydantech.com/build/assets/app-7x9LYh5z.css/build/assets/app-7x9LYh5z.css https://trydantech.com/build/assets/app-7x9LYh5z.css — 200 — 17.2 KiB — 225 ms — h2https://trydantech.com/build/assets/app-C0G0cght.js/build/assets/app-C0G0cght.js https://trydantech.com/build/assets/app-C0G0cght.js — 200 — 13.6 KiB — 226 ms — h2https://trydantech.com/assets/client/icons/logo-nav.svg/assets/client/icons/logo-nav.svg https://trydantech.com/assets/client/icons/logo-nav.svg — 200 — 1.1 KiB — 230 ms — h2https://trydantech.com/assets/client/icons/lightning-icon.svg/assets/client/icons/lightning-icon... https://trydantech.com/assets/client/icons/lightning-icon.svg — 200 — 335 B — 231 ms — h2https://trydantech.com/assets/client/icons/arrow-icon.svg/assets/client/icons/arrow-icon.svg https://trydantech.com/assets/client/icons/arrow-icon.svg — 200 — 292 B — 232 ms — h2https://trydantech.com/assets/client/icons/green-leaf.svg/assets/client/icons/green-leaf.svg https://trydantech.com/assets/client/icons/green-leaf.svg — 200 — 1.2 KiB — 234 ms — h2https://trydantech.com/assets/client/icons/green-power-icon.svg/assets/client/icons/green-power-ic... https://trydantech.com/assets/client/icons/green-power-icon.svg — 200 — 297 B — 235 ms — h2https://trydantech.com/assets/client/icons/green-recycle-icon.svg/assets/client/icons/green-recycle-... https://trydantech.com/assets/client/icons/green-recycle-icon.svg — 200 — 403 B — 235 ms — h2https://trydantech.com/assets/client/icons/green-improve-icon.svg/assets/client/icons/green-improve-... https://trydantech.com/assets/client/icons/green-improve-icon.svg — 200 — 301 B — 236 ms — h2https://trydantech.com/assets/client/icons/green-battery-icon.svg/assets/client/icons/green-battery-... https://trydantech.com/assets/client/icons/green-battery-icon.svg — 200 — 419 B — 238 ms — h2https://trydantech.com/assets/client/icons/efficiency-icon.svg/assets/client/icons/efficiency-ico... https://trydantech.com/assets/client/icons/efficiency-icon.svg — 200 — 750 B — 239 ms — h2https://trydantech.com/assets/client/icons/temperature-icon.svg/assets/client/icons/temperature-ic... https://trydantech.com/assets/client/icons/temperature-icon.svg — 200 — 407 B — 241 ms — h2https://trydantech.com/assets/client/icons/performance-icon.svg/assets/client/icons/performance-ic... https://trydantech.com/assets/client/icons/performance-icon.svg — 200 — 327 B — 242 ms — h2https://trydantech.com/assets/client/icons/battery-with-power-icon.svg/assets/client/icons/battery-with-p... https://trydantech.com/assets/client/icons/battery-with-power-icon.svg — 200 — 383 B — 244 ms — h2https://trydantech.com/assets/client/images/trydan-logo.png/assets/client/images/trydan-logo.p... https://trydantech.com/assets/client/images/trydan-logo.png — 200 — 237 B — 286 ms — h2https://trydantech.com/storage/blogs/featured/d2ViAzGJzuYJW94y7AhXHBbo7BtcxgXbeL4g3jVY.png/storage/blogs/featured/d2ViAzGJzuY... https://trydantech.com/storage/blogs/featured/d2ViAzGJzuYJW94y7AhXHBbo7BtcxgXbeL4g3jVY.png — 200 — 1.9 MiB — 1.2 s — h2https://trydantech.com/storage/blogs/featured/NVi2lO9nARChM8yYVMKnB2ZlHhmadlPNgQeqbU8D.png/storage/blogs/featured/NVi2lO9nARC... https://trydantech.com/storage/blogs/featured/NVi2lO9nARChM8yYVMKnB2ZlHhmadlPNgQeqbU8D.png — 200 — 1.8 MiB — 1.2 s — h2https://trydantech.com/storage/blogs/featured/b5qPEhKrp7rAm4P05xxmli8VEXBTjBFA7XZIjhfE.jpg/storage/blogs/featured/b5qPEhKrp7r... https://trydantech.com/storage/blogs/featured/b5qPEhKrp7rAm4P05xxmli8VEXBTjBFA7XZIjhfE.jpg — 200 — 343.6 KiB — 851 ms — h2https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.jsunpkg.com/alpinejs@3.x.x/dist/cdn.m... https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js — 302 — 302 B — 65 ms — h3https://unpkg.com/alpinejs@3.15.12/dist/cdn.min.jsunpkg.com/alpinejs@3.15.12/dist/cdn... https://unpkg.com/alpinejs@3.15.12/dist/cdn.min.js — 200 — 16.7 KiB — 51 ms — h3https://trydantech.com/assets/client/images/technology-machine-1.png/assets/client/images/technology-ma... https://trydantech.com/assets/client/images/technology-machine-1.png — 200 — 182.0 KiB — 1.3 s — h3https://trydantech.com/assets/client/images/data-center.png/assets/client/images/data-center.p... https://trydantech.com/assets/client/images/data-center.png — 200 — 579.6 KiB — 1.3 s — h3https://trydantech.com/assets/client/images/homepage-2.png/assets/client/images/homepage-2.pn... https://trydantech.com/assets/client/images/homepage-2.png — 200 — 47.3 KiB — 1.1 s — h3https://www.youtube.com/embed/Q8bd7KVvEPU?autoplay=1&mute=1&controls=0&showinfo=0&rel=0&modestbranding=1&loop=1&playlist=Q8bd7KVvEPU&disablekb=1&fs=0&iv_load_policy=3&cc_load_policy=0&playsinline=1&enablejsapi=1&origin=https://trydantech.comwww.youtube.com/embed/Q8bd7KVvEPU?a... https://www.youtube.com/embed/Q8bd7KVvEPU?autoplay=1&mute=1&controls=0&showinfo=0&rel=0&modestbranding=1&loop=1&playlist=Q8bd7KVvEPU&disablekb=1&fs=0&iv_load_policy=3&cc_load_policy=0&playsinline=1&enablejsapi=1&origin=https://trydantech.com — 200 — 58.4 KiB — 289 ms — h2https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2fonts.gstatic.com/s/ibmplexsans/v23... https://fonts.gstatic.com/s/ibmplexsans/v23/zYXzKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1syxeKYbSB4Zh.woff2 — 200 — 39.3 KiB — 55 ms — h3https://trydantech.com/build/assets/Inter-Light-D9iiu9Ht.woff2/build/assets/Inter-Light-D9iiu9Ht.... https://trydantech.com/build/assets/Inter-Light-D9iiu9Ht.woff2 — 200 — 115.8 KiB — 672 ms — h3https://trydantech.com/build/assets/Inter-Medium-Bqylrw2L.woff2/build/assets/Inter-Medium-Bqylrw2L... https://trydantech.com/build/assets/Inter-Medium-Bqylrw2L.woff2 — 200 — 116.4 KiB — 815 ms — h3https://trydantech.com/build/assets/Inter-Regular-B2uJs5iC.woff2/build/assets/Inter-Regular-B2uJs5i... https://trydantech.com/build/assets/Inter-Regular-B2uJs5iC.woff2 — 200 — 114.3 KiB — 920 ms — h3https://trydantech.com/build/assets/Inter-Bold-MbOruhI0.woff2/build/assets/Inter-Bold-MbOruhI0.w... https://trydantech.com/build/assets/Inter-Bold-MbOruhI0.woff2 — 200 — 116.9 KiB — 971 ms — h3https://trydantech.com/build/assets/Inter-SemiBold-BClnkAft.woff2/build/assets/Inter-SemiBold-BClnkA... https://trydantech.com/build/assets/Inter-SemiBold-BClnkAft.woff2 — 200 — 116.8 KiB — 1.0 s — h3https://www.googletagmanager.com/gtag/js?id=AW-17304213719&cx=c&gtm=4e65m1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-17304213719&cx=c&gtm=4e65m1 — 200 — 144.5 KiB — 116 ms — h2https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5W&cx=c&gtm=4e65m1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5W&cx=c&gtm=4e65m1 — 200 — 175.4 KiB — 112 ms — h2https://www.google.com/ccm/collect?rcb=2&frm=0&ae=g&auid=1873618902.1779884340&dt=Trydan%20Tech%20-%20Redefining%20Energy%20Storage%20Solution&en=page_view&dl=https%3A%2F%2Ftrydantech.com%2F&scrsrc=www.googletagmanager.com&rnd=305444953.1779884340&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He65m1v9223338979za200zd9223338979xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~116701381~118694324&apve=1&apvf=f&apvc=1&tft=1779884340448&tfd=1010www.google.com/ccm/collect?rcb=2&fr... https://www.google.com/ccm/collect?rcb=2&frm=0&ae=g&auid=1873618902.1779884340&dt=Trydan%20Tech%20-%20Redefining%20Energy%20Storage%20Solution&en=page_view&dl=https%3A%2F%2Ftrydantech.com%2F&scrsrc=www.googletagmanager.com&rnd=305444953.1779884340&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He65m1v9223338979za200zd9223338979xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~116701381~118694324&apve=1&apvf=f&apvc=1&tft=1779884340448&tfd=1010 — 200 — 21 B — 66 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-TXN4WBVZ5W&gtm=45je65m1v9124646137za200zb9223338979zd9223338979&_p=1779884340023&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAAAC&are=1&cid=1549190148.1779884340&frm=0&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468&dt=&dl=https%3A%2F%2Ftrydantech.com%2F&sid=1779884340&sct=1&seg=0&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1067region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-TXN4WBVZ5W&gtm=45je65m1v9124646137za200zb9223338979zd9223338979&_p=1779884340023&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAAAC&are=1&cid=1549190148.1779884340&frm=0&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.178&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938468&dt=&dl=https%3A%2F%2Ftrydantech.com%2F&sid=1779884340&sct=1&seg=0&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1067 — 204 — 548 B — 115 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 160 ms — h2https://www.youtube.com/s/player/9fc68080/www-player.csswww.youtube.com/s/player/9fc68080/w... https://www.youtube.com/s/player/9fc68080/www-player.css — 200 — 58.0 KiB — 64 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.rG3LWLOAftM.L.W.O/am=AAAAAAE/d=0/br=1/rs=AGKMywFEHEdu2_-wpfnrSURanlgN_XdDhwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.rG3LWLOAftM.L.W.O/am=AAAAAAE/d=0/br=1/rs=AGKMywFEHEdu2_-wpfnrSURanlgN_XdDhw — 200 — 49.1 KiB — 81 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 118 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.HzM97TZVvpI.2021.O/am=AAAAAAE/d=1/br=1/rs=AGKMywHiLt5r6Y18Ity3Wb4wZhaCA3jtkw/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.HzM97TZVvpI.2021.O/am=AAAAAAE/d=1/br=1/rs=AGKMywHiLt5r6Y18Ity3Wb4wZhaCA3jtkw/m=root,base — 200 — 140.4 KiB — 97 ms — h2https://www.youtube.com/s/player/9fc68080/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/9fc68080/p... https://www.youtube.com/s/player/9fc68080/player_embed_es6.vflset/en_US/base.js — 200 — 443.5 KiB — 143 ms — h2https://www.google.com/ccm/collect?rcb=13&frm=0&auid=1873618902.1779884340&dt=Trydan%20Tech%20-%20Redefining%20Energy%20Storage%20Solution&en=page_view&dl=https%3A%2F%2Ftrydantech.com%2F&scrsrc=www.googletagmanager.com&rnd=305444953.1779884340&navt=n&npa=1&gtm=45be65m1z89223338979za20gzb9223338979zd9223338979xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~116701381&apve=1&apvf=f&apvc=0&tids=AW-17304213719&tid=AW-17304213719&tft=1779884340618&tfd=1179www.google.com/ccm/collect?rcb=13&f... https://www.google.com/ccm/collect?rcb=13&frm=0&auid=1873618902.1779884340&dt=Trydan%20Tech%20-%20Redefining%20Energy%20Storage%20Solution&en=page_view&dl=https%3A%2F%2Ftrydantech.com%2F&scrsrc=www.googletagmanager.com&rnd=305444953.1779884340&navt=n&npa=1&gtm=45be65m1z89223338979za20gzb9223338979zd9223338979xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~116701381&apve=1&apvf=f&apvc=0&tids=AW-17304213719&tid=AW-17304213719&tft=1779884340618&tfd=1179 — 200 — 21 B — 45 ms — h3https://www.youtube.com/s/player/c2f7551f/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/c2f7551f/w... https://www.youtube.com/s/player/c2f7551f/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 43 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 130 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 121 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.HzM97TZVvpI.2021.O/am=AAAAAAE/d=1/exm=base,root/ed=1/br=1/rs=AGKMywHiLt5r6Y18Ity3Wb4wZhaCA3jtkw/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.HzM97TZVvpI.2021.O/am=AAAAAAE/d=1/exm=base,root/ed=1/br=1/rs=AGKMywHiLt5r6Y18Ity3Wb4wZhaCA3jtkw/m=r78Drb — 200 — 193.6 KiB — 127 ms — h3https://www.youtube.com/youtubei/v1/player?prettyPrint=falsewww.youtube.com/youtubei/v1/player?... https://www.youtube.com/youtubei/v1/player?prettyPrint=false — 200 — 1.0 KiB — 93 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 54 ms — h3https://www.youtube.com/youtubei/v1/next?prettyPrint=falsewww.youtube.com/youtubei/v1/next?pr... https://www.youtube.com/youtubei/v1/next?prettyPrint=false — 200 — 2.0 KiB — 361 ms — h3https://www.youtube.com/api/stats/qoe?cpn=-JLPYywlTIGwjnAD&el=embedded&ns=yt&fexp=v1%2C24004644%2C494890%2C26564109%2C34656%2C124674%2C117689%2C9252%2C3479%2C13030%2C23206%2C35403%2C65299%2C15105%2C20831%2C4228%2C4174%2C30446%2C18706%2C21437%2C4571%2C13015%2C11423%2C4665%2C6621%2C2783%2C23826%2C9500%2C1840%2C29673%2C4572%2C6356%2C5114%2C13160%2C21520%2C9421%2C5021%2C20589%2C4200%2C458%2C953%2C2754%2C12775%2C8900%2C452%2C2195%2C1626%2C17715%2C906%2C6058%2C29960%2C4065%2C1428%2C5652%2C2412%2C311%2C857%2C4%2C368%2C490%2C1682%2C642%2C2630%2C2315%2C3098%2C5641%2C4891%2C1669%2C1165%2C5747%2C187%2C3094%2C3501%2C223%2C3069%2C4599%2C5834%2C3991&cl=919306992&seq=1&event=streamingstats&docid=Q8bd7KVvEPU&cbrand=apple&cbr=Chrome&cbrver=148.0.0.0&c=WEB_EMBEDDED_PLAYER&cver=2.20260526.01.00&cplayer=UNIPLAYER&cos=Macintosh&cosver=10_15_7&cplatform=DESKTOP&vps=0.000:N,0.025:B,0.193:ER&ctmp=dttg:t.0;dtt.1;gl.0,pafmtstr:t.187;s.,pafmts:t.187;isManifestFilled.0&cat=streaming&cmt=0.025:0.000,0.193:0.000,0.193:0.000&bat=0.193:1:1&vis=0.193:0&bh=0.193:0.000&qclc=ChAtSkxQWXl3bFRJR3dqbkFEEAEwww.youtube.com/api/stats/qoe?cpn=-... https://www.youtube.com/api/stats/qoe?cpn=-JLPYywlTIGwjnAD&el=embedded&ns=yt&fexp=v1%2C24004644%2C494890%2C26564109%2C34656%2C124674%2C117689%2C9252%2C3479%2C13030%2C23206%2C35403%2C65299%2C15105%2C20831%2C4228%2C4174%2C30446%2C18706%2C21437%2C4571%2C13015%2C11423%2C4665%2C6621%2C2783%2C23826%2C9500%2C1840%2C29673%2C4572%2C6356%2C5114%2C13160%2C21520%2C9421%2C5021%2C20589%2C4200%2C458%2C953%2C2754%2C12775%2C8900%2C452%2C2195%2C1626%2C17715%2C906%2C6058%2C29960%2C4065%2C1428%2C5652%2C2412%2C311%2C857%2C4%2C368%2C490%2C1682%2C642%2C2630%2C2315%2C3098%2C5641%2C4891%2C1669%2C1165%2C5747%2C187%2C3094%2C3501%2C223%2C3069%2C4599%2C5834%2C3991&cl=919306992&seq=1&event=streamingstats&docid=Q8bd7KVvEPU&cbrand=apple&cbr=Chrome&cbrver=148.0.0.0&c=WEB_EMBEDDED_PLAYER&cver=2.20260526.01.00&cplayer=UNIPLAYER&cos=Macintosh&cosver=10_15_7&cplatform=DESKTOP&vps=0.000:N,0.025:B,0.193:ER&ctmp=dttg:t.0;dtt.1;gl.0,pafmtstr:t.187;s.,pafmts:t.187;isManifestFilled.0&cat=streaming&cmt=0.025:0.000,0.193:0.000,0.193:0.000&bat=0.193:1:1&vis=0.193:0&bh=0.193:0.000&qclc=ChAtSkxQWXl3bFRJR3dqbkFEEAE — 204 — 20 B — 60 ms — h3https://www.google.com/js/th/hePs5BKO9kgx6FxIgHD0YN9_xuBm-lfpmLekWwoepAI.jswww.google.com/js/th/hePs5BKO9kgx6F... https://www.google.com/js/th/hePs5BKO9kgx6FxIgHD0YN9_xuBm-lfpmLekWwoepAI.js — 200 — 23.2 KiB — 74 ms — h3https://js.zi-scripts.com/zi-tag.jsjs.zi-scripts.com/zi-tag.js https://js.zi-scripts.com/zi-tag.js — 200 — 5.6 KiB — 59 ms — h3https://trydantech.com/assets/client/images/trydan-logo.png/assets/client/images/trydan-logo.p... https://trydantech.com/assets/client/images/trydan-logo.png — 200 — 0 B — 2 ms — h2https://www.youtube.com/generate_204?kvx4GAwww.youtube.com/generate_204?kvx4GA https://www.youtube.com/generate_204?kvx4GA — 204 — 10 B — 35 ms — h3https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 204 — 0 B — 189 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 101 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 37 ms — h2https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 200 — 786 B — 175 ms — h3https://ws.zoominfo.com/pixel/69f3352567731c8e53dbbf77/?iszitag=truews.zoominfo.com/pixel/69f3352567731... https://ws.zoominfo.com/pixel/69f3352567731c8e53dbbf77/?iszitag=true — 200 — 0 B — 161 ms — h3https://ws.zoominfo.com/pixel/69f3352567731c8e53dbbf77/?iszitag=truews.zoominfo.com/pixel/69f3352567731... https://ws.zoominfo.com/pixel/69f3352567731c8e53dbbf77/?iszitag=true — 200 — 2.9 KiB — 181 ms — h3blob:https://trydantech.com/61837a7a-bb47-4bca-b0ec-6a885b7483detrydantech.com/61837a7a-bb47-4bca-b... blob:https://trydantech.com/61837a7a-bb47-4bca-b0ec-6a885b7483de — 200 — 0 B — 1 ms — blobhttps://tags.clickagy.com/data.js?rnd=62fe5c0e6ad96tags.clickagy.com/data.js?rnd=62fe5... https://tags.clickagy.com/data.js?rnd=62fe5c0e6ad96 — 200 — 14.3 KiB — 102 ms — h2https://aorta.clickagy.com/dataaorta.clickagy.com/data https://aorta.clickagy.com/data — 200 — 456 B — 297 ms — h2https://aorta.clickagy.com/pixel.gif?clkgypv=jstag&ws=1aorta.clickagy.com/pixel.gif?clkgyp... https://aorta.clickagy.com/pixel.gif?clkgypv=jstag&ws=1 — 200 — 460 B — 102 ms — h2https://aorta.clickagy.com/channel-sync/4?clkgypv=jstag&ws=1aorta.clickagy.com/channel-sync/4?c... https://aorta.clickagy.com/channel-sync/4?clkgypv=jstag&ws=1 — 200 — 460 B — 103 ms — h2https://aorta.clickagy.com/pixel.gif?ch=319&cm=cc55f44a401c01200c8c63ff09485b74c25580d34992323f2552a23d794c3c8caorta.clickagy.com/pixel.gif?ch=319... https://aorta.clickagy.com/pixel.gif?ch=319&cm=cc55f44a401c01200c8c63ff09485b74c25580d34992323f2552a23d794c3c8c — 200 — 460 B — 104 ms — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 59 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
36% of JavaScript execution is third-party
First-party Third-party 172ms · 463KB · €3/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 176 KB
Unused 39%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 144 KB
Unused 43%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 53ms
Transfer 142 KB
Unused 46%
Monthly Cost €1/mo

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-04-28 — 2026-05-25)

LCP (p75)

2562 ms

74% good

INP (p75)

73 ms

98% good

CLS (p75)

0.010

97% good

FCP (p75)

1798 ms

TTFB (p75)

0 ms

Image Optimization
21 images, 4107 KB total, 3964 KB wasted
INFO

Image Optimization Audit

Total Images

21

Total Size

4107 KB

Oversized

3

Wasted

3964 KB

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

Send Feedback