Skip to content
https://Costruzionifbi.it

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
7
PASS
11
INFO
2

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

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

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

857 ms

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

1.82 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.263

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.94 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.82 s

Page Load Progression

399 ms
798 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.2 s
Checks
21
11 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.

No Cache-Control header

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

B
Image Optimization
3 images, 0 KB saveable
REVIEW
3 images, 0 KB saveable
Warning::
https://costruzionifbi.it/wp-content/uploads/2021/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
3 images 177 KB
0 oversized -0 KB
3 legacy format
1 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

C
JS Bundles
Action
30 scripts, 161 KB unused
REVIEW
30 scripts, 161 KB unused
Warning::
https://cdn.iubenda.com/cookie_solution/iubenda_cs...: 56 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://costruzionifbi.it/wp-content/themes/magicb...: 46 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://costruzionifbi.it/wp-content/plugins/revsl...: 37 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://costruzionifbi.it/wp-content/plugins/revsl...: 22 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 161 KB
161 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.104.2/core-it.js113 KB56 KB (50%)3rd
https://costruzionifbi.it/wp-content/themes/magicbev9/js/plugins.js?ver=21.9.755 KB46 KB (85%)1st
https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.2.2282 KB37 KB (45%)1st
https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.2.2244 KB22 KB (50%)1st
https://costruzionifbi.it/wp-includes/js/jquery/ui/sortable.min.js?ver=1.12.16 KB1st
https://costruzionifbi.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.24 KB1st
https://costruzionifbi.it/wp-includes/js/dist/i18n.min.js?ver=ac389435e7fd4ded01cf603f3aaba6a64 KB1st
https://costruzionifbi.it/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.1925 KB1st
https://costruzionifbi.it/wp-includes/js/dist/url.min.js?ver=98645f0502e5ed8dadffd161e39072d25 KB1st
https://costruzionifbi.it/wp-includes/js/dist/hooks.min.js?ver=84b89ab09cbfb4469f02183611cc09392 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

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

B
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.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
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
954 KB transferred, 55 requests
PASS
954 KB transferred, 55 requests
Info::
Page weighs 2.6 MB (954 KB transferred)
Info::
55 HTTP requests
Info::
Estimated 0.20 g CO2 per page load
954 KB / 2.4 MB budget
954 KB transferred
55 requests
0.20 g CO2 per page load
JavaScript 475.4 KiB 50%
Images 177.1 KiB 19%
Fonts 169.9 KiB 18%
CSS 101.6 KiB 11%
HTML 20.4 KiB 2%
Other 8.6 KiB 1%
Other 573 B 0%
0 2.4 MB 4.9 MB
Under budget
A
Third-Party Impact
24% third-party, 0 ms blocking
PASS
24% third-party, 0 ms blocking
Info::
Third-party code accounts for 24% of page weight (225.7 KiB of 953.5 KiB)
Info::
Third-party blocking time is low (0 ms)
76%
24%
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
364ms total JS execution
PASS
364ms total JS execution
Info::
https://costruzionifbi.it/wp-content/plugins/revsl...: 159ms CPU time
Info::
https://costruzionifbi.it/: 142ms CPU time
Info::
https://costruzionifbi.it/wp-content/plugins/revsl...: 63ms CPU time

Main Thread Breakdown

Script Evaluation 42% Other 24% Style & Layout 21% Script Parsing & Compilation 5% Parse HTML & CSS 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.2.22159ms57ms2ms1st
https://costruzionifbi.it/142ms23ms2ms1st
https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.2.2263ms46ms6ms1st
A+
Font Loading
4 fonts (170 KB)
PASS
4 fonts (170 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

170 KB total

Render-blocking

0

of 4

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 857 ms LCP 1.8 shttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 85 ms — font-display: swaphttps://costruzionifbi.it/wp-content/themes/magicbev9/fonts/mfn-icons.woff?31690507mfn-icons.woff https://costruzionifbi.it/wp-content/themes/magicbev9/fonts/mfn-icons.woff?31690507 — 79.3 KiB — 53 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2KFO5CnqEu92Fr1Mu53ZEC9_... https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2 — 40.8 KiB — 88 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVIUwaEQbjA.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVIUwaEQbjA.woff2 — 13.1 KiB — 37 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 85 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
mfn-icons.woff woff swap
Size 79 KB
Load time 53 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO5CnqEu92Fr1Mu53ZEC9_... woff2 swap
Size 41 KB
Load time 88 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 37 ms
Start 1.5 s
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 ~24 KB and ~48 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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: User-Agent
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Page Weight Inventory
55 resources · 954 KB · 161 KB savings available
PASS
55 resources · 954 KB · 161 KB savings available
Info::
Within 1MB page-weight target
Got: 954 KB
Info::
~161 KB of savings available
Info::
14 third-party resources (24% of weight)
55 resources · 953.5 KiB · 14 third-party Within 1MB page-weight target
JavaScript 50% · 475.4 KiB
Image 19% · 185.7 KiB
Font 18% · 169.9 KiB
CSS 11% · 101.6 KiB
Document 2% · 20.4 KiB
Other 0% · 573 B

~161.2 KiB of savings available

Remove unused JavaScript: 161.2 KiB
Network Waterfall
55 requests over 1911ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 857 ms LCP 1.8 shttps://costruzionifbi.it// https://costruzionifbi.it/ — 200 — 20.4 KiB — 1.2 s — h2https://cdn.iubenda.com/cs/iubenda_cs.jscdn.iubenda.com/cs/iubenda_cs.js https://cdn.iubenda.com/cs/iubenda_cs.js — 200 — 2.5 KiB — 97 ms — h2https://costruzionifbi.it/wp-includes/css/dist/block-library/style.min.css?ver=5.6.2/wp-includes/css/dist/block-library... https://costruzionifbi.it/wp-includes/css/dist/block-library/style.min.css?ver=5.6.2 — 200 — 7.7 KiB — 59 ms — h2https://costruzionifbi.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.4/wp-content/plugins/contact-form-7/... https://costruzionifbi.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.4 — 200 — 987 B — 52 ms — h2https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.2.22/wp-content/plugins/revslider/publi... https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.2.22 — 200 — 12.4 KiB — 58 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/style.css?ver=21.9.7/wp-content/themes/magicbev9/style.... https://costruzionifbi.it/wp-content/themes/magicbev9/style.css?ver=21.9.7 — 200 — 318 B — 50 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/css/base.css?ver=21.9.7/wp-content/themes/magicbev9/css/ba... https://costruzionifbi.it/wp-content/themes/magicbev9/css/base.css?ver=21.9.7 — 200 — 12.0 KiB — 90 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/css/layout.css?ver=21.9.7/wp-content/themes/magicbev9/css/la... https://costruzionifbi.it/wp-content/themes/magicbev9/css/layout.css?ver=21.9.7 — 200 — 19.7 KiB — 98 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/css/shortcodes.css?ver=21.9.7/wp-content/themes/magicbev9/css/sh... https://costruzionifbi.it/wp-content/themes/magicbev9/css/shortcodes.css?ver=21.9.7 — 200 — 22.1 KiB — 130 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/assets/animations/animations.min.css?ver=21.9.7/wp-content/themes/magicbev9/assets... https://costruzionifbi.it/wp-content/themes/magicbev9/assets/animations/animations.min.css?ver=21.9.7 — 200 — 5.3 KiB — 91 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/assets/ui/jquery.ui.all.css?ver=21.9.7/wp-content/themes/magicbev9/assets... https://costruzionifbi.it/wp-content/themes/magicbev9/assets/ui/jquery.ui.all.css?ver=21.9.7 — 200 — 3.3 KiB — 89 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/assets/jplayer/css/jplayer.blue.monday.css?ver=21.9.7/wp-content/themes/magicbev9/assets... https://costruzionifbi.it/wp-content/themes/magicbev9/assets/jplayer/css/jplayer.blue.monday.css?ver=21.9.7 — 200 — 2.1 KiB — 89 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/css/responsive.css?ver=21.9.7/wp-content/themes/magicbev9/css/re... https://costruzionifbi.it/wp-content/themes/magicbev9/css/responsive.css?ver=21.9.7 — 200 — 10.1 KiB — 95 ms — h2https://fonts.googleapis.com/css?family=Roboto%3A1%2C300%2C400%2C400italic%2C500%2C700%2C700italic&display=swap&ver=5.6.2fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto%3A1%2C300%2C400%2C400italic%2C500%2C700%2C700italic&display=swap&ver=5.6.2 — 200 — 2.5 KiB — 103 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/jquery.min.js?ver=3.5.1/wp-includes/js/jquery/jquery.min.j... https://costruzionifbi.it/wp-includes/js/jquery/jquery.min.js?ver=3.5.1 — 200 — 30.3 KiB — 131 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2/wp-includes/js/jquery/jquery-migra... https://costruzionifbi.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2 — 200 — 4.1 KiB — 49 ms — h2https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.2.22/wp-content/plugins/revslider/publi... https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.2.22 — 200 — 44.1 KiB — 131 ms — h2https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.2.22/wp-content/plugins/revslider/publi... https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.2.22 — 200 — 81.6 KiB — 200 ms — h2https://costruzionifbi.it/wp-content/uploads/2021/02/logo.png/wp-content/uploads/2021/02/logo.pn... https://costruzionifbi.it/wp-content/uploads/2021/02/logo.png — 200 — 8.7 KiB — 130 ms — h2https://costruzionifbi.it/wp-content/uploads/2021/03/cantiere.jpeg/wp-content/uploads/2021/03/cantier... https://costruzionifbi.it/wp-content/uploads/2021/03/cantiere.jpeg — 200 — 160.3 KiB — 165 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:800%7CRoboto:700%2C500%2C400fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:800%7CRoboto:700%2C500%2C400 — 200 — 2.0 KiB — 37 ms — h2https://costruzionifbi.it/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.4.4/wp-includes/js/dist/vendor/wp-poly... https://costruzionifbi.it/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.4.4 — 200 — 33.5 KiB — 55 ms — h2https://costruzionifbi.it/wp-includes/js/dist/i18n.min.js?ver=ac389435e7fd4ded01cf603f3aaba6a6/wp-includes/js/dist/i18n.min.js?ve... https://costruzionifbi.it/wp-includes/js/dist/i18n.min.js?ver=ac389435e7fd4ded01cf603f3aaba6a6 — 200 — 3.6 KiB — 43 ms — h2https://costruzionifbi.it/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.19/wp-includes/js/dist/vendor/lodash.... https://costruzionifbi.it/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.19 — 200 — 25.2 KiB — 47 ms — h2https://costruzionifbi.it/wp-includes/js/dist/url.min.js?ver=98645f0502e5ed8dadffd161e39072d2/wp-includes/js/dist/url.min.js?ver... https://costruzionifbi.it/wp-includes/js/dist/url.min.js?ver=98645f0502e5ed8dadffd161e39072d2 — 200 — 4.7 KiB — 62 ms — h2https://costruzionifbi.it/wp-includes/js/dist/hooks.min.js?ver=84b89ab09cbfb4469f02183611cc0939/wp-includes/js/dist/hooks.min.js?v... https://costruzionifbi.it/wp-includes/js/dist/hooks.min.js?ver=84b89ab09cbfb4469f02183611cc0939 — 200 — 2.1 KiB — 50 ms — h2https://costruzionifbi.it/wp-includes/js/dist/api-fetch.min.js?ver=4dec825c071b87c57f687eb90f7c23c3/wp-includes/js/dist/api-fetch.min.... https://costruzionifbi.it/wp-includes/js/dist/api-fetch.min.js?ver=4dec825c071b87c57f687eb90f7c23c3 — 200 — 3.4 KiB — 54 ms — h2https://costruzionifbi.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.4/wp-content/plugins/contact-form-7/... https://costruzionifbi.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.4 — 200 — 3.2 KiB — 54 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1/wp-includes/js/jquery/ui/core.min.... https://costruzionifbi.it/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1 — 200 — 6.7 KiB — 61 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/ui/mouse.min.js?ver=1.12.1/wp-includes/js/jquery/ui/mouse.min... https://costruzionifbi.it/wp-includes/js/jquery/ui/mouse.min.js?ver=1.12.1 — 200 — 1.1 KiB — 53 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 857 ms LCP 1.8 shttps://costruzionifbi.it// https://costruzionifbi.it/ — 200 — 20.4 KiB — 1.2 s — h2https://cdn.iubenda.com/cs/iubenda_cs.jscdn.iubenda.com/cs/iubenda_cs.js https://cdn.iubenda.com/cs/iubenda_cs.js — 200 — 2.5 KiB — 97 ms — h2https://costruzionifbi.it/wp-includes/css/dist/block-library/style.min.css?ver=5.6.2/wp-includes/css/dist/block-library... https://costruzionifbi.it/wp-includes/css/dist/block-library/style.min.css?ver=5.6.2 — 200 — 7.7 KiB — 59 ms — h2https://costruzionifbi.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.4/wp-content/plugins/contact-form-7/... https://costruzionifbi.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.4 — 200 — 987 B — 52 ms — h2https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.2.22/wp-content/plugins/revslider/publi... https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.2.22 — 200 — 12.4 KiB — 58 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/style.css?ver=21.9.7/wp-content/themes/magicbev9/style.... https://costruzionifbi.it/wp-content/themes/magicbev9/style.css?ver=21.9.7 — 200 — 318 B — 50 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/css/base.css?ver=21.9.7/wp-content/themes/magicbev9/css/ba... https://costruzionifbi.it/wp-content/themes/magicbev9/css/base.css?ver=21.9.7 — 200 — 12.0 KiB — 90 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/css/layout.css?ver=21.9.7/wp-content/themes/magicbev9/css/la... https://costruzionifbi.it/wp-content/themes/magicbev9/css/layout.css?ver=21.9.7 — 200 — 19.7 KiB — 98 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/css/shortcodes.css?ver=21.9.7/wp-content/themes/magicbev9/css/sh... https://costruzionifbi.it/wp-content/themes/magicbev9/css/shortcodes.css?ver=21.9.7 — 200 — 22.1 KiB — 130 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/assets/animations/animations.min.css?ver=21.9.7/wp-content/themes/magicbev9/assets... https://costruzionifbi.it/wp-content/themes/magicbev9/assets/animations/animations.min.css?ver=21.9.7 — 200 — 5.3 KiB — 91 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/assets/ui/jquery.ui.all.css?ver=21.9.7/wp-content/themes/magicbev9/assets... https://costruzionifbi.it/wp-content/themes/magicbev9/assets/ui/jquery.ui.all.css?ver=21.9.7 — 200 — 3.3 KiB — 89 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/assets/jplayer/css/jplayer.blue.monday.css?ver=21.9.7/wp-content/themes/magicbev9/assets... https://costruzionifbi.it/wp-content/themes/magicbev9/assets/jplayer/css/jplayer.blue.monday.css?ver=21.9.7 — 200 — 2.1 KiB — 89 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/css/responsive.css?ver=21.9.7/wp-content/themes/magicbev9/css/re... https://costruzionifbi.it/wp-content/themes/magicbev9/css/responsive.css?ver=21.9.7 — 200 — 10.1 KiB — 95 ms — h2https://fonts.googleapis.com/css?family=Roboto%3A1%2C300%2C400%2C400italic%2C500%2C700%2C700italic&display=swap&ver=5.6.2fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto%3A1%2C300%2C400%2C400italic%2C500%2C700%2C700italic&display=swap&ver=5.6.2 — 200 — 2.5 KiB — 103 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/jquery.min.js?ver=3.5.1/wp-includes/js/jquery/jquery.min.j... https://costruzionifbi.it/wp-includes/js/jquery/jquery.min.js?ver=3.5.1 — 200 — 30.3 KiB — 131 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2/wp-includes/js/jquery/jquery-migra... https://costruzionifbi.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2 — 200 — 4.1 KiB — 49 ms — h2https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.2.22/wp-content/plugins/revslider/publi... https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.2.22 — 200 — 44.1 KiB — 131 ms — h2https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.2.22/wp-content/plugins/revslider/publi... https://costruzionifbi.it/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.2.22 — 200 — 81.6 KiB — 200 ms — h2https://costruzionifbi.it/wp-content/uploads/2021/02/logo.png/wp-content/uploads/2021/02/logo.pn... https://costruzionifbi.it/wp-content/uploads/2021/02/logo.png — 200 — 8.7 KiB — 130 ms — h2https://costruzionifbi.it/wp-content/uploads/2021/03/cantiere.jpeg/wp-content/uploads/2021/03/cantier... https://costruzionifbi.it/wp-content/uploads/2021/03/cantiere.jpeg — 200 — 160.3 KiB — 165 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:800%7CRoboto:700%2C500%2C400fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:800%7CRoboto:700%2C500%2C400 — 200 — 2.0 KiB — 37 ms — h2https://costruzionifbi.it/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.4.4/wp-includes/js/dist/vendor/wp-poly... https://costruzionifbi.it/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.4.4 — 200 — 33.5 KiB — 55 ms — h2https://costruzionifbi.it/wp-includes/js/dist/i18n.min.js?ver=ac389435e7fd4ded01cf603f3aaba6a6/wp-includes/js/dist/i18n.min.js?ve... https://costruzionifbi.it/wp-includes/js/dist/i18n.min.js?ver=ac389435e7fd4ded01cf603f3aaba6a6 — 200 — 3.6 KiB — 43 ms — h2https://costruzionifbi.it/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.19/wp-includes/js/dist/vendor/lodash.... https://costruzionifbi.it/wp-includes/js/dist/vendor/lodash.min.js?ver=4.17.19 — 200 — 25.2 KiB — 47 ms — h2https://costruzionifbi.it/wp-includes/js/dist/url.min.js?ver=98645f0502e5ed8dadffd161e39072d2/wp-includes/js/dist/url.min.js?ver... https://costruzionifbi.it/wp-includes/js/dist/url.min.js?ver=98645f0502e5ed8dadffd161e39072d2 — 200 — 4.7 KiB — 62 ms — h2https://costruzionifbi.it/wp-includes/js/dist/hooks.min.js?ver=84b89ab09cbfb4469f02183611cc0939/wp-includes/js/dist/hooks.min.js?v... https://costruzionifbi.it/wp-includes/js/dist/hooks.min.js?ver=84b89ab09cbfb4469f02183611cc0939 — 200 — 2.1 KiB — 50 ms — h2https://costruzionifbi.it/wp-includes/js/dist/api-fetch.min.js?ver=4dec825c071b87c57f687eb90f7c23c3/wp-includes/js/dist/api-fetch.min.... https://costruzionifbi.it/wp-includes/js/dist/api-fetch.min.js?ver=4dec825c071b87c57f687eb90f7c23c3 — 200 — 3.4 KiB — 54 ms — h2https://costruzionifbi.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.4/wp-content/plugins/contact-form-7/... https://costruzionifbi.it/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.4 — 200 — 3.2 KiB — 54 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1/wp-includes/js/jquery/ui/core.min.... https://costruzionifbi.it/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1 — 200 — 6.7 KiB — 61 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/ui/mouse.min.js?ver=1.12.1/wp-includes/js/jquery/ui/mouse.min... https://costruzionifbi.it/wp-includes/js/jquery/ui/mouse.min.js?ver=1.12.1 — 200 — 1.1 KiB — 53 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/ui/sortable.min.js?ver=1.12.1/wp-includes/js/jquery/ui/sortable.... https://costruzionifbi.it/wp-includes/js/jquery/ui/sortable.min.js?ver=1.12.1 — 200 — 6.3 KiB — 64 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/ui/tabs.min.js?ver=1.12.1/wp-includes/js/jquery/ui/tabs.min.... https://costruzionifbi.it/wp-includes/js/jquery/ui/tabs.min.js?ver=1.12.1 — 200 — 3.8 KiB — 59 ms — h2https://costruzionifbi.it/wp-includes/js/jquery/ui/accordion.min.js?ver=1.12.1/wp-includes/js/jquery/ui/accordion... https://costruzionifbi.it/wp-includes/js/jquery/ui/accordion.min.js?ver=1.12.1 — 200 — 2.7 KiB — 59 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/js/plugins.js?ver=21.9.7/wp-content/themes/magicbev9/js/plu... https://costruzionifbi.it/wp-content/themes/magicbev9/js/plugins.js?ver=21.9.7 — 200 — 54.9 KiB — 74 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/js/menu.js?ver=21.9.7/wp-content/themes/magicbev9/js/men... https://costruzionifbi.it/wp-content/themes/magicbev9/js/menu.js?ver=21.9.7 — 200 — 881 B — 52 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/assets/animations/animations.min.js?ver=21.9.7/wp-content/themes/magicbev9/assets... https://costruzionifbi.it/wp-content/themes/magicbev9/assets/animations/animations.min.js?ver=21.9.7 — 200 — 660 B — 59 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/assets/jplayer/jplayer.min.js?ver=21.9.7/wp-content/themes/magicbev9/assets... https://costruzionifbi.it/wp-content/themes/magicbev9/assets/jplayer/jplayer.min.js?ver=21.9.7 — 200 — 12.4 KiB — 63 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/js/parallax/translate3d.js?ver=21.9.7/wp-content/themes/magicbev9/js/par... https://costruzionifbi.it/wp-content/themes/magicbev9/js/parallax/translate3d.js?ver=21.9.7 — 200 — 1.3 KiB — 58 ms — h2https://costruzionifbi.it/wp-content/themes/magicbev9/js/scripts.js?ver=21.9.7/wp-content/themes/magicbev9/js/scr... https://costruzionifbi.it/wp-content/themes/magicbev9/js/scripts.js?ver=21.9.7 — 200 — 14.3 KiB — 67 ms — h2https://costruzionifbi.it/wp-includes/js/wp-embed.min.js?ver=5.6.2/wp-includes/js/wp-embed.min.js?ver... https://costruzionifbi.it/wp-includes/js/wp-embed.min.js?ver=5.6.2 — 200 — 797 B — 58 ms — h2https://costruzionifbi.it/wp-content/uploads/2021/05/logobianco.png/wp-content/uploads/2021/05/logobia... https://costruzionifbi.it/wp-content/uploads/2021/05/logobianco.png — 200 — 8.1 KiB — 63 ms — h2https://costruzionifbi.it/wp-includes/js/wp-emoji-release.min.js?ver=5.6.2/wp-includes/js/wp-emoji-release.mi... https://costruzionifbi.it/wp-includes/js/wp-emoji-release.min.js?ver=5.6.2 — 200 — 4.6 KiB — 67 ms — h2https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.104.2/core-it.jscdn.iubenda.com/cookie_solution/iub... https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.104.2/core-it.js — 200 — 112.8 KiB — 95 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 85 ms — h3https://costruzionifbi.it/wp-content/themes/magicbev9/fonts/mfn-icons.woff?31690507/wp-content/themes/magicbev9/fonts/... https://costruzionifbi.it/wp-content/themes/magicbev9/fonts/mfn-icons.woff?31690507 — 200 — 79.3 KiB — 53 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2fonts.gstatic.com/s/roboto/v51/KFO5... https://fonts.gstatic.com/s/roboto/v51/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnkaSTbQWg.woff2 — 200 — 40.8 KiB — 88 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVIUwaEQbjA.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVIUwaEQbjA.woff2 — 200 — 13.1 KiB — 37 ms — h3https://cs.iubenda.com/cookie-solution/confs/js/65673674.jscs.iubenda.com/cookie-solution/conf... https://cs.iubenda.com/cookie-solution/confs/js/65673674.js — 200 — 1.6 KiB — 84 ms — h2https://cdn.iubenda.com/iubenda.jscdn.iubenda.com/iubenda.js https://cdn.iubenda.com/iubenda.js — 200 — 7.1 KiB — 29 ms — h2https://costruzionifbi.it/wp-content/uploads/2021/02/favicon.png/wp-content/uploads/2021/02/favicon... https://costruzionifbi.it/wp-content/uploads/2021/02/favicon.png — 200 — 8.6 KiB — 42 ms — h2https://cdn.iubenda.com/iubenda_i_badge.csscdn.iubenda.com/iubenda_i_badge.css https://cdn.iubenda.com/iubenda_i_badge.css — 200 — 1.2 KiB — 32 ms — h2https://cdn.iubenda.com/iubenda_i_badge.jscdn.iubenda.com/iubenda_i_badge.js https://cdn.iubenda.com/iubenda_i_badge.js — 200 — 4.8 KiB — 33 ms — h2https://cdn.iubenda.com/iubenda_i_badge.csscdn.iubenda.com/iubenda_i_badge.css https://cdn.iubenda.com/iubenda_i_badge.css — 200 — 0 B — 27 ms — h2https://cdn.iubenda.com/iubenda_i_badge.jscdn.iubenda.com/iubenda_i_badge.js https://cdn.iubenda.com/iubenda_i_badge.js — 200 — 0 B — 26 ms — h2https://idb.iubenda.com/csdata?db=hits1idb.iubenda.com/csdata?db=hits1 https://idb.iubenda.com/csdata?db=hits1 — 204 — 573 B — 119 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
5 images, 43 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

5

Total Size

43 KB

4 missing dimensions 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