Performance
· 15 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.
1.27 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 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.
1.27 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.
1.31 s
Page Load Progression
DThird-Party ImpactAction92% third-party, 0 ms blockingFIX
DJS BundlesAction5 scripts, 267 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://d3fy651gv2fhd3.cloudfront.net/js/io.min.js?v=20240223 | 227 KB | 160 KB (71%) | ✗ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SZ14JCTXWQ | 150 KB | 59 KB (40%) | ✓ | 3rd |
| https://d2bkl1xeetjryo.cloudfront.net/te-mini-widget.js?v=20250514 | 94 KB | 47 KB (51%) | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js | 28 KB | — | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.1/js/bootstrap.bundle.min.js | 21 KB | — | ✓ | 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
BImage Optimization7 images, 0 KB saveableREVIEW
BPage Weight Inventory27 resources · 850 KB · 267 KB savings availableREVIEW
~266.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 27 resources | 850.1 KiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP CachingprivateREVIEW
private
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
APage Weight Budget850 KB transferred, 27 requestsPASS
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
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost415ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://tradingeconomics.com/ | 140ms | 38ms | 7ms | 1st |
| https://d2bkl1xeetjryo.cloudfront.net/te-mini-widget.js?v=20250514 | 80ms | 59ms | 5ms | 3rd |
| Unattributable | 70ms | 6ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SZ14JCTXWQ | 67ms | 55ms | 11ms | 3rd |
| https://d3fy651gv2fhd3.cloudfront.net/js/io.min.js?v=20240223 | 58ms | 30ms | 22ms | 3rd |
A+Font Loading1 fonts (119 KB)PASS
Web fonts
1
119 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~60 KB and ~120 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall27 requests over 1615msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
d2bkl1xeetjryo.cloudfront.net d2bkl1xeetjryo.cloudfront.net | Other | 80ms | 94 KB | 51% | $1/mo | Optional |
Unattributable Unattributable | Other | 70ms | 0 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 67ms | 150 KB | 40% | $1/mo | Optional |
d3fy651gv2fhd3.cloudfront.net d3fy651gv2fhd3.cloudfront.net | Other | 58ms | 227 KB | 71% | $1/mo | Optional |
66% of JavaScript execution time comes from third-party scripts.
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
51% of d2bkl1xeetjryo.cloudfront.net'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
71% of d3fy651gv2fhd3.cloudfront.net'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