Skip to content
https://splsezzespa.it

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
4
REVIEW
6
PASS
9
INFO
3

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

67
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.62 s

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

4.06 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.015

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

3.00 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.07 s

Page Load Progression

813 ms
1.6 s
2.4 s
3.3 s
4.1 s
4.9 s
5.7 s
6.5 s
Checks
22
9 PASS 6 REVIEW 4 FIX
F
Page Weight Budget
Action
5.5 MB transferred, 123 requests
FIX
5.5 MB transferred, 123 requests
Critical::
Page weighs 7.9 MB (5.5 MB transferred)
Warning::
Images are 4.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.1 MB
Warning::
JavaScript is 887 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 887 KB
Info::
Fonts are 289 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 289 KB
Info::
CSS is 222 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 222 KB
Warning::
123 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.5 MB / 2.4 MB budget
5.5 MB transferred
123 requests
1.2 g CO2 per page load
Images 4.1 MiB 75%
JavaScript 887.3 KiB 16%
Fonts 288.9 KiB 5%
CSS 221.9 KiB 4%
HTML 24.7 KiB 0%
Other 2.0 KiB 0%
Other 46 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (5.5 MiB of 5.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
123 resources · 5.5 MB · 200 KB savings available
FIX
123 resources · 5.5 MB · 200 KB savings available
Warning::
Page weight 5.5 MB exceeds 1 MB target by 4.5 MB
Got: 5.5 MB Expected: ≤ 1 MB
Info::
~200 KB of savings available
Warning::
122 third-party resources (100% of weight)
Info::
8 resources over 200KB
123 resources · 5.5 MiB · 122 third-party 4.5 MiB over 1MB target
Image 75% · 4.1 MiB
JavaScript 16% · 887.3 KiB
Font 5% · 288.9 KiB
CSS 4% · 221.9 KiB
Document 0% · 25.2 KiB
Other 0% · 46 B

~199.8 KiB of savings available

Remove unused JavaScript: 199.8 KiB
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.

C
Image Optimization
Action
27 images, 0 KB saveable
REVIEW
27 images, 0 KB saveable
Warning::
https://www.splsezzespa.it/it-IT/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.splsezzespa.it/it-IT/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.splsezzespa.it/it-IT/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.splsezzespa.it/it-IT/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.splsezzespa.it/it-IT/wp-content/upload... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
27 images 4.1 MB
0 oversized -0 KB
26 legacy format
5 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

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
868ms total JS execution
REVIEW
868ms total JS execution
Warning::
https://www.splsezzespa.it/it-IT/: 483ms CPU time
Warning::
Unattributable: 261ms CPU time
Info::
https://c0.wp.com/c/7.0.1/wp-includes/js/jquery/jq...: 124ms CPU time
Warning::
Third-party scripts: 608ms (70% of total)

Main Thread Breakdown

Other 38% Style & Layout 23% Script Evaluation 23% Parse HTML & CSS 7% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.splsezzespa.it/it-IT/483ms17ms2ms3rd
Unattributable261ms3ms0ms1st
https://c0.wp.com/c/7.0.1/wp-includes/js/jquery/jquery.min.js124ms107ms2ms3rd
C
JS Bundles
Action
39 scripts, 200 KB unused
REVIEW
39 scripts, 200 KB unused
Warning::
https://www.splsezzespa.it/it-IT/wp-content/plugin...: 136 KB unused (97%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.splsezzespa.it/it-IT/wp-content/themes...: 40 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.splsezzespa.it/it-IT/wp-content/plugin...: 24 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 200 KB
200 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5140 KB136 KB (97%)3rd
https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/vendors/flickity.pkgd.min.js?ver=4.1.656 KB40 KB (71%)3rd
https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.1.450 KB24 KB (49%)3rd
https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.1.432 KB3rd
https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/theme.min.js?ver=4.1.619 KB3rd
https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/drop-down-mobile-menu.min.js?ver=4.1.614 KB3rd
https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/drop-down-search.min.js?ver=4.1.68 KB3rd
https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/vendors/magnific-popup.min.js?ver=4.1.621 KB3rd
https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/ow-lightbox.min.js?ver=4.1.64 KB3rd
https://c0.wp.com/c/7.0.1/wp-includes/js/imagesloaded.min.js2 KB3rd

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

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.
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
6 fonts (289 KB)
PASS
6 fonts (289 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

289 KB total

Render-blocking

0

of 6

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 FCP 1.6 s LCP 4.1 shttps://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 76.5 KiB — 547 ms — font-display: swaphttps://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0Simple-Line-Icons.woff2 https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0 — 29.5 KiB — 195 ms — font-display: swaphttps://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2roboto-kfo7cnqeu92fr1me... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2 — 39.3 KiB — 192 ms — font-display: swaphttps://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/rocknrollone-kmk7zqspgafceuiw6fflmec9sujrsg.woff2rocknrollone-kmk7zqspga... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/rocknrollone-kmk7zqspgafceuiw6fflmec9sujrsg.woff2 — 20.3 KiB — 194 ms — font-display: swaphttps://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 — 79.9 KiB — 543 ms — font-display: swaphttps://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2roboto-kfo5cnqeu92fr1mu... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2 — 43.3 KiB — 217 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 547 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
Simple-Line-Icons.woff2 woff2 swap
Size 30 KB
Load time 195 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
roboto-kfo7cnqeu92fr1me... woff2 swap
Size 39 KB
Load time 192 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
rocknrollone-kmk7zqspga... woff2 swap
Size 20 KB
Load time 194 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 80 KB
Load time 543 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
roboto-kfo5cnqeu92fr1mu... woff2 swap
Size 43 KB
Load time 217 ms
Start 2.9 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)
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+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
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
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Aruba.it

Network Waterfall
123 requests over 6153ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.6 s LCP 4.1 shttps://splsezzespa.it// https://splsezzespa.it/ — 301 — 127 B — 498 ms — h2https://www.splsezzespa.it/www.splsezzespa.it/ https://www.splsezzespa.it/ — 302 — 133 B — 519 ms — h2https://www.splsezzespa.it/it-IT/www.splsezzespa.it/it-IT/ https://www.splsezzespa.it/it-IT/ — 200 — 23.6 KiB — 936 ms — h2https://www.splsezzespa.it/it-IT/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css/jetpack-forms-layout.css?ver=15.9.1www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css/jetpack-forms-layout.css?ver=15.9.1 — 200 — 1.2 KiB — 185 ms — h3https://c0.wp.com/c/7.0.1/wp-includes/css/dist/components/style.min.cssc0.wp.com/c/7.0.1/wp-includes/css/d... https://c0.wp.com/c/7.0.1/wp-includes/css/dist/components/style.min.css — 200 — 14.6 KiB — 54 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/css/dist/preferences/style.min.cssc0.wp.com/c/7.0.1/wp-includes/css/d... https://c0.wp.com/c/7.0.1/wp-includes/css/dist/preferences/style.min.css — 200 — 735 B — 45 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/css/dist/block-editor/style.min.cssc0.wp.com/c/7.0.1/wp-includes/css/d... https://c0.wp.com/c/7.0.1/wp-includes/css/dist/block-editor/style.min.css — 200 — 16.6 KiB — 68 ms — h2https://www.splsezzespa.it/it-IT/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2 — 404 — 292 B — 675 ms — h3https://c0.wp.com/c/7.0.1/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.cssc0.wp.com/c/7.0.1/wp-includes/js/me... https://c0.wp.com/c/7.0.1/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css — 200 — 2.9 KiB — 47 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/js/mediaelement/wp-mediaelement.min.cssc0.wp.com/c/7.0.1/wp-includes/js/me... https://c0.wp.com/c/7.0.1/wp-includes/js/mediaelement/wp-mediaelement.min.css — 200 — 1.4 KiB — 45 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/css/dashicons.min.cssc0.wp.com/c/7.0.1/wp-includes/css/d... https://c0.wp.com/c/7.0.1/wp-includes/css/dashicons.min.css — 200 — 34.8 KiB — 66 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/css/editor.min.cssc0.wp.com/c/7.0.1/wp-includes/css/e... https://c0.wp.com/c/7.0.1/wp-includes/css/editor.min.css — 200 — 6.5 KiB — 57 ms — h2https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/wysiwyg/assets/build/wysiwyg.css?ver=ec5ee578c1142cfd608fwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/wysiwyg/assets/build/wysiwyg.css?ver=ec5ee578c1142cfd608f — 200 — 1.1 KiB — 183 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/cookie-notice/css/front.min.css?ver=3.1.2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/cookie-notice/css/front.min.css?ver=3.1.2 — 200 — 1.4 KiB — 187 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=6.7.2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=6.7.2 — 200 — 21.4 KiB — 198 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0 — 200 — 2.5 KiB — 188 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/css/style.min.css?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/css/style.min.css?ver=4.1.6 — 200 — 27.9 KiB — 208 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/select.css?ver=23f0a66d9ec9a070c2ddwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/select.css?ver=23f0a66d9ec9a070c2dd — 200 — 393 B — 196 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/checkbox.css?ver=0a3ef3c1811be5626bbdwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/checkbox.css?ver=0a3ef3c1811be5626bbd — 200 — 652 B — 205 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/radio.css?ver=1526c067231cd47c97ebwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/radio.css?ver=1526c067231cd47c97eb — 200 — 596 B — 209 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/advanced-choices/assets/build/main.css?ver=ffb76854f41cac80abe5www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/advanced-choices/assets/build/main.css?ver=ffb76854f41cac80abe5 — 200 — 846 B — 211 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/switcher/assets/build/switcher.css?ver=7c291d04aeede881ef68www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/switcher/assets/build/switcher.css?ver=7c291d04aeede881ef68 — 200 — 805 B — 213 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/multi-gateway/assets/build/multi-gateway.css?ver=47bf27f09045105a3c5dwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/multi-gateway/assets/build/multi-gateway.css?ver=47bf27f09045105a3c5d — 200 — 440 B — 218 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/tablepress/css/build/default.css?ver=3.3.2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/tablepress/css/build/default.css?ver=3.3.2 — 200 — 1.9 KiB — 224 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.50.0www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.50.0 — 200 — 4.6 KiB — 221 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.1.4 — 200 — 7.4 KiB — 229 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/css/post-7.css?ver=1783625653www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/css/post-7.css?ver=1783625653 — 200 — 542 B — 231 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.1.4 — 200 — 310 B — 233 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css?ver=4.1.4 — 200 — 438 B — 240 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css?ver=4.1.4 — 200 — 356 B — 237 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.6 s LCP 4.1 shttps://splsezzespa.it// https://splsezzespa.it/ — 301 — 127 B — 498 ms — h2https://www.splsezzespa.it/www.splsezzespa.it/ https://www.splsezzespa.it/ — 302 — 133 B — 519 ms — h2https://www.splsezzespa.it/it-IT/www.splsezzespa.it/it-IT/ https://www.splsezzespa.it/it-IT/ — 200 — 23.6 KiB — 936 ms — h2https://www.splsezzespa.it/it-IT/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css/jetpack-forms-layout.css?ver=15.9.1www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/dist/contact-form/css/jetpack-forms-layout.css?ver=15.9.1 — 200 — 1.2 KiB — 185 ms — h3https://c0.wp.com/c/7.0.1/wp-includes/css/dist/components/style.min.cssc0.wp.com/c/7.0.1/wp-includes/css/d... https://c0.wp.com/c/7.0.1/wp-includes/css/dist/components/style.min.css — 200 — 14.6 KiB — 54 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/css/dist/preferences/style.min.cssc0.wp.com/c/7.0.1/wp-includes/css/d... https://c0.wp.com/c/7.0.1/wp-includes/css/dist/preferences/style.min.css — 200 — 735 B — 45 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/css/dist/block-editor/style.min.cssc0.wp.com/c/7.0.1/wp-includes/css/d... https://c0.wp.com/c/7.0.1/wp-includes/css/dist/block-editor/style.min.css — 200 — 16.6 KiB — 68 ms — h2https://www.splsezzespa.it/it-IT/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2 — 404 — 292 B — 675 ms — h3https://c0.wp.com/c/7.0.1/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.cssc0.wp.com/c/7.0.1/wp-includes/js/me... https://c0.wp.com/c/7.0.1/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css — 200 — 2.9 KiB — 47 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/js/mediaelement/wp-mediaelement.min.cssc0.wp.com/c/7.0.1/wp-includes/js/me... https://c0.wp.com/c/7.0.1/wp-includes/js/mediaelement/wp-mediaelement.min.css — 200 — 1.4 KiB — 45 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/css/dashicons.min.cssc0.wp.com/c/7.0.1/wp-includes/css/d... https://c0.wp.com/c/7.0.1/wp-includes/css/dashicons.min.css — 200 — 34.8 KiB — 66 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/css/editor.min.cssc0.wp.com/c/7.0.1/wp-includes/css/e... https://c0.wp.com/c/7.0.1/wp-includes/css/editor.min.css — 200 — 6.5 KiB — 57 ms — h2https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/wysiwyg/assets/build/wysiwyg.css?ver=ec5ee578c1142cfd608fwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/wysiwyg/assets/build/wysiwyg.css?ver=ec5ee578c1142cfd608f — 200 — 1.1 KiB — 183 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/cookie-notice/css/front.min.css?ver=3.1.2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/cookie-notice/css/front.min.css?ver=3.1.2 — 200 — 1.4 KiB — 187 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=6.7.2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=6.7.2 — 200 — 21.4 KiB — 198 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=2.4.0 — 200 — 2.5 KiB — 188 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/css/style.min.css?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/css/style.min.css?ver=4.1.6 — 200 — 27.9 KiB — 208 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/select.css?ver=23f0a66d9ec9a070c2ddwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/select.css?ver=23f0a66d9ec9a070c2dd — 200 — 393 B — 196 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/checkbox.css?ver=0a3ef3c1811be5626bbdwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/checkbox.css?ver=0a3ef3c1811be5626bbd — 200 — 652 B — 205 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/radio.css?ver=1526c067231cd47c97ebwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/radio.css?ver=1526c067231cd47c97eb — 200 — 596 B — 209 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/advanced-choices/assets/build/main.css?ver=ffb76854f41cac80abe5www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/advanced-choices/assets/build/main.css?ver=ffb76854f41cac80abe5 — 200 — 846 B — 211 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/switcher/assets/build/switcher.css?ver=7c291d04aeede881ef68www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/switcher/assets/build/switcher.css?ver=7c291d04aeede881ef68 — 200 — 805 B — 213 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/multi-gateway/assets/build/multi-gateway.css?ver=47bf27f09045105a3c5dwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/jetformbuilder/modules/multi-gateway/assets/build/multi-gateway.css?ver=47bf27f09045105a3c5d — 200 — 440 B — 218 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/tablepress/css/build/default.css?ver=3.3.2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/tablepress/css/build/default.css?ver=3.3.2 — 200 — 1.9 KiB — 224 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.50.0www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.50.0 — 200 — 4.6 KiB — 221 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.1.4 — 200 — 7.4 KiB — 229 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/css/post-7.css?ver=1783625653www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/css/post-7.css?ver=1783625653 — 200 — 542 B — 231 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.1.4 — 200 — 310 B — 233 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css?ver=4.1.4 — 200 — 438 B — 240 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/animations/styles/bounceIn.min.css?ver=4.1.4 — 200 — 356 B — 237 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5 — 200 — 4.7 KiB — 242 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.1.4 — 200 — 952 B — 245 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.1.4 — 200 — 367 B — 248 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=4.1.4 — 200 — 229 B — 250 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=4.1.4 — 200 — 487 B — 252 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/animations/styles/jello.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/animations/styles/jello.min.css?ver=4.1.4 — 200 — 353 B — 254 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css?ver=4.1.4 — 200 — 288 B — 257 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/css/post-5.css?ver=1783625670www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/css/post-5.css?ver=1783625670 — 200 — 3.1 KiB — 259 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=7.0.1www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=7.0.1 — 200 — 6.9 KiB — 262 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1743068812www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1743068812 — 200 — 3.1 KiB — 266 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1743068817www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1743068817 — 200 — 1.1 KiB — 263 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/css/rocknrollone.css?ver=1743068832www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/css/rocknrollone.css?ver=1743068832 — 200 — 30.3 KiB — 340 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3 — 200 — 12.5 KiB — 267 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3 — 200 — 458 B — 341 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3 — 200 — 459 B — 344 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/cookie-notice/js/front.min.js?ver=3.1.2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/cookie-notice/js/front.min.js?ver=3.1.2 — 200 — 9.1 KiB — 355 ms — h3https://c0.wp.com/c/7.0.1/wp-includes/js/jquery/jquery.min.jsc0.wp.com/c/7.0.1/wp-includes/js/jq... https://c0.wp.com/c/7.0.1/wp-includes/js/jquery/jquery.min.js — 200 — 31.1 KiB — 53 ms — h2https://c0.wp.com/c/7.0.1/wp-includes/js/jquery/jquery-migrate.min.jsc0.wp.com/c/7.0.1/wp-includes/js/jq... https://c0.wp.com/c/7.0.1/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 5.3 KiB — 53 ms — h2https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/cropped-logo-1.jpgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/cropped-logo-1.jpg — 200 — 12.9 KiB — 355 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2023/03/icons8-loudspeaker-30.pngwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2023/03/icons8-loudspeaker-30.png — 200 — 1.6 KiB — 352 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2025/05/Mastelli-SPL-2-e1746520547348-300x169.jpgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2025/05/Mastelli-SPL-2-e1746520547348-300x169.jpg — 200 — 11.2 KiB — 353 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2023/03/icons8-rolled-up-newspaper-30.pngwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2023/03/icons8-rolled-up-newspaper-30.png — 200 — 1.4 KiB — 175 ms — h3https://c0.wp.com/c/7.0.1/wp-includes/js/imagesloaded.min.jsc0.wp.com/c/7.0.1/wp-includes/js/im... https://c0.wp.com/c/7.0.1/wp-includes/js/imagesloaded.min.js — 200 — 2.1 KiB — 5 ms — h2https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/theme.min.js?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/theme.min.js?ver=4.1.6 — 200 — 19.4 KiB — 177 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/drop-down-mobile-menu.min.js?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/drop-down-mobile-menu.min.js?ver=4.1.6 — 200 — 14.4 KiB — 176 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/drop-down-search.min.js?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/drop-down-search.min.js?ver=4.1.6 — 200 — 7.5 KiB — 176 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/vendors/magnific-popup.min.js?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/vendors/magnific-popup.min.js?ver=4.1.6 — 200 — 20.5 KiB — 181 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/ow-lightbox.min.js?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/ow-lightbox.min.js?ver=4.1.6 — 200 — 4.2 KiB — 190 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/vendors/flickity.pkgd.min.js?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/vendors/flickity.pkgd.min.js?ver=4.1.6 — 200 — 56.3 KiB — 198 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/ow-slider.min.js?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/ow-slider.min.js?ver=4.1.6 — 200 — 2.1 KiB — 194 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/scroll-effect.min.js?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/scroll-effect.min.js?ver=4.1.6 — 200 — 12.3 KiB — 198 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/scroll-top.min.js?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/scroll-top.min.js?ver=4.1.6 — 200 — 8.9 KiB — 207 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/select.min.js?ver=4.1.6www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/js/select.min.js?ver=4.1.6 — 200 — 5.4 KiB — 216 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/ocean-extra/includes/widgets/js/flickr.min.js?ver=7.0.1www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/ocean-extra/includes/widgets/js/flickr.min.js?ver=7.0.1 — 200 — 1.0 KiB — 218 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.1.4 — 200 — 5.8 KiB — 217 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.1.4 — 200 — 49.6 KiB — 223 ms — h3https://c0.wp.com/c/7.0.1/wp-includes/js/jquery/ui/core.min.jsc0.wp.com/c/7.0.1/wp-includes/js/jq... https://c0.wp.com/c/7.0.1/wp-includes/js/jquery/ui/core.min.js — 200 — 7.5 KiB — 13 ms — h2https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.1.4www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.1.4 — 200 — 31.5 KiB — 222 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5 — 200 — 140.5 KiB — 906 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2026/02/FarmaciaComunale_logo_1.bmpwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2026/02/FarmaciaComunale_logo_1.bmp — 200 — 47.9 KiB — 230 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2025/09/ecommerce-150x150.pngwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2025/09/ecommerce-150x150.png — 200 — 3.6 KiB — 230 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2023/04/NumeroVerde.jpgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2023/04/NumeroVerde.jpg — 200 — 14.4 KiB — 229 ms — h3https://stats.wp.com/e-202628.jsstats.wp.com/e-202628.js https://stats.wp.com/e-202628.js — 200 — 1.7 KiB — 31 ms — h2https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/3102019219513.pngwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/3102019219513.png — 200 — 287.7 KiB — 1.2 s — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2023/04/gli-uomini-e-le-donne-sedute-e-in-attesa-di-intervista.jpgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2023/04/gli-uomini-e-le-donne-sedute-e-in-attesa-di-intervista.jpg — 200 — 353.2 KiB — 1.4 s — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/Ufficio-scaled.jpgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/Ufficio-scaled.jpg — 200 — 301.8 KiB — 1.2 s — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/mask-shapes/sketch.svgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/mask-shapes/sketch.svg — 200 — 721 B — 328 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2023/04/doveSiamo.jpgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2023/04/doveSiamo.jpg — 200 — 4.7 KiB — 333 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/02/VistaComuneDiSezze.jpgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/02/VistaComuneDiSezze.jpg — 200 — 1.0 MiB — 3.2 s — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/piccolaSezzeGram.jpgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/piccolaSezzeGram.jpg — 200 — 26.0 KiB — 330 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/JunkerDaGoogleStore.bmpwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/JunkerDaGoogleStore.bmp — 200 — 26.2 KiB — 247 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/JunkerDaAppStore.bmpwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/JunkerDaAppStore.bmp — 200 — 24.7 KiB — 232 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2025/03/OrariUfficiSegreteria_AggiornamentoAVASERVICE.bmpwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2025/03/OrariUfficiSegreteria_AggiornamentoAVASERVICE.bmp — 200 — 776.6 KiB — 2.4 s — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2025/07/OrarioUfficioSegreteriaSezzeScalo_Marterdi.bmpwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2025/07/OrarioUfficioSegreteriaSezzeScalo_Marterdi.bmp — 200 — 238.1 KiB — 1.0 s — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2026/06/OrariUfficiTributi_ESTIVO_AggiornamentoAVASERVICE.bmpwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2026/06/OrariUfficiTributi_ESTIVO_AggiornamentoAVASERVICE.bmp — 200 — 708.0 KiB — 2.4 s — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/Junker-2.bmpwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/Junker-2.bmp — 200 — 236.5 KiB — 1.1 s — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/JunkerDaHuaweiStore.bmpwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/JunkerDaHuaweiStore.bmp — 200 — 26.2 KiB — 388 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/thumbs/ComuneDiSezze-pkerlv6okintwg3osnf1dt73pn78ex07g8tku0cyno.jpgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/thumbs/ComuneDiSezze-pkerlv6okintwg3osnf1dt73pn78ex07g8tku0cyno.jpg — 200 — 2.2 KiB — 389 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/trasparenza.pngwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/trasparenza.png — 200 — 38.1 KiB — 400 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/12/carta-servizi-2.pngwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/12/carta-servizi-2.png — 200 — 19.3 KiB — 405 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2 — 200 — 76.5 KiB — 547 ms — h3https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/themes/oceanwp/assets/fonts/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0 — 200 — 29.5 KiB — 195 ms — h3https://maps.google.com/maps?q=2%20Piazza%20Margherita%20Sezze%2C%20Lazio&t=m&z=20&output=embed&iwloc=nearmaps.google.com/maps?q=2%20Piazza%2... https://maps.google.com/maps?q=2%20Piazza%20Margherita%20Sezze%2C%20Lazio&t=m&z=20&output=embed&iwloc=near — 301 — 309 B — 72 ms — h2https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2 — 200 — 39.3 KiB — 192 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/rocknrollone-kmk7zqspgafceuiw6fflmec9sujrsg.woff2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/rocknrollone-kmk7zqspgafceuiw6fflmec9sujrsg.woff2 — 200 — 20.3 KiB — 194 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2 — 200 — 79.9 KiB — 543 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2www.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2 — 200 — 43.3 KiB — 217 ms — h3https://www.google.com/maps/embed?origin=mfe&pb=!1m4!2m1!1s2+Piazza+Margherita+Sezze,+Lazio!5e0!6i20www.google.com/maps/embed?origin=mf... https://www.google.com/maps/embed?origin=mfe&pb=!1m4!2m1!1s2+Piazza+Margherita+Sezze,+Lazio!5e0!6i20 — 200 — 1.1 KiB — 267 ms — h3https://maps.gstatic.com/maps-api-v3/embed/js/65/6a/init_embed.jsmaps.gstatic.com/maps-api-v3/embed/... https://maps.gstatic.com/maps-api-v3/embed/js/65/6a/init_embed.js — 200 — 73.5 KiB — 64 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&experimentation=allowed&callback=onApiLoadmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&paint_origin=&libraries=geometry,search&v=weekly&loading=async&language=en_US&experimentation=allowed&callback=onApiLoad — 200 — 3.0 KiB — 67 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/65/6a/geometry.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/geometry.js — 200 — 2.9 KiB — 10 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/65/6a/search.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/search.js — 200 — 1.2 KiB — 8 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/65/6a/main.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/main.js — 200 — 82.8 KiB — 14 ms — h2https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 46 B — 44 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/6a/common.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/common.js — 200 — 37.2 KiB — 21 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/6a/util.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/util.js — 200 — 70.0 KiB — 23 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/6a/map.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/map.js — 200 — 25.3 KiB — 17 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/6a/controls.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/controls.js — 200 — 25.8 KiB — 19 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/6a/places_impl.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/places_impl.js — 200 — 3.3 KiB — 13 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/6a/places.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/places.js — 200 — 82.1 KiB — 33 ms — h3data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBo…data:image/svg+xml,%3Csvg%20xmlns%3... data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBo… — 200 — 0 B — 0 ms — datahttps://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i143954751&2i100149355&2e1&3u20&4m2&1u645&2u300&5m6&1e0&5sen-US&6sus&10b1&12b1&14i47083502&8e1&key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&token=129868maps.googleapis.com/maps/api/js/Sta... https://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i143954751&2i100149355&2e1&3u20&4m2&1u645&2u300&5m6&1e0&5sen-US&6sus&10b1&12b1&14i47083502&8e1&key=AIzaSyCmL18misQw9KdwqGaw3zHkitj8vG6QF2Y&token=129868 — 200 — 9.1 KiB — 83 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/6a/onion.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/onion.js — 200 — 9.9 KiB — 19 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/65/6a/search_impl.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/65/6a/search_impl.js — 200 — 1.3 KiB — 19 ms — h3https://pixel.wp.com/g.gif?v=ext&blog=217231816&post=5&tz=0&srv=www.splsezzespa.it&j=1%3A15.9.1&host=www.splsezzespa.it&ref=&fcp=2996&rand=0.9731261353097914pixel.wp.com/g.gif?v=ext&blog=21723... https://pixel.wp.com/g.gif?v=ext&blog=217231816&post=5&tz=0&srv=www.splsezzespa.it&j=1%3A15.9.1&host=www.splsezzespa.it&ref=&fcp=2996&rand=0.9731261353097914 — 200 — 177 B — 13 ms — h2blob:https://www.splsezzespa.it/d4ff7850-3c8f-471b-8469-ecddbd2aa44cwww.splsezzespa.it/d4ff7850-3c8f-47... blob:https://www.splsezzespa.it/d4ff7850-3c8f-471b-8469-ecddbd2aa44c — 200 — -1 B — 169 ms — blobhttps://fonts.googleapis.com/css?family=Google+Sans+Text:400&text=%E2%86%90%E2%86%92%E2%86%91%E2%86%93&lang=enfonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google+Sans+Text:400&text=%E2%86%90%E2%86%92%E2%86%91%E2%86%93&lang=en — 200 — 349 B — 74 ms — h2https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700|Google+Sans+Text:400,500,700&lang=enfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Google+Sans:400,500,700|Google+Sans+Text:400,500,700&lang=en — 200 — 4.1 KiB — 56 ms — h2https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.jswww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js — 200 — 607 B — 175 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.jswww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js — 200 — 8.4 KiB — 176 ms — h3https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.jswww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js — 200 — 1.5 KiB — 176 ms — h3https://www.splsezzespa.it/it-IT/wp-includes/js/wp-emoji-release.min.js?ver=7.0.1www.splsezzespa.it/it-IT/wp-include... https://www.splsezzespa.it/it-IT/wp-includes/js/wp-emoji-release.min.js?ver=7.0.1 — 200 — 22.4 KiB — 176 ms — h3https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/cropped-logo_sito-32x32.jpgwww.splsezzespa.it/it-IT/wp-content... https://www.splsezzespa.it/it-IT/wp-content/uploads/2022/01/cropped-logo_sito-32x32.jpg — 200 — 1.4 KiB — 180 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
70% of JavaScript execution is third-party
First-party Third-party 608ms · 55KB · €3/mo
www.splsezzespa.it
Other
Costly
Execution 483ms
Transfer 24 KB
Monthly Cost €3/mo
c0.wp.com
Other
Optional
Execution 124ms
Transfer 31 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.splsezzespa.it adds 483ms and costs ~€3/month

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

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

www.splsezzespa.it takes 483ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

How third-party costs are calculated

Image Optimization
25 images, 1935 KB total, 1506 KB wasted
INFO

Image Optimization Audit

Total Images

25

Total Size

1935 KB

Oversized

4

Wasted

1506 KB

10 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