Skip to content
https://agenziawebroma.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
1
REVIEW
9
PASS
13
INFO
3

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

55
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
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.

5.48 s

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

9.51 s

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

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

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

9.66 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
13 PASS 9 REVIEW 1 FIX
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.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

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

C
Page Weight Budget
Action
1.6 MB transferred, 61 requests
REVIEW
1.6 MB transferred, 61 requests
Info::
Page weighs 3.0 MB (1.6 MB transferred)
Info::
Fonts are 407 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 407 KB
Info::
61 HTTP requests
Info::
Estimated 0.33 g CO2 per page load
1.6 MB / 2.4 MB budget
1.6 MB transferred
61 requests
0.33 g CO2 per page load
Images 763.6 KiB 47%
Fonts 407.4 KiB 25%
JavaScript 282.8 KiB 17%
CSS 141.8 KiB 9%
HTML 22.8 KiB 1%
Other 897 B 0%
Other 551 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

C
JS Execution Cost
Action
1153ms total JS execution
REVIEW
1153ms total JS execution
Warning::
https://agenziawebroma.com/wp-includes/js/jquery/j...: 292ms CPU time
Warning::
Unattributable: 271ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=GT-5DD...: 257ms CPU time
Info::
https://agenziawebroma.com/: 191ms CPU time
Info::
https://agenziawebroma.com/wp-content/themes/block...: 141ms CPU time
Info::
Third-party scripts: 257ms (22% of total)

Main Thread Breakdown

Script Evaluation 44% Other 22% Style & Layout 17% Parse HTML & CSS 9% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://agenziawebroma.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1292ms241ms9ms1st
Unattributable271ms6ms0ms1st
https://www.googletagmanager.com/gtag/js?id=GT-5DDCCN9X257ms218ms35ms3rd
https://agenziawebroma.com/191ms9ms4ms1st
https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/907.1ddadcf80aca9cb11200.js141ms10ms1ms1st
B
JS Bundles
20 scripts, 70 KB unused
REVIEW
20 scripts, 70 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=GT-5DD...: 70 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 70 KB
70 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=GT-5DDCCN9X166 KB70 KB (42%)3rd
https://agenziawebroma.com/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc12552 KB1st
https://agenziawebroma.com/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea92163 KB1st
https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.2.33 KB1st
https://agenziawebroma.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.129 KB1st
https://agenziawebroma.com/wp-includes/js/jquery/ui/core.min.js?ver=1.14.26 KB1st
https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.2.310 KB1st
https://agenziawebroma.com/wp-includes/js/hoverIntent.min.js?ver=1.10.21 KB1st
https://agenziawebroma.com/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.10.69 KB1st
https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/main.js?ver=2.1.529 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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
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.
C
Page Weight Inventory
Action
61 resources · 1.6 MB · 70 KB savings available
REVIEW
61 resources · 1.6 MB · 70 KB savings available
Warning::
Page weight 1.6 MB exceeds 1 MB target by 596 KB
Got: 1.6 MB Expected: ≤ 1 MB
Info::
~70 KB of savings available
Info::
10 third-party resources (37% of weight)
Info::
1 resources over 200KB
61 resources · 1.6 MiB · 10 third-party 595.8 KiB over 1MB target
Image 47% · 764.5 KiB
Font 25% · 407.4 KiB
JavaScript 17% · 282.8 KiB
CSS 9% · 141.8 KiB
Document 1% · 22.8 KiB
Other 0% · 551 B

~69.6 KiB of savings available

Remove unused JavaScript: 69.6 KiB
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
14 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.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
37% third-party, 0 ms blocking
PASS
37% third-party, 0 ms blocking
Info::
Third-party code accounts for 37% of page weight (594.0 KiB of 1.6 MiB)
Info::
Third-party blocking time is low (0 ms)
63%
37%
First-party Third-party
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
7 images, 0 KB saveable
PASS
7 images, 0 KB saveable
Info::
All images are well-optimized
7 images 764 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
5 fonts (407 KB)
PASS
5 fonts (407 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

407 KB total

Render-blocking

0

of 5

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 5.5 s LCP 9.5 shttps://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2flUhRq6tzZclQEJ-Vdg-Iui... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 125.6 KiB — 58 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-brands-400.woff2 — 105.6 KiB — 67 ms — font-display: swaphttps://fonts.gstatic.com/s/abeezee/v23/esDR31xSG-6AGleN2tWkkJUEGpA.woff2esDR31xSG-6AGleN2tWkkJU... https://fonts.gstatic.com/s/abeezee/v23/esDR31xSG-6AGleN2tWkkJUEGpA.woff2 — 11.3 KiB — 26 ms — font-display: swaphttps://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZEOsbSkKJMc3s.woff2KFOhCnGXkPOLlhx6jD8_b1Z... https://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZEOsbSkKJMc3s.woff2 — 17.1 KiB — 44 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-solid-900.woff2 — 147.7 KiB — 83 ms — font-display: swap
flUhRq6tzZclQEJ-Vdg-Iui... woff2 swap
Size 126 KB
Load time 58 ms
Start 447 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-brands-400.woff2 woff2 swap
Size 106 KB
Load time 67 ms
Start 448 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
esDR31xSG-6AGleN2tWkkJU... woff2 swap
Size 11 KB
Load time 26 ms
Start 448 ms
Risk FOUT — text flashes from fallback to web font
KFOhCnGXkPOLlhx6jD8_b1Z... woff2 swap
Size 17 KB
Load time 44 ms
Start 448 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 148 KB
Load time 83 ms
Start 448 ms
Risk FOUT — text flashes from fallback to web font
  • 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 ~189 KB and ~378 ms

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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
2
prefetch

2 resource hints configured

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::
`ETag` present -- conditional GET supported
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::
26 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.
Network Waterfall
61 requests over 1352ms
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 5.5 s LCP 9.5 shttps://agenziawebroma.com// https://agenziawebroma.com/ — 200 — 22.8 KiB — 159 ms — h2https://agenziawebroma.com/wp-content/uploads/blocksy/css/global.css?ver=57687/wp-content/uploads/blocksy/css/glo... https://agenziawebroma.com/wp-content/uploads/blocksy/css/global.css?ver=57687 — 200 — 2.1 KiB — 33 ms — h2https://agenziawebroma.com/wp-content/uploads/maxmegamenu/style.css?ver=3732fd/wp-content/uploads/maxmegamenu/sty... https://agenziawebroma.com/wp-content/uploads/maxmegamenu/style.css?ver=3732fd — 200 — 438 B — 34 ms — h2https://agenziawebroma.com/wp-includes/css/dashicons.min.css?ver=7.1/wp-includes/css/dashicons.min.css?... https://agenziawebroma.com/wp-includes/css/dashicons.min.css?ver=7.1 — 200 — 34.5 KiB — 78 ms — h2https://fonts.googleapis.com/css2?family=ABeeZee:wght@400;600;700&family=ADLaM%20Display:wght@400&display=swapfonts.googleapis.com/css2?family=AB... https://fonts.googleapis.com/css2?family=ABeeZee:wght@400;600;700&family=ADLaM%20Display:wght@400&display=swap — 200 — 607 B — 137 ms — h2https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/main.min.css?ver=2.1.52/wp-content/themes/blocksy/static/b... https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/main.min.css?ver=2.1.52 — 200 — 16.2 KiB — 139 ms — h2https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/elementor-frontend.min.css?ver=2.1.52/wp-content/themes/blocksy/static/b... https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/elementor-frontend.min.css?ver=2.1.52 — 200 — 546 B — 138 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.53.0/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.53.0 — 200 — 4.3 KiB — 138 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.2.3 — 200 — 6.6 KiB — 138 ms — h2https://agenziawebroma.com/wp-content/uploads/elementor/css/post-9.css?ver=1787672619/wp-content/uploads/elementor/css/p... https://agenziawebroma.com/wp-content/uploads/elementor/css/post-9.css?ver=1787672619 — 200 — 580 B — 138 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.21.3/wp-content/plugins/elementor-pro/a... https://agenziawebroma.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.21.3 — 200 — 38.7 KiB — 146 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.2.3 — 200 — 364 B — 142 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.2.3 — 200 — 333 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css?ver=4.2.3 — 200 — 333 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-image-box.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-image-box.min.css?ver=4.2.3 — 200 — 535 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css?ver=4.2.3 — 200 — 333 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=4.2.3 — 200 — 330 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=4.2.3 — 200 — 333 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/swing.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/swing.min.css?ver=4.2.3 — 200 — 352 B — 140 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-toggle.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-toggle.min.css?ver=4.2.3 — 200 — 572 B — 140 ms — h2https://agenziawebroma.com/wp-content/uploads/elementor/css/post-12.css?ver=1787672619/wp-content/uploads/elementor/css/p... https://agenziawebroma.com/wp-content/uploads/elementor/css/post-12.css?ver=1787672619 — 200 — 1.5 KiB — 140 ms — h2http://agenziawebroma.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1744837760/wp-content/uploads/elementor/googl... http://agenziawebroma.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1744837760 — -1 — 0 B — 0 ms — https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3 — 200 — 12.1 KiB — 140 ms — h2http://agenziawebroma.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1744837761/wp-content/uploads/elementor/googl... http://agenziawebroma.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1744837761 — -1 — 0 B — 0 ms — https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3 — 200 — 524 B — 140 ms — h2https://agenziawebroma.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://agenziawebroma.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.2 KiB — 141 ms — h2https://agenziawebroma.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://agenziawebroma.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.8 KiB — 140 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css — 200 — 18.9 KiB — 135 ms — h3https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 817 B — 126 ms — h2https://agenziawebroma.com/wp-content/uploads/2024/06/banner-5-768x439.webp/wp-content/uploads/2024/06/banner-... https://agenziawebroma.com/wp-content/uploads/2024/06/banner-5-768x439.webp — 200 — 72.7 KiB — 141 ms — h2
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 5.5 s LCP 9.5 shttps://agenziawebroma.com// https://agenziawebroma.com/ — 200 — 22.8 KiB — 159 ms — h2https://agenziawebroma.com/wp-content/uploads/blocksy/css/global.css?ver=57687/wp-content/uploads/blocksy/css/glo... https://agenziawebroma.com/wp-content/uploads/blocksy/css/global.css?ver=57687 — 200 — 2.1 KiB — 33 ms — h2https://agenziawebroma.com/wp-content/uploads/maxmegamenu/style.css?ver=3732fd/wp-content/uploads/maxmegamenu/sty... https://agenziawebroma.com/wp-content/uploads/maxmegamenu/style.css?ver=3732fd — 200 — 438 B — 34 ms — h2https://agenziawebroma.com/wp-includes/css/dashicons.min.css?ver=7.1/wp-includes/css/dashicons.min.css?... https://agenziawebroma.com/wp-includes/css/dashicons.min.css?ver=7.1 — 200 — 34.5 KiB — 78 ms — h2https://fonts.googleapis.com/css2?family=ABeeZee:wght@400;600;700&family=ADLaM%20Display:wght@400&display=swapfonts.googleapis.com/css2?family=AB... https://fonts.googleapis.com/css2?family=ABeeZee:wght@400;600;700&family=ADLaM%20Display:wght@400&display=swap — 200 — 607 B — 137 ms — h2https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/main.min.css?ver=2.1.52/wp-content/themes/blocksy/static/b... https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/main.min.css?ver=2.1.52 — 200 — 16.2 KiB — 139 ms — h2https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/elementor-frontend.min.css?ver=2.1.52/wp-content/themes/blocksy/static/b... https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/elementor-frontend.min.css?ver=2.1.52 — 200 — 546 B — 138 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.53.0/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.53.0 — 200 — 4.3 KiB — 138 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.2.3 — 200 — 6.6 KiB — 138 ms — h2https://agenziawebroma.com/wp-content/uploads/elementor/css/post-9.css?ver=1787672619/wp-content/uploads/elementor/css/p... https://agenziawebroma.com/wp-content/uploads/elementor/css/post-9.css?ver=1787672619 — 200 — 580 B — 138 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.21.3/wp-content/plugins/elementor-pro/a... https://agenziawebroma.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.21.3 — 200 — 38.7 KiB — 146 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.2.3 — 200 — 364 B — 142 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.2.3 — 200 — 333 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css?ver=4.2.3 — 200 — 333 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-image-box.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-image-box.min.css?ver=4.2.3 — 200 — 535 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css?ver=4.2.3 — 200 — 333 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.min.css?ver=4.2.3 — 200 — 330 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=4.2.3 — 200 — 333 B — 141 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/swing.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/animations/styles/swing.min.css?ver=4.2.3 — 200 — 352 B — 140 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-toggle.min.css?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/css/widget-toggle.min.css?ver=4.2.3 — 200 — 572 B — 140 ms — h2https://agenziawebroma.com/wp-content/uploads/elementor/css/post-12.css?ver=1787672619/wp-content/uploads/elementor/css/p... https://agenziawebroma.com/wp-content/uploads/elementor/css/post-12.css?ver=1787672619 — 200 — 1.5 KiB — 140 ms — h2http://agenziawebroma.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1744837760/wp-content/uploads/elementor/googl... http://agenziawebroma.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1744837760 — -1 — 0 B — 0 ms — https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3 — 200 — 12.1 KiB — 140 ms — h2http://agenziawebroma.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1744837761/wp-content/uploads/elementor/googl... http://agenziawebroma.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1744837761 — -1 — 0 B — 0 ms — https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3 — 200 — 524 B — 140 ms — h2https://agenziawebroma.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://agenziawebroma.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.2 KiB — 141 ms — h2https://agenziawebroma.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://agenziawebroma.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.8 KiB — 140 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css — 200 — 18.9 KiB — 135 ms — h3https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 817 B — 126 ms — h2https://agenziawebroma.com/wp-content/uploads/2024/06/banner-5-768x439.webp/wp-content/uploads/2024/06/banner-... https://agenziawebroma.com/wp-content/uploads/2024/06/banner-5-768x439.webp — 200 — 72.7 KiB — 141 ms — h2https://agenziawebroma.com/wp-content/uploads/2024/06/website.png/wp-content/uploads/2024/06/website... https://agenziawebroma.com/wp-content/uploads/2024/06/website.png — 200 — 3.4 KiB — 140 ms — h2https://agenziawebroma.com/wp-content/uploads/2024/06/seo.png/wp-content/uploads/2024/06/seo.png https://agenziawebroma.com/wp-content/uploads/2024/06/seo.png — 200 — 7.2 KiB — 140 ms — h2https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/main.js?ver=2.1.52/wp-content/themes/blocksy/static/b... https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/main.js?ver=2.1.52 — 200 — 9.3 KiB — 33 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.2.3 — 200 — 2.5 KiB — 36 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.2.3 — 200 — 15.2 KiB — 38 ms — h2https://agenziawebroma.com/wp-includes/js/jquery/ui/core.min.js?ver=1.14.2/wp-includes/js/jquery/ui/core.min.... https://agenziawebroma.com/wp-includes/js/jquery/ui/core.min.js?ver=1.14.2 — 200 — 6.4 KiB — 41 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.2.3/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.2.3 — 200 — 10.1 KiB — 45 ms — h2https://agenziawebroma.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2/wp-includes/js/hoverIntent.min.js?... https://agenziawebroma.com/wp-includes/js/hoverIntent.min.js?ver=1.10.2 — 200 — 916 B — 48 ms — h2https://agenziawebroma.com/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.10.6/wp-content/plugins/megamenu/js/max... https://agenziawebroma.com/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.10.6 — 200 — 8.5 KiB — 51 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.21.3/wp-content/plugins/elementor-pro/a... https://agenziawebroma.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.21.3 — 200 — 2.7 KiB — 54 ms — h2https://agenziawebroma.com/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255/wp-includes/js/dist/hooks.min.js?v... https://agenziawebroma.com/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255 — 200 — 2.0 KiB — 58 ms — h2https://agenziawebroma.com/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216/wp-includes/js/dist/i18n.min.js?ve... https://agenziawebroma.com/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216 — 200 — 2.6 KiB — 61 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.21.3/wp-content/plugins/elementor-pro/a... https://agenziawebroma.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.21.3 — 200 — 6.5 KiB — 64 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.21.3/wp-content/plugins/elementor-pro/a... https://agenziawebroma.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.21.3 — 200 — 8.9 KiB — 67 ms — h2https://www.googletagmanager.com/gtag/js?id=GT-5DDCCN9Xwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-5DDCCN9X — 200 — 165.8 KiB — 166 ms — h2https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/907.1ddadcf80aca9cb11200.js/wp-content/themes/blocksy/static/b... https://agenziawebroma.com/wp-content/themes/blocksy/static/bundle/907.1ddadcf80aca9cb11200.js — 200 — 2.1 KiB — 32 ms — h2https://agenziawebroma.com/wp-content/uploads/2024/06/banner-1.webp/wp-content/uploads/2024/06/banner-... https://agenziawebroma.com/wp-content/uploads/2024/06/banner-1.webp — 200 — 606.3 KiB — 71 ms — h2https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2fonts.gstatic.com/s/materialicons/v... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 200 — 125.6 KiB — 58 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-brands-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-brands-400.woff2 — 200 — 105.6 KiB — 67 ms — h3https://fonts.gstatic.com/s/abeezee/v23/esDR31xSG-6AGleN2tWkkJUEGpA.woff2fonts.gstatic.com/s/abeezee/v23/esD... https://fonts.gstatic.com/s/abeezee/v23/esDR31xSG-6AGleN2tWkkJUEGpA.woff2 — 200 — 11.3 KiB — 26 ms — h3https://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZEOsbSkKJMc3s.woff2fonts.gstatic.com/s/adlamdisplay/v1... https://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZEOsbSkKJMc3s.woff2 — 200 — 17.1 KiB — 44 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts/fa-solid-900.woff2 — 200 — 147.7 KiB — 83 ms — h3https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js — 200 — 477 B — 34 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js — 200 — 2.7 KiB — 35 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js — 200 — 840 B — 33 ms — h2https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/toggle.2a177a3ef4785d3dfbc5.bundle.min.js/wp-content/plugins/elementor/asset... https://agenziawebroma.com/wp-content/plugins/elementor/assets/js/toggle.2a177a3ef4785d3dfbc5.bundle.min.js — 200 — 1.5 KiB — 34 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-WRELLY6R5T&gtm=45Pe68o1h1v9195712467za200zd9195712467&_p=1787703350620&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZTNiMT&are=1&cid=616232602.1787703351&frm=0&ngs=1&pscdl=noapi&rcb=0&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.169%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~115938468~118897920~118897930~119367802~119367810~120385423&sid=1787703350&sct=1&seg=0&dl=https%3A%2F%2Fagenziawebroma.com%2F&dt=Web%20Agency%20Roma%20%7C%20I%20Cugini%20Del%20Web&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&tfd=631region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-WRELLY6R5T&gtm=45Pe68o1h1v9195712467za200zd9195712467&_p=1787703350620&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZTNiMT&are=1&cid=616232602.1787703351&frm=0&ngs=1&pscdl=noapi&rcb=0&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.169%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~115938468~118897920~118897930~119367802~119367810~120385423&sid=1787703350&sct=1&seg=0&dl=https%3A%2F%2Fagenziawebroma.com%2F&dt=Web%20Agency%20Roma%20%7C%20I%20Cugini%20Del%20Web&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&gap.plf=5&tfd=631 — 204 — 551 B — 89 ms — h2https://agenziawebroma.com/wp-content/uploads/2024/06/cropped-logo-cugini-transparent-32x32.png/wp-content/uploads/2024/06/cropped... https://agenziawebroma.com/wp-content/uploads/2024/06/cropped-logo-cugini-transparent-32x32.png — 200 — 897 B — 33 ms — h2https://agenziawebroma.com/wp-content/uploads/2024/06/logo-cugini-transparent-768x768.png/wp-content/uploads/2024/06/logo-cu... https://agenziawebroma.com/wp-content/uploads/2024/06/logo-cugini-transparent-768x768.png — 200 — 65.7 KiB — 39 ms — h2https://agenziawebroma.com/wp-content/uploads/2024/06/business.png/wp-content/uploads/2024/06/busines... https://agenziawebroma.com/wp-content/uploads/2024/06/business.png — 200 — 3.3 KiB — 36 ms — h2https://agenziawebroma.com/wp-content/uploads/2024/06/social-media.png/wp-content/uploads/2024/06/social-... https://agenziawebroma.com/wp-content/uploads/2024/06/social-media.png — 200 — 5.1 KiB — 38 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
22% of JavaScript execution is third-party
First-party Third-party 257ms · 166KB · €3/mo
Google Tag Manager
Tag Manager
Costly
Execution 257ms
Transfer 166 KB
Unused 42%
Monthly Cost €3/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 257ms and costs ~€3/month

Google Tag Manager takes 257ms 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
20 images, 524 KB total, 89 KB wasted
INFO

Image Optimization Audit

Total Images

20

Total Size

524 KB

Oversized

1

Wasted

89 KB

4 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