Performance
· 27 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.
3.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
301 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.92 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.
25.02 s
Page Load Progression
FPage Weight BudgetAction3.2 MB transferred, 246 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
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
DThird-Party ImpactAction69% third-party, 0 ms blockingFIX
DJS Execution CostAction2232ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 441ms | 6ms | 0ms | 1st |
| https://daelimtransformer.es/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 427ms | 375ms | 7ms | 1st |
| https://daelimtransformer.es/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.13.8 | 384ms | 9ms | 2ms | 1st |
| https://daelimtransformer.es/ | 251ms | 14ms | 9ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-WXC29Y31E1&cx=c>m=4e6921 | 240ms | 195ms | 42ms | 3rd |
| https://daelimtransformer.es/wp-content/plugins/elementor/assets/js/image-carousel.6167d20b95b33386757b.bundle.min.js | 153ms | 124ms | 0ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-TS6JRPCG | 138ms | 108ms | 29ms | 3rd |
| https://daelimtransformer.es/wp-content/plugins/wp-table-builder/dist/assets/renderer-OUrS6wV-.js | 118ms | 66ms | 0ms | 1st |
| https://daelimtransformer.es/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js?ver=7.8.1 | 78ms | 26ms | 1ms | 1st |
DPage Weight InventoryAction246 resources · 3.2 MB · 140 KB savings availableFIX
~140.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 246 resources | 3.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BJS Bundles148 scripts, 140 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-WXC29Y31E1&cx=c>m=4e6921 | 173 KB | 73 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TS6JRPCG | 129 KB | 67 KB (52%) | ✓ | 3rd |
| https://daelimtransformer.es/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 29 KB | — | ✓ | 1st |
| https://daelimtransformer.es/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5 KB | — | ✓ | 1st |
| https://daelimtransformer.es/wp-content/plugins/wp-table-builder/dist/assets/parser-DjQZlMd1.js | 21 KB | — | ✓ | 1st |
| https://daelimtransformer.es/wp-content/plugins/wp-table-builder/dist/assets/common-obr_iRFg.js | 4 KB | — | ✓ | 1st |
| https://daelimtransformer.es/wp-content/plugins/wp-table-builder/dist/assets/corruption-CN_FuuhI.js | 3 KB | — | ✓ | 1st |
| https://daelimtransformer.es/wp-content/plugins/wp-table-builder/dist/assets/renderer-OUrS6wV-.js | 7 KB | — | ✓ | 1st |
| https://daelimtransformer.es/wp-content/plugins/wp-table-builder/dist/assets/frontend-common-C-l7bAWi.js?v=2.2.1 | 4 KB | — | ✓ | 1st |
| https://daelimtransformer.es/wp-content/plugins/wp-table-builder/dist/assets/frontend-script-P8CrtsKl.js?v=2.2.1 | 1 KB | — | ✓ | 1st |
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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
A+Text CompressionAll text resources are compressedPASS
AImage Optimization8 images, 0 KB saveablePASS
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
A+Font Loading9 fonts (155 KB)PASS
Web fonts
9
155 KB total
Render-blocking
0
of 9
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+JavaScript BlockingNo render-blocking JS or document.write usage detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall246 requests over 9940msINFO
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 | 240ms | 173 KB | 42% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 138ms | 129 KB | 52% | €2/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 240ms and costs ~€3/month
Google Tag Manager takes 240ms 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
52% of Google Tag Manager'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-05 — 2026-09-01)
LCP (p75)
3708 ms
50% good
INP (p75)
0 ms
0% good
CLS (p75)
0.030
89% good
FCP (p75)
3302 ms
TTFB (p75)
0 ms
Image Optimization2 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
2
Total Size
0 KB