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.
307 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6 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.09 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.
6.74 s
Page Load Progression
FPage Weight BudgetAction8.5 MB transferred, 87 requestsFIX
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
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
DThird-Party ImpactAction88% third-party, 0 ms blockingFIX
DPage Weight InventoryAction87 resources · 8.5 MB · 298 KB savings availableFIX
~297.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 87 resources | 8.5 MiB | ||||||
CJS Execution CostAction1152ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://giphy.com/ | 384ms | 2ms | 10ms | 1st |
| https://giphy.com/_next/static/chunks/1528-02921aacde8701d5.js | 197ms | 181ms | 5ms | 1st |
| Unattributable | 169ms | 8ms | 0ms | 3rd |
| https://giphy.com/_next/static/chunks/1dd3208c-4a11f883d3984632.js | 159ms | 116ms | 5ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-P5GCKB | 86ms | 61ms | 12ms | 3rd |
| https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/sdk.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.js | 81ms | 72ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HENKV9QE61&cx=c>m=4e64f0 | 75ms | 63ms | 12ms | 3rd |
CJS BundlesAction44 scripts, 298 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-HENKV9QE61&cx=c>m=4e64f0 | 159 KB | 65 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-P5GCKB | 155 KB | 51 KB (33%) | ✓ | 3rd |
| https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/sdk.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.js | 102 KB | 45 KB (44%) | ✓ | 3rd |
| https://giphy.com/_next/static/chunks/6005-f9b321ede176aa49.js | 48 KB | 41 KB (86%) | ✓ | 1st |
| https://giphy.com/_next/static/chunks/4462-4460f4e8f1725ace.js | 55 KB | 31 KB (57%) | ✓ | 1st |
| https://giphy.com/_next/static/chunks/2544-b902947355ea9c90.js | 34 KB | 25 KB (75%) | ✓ | 1st |
| https://giphy.com/_next/static/chunks/3285-3ae73c12785d29ff.js | 21 KB | 20 KB (98%) | ✓ | 1st |
| https://sdk.privacy-center.org/sdk/ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03/modern/ui-web-en-web.ccd75f3fd1e3bfdd8b4938d8a0c206149f135f03.js | 53 KB | 20 KB (38%) | ✓ | 3rd |
| https://giphy.com/_next/static/chunks/6873-04853defb3cd93ba.js | 21 KB | — | ✓ | 1st |
| https://giphy.com/_next/static/chunks/main-app-38c8a49396c520cc.js | 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
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
BHTTP Cachings-maxage=30, no-cache, max-age=0, must-revalidateREVIEW
s-maxage=30, no-cache, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| s-maxage | 30 | CDN caches for 30 seconds |
| no-cache | — | Cache but always revalidate first |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
AImage Optimization19 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 Loading4 fonts (82 KB)PASS
Web fonts
4
82 KB total
Render-blocking
0
of 4
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+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Axis12 Ltd
Network Waterfall87 requests over 2588msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 169ms | 0 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 86ms | 155 KB | 33% | €1/mo | Optional |
sdk.privacy-center.org sdk.privacy-center.org | Other | 81ms | 102 KB | 44% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 75ms | 159 KB | 41% | €1/mo | Optional |