Skip to content
https://miglioreagenzia.it

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
1
REVIEW
5
PASS
13
INFO
3

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

88
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.
77
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.

1.35 s

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

1.57 s

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

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

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

1.57 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
22
13 PASS 5 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
Image Optimization
Action
10 images, 0 KB saveable
REVIEW
10 images, 0 KB saveable
Warning::
https://miglioreagenzia.it/wp-content/uploads/2026... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://miglioreagenzia.it/wp-content/themes/Squar... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://miglioreagenzia.it/wp-content/uploads/2026... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
10 images 399 KB
0 oversized -0 KB
10 legacy format
3 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Page Weight Budget
823 KB transferred, 41 requests
PASS
823 KB transferred, 41 requests
Info::
Page weighs 1.5 MB (823 KB transferred)
Info::
Fonts are 216 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 216 KB
Info::
41 HTTP requests
Info::
Estimated 0.17 g CO2 per page load
823 KB / 2.4 MB budget
823 KB transferred
41 requests
0.17 g CO2 per page load
Images 399.4 KiB 49%
Fonts 216.0 KiB 26%
JavaScript 119.3 KiB 14%
CSS 70.2 KiB 9%
HTML 13.9 KiB 2%
Other 2.3 KiB 0%
Other 1.8 KiB 0%
0 2.4 MB 4.9 MB
Under budget

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

A+
Third-Party Impact
9% third-party, 0 ms blocking
PASS
9% third-party, 0 ms blocking
Info::
Third-party code accounts for 9% of page weight (71.9 KiB of 823.0 KiB)
Info::
Third-party blocking time is low (0 ms)
91%
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+
JS Execution Cost
170ms total JS execution
PASS
170ms total JS execution
Info::
https://miglioreagenzia.it/: 106ms CPU time
Info::
Unattributable: 64ms CPU time

Main Thread Breakdown

Other 34% Style & Layout 29% Script Evaluation 19% Parse HTML & CSS 8% Rendering 6% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://miglioreagenzia.it/106ms2ms1ms1st
Unattributable64ms2ms0ms1st
A+
Font Loading
2 fonts (216 KB)
PASS
2 fonts (216 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

216 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 1.3 s LCP 1.6 shttps://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2rP2Hp2ywxg089UriCZOIHTW... https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2 — 61.1 KiB — 51 ms — font-display: swaphttps://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/webfonts/fa-solid-900.woff2 — 154.9 KiB — 103 ms — font-display: swap
rP2Hp2ywxg089UriCZOIHTW... woff2 swap
Size 61 KB
Load time 51 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 155 KB
Load time 103 ms
Start 1.1 s
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 ~77 KB and ~154 ms

A+
JS Bundles
13 scripts, 47 KB unused
PASS
13 scripts, 47 KB unused
Warning::
https://miglioreagenzia.it/wp-content/themes/Squar...: 27 KB unused (66%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://miglioreagenzia.it/wp-includes/js/jquery/j...: 20 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 47 KB
47 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://miglioreagenzia.it/wp-content/themes/Square_theme/js/vendor/swiper-bundle.min.js?ver=12.2.040 KB27 KB (66%)1st
https://miglioreagenzia.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.129 KB20 KB (71%)1st
https://miglioreagenzia.it/wp-content/themes/Square_theme/js/bootstrap.min.js16 KB1st
https://miglioreagenzia.it/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea92163 KB1st
https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.74 KB1st
https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.74 KB1st
https://miglioreagenzia.it/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc12552 KB1st
https://miglioreagenzia.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB1st
https://unpkg.com/@popperjs/core@2.11.8/dist/umd/popper.min.js8 KB3rd
https://miglioreagenzia.it/wp-content/themes/Square_theme/js/scripts.js3 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

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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Document Compression
Document response uses brotli
PASS
Document 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+
Page Weight Inventory
41 resources · 823 KB · 47 KB savings available
PASS
41 resources · 823 KB · 47 KB savings available
Info::
Within 1MB page-weight target
Got: 823 KB
Info::
8 third-party resources (9% of weight)
41 resources · 823.0 KiB · 8 third-party Within 1MB page-weight target
Image 49% · 401.0 KiB
Font 26% · 216.0 KiB
JavaScript 14% · 119.3 KiB
CSS 9% · 70.2 KiB
Document 2% · 13.9 KiB
Other 0% · 2.6 KiB

~47.1 KiB of savings available

Remove unused JavaScript: 47.1 KiB
Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
41 requests over 1305ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.3 s LCP 1.6 shttps://miglioreagenzia.it// https://miglioreagenzia.it/ — 200 — 13.9 KiB — 155 ms — h2https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.7/wp-content/plugins/contact-form-7/... https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.7 — 200 — 1.1 KiB — 42 ms — h2https://fonts.gstatic.com/fonts.gstatic.com/ https://fonts.gstatic.com/ — -1 — 0 B — 55 ms — https://miglioreagenzia.it/wp-content/themes/Square_theme/css/bootstrap.min.css?ver=7.1/wp-content/themes/Square_theme/css... https://miglioreagenzia.it/wp-content/themes/Square_theme/css/bootstrap.min.css?ver=7.1 — 200 — 27.0 KiB — 47 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/style.css?ver=7.1/wp-content/themes/Square_theme/sty... https://miglioreagenzia.it/wp-content/themes/Square_theme/style.css?ver=7.1 — 200 — 15.2 KiB — 82 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/fontawesome.min.css?ver=7.1/wp-content/themes/Square_theme/ass... https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/fontawesome.min.css?ver=7.1 — 200 — 15.8 KiB — 77 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/brands.min.css?ver=7.1/wp-content/themes/Square_theme/ass... https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/brands.min.css?ver=7.1 — 200 — 4.8 KiB — 78 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/solid.min.css?ver=7.1/wp-content/themes/Square_theme/ass... https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/solid.min.css?ver=7.1 — 200 — 534 B — 79 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/css/swiper-bundle.min.css?ver=12.2.0/wp-content/themes/Square_theme/css... https://miglioreagenzia.it/wp-content/themes/Square_theme/css/swiper-bundle.min.css?ver=12.2.0 — 200 — 2.9 KiB — 80 ms — h2https://use.typekit.net/tlm2uem.css?ver=7.1use.typekit.net/tlm2uem.css?ver=7.1 https://use.typekit.net/tlm2uem.css?ver=7.1 — 200 — 1.6 KiB — 14 ms — http/1.1https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&display=swapfonts.googleapis.com/css2?family=DM... https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&display=swap — 200 — 963 B — 844 ms — h2https://miglioreagenzia.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://miglioreagenzia.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.2 KiB — 106 ms — h2https://miglioreagenzia.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://miglioreagenzia.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.8 KiB — 105 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/logo-light.png/wp-content/uploads/2026/07/logo-li... https://miglioreagenzia.it/wp-content/uploads/2026/07/logo-light.png — 200 — 27.8 KiB — 105 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/logo-dark.png/wp-content/uploads/2026/07/logo-da... https://miglioreagenzia.it/wp-content/uploads/2026/07/logo-dark.png — 200 — 29.6 KiB — 104 ms — h2https://p.typekit.net/p.css?s=1&k=tlm2uem&ht=tk&f=2005.2006.2009.2010.9938.9939.39002.39004.17398.17399.17400.17401.22618.22619&a=84841063&app=typekit&e=cssp.typekit.net/p.css?s=1&k=tlm2uem&h... https://p.typekit.net/p.css?s=1&k=tlm2uem&ht=tk&f=2005.2006.2009.2010.9938.9939.39002.39004.17398.17399.17400.17401.22618.22619&a=84841063&app=typekit&e=css — 200 — 346 B — 39 ms — http/1.1https://miglioreagenzia.it/wp-content/themes/Square_theme/img/logo-footer.svg/wp-content/themes/Square_theme/img... https://miglioreagenzia.it/wp-content/themes/Square_theme/img/logo-footer.svg — 200 — 2.4 KiB — 33 ms — h2https://miglioreagenzia.it/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255/wp-includes/js/dist/hooks.min.js?v... https://miglioreagenzia.it/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255 — 200 — 2.0 KiB — 34 ms — h2https://miglioreagenzia.it/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216/wp-includes/js/dist/i18n.min.js?ve... https://miglioreagenzia.it/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216 — 200 — 2.6 KiB — 33 ms — h2https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.7/wp-content/plugins/contact-form-7/... https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.7 — 200 — 3.5 KiB — 33 ms — h2https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.7/wp-content/plugins/contact-form-7/... https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.7 — 200 — 4.1 KiB — 34 ms — h2https://unpkg.com/@popperjs/core@2unpkg.com/@popperjs/core@2 https://unpkg.com/@popperjs/core@2 — 302 — 311 B — 88 ms — h3https://miglioreagenzia.it/wp-content/themes/Square_theme/js/bootstrap.min.js/wp-content/themes/Square_theme/js/... https://miglioreagenzia.it/wp-content/themes/Square_theme/js/bootstrap.min.js — 200 — 15.7 KiB — 35 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/js/vendor/swiper-bundle.min.js?ver=12.2.0/wp-content/themes/Square_theme/js/... https://miglioreagenzia.it/wp-content/themes/Square_theme/js/vendor/swiper-bundle.min.js?ver=12.2.0 — 200 — 40.4 KiB — 38 ms — h2https://unpkg.com/@popperjs/core@2.11.8/dist/umd/popper.min.jsunpkg.com/@popperjs/core@2.11.8/dis... https://unpkg.com/@popperjs/core@2.11.8/dist/umd/popper.min.js — 200 — 7.6 KiB — 43 ms — h3https://miglioreagenzia.it/wp-content/themes/Square_theme/js/scripts.js/wp-content/themes/Square_theme/js/... https://miglioreagenzia.it/wp-content/themes/Square_theme/js/scripts.js — 200 — 2.9 KiB — 33 ms — h2https://miglioreagenzia.it/wp-includes/js/comment-reply.min.js?ver=7.1/wp-includes/js/comment-reply.min.j... https://miglioreagenzia.it/wp-includes/js/comment-reply.min.js?ver=7.1 — 200 — 1.4 KiB — 32 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/quanto-costa-un-evento-aziendale-con-agenzia-1024x576.jpg/wp-content/uploads/2026/07/quanto-... https://miglioreagenzia.it/wp-content/uploads/2026/07/quanto-costa-un-evento-aziendale-con-agenzia-1024x576.jpg — 200 — 61.2 KiB — 61 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/come-scegliere-un-agenzia-di-eventi-aziendali-1024x576.jpg/wp-content/uploads/2026/07/come-sc... https://miglioreagenzia.it/wp-content/uploads/2026/07/come-scegliere-un-agenzia-di-eventi-aziendali-1024x576.jpg — 200 — 52.5 KiB — 102 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/agenzia-email-markting-e-inbound-come-scegliere-1024x576.jpg/wp-content/uploads/2026/07/agenzia... https://miglioreagenzia.it/wp-content/uploads/2026/07/agenzia-email-markting-e-inbound-come-scegliere-1024x576.jpg — 200 — 41.0 KiB — 104 ms — h2
0 ms 500 ms 1.0 s 1.5 s FCP 1.3 s LCP 1.6 shttps://miglioreagenzia.it// https://miglioreagenzia.it/ — 200 — 13.9 KiB — 155 ms — h2https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.7/wp-content/plugins/contact-form-7/... https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.7 — 200 — 1.1 KiB — 42 ms — h2https://fonts.gstatic.com/fonts.gstatic.com/ https://fonts.gstatic.com/ — -1 — 0 B — 55 ms — https://miglioreagenzia.it/wp-content/themes/Square_theme/css/bootstrap.min.css?ver=7.1/wp-content/themes/Square_theme/css... https://miglioreagenzia.it/wp-content/themes/Square_theme/css/bootstrap.min.css?ver=7.1 — 200 — 27.0 KiB — 47 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/style.css?ver=7.1/wp-content/themes/Square_theme/sty... https://miglioreagenzia.it/wp-content/themes/Square_theme/style.css?ver=7.1 — 200 — 15.2 KiB — 82 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/fontawesome.min.css?ver=7.1/wp-content/themes/Square_theme/ass... https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/fontawesome.min.css?ver=7.1 — 200 — 15.8 KiB — 77 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/brands.min.css?ver=7.1/wp-content/themes/Square_theme/ass... https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/brands.min.css?ver=7.1 — 200 — 4.8 KiB — 78 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/solid.min.css?ver=7.1/wp-content/themes/Square_theme/ass... https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/css/solid.min.css?ver=7.1 — 200 — 534 B — 79 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/css/swiper-bundle.min.css?ver=12.2.0/wp-content/themes/Square_theme/css... https://miglioreagenzia.it/wp-content/themes/Square_theme/css/swiper-bundle.min.css?ver=12.2.0 — 200 — 2.9 KiB — 80 ms — h2https://use.typekit.net/tlm2uem.css?ver=7.1use.typekit.net/tlm2uem.css?ver=7.1 https://use.typekit.net/tlm2uem.css?ver=7.1 — 200 — 1.6 KiB — 14 ms — http/1.1https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&display=swapfonts.googleapis.com/css2?family=DM... https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&display=swap — 200 — 963 B — 844 ms — h2https://miglioreagenzia.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://miglioreagenzia.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.2 KiB — 106 ms — h2https://miglioreagenzia.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://miglioreagenzia.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.8 KiB — 105 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/logo-light.png/wp-content/uploads/2026/07/logo-li... https://miglioreagenzia.it/wp-content/uploads/2026/07/logo-light.png — 200 — 27.8 KiB — 105 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/logo-dark.png/wp-content/uploads/2026/07/logo-da... https://miglioreagenzia.it/wp-content/uploads/2026/07/logo-dark.png — 200 — 29.6 KiB — 104 ms — h2https://p.typekit.net/p.css?s=1&k=tlm2uem&ht=tk&f=2005.2006.2009.2010.9938.9939.39002.39004.17398.17399.17400.17401.22618.22619&a=84841063&app=typekit&e=cssp.typekit.net/p.css?s=1&k=tlm2uem&h... https://p.typekit.net/p.css?s=1&k=tlm2uem&ht=tk&f=2005.2006.2009.2010.9938.9939.39002.39004.17398.17399.17400.17401.22618.22619&a=84841063&app=typekit&e=css — 200 — 346 B — 39 ms — http/1.1https://miglioreagenzia.it/wp-content/themes/Square_theme/img/logo-footer.svg/wp-content/themes/Square_theme/img... https://miglioreagenzia.it/wp-content/themes/Square_theme/img/logo-footer.svg — 200 — 2.4 KiB — 33 ms — h2https://miglioreagenzia.it/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255/wp-includes/js/dist/hooks.min.js?v... https://miglioreagenzia.it/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255 — 200 — 2.0 KiB — 34 ms — h2https://miglioreagenzia.it/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216/wp-includes/js/dist/i18n.min.js?ve... https://miglioreagenzia.it/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216 — 200 — 2.6 KiB — 33 ms — h2https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.7/wp-content/plugins/contact-form-7/... https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.7 — 200 — 3.5 KiB — 33 ms — h2https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.7/wp-content/plugins/contact-form-7/... https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.7 — 200 — 4.1 KiB — 34 ms — h2https://unpkg.com/@popperjs/core@2unpkg.com/@popperjs/core@2 https://unpkg.com/@popperjs/core@2 — 302 — 311 B — 88 ms — h3https://miglioreagenzia.it/wp-content/themes/Square_theme/js/bootstrap.min.js/wp-content/themes/Square_theme/js/... https://miglioreagenzia.it/wp-content/themes/Square_theme/js/bootstrap.min.js — 200 — 15.7 KiB — 35 ms — h2https://miglioreagenzia.it/wp-content/themes/Square_theme/js/vendor/swiper-bundle.min.js?ver=12.2.0/wp-content/themes/Square_theme/js/... https://miglioreagenzia.it/wp-content/themes/Square_theme/js/vendor/swiper-bundle.min.js?ver=12.2.0 — 200 — 40.4 KiB — 38 ms — h2https://unpkg.com/@popperjs/core@2.11.8/dist/umd/popper.min.jsunpkg.com/@popperjs/core@2.11.8/dis... https://unpkg.com/@popperjs/core@2.11.8/dist/umd/popper.min.js — 200 — 7.6 KiB — 43 ms — h3https://miglioreagenzia.it/wp-content/themes/Square_theme/js/scripts.js/wp-content/themes/Square_theme/js/... https://miglioreagenzia.it/wp-content/themes/Square_theme/js/scripts.js — 200 — 2.9 KiB — 33 ms — h2https://miglioreagenzia.it/wp-includes/js/comment-reply.min.js?ver=7.1/wp-includes/js/comment-reply.min.j... https://miglioreagenzia.it/wp-includes/js/comment-reply.min.js?ver=7.1 — 200 — 1.4 KiB — 32 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/quanto-costa-un-evento-aziendale-con-agenzia-1024x576.jpg/wp-content/uploads/2026/07/quanto-... https://miglioreagenzia.it/wp-content/uploads/2026/07/quanto-costa-un-evento-aziendale-con-agenzia-1024x576.jpg — 200 — 61.2 KiB — 61 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/come-scegliere-un-agenzia-di-eventi-aziendali-1024x576.jpg/wp-content/uploads/2026/07/come-sc... https://miglioreagenzia.it/wp-content/uploads/2026/07/come-scegliere-un-agenzia-di-eventi-aziendali-1024x576.jpg — 200 — 52.5 KiB — 102 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/agenzia-email-markting-e-inbound-come-scegliere-1024x576.jpg/wp-content/uploads/2026/07/agenzia... https://miglioreagenzia.it/wp-content/uploads/2026/07/agenzia-email-markting-e-inbound-come-scegliere-1024x576.jpg — 200 — 41.0 KiB — 104 ms — h2https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2fonts.gstatic.com/s/dmsans/v17/rP2H... https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2 — 200 — 61.1 KiB — 51 ms — h3https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/webfonts/fa-solid-900.woff2/wp-content/themes/Square_theme/ass... https://miglioreagenzia.it/wp-content/themes/Square_theme/assets/fontawesome/webfonts/fa-solid-900.woff2 — 200 — 154.9 KiB — 103 ms — h2blob:https://miglioreagenzia.it/4688d058-f28a-48c4-b206-7080a43666bdmiglioreagenzia.it/4688d058-f28a-48... blob:https://miglioreagenzia.it/4688d058-f28a-48c4-b206-7080a43666bd — 200 — -1 B — 100 ms — blobhttps://miglioreagenzia.it/wp-json/contact-form-7/v1/contact-forms/3698/feedback/schema/wp-json/contact-form-7/v1/contact-... https://miglioreagenzia.it/wp-json/contact-form-7/v1/contact-forms/3698/feedback/schema — 200 — 1.0 KiB — 78 ms — h2https://miglioreagenzia.it/wp-json/contact-form-7/v1/contact-forms/3697/feedback/schema/wp-json/contact-form-7/v1/contact-... https://miglioreagenzia.it/wp-json/contact-form-7/v1/contact-forms/3697/feedback/schema — 200 — 1.2 KiB — 78 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/le-migliori-agenzie-di-comunicazione-a-milano-1024x576.jpg/wp-content/uploads/2026/07/le-migl... https://miglioreagenzia.it/wp-content/uploads/2026/07/le-migliori-agenzie-di-comunicazione-a-milano-1024x576.jpg — 200 — 68.2 KiB — 76 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/quanto-costa-un-agenzia-di-marketing-1024x576.jpg/wp-content/uploads/2026/07/quanto-... https://miglioreagenzia.it/wp-content/uploads/2026/07/quanto-costa-un-agenzia-di-marketing-1024x576.jpg — 200 — 34.8 KiB — 76 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/come-scegliere-un-agenzia-di-marketing-1024x576.jpg/wp-content/uploads/2026/07/come-sc... https://miglioreagenzia.it/wp-content/uploads/2026/07/come-scegliere-un-agenzia-di-marketing-1024x576.jpg — 200 — 42.5 KiB — 79 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/agenzia-lead-generation-cose-1024x576.jpg/wp-content/uploads/2026/07/agenzia... https://miglioreagenzia.it/wp-content/uploads/2026/07/agenzia-lead-generation-cose-1024x576.jpg — 200 — 39.6 KiB — 79 ms — h2https://miglioreagenzia.it/wp-includes/js/wp-emoji-release.min.js?ver=7.1/wp-includes/js/wp-emoji-release.mi... https://miglioreagenzia.it/wp-includes/js/wp-emoji-release.min.js?ver=7.1 — 200 — 5.1 KiB — 36 ms — h2https://miglioreagenzia.it/wp-content/uploads/2026/07/cropped-favicon-32x32.png/wp-content/uploads/2026/07/cropped... https://miglioreagenzia.it/wp-content/uploads/2026/07/cropped-favicon-32x32.png — 200 — 1.5 KiB — 40 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
12 images, 59 KB total, 55 KB wasted
INFO

Image Optimization Audit

Total Images

12

Total Size

59 KB

Oversized

2

Wasted

55 KB

12 missing dimensions 1 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