Performance
· 22 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.
928 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
45 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.
928 ms
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.04 s
Page Load Progression
DThird-Party ImpactAction81% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.2 MB transferred, 44 requestsREVIEW
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
BJS Bundles18 scripts, 105 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-KGKXHJ0W5C | 169 KB | 71 KB (42%) | ✓ | 3rd |
| https://adriangram.it/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 | 39 KB | 34 KB (87%) | ✓ | 1st |
| https://adriangram.it/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.1 | 4 KB | — | ✓ | 1st |
| https://adriangram.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.1 | 5 KB | — | ✓ | 1st |
| https://adriangram.it/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1 | 5 KB | — | ✓ | 1st |
| https://cdn.tailwindcss.com/3.4.17 | 124 KB | — | ✓ | 3rd |
| https://adriangram.it/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 | 2 KB | — | ✓ | 1st |
| https://adriangram.it/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 | 4 KB | — | ✓ | 1st |
| blob:https://adriangram.it/8867724f-9c26-4831-bd22-b94785dd4b42 | -0 KB | — | ✓ | 3rd |
| https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/js/offside.min.js?ver=2.5.0 | 3 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
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BPage Weight Inventory44 resources · 1.2 MB · 105 KB savings availableREVIEW
~104.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 44 resources | 1.2 MiB | ||||||
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization4 images, 0 KB saveablePASS
A+JS Execution Cost145ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://unpkg.com/@babel/standalone/babel.min.js?ver=7.0.0 | 95ms | 49ms | 46ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-KGKXHJ0W5C | 50ms | 42ms | 9ms | 3rd |
A+Font Loading3 fonts (30 KB)PASS
Web fonts
3
30 KB total
Render-blocking
0
of 3
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+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
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall44 requests over 804msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
unpkg unpkg.com | CDN | 95ms | 0 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 50ms | 169 KB | 42% | €1/mo | Optional |
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
Image Optimization5 images, 55 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
5
Total Size
55 KB