Performance
· 14 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.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
132 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.031
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.51 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.
2.23 s
Page Load Progression
FPage Weight BudgetAction3.6 MB transferred, 102 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
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
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 ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2179ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cloudinary.com/wp-content/themes/cld-2021/assets/2022/js/gsap/gsap.min.js | 560ms | 125ms | 2ms | 3rd |
| https://cloudinary.com/ | 429ms | 63ms | 2ms | 3rd |
| Unattributable | 327ms | 37ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5BS5ZV | 201ms | 165ms | 18ms | 3rd |
| https://cdn-4.convertexperiments.com/v1/js/10042338-10042940.js?environment=production | 191ms | 158ms | 16ms | 3rd |
| https://cloudinary.com/wp-content/themes/cld-2021/assets/js/jquery-3.4.1.min.js?ver=3.4.1 | 114ms | 78ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-952601552&cx=c>m=4e6460h1 | 106ms | 90ms | 10ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js | 106ms | 68ms | 16ms | 3rd |
| https://cloudinary.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 78ms | 71ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NKMQJY2D2H&cx=c>m=4e6460h1 | 68ms | 54ms | 14ms | 3rd |
DJS BundlesAction19 scripts, 303 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.cookielaw.org/scripttemplates/202603.1.0/otBannerSdk.js | 130 KB | 68 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-NKMQJY2D2H&cx=c>m=4e6460h1 | 171 KB | 66 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-952601552&cx=c>m=4e6460h1 | 146 KB | 64 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5BS5ZV | 184 KB | 58 KB (32%) | ✓ | 3rd |
| https://cdn-4.convertexperiments.com/v1/js/10042338-10042940.js?environment=production | 115 KB | 46 KB (40%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/@algolia/autocomplete-js@1.17.9/dist/umd/index.production.js?ver=1.0.0 | 21 KB | — | ✓ | 3rd |
| https://cloudinary.com/wp-content/themes/cld-2021/assets/2022/js/owl.carousel.234.min.js?ver=2.2.0 | 12 KB | — | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch.umd.js?ver=1.0.0 | 9 KB | — | ✓ | 3rd |
| https://cloudinary.com/wp-content/themes/cld-2021/assets/js/jquery-3.4.1.min.js?ver=3.4.1 | 31 KB | — | ✓ | 3rd |
| https://cloudinary.com/wp-content/themes/cld-2021/assets/2022/js/ajax-events.js | 1 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
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
CImage OptimizationAction44 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
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
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+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (378 KB)PASS
Web fonts
2
378 KB total
Render-blocking
0
of 2
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
- 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
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 ~236 KB and ~472 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
AHTTP Cachingmax-age=30 (30 seconds)PASS
public, max-age=30
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 30 | Cache for 30 seconds |
Network Waterfall102 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cloudinary.com cloudinary.com | Other | 560ms | 29 KB | — | €9/mo | Costly |
cloudinary.com cloudinary.com | Other | 429ms | 49 KB | — | €7/mo | Costly |
Unattributable Unattributable | Other | 327ms | 0 KB | — | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 201ms | 184 KB | 32% | €3/mo | Costly |
cdn-4.convertexperiments.com cdn-4.convertexperiments.com | Other | 191ms | 115 KB | 40% | €3/mo | Optional |
cloudinary.com cloudinary.com | Other | 114ms | 31 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 106ms | 146 KB | 44% | €2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 106ms | 130 KB | 53% | €2/mo | Essential |
cloudinary.com cloudinary.com | Other | 78ms | 0 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 68ms | 171 KB | 39% | €1/mo | Optional |
These scripts may cost more than they're worth
- cloudinary.com adds 560ms and costs ~€9/month
- cloudinary.com adds 429ms and costs ~€7/month
- Unattributable adds 327ms and costs ~€5/month
- Google Tag Manager adds 201ms and costs ~€3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
cloudinary.com takes 560ms 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
cloudinary.com takes 429ms 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
Unattributable takes 327ms 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 201ms 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 OneTrust'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