Performance
· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
208 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.
2.73 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.
5.65 s
Page Load Progression
FPage Weight BudgetAction3.9 MB transferred, 147 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
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.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS Execution CostAction6177ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.daelimtransformer.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 1779ms | 1517ms | 40ms | 1st |
| https://www.daelimtransformer.com/ | 1106ms | 57ms | 1ms | 1st |
| https://www.daelimtransformer.com/wp-content/litespeed/js/0b448a0d69d3ac86aa97d0736c1d40c1.js?ver=9cd1e | 540ms | 410ms | 87ms | 1st |
| Unattributable | 477ms | 9ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-KHDXD1QKZD | 422ms | 323ms | 87ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-11365206624&cx=c>m=4e68s1 | 376ms | 250ms | 62ms | 3rd |
| https://www.daelimtransformer.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 296ms | 287ms | 3ms | 1st |
| https://www.daelimtransformer.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 256ms | 193ms | 11ms | 1st |
| https://www.gstatic.com/recaptcha/releases/ox8dsmiqR62P1bqhciWOn7Fg/recaptcha__en.js | 249ms | 109ms | 112ms | 3rd |
| https://code.tidio.co/widget-v4/1_458_0/static/js/widget.1e8c340d0ecd197206aa.js | 189ms | 110ms | 23ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction53 scripts, 2.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/ox8dsmiqR62P1bqhciWOn7Fg/recaptcha__en.js | 344 KB | 183 KB (53%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/ox8dsmiqR62P1bqhciWOn7Fg/recaptcha__en.js | 0 KB | 183 KB (53%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/ox8dsmiqR62P1bqhciWOn7Fg/recaptcha__en.js | 0 KB | 183 KB (53%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/ox8dsmiqR62P1bqhciWOn7Fg/recaptcha__en.js | 0 KB | 183 KB (53%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/ox8dsmiqR62P1bqhciWOn7Fg/recaptcha__en.js | 345 KB | 183 KB (53%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/ox8dsmiqR62P1bqhciWOn7Fg/recaptcha__en.js | 0 KB | 183 KB (53%) | ✓ | 3rd |
| https://www.daelimtransformer.com/wp-content/litespeed/js/0b448a0d69d3ac86aa97d0736c1d40c1.js?ver=9cd1e | 227 KB | 128 KB (57%) | ✓ | 1st |
| https://www.daelimtransformer.com/wp-content/litespeed/js/0b448a0d69d3ac86aa97d0736c1d40c1.js?ver=9cd1e | 0 KB | 128 KB (57%) | ✓ | 1st |
| https://code.tidio.co/widget-v4/1_458_0/static/js/widget.1e8c340d0ecd197206aa.js | 222 KB | 106 KB (48%) | ✓ | 3rd |
| https://code.tidio.co/widget-v4/1_458_0/static/js/chunk-WidgetIframe-1e8c340d0ecd197206aa.js | 0 KB | 79 KB (54%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction147 resources · 3.9 MB · 2.0 MB savings availableFIX
~2.0 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 147 resources | 3.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BThird-Party Impact46% third-party, 0 ms blockingREVIEW
BImage Optimization23 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (539 KB)PASS
Web fonts
10
539 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
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 ~279 KB and ~558 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
Network Waterfall147 requests over 7785msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 422ms | 0 KB | 39% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 376ms | 0 KB | 38% | $5/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 249ms | 0 KB | 53% | $3/mo | Costly |
code.tidio.co code.tidio.co | Other | 189ms | 222 KB | 48% | $3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 171ms | 0 KB | 46% | $2/mo | Optional |
code.tidio.co code.tidio.co | Other | 61ms | 0 KB | 54% | $1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 422ms and costs ~$6/month
- Google Tag Manager adds 376ms and costs ~$5/month
- www.gstatic.com adds 249ms and costs ~$3/month
Google Tag Manager takes 422ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 376ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.gstatic.com takes 249ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
53% of www.gstatic.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
54% of code.tidio.co's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-08-03 — 2026-08-30)
LCP (p75)
2198 ms
79% good
INP (p75)
61 ms
96% good
CLS (p75)
0.010
91% good
FCP (p75)
1763 ms
TTFB (p75)
917 ms
Image Optimization1 images, 53 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
1
Total Size
53 KB