Skip to content
https://adriangram.it

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
2
REVIEW
7
PASS
14
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

67
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.42 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

8.99 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

115 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.

3.42 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.

8.99 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
26
14 PASS 7 REVIEW 2 FIX
D
Third-Party Impact
Action
82% third-party, 0 ms blocking
FIX
82% third-party, 0 ms blocking
Warning::
Third-party code accounts for 82% of page weight (970.2 KiB of 1.2 MiB)
Info::
Third-party blocking time is low (0 ms)
18%
82%
First-party Third-party
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Page Weight Budget
1.2 MB transferred, 44 requests
REVIEW
1.2 MB transferred, 44 requests
Info::
Page weighs 4.2 MB (1.2 MB transferred)
Warning::
JavaScript is 895 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 895 KB
Info::
44 HTTP requests
Info::
Estimated 0.24 g CO2 per page load
1.2 MB / 2.4 MB budget
1.2 MB transferred
44 requests
0.24 g CO2 per page load
JavaScript 895.1 KiB 76%
CSS 189.3 KiB 16%
Images 40.2 KiB 3%
Fonts 30.3 KiB 3%
HTML 22.0 KiB 2%
Other 2.1 KiB 0%
Other 556 B 0%
Other 547 B 0%
0 2.4 MB 4.9 MB
Under budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

C
JS Execution Cost
Action
1135ms total JS execution
REVIEW
1135ms total JS execution
Warning::
https://unpkg.com/@babel/standalone/babel.min.js?v...: 413ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-KGKX...: 219ms CPU time
Info::
Unattributable: 202ms CPU time
Info::
https://adriangram.it/: 168ms CPU time
Info::
https://adriangram.it/wp-content/plugins/gp-premiu...: 69ms CPU time
Warning::
Third-party scripts: 633ms (56% of total)

Main Thread Breakdown

Script Evaluation 42% Script Parsing & Compilation 24% Other 20% Style & Layout 9% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://unpkg.com/@babel/standalone/babel.min.js?ver=7.0.0413ms215ms197ms3rd
https://www.googletagmanager.com/gtag/js?id=G-KGKXHJ0W5C219ms178ms39ms3rd
Unattributable202ms5ms0ms1st
https://adriangram.it/168ms58ms35ms1st
https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/js/offside.min.js?ver=2.5.069ms5ms1ms1st
https://adriangram.it/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=175628244363ms29ms4ms1st
B
JS Bundles
18 scripts, 105 KB unused
REVIEW
18 scripts, 105 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-KGKX...: 71 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://adriangram.it/wp-includes/js/dist/vendor/r...: 34 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 105 KB
105 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-KGKXHJ0W5C169 KB71 KB (42%)3rd
https://adriangram.it/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.139 KB34 KB (87%)1st
https://adriangram.it/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac62 KB1st
https://adriangram.it/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e64 KB1st
https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/js/offside.min.js?ver=2.5.03 KB1st
https://unpkg.com/lucide@1.32.0/dist/umd/lucide.min.js?ver=1.0.096 KB3rd
https://cdn.tailwindcss.com/3.4.17124 KB3rd
https://unpkg.com/@babel/standalone@8.0.4/babel.min.js?ver=7.0.0549 KB3rd
blob:https://adriangram.it/adac3b3d-b7f0-439d-80d3-8fa98b06f2d5-0 KB3rd
https://adriangram.it/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.15 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
Page Weight Inventory
44 resources · 1.2 MB · 105 KB savings available
REVIEW
44 resources · 1.2 MB · 105 KB savings available
Warning::
Page weight 1.2 MB exceeds 1 MB target by 156 KB
Got: 1.2 MB Expected: ≤ 1 MB
Info::
~105 KB of savings available
Warning::
14 third-party resources (82% of weight)
Info::
1 resources over 200KB
44 resources · 1.2 MiB · 14 third-party 156.0 KiB over 1MB target
JavaScript 76% · 895.1 KiB
CSS 16% · 189.3 KiB
Image 3% · 41.2 KiB
Font 3% · 30.3 KiB
Document 2% · 22.0 KiB
Other 0% · 2.1 KiB

~104.9 KiB of savings available

Remove unused JavaScript: 104.9 KiB
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
12 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Image Optimization
4 images, 0 KB saveable
PASS
4 images, 0 KB saveable
Info::
All images are well-optimized
4 images 40 KB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
Font Loading
3 fonts (30 KB)
PASS
3 fonts (30 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

30 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.4 s LCP 9.0 shttps://fonts.gstatic.com/s/oxygen/v16/2sDfZG1Wl4LcnbuKjk0mRUe0Aw.woff22sDfZG1Wl4LcnbuKjk0mRUe... https://fonts.gstatic.com/s/oxygen/v16/2sDfZG1Wl4LcnbuKjk0mRUe0Aw.woff2 — 10.1 KiB — 40 ms — font-display: swaphttps://fonts.gstatic.com/s/oxygen/v16/2sDcZG1Wl4LcnbuCJW8zaGW5Kb8VZA.woff22sDcZG1Wl4LcnbuCJW8zaGW... https://fonts.gstatic.com/s/oxygen/v16/2sDcZG1Wl4LcnbuCJW8zaGW5Kb8VZA.woff2 — 10.1 KiB — 44 ms — font-display: swaphttps://fonts.gstatic.com/s/oxygen/v16/2sDcZG1Wl4LcnbuCNWgzaGW5Kb8VZA.woff22sDcZG1Wl4LcnbuCNWgzaGW... https://fonts.gstatic.com/s/oxygen/v16/2sDcZG1Wl4LcnbuCNWgzaGW5Kb8VZA.woff2 — 10.1 KiB — 52 ms — font-display: swap
2sDfZG1Wl4LcnbuKjk0mRUe... woff2 swap
Size 10 KB
Load time 40 ms
Start 442 ms
Risk FOUT — text flashes from fallback to web font
2sDcZG1Wl4LcnbuCJW8zaGW... woff2 swap
Size 10 KB
Load time 44 ms
Start 442 ms
Risk FOUT — text flashes from fallback to web font
2sDcZG1Wl4LcnbuCNWgzaGW... woff2 swap
Size 10 KB
Load time 52 ms
Start 442 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
3
prefetch

5 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
13 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
44 requests over 934ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.4 s LCP 9.0 shttps://adriangram.it// https://adriangram.it/ — 200 — 22.0 KiB — 75 ms — h2https://adriangram.it/wp-includes/css/dist/block-library/style.min.css?ver=6.8.6/wp-includes/css/dist/block-library... https://adriangram.it/wp-includes/css/dist/block-library/style.min.css?ver=6.8.6 — 200 — 14.1 KiB — 75 ms — h2https://cdn.tailwindcss.com/?ver=1.0.0cdn.tailwindcss.com/?ver=1.0.0 https://cdn.tailwindcss.com/?ver=1.0.0 — 302 — 470 B — 276 ms — h2https://adriangram.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.1/wp-content/plugins/contact-form-7/... https://adriangram.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.1 — 200 — 1.2 KiB — 44 ms — h2https://adriangram.it/wp-includes/css/dashicons.min.css?ver=6.8.6/wp-includes/css/dashicons.min.css?... https://adriangram.it/wp-includes/css/dashicons.min.css?ver=6.8.6 — 200 — 34.7 KiB — 72 ms — h2https://adriangram.it/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1756282443/wp-content/plugins/complianz-gdpr/... https://adriangram.it/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1756282443 — 200 — 942 B — 33 ms — h2https://adriangram.it/wp-content/themes/generatepress/assets/css/components/widget-areas.min.css?ver=3.6.0/wp-content/themes/generatepress/as... https://adriangram.it/wp-content/themes/generatepress/assets/css/components/widget-areas.min.css?ver=3.6.0 — 200 — 932 B — 39 ms — h2https://adriangram.it/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.6.0/wp-content/themes/generatepress/as... https://adriangram.it/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.6.0 — 200 — 4.6 KiB — 36 ms — h2https://adriangram.it/wp-content/themes/generatepress_child/style.css?ver=1750055552/wp-content/themes/generatepress_ch... https://adriangram.it/wp-content/themes/generatepress_child/style.css?ver=1750055552 — 200 — 488 B — 56 ms — h2https://fonts.googleapis.com/css?family=Oxygen%3A300%2Cregular%2C700&display=auto&ver=3.6.0fonts.googleapis.com/css?family=Oxy... https://fonts.googleapis.com/css?family=Oxygen%3A300%2Cregular%2C700&display=auto&ver=3.6.0 — 200 — 911 B — 159 ms — h2https://adriangram.it/wp-content/uploads/generateblocks/style-123.css?ver=1756285678/wp-content/uploads/generateblocks/... https://adriangram.it/wp-content/uploads/generateblocks/style-123.css?ver=1756285678 — 200 — 1.5 KiB — 59 ms — h2https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/css/offside.min.css?ver=2.5.0/wp-content/plugins/gp-premium/menu... https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/css/offside.min.css?ver=2.5.0 — 200 — 1.9 KiB — 45 ms — h2https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/css/navigation-branding-flex.min.css?ver=2.5.0/wp-content/plugins/gp-premium/menu... https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/css/navigation-branding-flex.min.css?ver=2.5.0 — 200 — 898 B — 47 ms — h2https://adriangram.it/wp-content/uploads/2023/01/cropped-Adrian-Gram.png.webp/wp-content/uploads/2023/01/cropped... https://adriangram.it/wp-content/uploads/2023/01/cropped-Adrian-Gram.png.webp — 200 — 3.9 KiB — 65 ms — h2https://adriangram.it/wp-content/uploads/2023/01/Adrian-Gram.png/wp-content/uploads/2023/01/Adrian-... https://adriangram.it/wp-content/uploads/2023/01/Adrian-Gram.png — 200 — 4.8 KiB — 61 ms — h2https://adriangram.it/wp-content/uploads/2023/06/Ottimizzazione-SEO-per-Google-768x532.png.webp/wp-content/uploads/2023/06/Ottimiz... https://adriangram.it/wp-content/uploads/2023/06/Ottimizzazione-SEO-per-Google-768x532.png.webp — 200 — 7.6 KiB — 68 ms — h2blob:https://adriangram.it/adac3b3d-b7f0-439d-80d3-8fa98b06f2d5adriangram.it/adac3b3d-b7f0-439d-80... blob:https://adriangram.it/adac3b3d-b7f0-439d-80d3-8fa98b06f2d5 — 200 — -1 B — 35 ms — blobhttps://adriangram.it/wp-content/uploads/2023/06/Strategie-SEO-768x532.png.webp/wp-content/uploads/2023/06/Strateg... https://adriangram.it/wp-content/uploads/2023/06/Strategie-SEO-768x532.png.webp — 200 — 23.9 KiB — 70 ms — h3https://adriangram.it/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://adriangram.it/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.1 KiB — 22 ms — h3https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/js/offside.min.js?ver=2.5.0/wp-content/plugins/gp-premium/menu... https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/js/offside.min.js?ver=2.5.0 — 200 — 2.6 KiB — 31 ms — h3https://unpkg.com/lucide@latest?ver=1.0.0unpkg.com/lucide@latest?ver=1.0.0 https://unpkg.com/lucide@latest?ver=1.0.0 — 302 — 312 B — 67 ms — h3https://adriangram.it/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1/wp-includes/js/dist/vendor/react.m... https://adriangram.it/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1 — 200 — 4.5 KiB — 24 ms — h3https://adriangram.it/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1/wp-includes/js/dist/vendor/react-d... https://adriangram.it/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 — 200 — 39.5 KiB — 52 ms — h3https://unpkg.com/lucide@1.32.0/dist/umd/lucide.min.js?ver=1.0.0unpkg.com/lucide@1.32.0/dist/umd/lu... https://unpkg.com/lucide@1.32.0/dist/umd/lucide.min.js?ver=1.0.0 — 200 — 95.8 KiB — 79 ms — h3https://unpkg.com/@babel/standalone/babel.min.js?ver=7.0.0unpkg.com/@babel/standalone/babel.m... https://unpkg.com/@babel/standalone/babel.min.js?ver=7.0.0 — 302 — 277 B — 60 ms — h3https://cdn.tailwindcss.com/3.4.17cdn.tailwindcss.com/3.4.17 https://cdn.tailwindcss.com/3.4.17 — 200 — 123.9 KiB — 46 ms — h2https://unpkg.com/@babel/standalone@8.0.4/babel.min.js?ver=7.0.0unpkg.com/@babel/standalone@8.0.4/b... https://unpkg.com/@babel/standalone@8.0.4/babel.min.js?ver=7.0.0 — 200 — 548.6 KiB — 201 ms — h3https://adriangram.it/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6/wp-includes/js/dist/hooks.min.js?v... https://adriangram.it/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 2.2 KiB — 29 ms — h3https://adriangram.it/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6/wp-includes/js/dist/i18n.min.js?ve... https://adriangram.it/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 4.1 KiB — 47 ms — h3https://adriangram.it/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.1/wp-content/plugins/contact-form-7/... https://adriangram.it/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.1 — 200 — 3.9 KiB — 46 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 3.4 s LCP 9.0 shttps://adriangram.it// https://adriangram.it/ — 200 — 22.0 KiB — 75 ms — h2https://adriangram.it/wp-includes/css/dist/block-library/style.min.css?ver=6.8.6/wp-includes/css/dist/block-library... https://adriangram.it/wp-includes/css/dist/block-library/style.min.css?ver=6.8.6 — 200 — 14.1 KiB — 75 ms — h2https://cdn.tailwindcss.com/?ver=1.0.0cdn.tailwindcss.com/?ver=1.0.0 https://cdn.tailwindcss.com/?ver=1.0.0 — 302 — 470 B — 276 ms — h2https://adriangram.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.1/wp-content/plugins/contact-form-7/... https://adriangram.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.1 — 200 — 1.2 KiB — 44 ms — h2https://adriangram.it/wp-includes/css/dashicons.min.css?ver=6.8.6/wp-includes/css/dashicons.min.css?... https://adriangram.it/wp-includes/css/dashicons.min.css?ver=6.8.6 — 200 — 34.7 KiB — 72 ms — h2https://adriangram.it/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1756282443/wp-content/plugins/complianz-gdpr/... https://adriangram.it/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1756282443 — 200 — 942 B — 33 ms — h2https://adriangram.it/wp-content/themes/generatepress/assets/css/components/widget-areas.min.css?ver=3.6.0/wp-content/themes/generatepress/as... https://adriangram.it/wp-content/themes/generatepress/assets/css/components/widget-areas.min.css?ver=3.6.0 — 200 — 932 B — 39 ms — h2https://adriangram.it/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.6.0/wp-content/themes/generatepress/as... https://adriangram.it/wp-content/themes/generatepress/assets/css/main.min.css?ver=3.6.0 — 200 — 4.6 KiB — 36 ms — h2https://adriangram.it/wp-content/themes/generatepress_child/style.css?ver=1750055552/wp-content/themes/generatepress_ch... https://adriangram.it/wp-content/themes/generatepress_child/style.css?ver=1750055552 — 200 — 488 B — 56 ms — h2https://fonts.googleapis.com/css?family=Oxygen%3A300%2Cregular%2C700&display=auto&ver=3.6.0fonts.googleapis.com/css?family=Oxy... https://fonts.googleapis.com/css?family=Oxygen%3A300%2Cregular%2C700&display=auto&ver=3.6.0 — 200 — 911 B — 159 ms — h2https://adriangram.it/wp-content/uploads/generateblocks/style-123.css?ver=1756285678/wp-content/uploads/generateblocks/... https://adriangram.it/wp-content/uploads/generateblocks/style-123.css?ver=1756285678 — 200 — 1.5 KiB — 59 ms — h2https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/css/offside.min.css?ver=2.5.0/wp-content/plugins/gp-premium/menu... https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/css/offside.min.css?ver=2.5.0 — 200 — 1.9 KiB — 45 ms — h2https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/css/navigation-branding-flex.min.css?ver=2.5.0/wp-content/plugins/gp-premium/menu... https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/css/navigation-branding-flex.min.css?ver=2.5.0 — 200 — 898 B — 47 ms — h2https://adriangram.it/wp-content/uploads/2023/01/cropped-Adrian-Gram.png.webp/wp-content/uploads/2023/01/cropped... https://adriangram.it/wp-content/uploads/2023/01/cropped-Adrian-Gram.png.webp — 200 — 3.9 KiB — 65 ms — h2https://adriangram.it/wp-content/uploads/2023/01/Adrian-Gram.png/wp-content/uploads/2023/01/Adrian-... https://adriangram.it/wp-content/uploads/2023/01/Adrian-Gram.png — 200 — 4.8 KiB — 61 ms — h2https://adriangram.it/wp-content/uploads/2023/06/Ottimizzazione-SEO-per-Google-768x532.png.webp/wp-content/uploads/2023/06/Ottimiz... https://adriangram.it/wp-content/uploads/2023/06/Ottimizzazione-SEO-per-Google-768x532.png.webp — 200 — 7.6 KiB — 68 ms — h2blob:https://adriangram.it/adac3b3d-b7f0-439d-80d3-8fa98b06f2d5adriangram.it/adac3b3d-b7f0-439d-80... blob:https://adriangram.it/adac3b3d-b7f0-439d-80d3-8fa98b06f2d5 — 200 — -1 B — 35 ms — blobhttps://adriangram.it/wp-content/uploads/2023/06/Strategie-SEO-768x532.png.webp/wp-content/uploads/2023/06/Strateg... https://adriangram.it/wp-content/uploads/2023/06/Strategie-SEO-768x532.png.webp — 200 — 23.9 KiB — 70 ms — h3https://adriangram.it/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://adriangram.it/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.1 KiB — 22 ms — h3https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/js/offside.min.js?ver=2.5.0/wp-content/plugins/gp-premium/menu... https://adriangram.it/wp-content/plugins/gp-premium/menu-plus/functions/js/offside.min.js?ver=2.5.0 — 200 — 2.6 KiB — 31 ms — h3https://unpkg.com/lucide@latest?ver=1.0.0unpkg.com/lucide@latest?ver=1.0.0 https://unpkg.com/lucide@latest?ver=1.0.0 — 302 — 312 B — 67 ms — h3https://adriangram.it/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1/wp-includes/js/dist/vendor/react.m... https://adriangram.it/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1 — 200 — 4.5 KiB — 24 ms — h3https://adriangram.it/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1/wp-includes/js/dist/vendor/react-d... https://adriangram.it/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1 — 200 — 39.5 KiB — 52 ms — h3https://unpkg.com/lucide@1.32.0/dist/umd/lucide.min.js?ver=1.0.0unpkg.com/lucide@1.32.0/dist/umd/lu... https://unpkg.com/lucide@1.32.0/dist/umd/lucide.min.js?ver=1.0.0 — 200 — 95.8 KiB — 79 ms — h3https://unpkg.com/@babel/standalone/babel.min.js?ver=7.0.0unpkg.com/@babel/standalone/babel.m... https://unpkg.com/@babel/standalone/babel.min.js?ver=7.0.0 — 302 — 277 B — 60 ms — h3https://cdn.tailwindcss.com/3.4.17cdn.tailwindcss.com/3.4.17 https://cdn.tailwindcss.com/3.4.17 — 200 — 123.9 KiB — 46 ms — h2https://unpkg.com/@babel/standalone@8.0.4/babel.min.js?ver=7.0.0unpkg.com/@babel/standalone@8.0.4/b... https://unpkg.com/@babel/standalone@8.0.4/babel.min.js?ver=7.0.0 — 200 — 548.6 KiB — 201 ms — h3https://adriangram.it/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6/wp-includes/js/dist/hooks.min.js?v... https://adriangram.it/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 2.2 KiB — 29 ms — h3https://adriangram.it/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6/wp-includes/js/dist/i18n.min.js?ve... https://adriangram.it/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 4.1 KiB — 47 ms — h3https://adriangram.it/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.1/wp-content/plugins/contact-form-7/... https://adriangram.it/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.1 — 200 — 3.9 KiB — 46 ms — h3https://adriangram.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.1/wp-content/plugins/contact-form-7/... https://adriangram.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.1 — 200 — 4.5 KiB — 35 ms — h3https://adriangram.it/wp-content/plugins/gp-premium/general/js/smooth-scroll.min.js?ver=2.5.0/wp-content/plugins/gp-premium/gene... https://adriangram.it/wp-content/plugins/gp-premium/general/js/smooth-scroll.min.js?ver=2.5.0 — 200 — 3.1 KiB — 46 ms — h3https://adriangram.it/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.6.0/wp-content/themes/generatepress/as... https://adriangram.it/wp-content/themes/generatepress/assets/js/menu.min.js?ver=3.6.0 — 200 — 2.2 KiB — 47 ms — h3https://adriangram.it/wp-content/themes/generatepress/assets/js/back-to-top.min.js?ver=3.6.0/wp-content/themes/generatepress/as... https://adriangram.it/wp-content/themes/generatepress/assets/js/back-to-top.min.js?ver=3.6.0 — 200 — 967 B — 46 ms — h3https://www.googletagmanager.com/gtag/js?id=G-KGKXHJ0W5Cwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-KGKXHJ0W5C — 200 — 168.6 KiB — 266 ms — h2https://adriangram.it/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1756282443/wp-content/plugins/complianz-gdpr/... https://adriangram.it/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1756282443 — 200 — 10.4 KiB — 45 ms — h3https://adriangram.it/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.10.6/wp-content/plugins/mailchimp-for-w... https://adriangram.it/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.10.6 — 200 — 3.0 KiB — 45 ms — h3https://fonts.gstatic.com/s/oxygen/v16/2sDfZG1Wl4LcnbuKjk0mRUe0Aw.woff2fonts.gstatic.com/s/oxygen/v16/2sDf... https://fonts.gstatic.com/s/oxygen/v16/2sDfZG1Wl4LcnbuKjk0mRUe0Aw.woff2 — 200 — 10.1 KiB — 40 ms — h3https://fonts.gstatic.com/s/oxygen/v16/2sDcZG1Wl4LcnbuCJW8zaGW5Kb8VZA.woff2fonts.gstatic.com/s/oxygen/v16/2sDc... https://fonts.gstatic.com/s/oxygen/v16/2sDcZG1Wl4LcnbuCJW8zaGW5Kb8VZA.woff2 — 200 — 10.1 KiB — 44 ms — h3https://fonts.gstatic.com/s/oxygen/v16/2sDcZG1Wl4LcnbuCNWgzaGW5Kb8VZA.woff2fonts.gstatic.com/s/oxygen/v16/2sDc... https://fonts.gstatic.com/s/oxygen/v16/2sDcZG1Wl4LcnbuCNWgzaGW5Kb8VZA.woff2 — 200 — 10.1 KiB — 52 ms — h3https://adriangram.it/wp-content/uploads/complianz/css/banner-1-optin.css?v=18/wp-content/uploads/complianz/css/b... https://adriangram.it/wp-content/uploads/complianz/css/banner-1-optin.css?v=18 — 200 — 3.3 KiB — 34 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-KGKXHJ0W5C&gtm=45je68h1v9125667391za200zd9125667391&_p=1787098914512&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&_eu=EAAAACAC&are=1&cid=740724703.1787098915&frm=0&ibt=1&ir=1&ngs=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.137%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938469~118897920~118897930~119367802~119367810~120385422&sid=1787098914&sct=1&seg=0&dl=https%3A%2F%2Fadriangram.it%2F&dt=Ottimizzazione%20SEO%20per%20Google%20e%20Strategie%20Vincenti%20%7C%20Adrian%20Gram&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&tfd=764analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-KGKXHJ0W5C&gtm=45je68h1v9125667391za200zd9125667391&_p=1787098914512&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&_eu=EAAAACAC&are=1&cid=740724703.1787098915&frm=0&ibt=1&ir=1&ngs=1&pscdl=noapi&rcb=11&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.137%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938469~118897920~118897930~119367802~119367810~120385422&sid=1787098914&sct=1&seg=0&dl=https%3A%2F%2Fadriangram.it%2F&dt=Ottimizzazione%20SEO%20per%20Google%20e%20Strategie%20Vincenti%20%7C%20Adrian%20Gram&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&tfd=764 — 204 — 547 B — 170 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-KGKXHJ0W5C&cid=740724703.1787098915&gtm=45je68h1v9125667391za200zd9125667391&rcb=11&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938466~115938469~118897920~118897930~119367802~119367810~120385422stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-KGKXHJ0W5C&cid=740724703.1787098915&gtm=45je68h1v9125667391za200zd9125667391&rcb=11&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938466~115938469~118897920~118897930~119367802~119367810~120385422 — 204 — 556 B — 92 ms — h2https://adriangram.it/wp-content/uploads/2023/01/cropped-Adrian-Gram-32x32.png/wp-content/uploads/2023/01/cropped... https://adriangram.it/wp-content/uploads/2023/01/cropped-Adrian-Gram-32x32.png — 200 — 1.0 KiB — 26 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
56% of JavaScript execution is third-party
First-party Third-party 633ms · 169KB · €7/mo
unpkg
CDN
Costly
Execution 413ms
Transfer 0 KB
Monthly Cost €4/mo
Google Tag Manager
Tag Manager
Costly
Execution 219ms
Transfer 169 KB
Unused 42%
Monthly Cost €2/mo

These scripts may cost more than they're worth

  • unpkg adds 413ms and costs ~€4/month
  • Google Tag Manager adds 219ms and costs ~€2/month

56% of JavaScript execution time comes from third-party scripts.

Why this matters

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

unpkg takes 413ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 219ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

Image Optimization
5 images, 55 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

5

Total Size

55 KB

2 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback