Skip to content
https://miglioreagenzia.it

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
1
REVIEW
7
PASS
15
INFO
3

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

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

4.28 s

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

4.78 s

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

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

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

4.78 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
15 PASS 7 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
9 images, 0 KB saveable
REVIEW
9 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.
9 images 317 KB
0 oversized -0 KB
8 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
JS Execution Cost
791ms total JS execution
REVIEW
791ms total JS execution
Info::
Unattributable: 235ms CPU time
Info::
https://miglioreagenzia.it/wp-content/plugins/cont...: 194ms CPU time
Info::
https://miglioreagenzia.it/: 162ms CPU time
Info::
https://miglioreagenzia.it/wp-content/themes/Squar...: 70ms CPU time
Info::
https://miglioreagenzia.it/wp-includes/js/jquery/j...: 69ms CPU time

Main Thread Breakdown

Other 35% Style & Layout 28% Script Evaluation 21% Parse HTML & CSS 9% Script Parsing & Compilation 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
Unattributable235ms6ms0ms1st
https://miglioreagenzia.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.7194ms13ms1ms1st
https://miglioreagenzia.it/162ms7ms3ms1st
https://miglioreagenzia.it/wp-content/themes/Square_theme/js/scripts.js70ms59ms1ms1st
https://miglioreagenzia.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.169ms47ms7ms1st
https://miglioreagenzia.it/wp-content/themes/Square_theme/js/vendor/swiper-bundle.min.js?ver=12.2.062ms15ms10ms1st
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.
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
10 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
Page Weight Budget
741 KB transferred, 40 requests
PASS
741 KB transferred, 40 requests
Info::
Page weighs 1.4 MB (741 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::
40 HTTP requests
Info::
Estimated 0.15 g CO2 per page load
741 KB / 2.4 MB budget
741 KB transferred
40 requests
0.15 g CO2 per page load
Images 317.4 KiB 43%
Fonts 216.0 KiB 29%
JavaScript 119.2 KiB 16%
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
10% third-party, 0 ms blocking
PASS
10% third-party, 0 ms blocking
Info::
Third-party code accounts for 10% of page weight (71.9 KiB of 740.8 KiB)
Info::
Third-party blocking time is low (0 ms)
90%
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+
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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 4.3 s LCP 4.8 shttps://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 — 34 ms — font-display: swaphttps://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2rP2Hp2ywxg089UriCZOIHTW... https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWEBlw.woff2 — 61.1 KiB — 54 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 155 KB
Load time 34 ms
Start 609 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
rP2Hp2ywxg089UriCZOIHTW... woff2 swap
Size 61 KB
Load time 54 ms
Start 609 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)

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://miglioreagenzia.it/wp-content/themes/Square_theme/js/scripts.js3 KB1st
https://miglioreagenzia.it/wp-includes/js/comment-reply.min.js?ver=7.11 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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
4
prefetch

4 resource hints configured

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
40 resources · 741 KB · 47 KB savings available
PASS
40 resources · 741 KB · 47 KB savings available
Info::
Within 1MB page-weight target
Got: 741 KB
Info::
9 third-party resources (10% of weight)
40 resources · 740.8 KiB · 9 third-party Within 1MB page-weight target
Image 43% · 318.9 KiB
Font 29% · 216.0 KiB
JavaScript 16% · 119.2 KiB
CSS 9% · 70.2 KiB
Document 2% · 13.9 KiB
Other 0% · 2.5 KiB

~47.1 KiB of savings available

Remove unused JavaScript: 47.1 KiB
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::
10 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.
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
40 requests over 1421ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 4.3 s LCP 4.8 shttps://miglioreagenzia.it// https://miglioreagenzia.it/ — 200 — 13.9 KiB — 163 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 — 34 ms — h2https://fonts.gstatic.com/fonts.gstatic.com/ https://fonts.gstatic.com/ — -1 — 0 B — 118 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 — 51 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 — 97 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 — 81 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 — 84 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 — 88 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 — 91 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 — 210 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 — 140 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 — 112 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 — 104 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 — 110 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 — 110 ms — h2https://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 — 33 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 — 32 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 — 275 B — 101 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 — 48 ms — http/1.1https://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 — 46 ms — h2https://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 — 39 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 — 42 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.5 KiB — 46 ms — h2blob:https://miglioreagenzia.it/bd693a15-a9ad-4acb-9975-4be9c2176145miglioreagenzia.it/bd693a15-a9ad-4a... blob:https://miglioreagenzia.it/bd693a15-a9ad-4acb-9975-4be9c2176145 — 200 — -1 B — 96 ms — blobdata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='… — 200 — 0 B — 0 ms — datahttps://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 — 32 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 4.3 s LCP 4.8 shttps://miglioreagenzia.it// https://miglioreagenzia.it/ — 200 — 13.9 KiB — 163 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 — 34 ms — h2https://fonts.gstatic.com/fonts.gstatic.com/ https://fonts.gstatic.com/ — -1 — 0 B — 118 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 — 51 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 — 97 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 — 81 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 — 84 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 — 88 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 — 91 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 — 210 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 — 140 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 — 112 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 — 104 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 — 110 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 — 110 ms — h2https://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 — 33 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 — 32 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 — 275 B — 101 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 — 48 ms — http/1.1https://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 — 46 ms — h2https://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 — 39 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 — 42 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.5 KiB — 46 ms — h2blob:https://miglioreagenzia.it/bd693a15-a9ad-4acb-9975-4be9c2176145miglioreagenzia.it/bd693a15-a9ad-4a... blob:https://miglioreagenzia.it/bd693a15-a9ad-4acb-9975-4be9c2176145 — 200 — -1 B — 96 ms — blobdata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='… — 200 — 0 B — 0 ms — datahttps://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 — 32 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 — 33 ms — h2https://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 — 34 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 — 54 ms — h3https://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 — 33 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 — 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 — 34 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 — 62 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 — 65 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 — 71 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 — 90 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