Skip to content
https://Servizi-web-marketing.it

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
5
REVIEW
5
PASS
10
INFO
3

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

78
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
90
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.

1.34 s

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

3.01 s

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

66 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.001

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

1.51 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.64 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
23
10 PASS 5 REVIEW 5 FIX
F
Page Weight Budget
Action
4.5 MB transferred, 111 requests
FIX
4.5 MB transferred, 111 requests
Critical::
Page weighs 10.3 MB (4.5 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Warning::
Images are 2.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.0 MB
Warning::
111 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.94 g CO2 per page load
4.5 MB / 2.4 MB budget
4.5 MB transferred
111 requests
0.94 g CO2 per page load
JavaScript 2.1 MiB 48%
Images 2.0 MiB 45%
Fonts 134.1 KiB 3%
CSS 129.6 KiB 3%
HTML 43.5 KiB 1%
Other 24.4 KiB 1%
Other 19.8 KiB 0%
Other 5.8 KiB 0%
Other 5.1 KiB 0%
Other 959 B 0%
Other 568 B 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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 (4.5 MiB of 4.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
38 scripts, 1.4 MB unused
FIX
38 scripts, 1.4 MB unused
Warning::
https://www.gstatic.com/recaptcha/releases/zqB-6Xp...: 172 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/zqB-6Xp...: 172 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/zqB-6Xp...: 172 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/zqB-6Xp...: 172 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.zdassets.com/web_widget/classic/lat...: 126 KB unused (91%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.4 MB
1386 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.js0 KB172 KB (50%)3rd
https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.js0 KB172 KB (50%)3rd
https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.js347 KB172 KB (50%)3rd
https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.js347 KB172 KB (50%)3rd
https://static.zdassets.com/web_widget/classic/latest/web-widget-5433-c5d3cb1.js139 KB126 KB (91%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-24745138-1&cx=c&gtm=4e69g1124 KB93 KB (75%)3rd
https://static.zdassets.com/web_widget/classic/latest/web-widget-main-c5d3cb1.js236 KB92 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-N3MZ111WK2&cx=c&gtm=4e69g1189 KB76 KB (40%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-W5WQHP4159 KB67 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-24745138-1124 KB65 KB (52%)3rd

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

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

F
Page Weight Inventory
Action
111 resources · 4.5 MB · 1.4 MB savings available
FIX
111 resources · 4.5 MB · 1.4 MB savings available
Warning::
Page weight 4.5 MB exceeds 1 MB target by 3.5 MB
Got: 4.5 MB Expected: ≤ 1 MB
Info::
~1.4 MB of savings available
Warning::
110 third-party resources (100% of weight)
Info::
4 resources over 200KB
111 resources · 4.5 MiB · 110 third-party 3.5 MiB over 1MB target
JavaScript 48% · 2.1 MiB
Image 45% · 2.0 MiB
Font 3% · 134.1 KiB
CSS 3% · 129.6 KiB
Document 1% · 44.2 KiB
Media 0% · 19.8 KiB
Other 0% · 12.3 KiB

~1.4 MiB of savings available

Remove unused JavaScript: 1.4 MiB
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
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Warning::
https://www.servizi-web-marketing.it/images/realiz... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.servizi-web-marketing.it/images/green-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
30 images 2.0 MB
0 oversized -0 KB
30 legacy format
2 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

C
JS Execution Cost
Action
1541ms total JS execution
REVIEW
1541ms total JS execution
Warning::
https://www.gstatic.com/recaptcha/releases/zqB-6Xp...: 300ms CPU time
Info::
https://www.servizi-web-marketing.it/: 233ms CPU time
Info::
Unattributable: 178ms CPU time
Info::
https://www.servizi-web-marketing.it/media/com_wid...: 175ms CPU time
Info::
https://static.zdassets.com/web_widget/classic/lat...: 143ms CPU time
Warning::
Third-party scripts: 1363ms (88% of total)

Main Thread Breakdown

Script Evaluation 58% Other 17% Style & Layout 11% Script Parsing & Compilation 8% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.js300ms269ms20ms3rd
https://www.servizi-web-marketing.it/233ms5ms1ms3rd
Unattributable178ms6ms0ms1st
https://www.servizi-web-marketing.it/media/com_widgetkit/lib/uikit/dist/js/uikit.min.js175ms54ms4ms3rd
https://static.zdassets.com/web_widget/classic/latest/web-widget-main-c5d3cb1.js143ms102ms16ms3rd
https://static.zdassets.com/web_widget/classic/latest/web-widget-chat-sdk-c5d3cb1.js102ms91ms6ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-1014840243&cx=c&gtm=4e69g1100ms90ms9ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-W5WQHP488ms76ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-N3MZ111WK2&cx=c&gtm=4e69g187ms70ms16ms3rd
https://scripts.clarity.ms/0.8.70/clarity.js72ms62ms1ms3rd

Showing top 10 of 11 scripts

C
Document Compression
Action
Document response served uncompressed
REVIEW
Document 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
4 fonts (134 KB)
PASS
4 fonts (134 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

134 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 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 3.0 shttps://www.servizi-web-marketing.it/templates/swm/fonts/HelveticaNeue.woffHelveticaNeue.woff https://www.servizi-web-marketing.it/templates/swm/fonts/HelveticaNeue.woff — 29.4 KiB — 26 ms — font-display: swaphttps://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3fontawesome-webfont.woff2 https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3 — 70.8 KiB — 75 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 58 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swap
HelveticaNeue.woff woff swap
Size 29 KB
Load time 26 ms
Start 976 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fontawesome-webfont.woff2 woff2 swap
Size 71 KB
Load time 75 ms
Start 977 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 58 ms
Start 1.7 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 2.4 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 ~9 KB and ~18 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+
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
Asset Compression
1 of 2 asset hosts still on gzip
PASS
1 of 2 asset hosts still on gzip
Info::
www.googletagmanager.com serves assets with brotli (assets: 5)
Got: www.googletagmanager.com (application/javascript)
Info::
rec.smartlook.com serves assets with gzip; brotli would be ~20% smaller (assets: 3)
Every current browser accepts brotli. On a CDN this is a per-pull-zone toggle (Cloudflare, Fastly, CloudFront, CDN77, Bunny all expose it); on an origin it needs the brotli module (nginx-brotli, Apache mod_brotli). The saving lands on the assets this host serves, not on the HTML document -- the document's own encoding is reported separately.
Got: rec.smartlook.com (application/javascript)
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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
111 requests over 4358ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 3.0 shttps://servizi-web-marketing.it// https://servizi-web-marketing.it/ — 301 — 545 B — 134 ms — h3https://www.servizi-web-marketing.it/www.servizi-web-marketing.it/ https://www.servizi-web-marketing.it/ — 200 — 13.3 KiB — 614 ms — h3https://www.servizi-web-marketing.it/media/com_convertforms/css/convertforms.css?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_convertforms/css/convertforms.css?576473c73f49f85aef33a9500964aa3f — 200 — 4.9 KiB — 29 ms — h3https://www.servizi-web-marketing.it/media/plg_system_jcepro/site/css/content.min.css?86aa0286b6232c4a5b58f892ce080277www.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/plg_system_jcepro/site/css/content.min.css?86aa0286b6232c4a5b58f892ce080277 — 200 — 2.0 KiB — 27 ms — h3https://www.servizi-web-marketing.it/media/com_widgetkit/css/site.csswww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_widgetkit/css/site.css — 200 — 30.9 KiB — 35 ms — h3https://www.servizi-web-marketing.it/media/system/js/core.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/system/js/core.js?576473c73f49f85aef33a9500964aa3f — 200 — 4.3 KiB — 39 ms — h3https://www.servizi-web-marketing.it/media/system/js/keepalive.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/system/js/keepalive.js?576473c73f49f85aef33a9500964aa3f — 200 — 886 B — 63 ms — h3https://www.servizi-web-marketing.it/media/com_convertforms/js/site.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_convertforms/js/site.js?576473c73f49f85aef33a9500964aa3f — 200 — 4.0 KiB — 37 ms — h3https://www.servizi-web-marketing.it/media/com_convertforms/js/recaptcha_v2_invisible.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_convertforms/js/recaptcha_v2_invisible.js?576473c73f49f85aef33a9500964aa3f — 200 — 938 B — 66 ms — h3https://www.google.com/recaptcha/api.js?onload=ConvertFormsInitInvisibleReCaptcha&render=explicit&hl=it-ITwww.google.com/recaptcha/api.js?onl... https://www.google.com/recaptcha/api.js?onload=ConvertFormsInitInvisibleReCaptcha&render=explicit&hl=it-IT — 200 — 1.0 KiB — 75 ms — h3https://www.servizi-web-marketing.it/media/jui/js/jquery.min.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/jui/js/jquery.min.js?576473c73f49f85aef33a9500964aa3f — 200 — 44.4 KiB — 72 ms — h3https://www.servizi-web-marketing.it/media/jui/js/jquery-noconflict.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/jui/js/jquery-noconflict.js?576473c73f49f85aef33a9500964aa3f — 200 — 575 B — 66 ms — h3https://www.servizi-web-marketing.it/media/jui/js/jquery-migrate.min.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/jui/js/jquery-migrate.min.js?576473c73f49f85aef33a9500964aa3f — 200 — 5.1 KiB — 66 ms — h3https://www.servizi-web-marketing.it/media/system/js/caption.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/system/js/caption.js?576473c73f49f85aef33a9500964aa3f — 200 — 921 B — 67 ms — h3https://www.servizi-web-marketing.it/media/com_widgetkit/lib/uikit/dist/js/uikit.min.jswww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_widgetkit/lib/uikit/dist/js/uikit.min.js — 200 — 69.3 KiB — 73 ms — h3https://www.servizi-web-marketing.it/media/com_widgetkit/lib/uikit/dist/js/uikit-icons.min.jswww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_widgetkit/lib/uikit/dist/js/uikit-icons.min.js — 200 — 26.1 KiB — 71 ms — h3https://www.servizi-web-marketing.it/templates/swm/css/bootstrap.csswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/css/bootstrap.css — 200 — 30.2 KiB — 46 ms — h3https://www.servizi-web-marketing.it/templates/swm/css/bootstrap-responsive.csswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/css/bootstrap-responsive.css — 200 — 4.5 KiB — 31 ms — h3https://www.servizi-web-marketing.it/templates/swm/css/stile.csswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/css/stile.css — 200 — 7.6 KiB — 46 ms — h3https://www.servizi-web-marketing.it/templates/swm/css/bootstrap-lightbox.min.csswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/css/bootstrap-lightbox.min.css — 200 — 1.1 KiB — 40 ms — h3https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css — 200 — 7.0 KiB — 64 ms — h3https://www.servizi-web-marketing.it/templates/swm/images/logo-swm.pngwww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/images/logo-swm.png — 200 — 8.4 KiB — 64 ms — h3https://www.servizi-web-marketing.it/media/widgetkit/servizi-web-marketing-40c1b55832da394fee19761a2e27dd4c.jpgwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/widgetkit/servizi-web-marketing-40c1b55832da394fee19761a2e27dd4c.jpg — 200 — 804.3 KiB — 400 ms — h3https://www.servizi-web-marketing.it/images/realizzazionesitoweb.pngwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/realizzazionesitoweb.png — 200 — 104.5 KiB — 218 ms — h3https://www.servizi-web-marketing.it/images/green-freccia.pngwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/green-freccia.png — 200 — 4.7 KiB — 44 ms — h3https://www.servizi-web-marketing.it/images/cta-home/website-h.jpgwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/cta-home/website-h.jpg — 200 — 101.3 KiB — 99 ms — h3https://www.servizi-web-marketing.it/templates/swm/js/jquery.jswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/js/jquery.js — 200 — 41.7 KiB — 43 ms — h3https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-dropdown.jswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-dropdown.js — 200 — 2.2 KiB — 97 ms — h3https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-tab.jswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-tab.js — 200 — 2.0 KiB — 96 ms — h3https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-collapse.jswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-collapse.js — 200 — 2.4 KiB — 42 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.3 s LCP 3.0 shttps://servizi-web-marketing.it// https://servizi-web-marketing.it/ — 301 — 545 B — 134 ms — h3https://www.servizi-web-marketing.it/www.servizi-web-marketing.it/ https://www.servizi-web-marketing.it/ — 200 — 13.3 KiB — 614 ms — h3https://www.servizi-web-marketing.it/media/com_convertforms/css/convertforms.css?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_convertforms/css/convertforms.css?576473c73f49f85aef33a9500964aa3f — 200 — 4.9 KiB — 29 ms — h3https://www.servizi-web-marketing.it/media/plg_system_jcepro/site/css/content.min.css?86aa0286b6232c4a5b58f892ce080277www.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/plg_system_jcepro/site/css/content.min.css?86aa0286b6232c4a5b58f892ce080277 — 200 — 2.0 KiB — 27 ms — h3https://www.servizi-web-marketing.it/media/com_widgetkit/css/site.csswww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_widgetkit/css/site.css — 200 — 30.9 KiB — 35 ms — h3https://www.servizi-web-marketing.it/media/system/js/core.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/system/js/core.js?576473c73f49f85aef33a9500964aa3f — 200 — 4.3 KiB — 39 ms — h3https://www.servizi-web-marketing.it/media/system/js/keepalive.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/system/js/keepalive.js?576473c73f49f85aef33a9500964aa3f — 200 — 886 B — 63 ms — h3https://www.servizi-web-marketing.it/media/com_convertforms/js/site.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_convertforms/js/site.js?576473c73f49f85aef33a9500964aa3f — 200 — 4.0 KiB — 37 ms — h3https://www.servizi-web-marketing.it/media/com_convertforms/js/recaptcha_v2_invisible.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_convertforms/js/recaptcha_v2_invisible.js?576473c73f49f85aef33a9500964aa3f — 200 — 938 B — 66 ms — h3https://www.google.com/recaptcha/api.js?onload=ConvertFormsInitInvisibleReCaptcha&render=explicit&hl=it-ITwww.google.com/recaptcha/api.js?onl... https://www.google.com/recaptcha/api.js?onload=ConvertFormsInitInvisibleReCaptcha&render=explicit&hl=it-IT — 200 — 1.0 KiB — 75 ms — h3https://www.servizi-web-marketing.it/media/jui/js/jquery.min.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/jui/js/jquery.min.js?576473c73f49f85aef33a9500964aa3f — 200 — 44.4 KiB — 72 ms — h3https://www.servizi-web-marketing.it/media/jui/js/jquery-noconflict.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/jui/js/jquery-noconflict.js?576473c73f49f85aef33a9500964aa3f — 200 — 575 B — 66 ms — h3https://www.servizi-web-marketing.it/media/jui/js/jquery-migrate.min.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/jui/js/jquery-migrate.min.js?576473c73f49f85aef33a9500964aa3f — 200 — 5.1 KiB — 66 ms — h3https://www.servizi-web-marketing.it/media/system/js/caption.js?576473c73f49f85aef33a9500964aa3fwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/system/js/caption.js?576473c73f49f85aef33a9500964aa3f — 200 — 921 B — 67 ms — h3https://www.servizi-web-marketing.it/media/com_widgetkit/lib/uikit/dist/js/uikit.min.jswww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_widgetkit/lib/uikit/dist/js/uikit.min.js — 200 — 69.3 KiB — 73 ms — h3https://www.servizi-web-marketing.it/media/com_widgetkit/lib/uikit/dist/js/uikit-icons.min.jswww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_widgetkit/lib/uikit/dist/js/uikit-icons.min.js — 200 — 26.1 KiB — 71 ms — h3https://www.servizi-web-marketing.it/templates/swm/css/bootstrap.csswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/css/bootstrap.css — 200 — 30.2 KiB — 46 ms — h3https://www.servizi-web-marketing.it/templates/swm/css/bootstrap-responsive.csswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/css/bootstrap-responsive.css — 200 — 4.5 KiB — 31 ms — h3https://www.servizi-web-marketing.it/templates/swm/css/stile.csswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/css/stile.css — 200 — 7.6 KiB — 46 ms — h3https://www.servizi-web-marketing.it/templates/swm/css/bootstrap-lightbox.min.csswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/css/bootstrap-lightbox.min.css — 200 — 1.1 KiB — 40 ms — h3https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css — 200 — 7.0 KiB — 64 ms — h3https://www.servizi-web-marketing.it/templates/swm/images/logo-swm.pngwww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/images/logo-swm.png — 200 — 8.4 KiB — 64 ms — h3https://www.servizi-web-marketing.it/media/widgetkit/servizi-web-marketing-40c1b55832da394fee19761a2e27dd4c.jpgwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/widgetkit/servizi-web-marketing-40c1b55832da394fee19761a2e27dd4c.jpg — 200 — 804.3 KiB — 400 ms — h3https://www.servizi-web-marketing.it/images/realizzazionesitoweb.pngwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/realizzazionesitoweb.png — 200 — 104.5 KiB — 218 ms — h3https://www.servizi-web-marketing.it/images/green-freccia.pngwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/green-freccia.png — 200 — 4.7 KiB — 44 ms — h3https://www.servizi-web-marketing.it/images/cta-home/website-h.jpgwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/cta-home/website-h.jpg — 200 — 101.3 KiB — 99 ms — h3https://www.servizi-web-marketing.it/templates/swm/js/jquery.jswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/js/jquery.js — 200 — 41.7 KiB — 43 ms — h3https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-dropdown.jswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-dropdown.js — 200 — 2.2 KiB — 97 ms — h3https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-tab.jswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-tab.js — 200 — 2.0 KiB — 96 ms — h3https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-collapse.jswww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/js/bootstrap-collapse.js — 200 — 2.4 KiB — 42 ms — h3https://www.servizi-web-marketing.it/media/com_widgetkit/js/maps.jswww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/com_widgetkit/js/maps.js — 200 — 7.2 KiB — 40 ms — h3https://www.servizi-web-marketing.it/images/recensioni/carloverucci.jpgwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/recensioni/carloverucci.jpg — 200 — 3.8 KiB — 96 ms — h3https://www.servizi-web-marketing.it/images/recensioni/DanielaGualdi.jpegwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/recensioni/DanielaGualdi.jpeg — 200 — 61.3 KiB — 176 ms — h3https://www.servizi-web-marketing.it/images/recensioni/ostuni-domus.jpegwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/recensioni/ostuni-domus.jpeg — 200 — 12.7 KiB — 40 ms — h3https://www.servizi-web-marketing.it/images/recensioni/Mulligan_logo.pngwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/recensioni/Mulligan_logo.png — 200 — 34.7 KiB — 73 ms — h3https://www.servizi-web-marketing.it/images/recensioni/simona-marzano.jpgwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/recensioni/simona-marzano.jpg — 200 — 36.7 KiB — 158 ms — h3https://www.servizi-web-marketing.it/images/recensioni/evapierluigi.jpgwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/recensioni/evapierluigi.jpg — 200 — 12.9 KiB — 97 ms — h3https://www.servizi-web-marketing.it/images/recensioni/salvo-parlacino.jpegwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/recensioni/salvo-parlacino.jpeg — 200 — 10.6 KiB — 58 ms — h3https://www.servizi-web-marketing.it/images/cta-home/SEOGEO.jpgwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/cta-home/SEOGEO.jpg — 200 — 158.3 KiB — 286 ms — h3https://www.servizi-web-marketing.it/images/cta-home/assistenza-h.jpgwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/cta-home/assistenza-h.jpg — 200 — 146.6 KiB — 285 ms — h3https://www.servizi-web-marketing.it/images/cta-home/coaching-h.jpgwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/cta-home/coaching-h.jpg — 200 — 112.6 KiB — 283 ms — h3https://www.servizi-web-marketing.it/images/cta-home/ppch.jpgwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/cta-home/ppch.jpg — 200 — 133.2 KiB — 286 ms — h3https://www.servizi-web-marketing.it/images/cta-home/services.jpgwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/cta-home/services.jpg — 200 — 38.1 KiB — 178 ms — h3https://www.servizi-web-marketing.it/media/widgetkit/attisani1-0664a7a85422c1fa32f871720ddc4c46.jpgwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/widgetkit/attisani1-0664a7a85422c1fa32f871720ddc4c46.jpg — 200 — 49.4 KiB — 156 ms — h3https://www.servizi-web-marketing.it/media/widgetkit/village-2015-dd5b373a7852471ad2bf46901d2b2992.jpgwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/widgetkit/village-2015-dd5b373a7852471ad2bf46901d2b2992.jpg — 200 — 59.6 KiB — 172 ms — h3https://www.servizi-web-marketing.it/media/widgetkit/reconsult-b911cca78fd2a2427a0591983004eeff.jpgwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/widgetkit/reconsult-b911cca78fd2a2427a0591983004eeff.jpg — 200 — 48.8 KiB — 179 ms — h3https://www.servizi-web-marketing.it/media/widgetkit/tecnodanza-cae10ba0f8f105c3232b6b5179552ed4.jpgwww.servizi-web-marketing.it/media/... https://www.servizi-web-marketing.it/media/widgetkit/tecnodanza-cae10ba0f8f105c3232b6b5179552ed4.jpg — 200 — 49.0 KiB — 156 ms — h3https://www.googletagmanager.com/gtag/js?id=UA-24745138-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-24745138-1 — 200 — 124.2 KiB — 182 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-W5WQHP4www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-W5WQHP4 — 200 — 159.1 KiB — 183 ms — h2https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.js — 200 — 347.4 KiB — 184 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 78 ms — h2https://www.servizi-web-marketing.it/templates/swm/images/bg-telefono.pngwww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/images/bg-telefono.png — 200 — 3.6 KiB — 50 ms — h3https://www.servizi-web-marketing.it/templates/swm/fonts/HelveticaNeue.woffwww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/fonts/HelveticaNeue.woff — 200 — 29.4 KiB — 26 ms — h3https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3maxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3 — 200 — 70.8 KiB — 75 ms — h3https://www.servizi-web-marketing.it/manifest.jsonwww.servizi-web-marketing.it/manife... https://www.servizi-web-marketing.it/manifest.json — 200 — 959 B — 157 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&aip=1&a=1042253929&t=pageview&_s=1&dl=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&ul=en-us&dt=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&sr=800x600&vp=1350x940&_u=YEBAAEABAAAAACAAI~&jid=585071487&gjid=707470245&cid=1865551743.1789835064&tid=UA-24745138-1&_gid=1456072315.1789835064&_r=1&_slc=1&z=1903161554www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&aip=1&a=1042253929&t=pageview&_s=1&dl=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&ul=en-us&dt=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&sr=800x600&vp=1350x940&_u=YEBAAEABAAAAACAAI~&jid=585071487&gjid=707470245&cid=1865551743.1789835064&tid=UA-24745138-1&_gid=1456072315.1789835064&_r=1&_slc=1&z=1903161554 — 200 — 462 B — 27 ms — h2https://www.googletagmanager.com/gtag/js?id=G-N3MZ111WK2&cx=c&gtm=4e69g1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-N3MZ111WK2&cx=c&gtm=4e69g1 — 200 — 189.3 KiB — 92 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1014840243&cx=c&gtm=4e69g1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1014840243&cx=c&gtm=4e69g1 — 200 — 160.3 KiB — 77 ms — h2https://v2.zopim.com/?44Zm0ieirXxVSnN3nFqCiTEfhm0tGqe6v2.zopim.com/?44Zm0ieirXxVSnN3nFqCi... https://v2.zopim.com/?44Zm0ieirXxVSnN3nFqCiTEfhm0tGqe6 — 302 — 141 B — 89 ms — h2https://rec.smartlook.com/recorder.jsrec.smartlook.com/recorder.js https://rec.smartlook.com/recorder.js — 200 — 2.3 KiB — 84 ms — h2https://www.clarity.ms/tag/l9bz74eyje?ref=gtm2www.clarity.ms/tag/l9bz74eyje?ref=g... https://www.clarity.ms/tag/l9bz74eyje?ref=gtm2 — 200 — 1.5 KiB — 125 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=UA-24745138-1&cx=c&gtm=4e69g1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-24745138-1&cx=c&gtm=4e69g1 — 200 — 124.1 KiB — 77 ms — h3https://www.google.com/ccm/collect?rcb=15&frm=0&apvc=1&ae=g&auid=576931415.1789835064&dt=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&en=page_view&dl=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&scrsrc=www.googletagmanager.com&rnd=2071527741.1789835064&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He69g1v78152549za200zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938465~115938468~118131809~118897920~118897930~120385422~120469145~120469153~120847433&tft=1789835064073&tfd=1234&fmt=8www.google.com/ccm/collect?rcb=15&f... https://www.google.com/ccm/collect?rcb=15&frm=0&apvc=1&ae=g&auid=576931415.1789835064&dt=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&en=page_view&dl=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&scrsrc=www.googletagmanager.com&rnd=2071527741.1789835064&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He69g1v78152549za200zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115616985~115938465~115938468~118131809~118897920~118897930~120385422~120469145~120469153~120847433&tft=1789835064073&tfd=1234&fmt=8 — 200 — 21 B — 80 ms — h3https://ad.doubleclick.net/ccm/s/collect?auid=576931415.1789835064&gtm=45He69g1v78152549za200zd78152549xeaxf1&fmt=8ad.doubleclick.net/ccm/s/collect?au... https://ad.doubleclick.net/ccm/s/collect?auid=576931415.1789835064&gtm=45He69g1v78152549za200zd78152549xeaxf1&fmt=8 — 204 — 22 B — 84 ms — h3https://static.zdassets.com/ekr/asset_composer.jsstatic.zdassets.com/ekr/asset_compo... https://static.zdassets.com/ekr/asset_composer.js — 200 — 4.7 KiB — 22 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcoWuEqAAAAAPXwYTBDMe9gsWu-_pdfvQcdseib&co=aHR0cHM6Ly93d3cuc2Vydml6aS13ZWItbWFya2V0aW5nLml0OjQ0Mw..&hl=it&v=zqB-6Xpbd3lCIvi7Tr2D0pob&size=invisible&badge=inline&anchor-ms=20000&execute-ms=30000&cb=heaytn6nhgqiwww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcoWuEqAAAAAPXwYTBDMe9gsWu-_pdfvQcdseib&co=aHR0cHM6Ly93d3cuc2Vydml6aS13ZWItbWFya2V0aW5nLml0OjQ0Mw..&hl=it&v=zqB-6Xpbd3lCIvi7Tr2D0pob&size=invisible&badge=inline&anchor-ms=20000&execute-ms=30000&cb=heaytn6nhgqi — 200 — 28.0 KiB — 72 ms — h3https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/styles__ltr.css — 200 — 41.4 KiB — 32 ms — h3https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.js — 200 — 346.7 KiB — 85 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1014840243/?random=1789835064278&cv=11&fst=1789835064278&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1014840243/?random=1789835064278&cv=11&fst=1789835064278&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=4 — 200 — 2.6 KiB — 88 ms — h3https://www.google.com/rmkt/collect/1014840243/?random=1789835064278&cv=11&fst=1789835064278&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=68&gcp=5www.google.com/rmkt/collect/1014840... https://www.google.com/rmkt/collect/1014840243/?random=1789835064278&cv=11&fst=1789835064278&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=68&gcp=5 — 200 — 20 B — 119 ms — h3https://www.googleadservices.com/pagead/conversion/1014840243/?random=1789835064315&cv=11&fst=1789835064315&fmt=7&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=dwAoCNO_ysAYELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&bttype=purchase&value=100&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oid=GG_67883052.1789835064&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1014840243/?random=1789835064315&cv=11&fst=1789835064315&fmt=7&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=dwAoCNO_ysAYELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&bttype=purchase&value=100&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oid=GG_67883052.1789835064&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5 — 200 — 1.2 KiB — 82 ms — h3https://www.googleadservices.com/pagead/conversion/1014840243/?random=1789835064325&cv=11&fst=1789835064325&fmt=7&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=cH6zCLiNh9IZELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&bttype=purchase&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oid=GG_2120216223.1789835064&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1014840243/?random=1789835064325&cv=11&fst=1789835064325&fmt=7&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=cH6zCLiNh9IZELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&bttype=purchase&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oid=GG_2120216223.1789835064&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5 — 200 — 1.2 KiB — 77 ms — h3https://www.google.com/ccm/collect?rcb=3&frm=0&apvc=0&auid=576931415.1789835064&dt=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&tid=AW-1014840243&en=page_view&dl=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&scrsrc=www.googletagmanager.com&rnd=2071527741.1789835064&navt=n&npa=0&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&tft=1789835064331&tfd=1493&tids=AW-1014840243&fmt=8www.google.com/ccm/collect?rcb=3&fr... https://www.google.com/ccm/collect?rcb=3&frm=0&apvc=0&auid=576931415.1789835064&dt=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&tid=AW-1014840243&en=page_view&dl=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&scrsrc=www.googletagmanager.com&rnd=2071527741.1789835064&navt=n&npa=0&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&tft=1789835064331&tfd=1493&tids=AW-1014840243&fmt=8 — 200 — 21 B — 100 ms — h3https://www.googleadservices.com/ccm/conversion/1014840243/?random=1789835064315&cv=11&fst=1789835064315&fmt=3&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=dwAoCNO_ysAYELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&bttype=purchase&value=100&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oid=GG_67883052.1789835064&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1www.googleadservices.com/ccm/conver... https://www.googleadservices.com/ccm/conversion/1014840243/?random=1789835064315&cv=11&fst=1789835064315&fmt=3&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=dwAoCNO_ysAYELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&bttype=purchase&value=100&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oid=GG_67883052.1789835064&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1 — 200 — 57 B — 95 ms — h3https://www.googleadservices.com/ccm/conversion/1014840243/?random=1789835064325&cv=11&fst=1789835064325&fmt=3&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=cH6zCLiNh9IZELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&bttype=purchase&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oid=GG_2120216223.1789835064&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1www.googleadservices.com/ccm/conver... https://www.googleadservices.com/ccm/conversion/1014840243/?random=1789835064325&cv=11&fst=1789835064325&fmt=3&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=cH6zCLiNh9IZELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&bttype=purchase&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oid=GG_2120216223.1789835064&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1 — 200 — 57 B — 97 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-N3MZ111WK2&gtm=45je69g1v878157653z878152549za20gzb78152549zd78152549xf1&_p=1789835063607&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=1528410367&_eu=AAAAAGAC&cid=1865551743.1789835064&ec_mode=a&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115616985~115938465~115938468~118897920~118897930~120213116~120385423~120469145~120469153&sid=1789835064&sct=1&seg=0&dl=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&dt=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&en=page_view&_fv=1&_ss=1&tfd=1580analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-N3MZ111WK2&gtm=45je69g1v878157653z878152549za20gzb78152549zd78152549xf1&_p=1789835063607&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&ecid=1528410367&_eu=AAAAAGAC&cid=1865551743.1789835064&ec_mode=a&frm=0&pscdl=noapi&rcb=5&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=115616985~115938465~115938468~118897920~118897930~120213116~120385423~120469145~120469153&sid=1789835064&sct=1&seg=0&dl=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&dt=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&en=page_view&_fv=1&_ss=1&tfd=1580 — 204 — 559 B — 104 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-N3MZ111WK2&cid=1865551743.1789835064&gtm=45je69g1v878157653z878152549za20gzb78152549zd78152549xf1&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938468~118897920~118897930~120213116~120385423~120469145~120469153stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-N3MZ111WK2&cid=1865551743.1789835064&gtm=45je69g1v878157653z878152549za20gzb78152549zd78152549xf1&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115616985~115938465~115938468~118897920~118897930~120213116~120385423~120469145~120469153 — 204 — 568 B — 69 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1014840243/?random=654451623&cv=11&fst=1789835064315&fmt=8&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=dwAoCNO_ysAYELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&value=100&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEAjw5bjVBhDgkZvso-Hp8X0SMQBmxakS0c3eI7VJe13c05graRL_hmoTrnQP0Djsd6ckP_C4JVQ4-JApgzUranDVUkXw_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQII1-ixAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgjo7rECCJLrsQIIyeOxAgiX1LECCMnbsQIIzeaxAgiP57ECCLHhsQIIs-GxAgim3bECCLDesQIIgNuxAgjN4bEC&cerd=CgzI7L4t9ey-LZ3ptzg&eitems=ChEI8OW41QYQoq_dxamY9aDSARIdAINM3yiEwyrOSjqZmQA2Khoh00BPMR0ne28VoMg&fsk=ChEI8OW41QYQ3PXM5-nPk6uHARIsANKH-MUOWYwQIvfJ_SVV1610Tf7i9uSwlcx1q0JtmBhVXBLgWIro7GDUdf8aAiLk&pscrd=IhMIpcXgmYf7lgMVDYU3CB0ihDuSOiVodHRwczovL3d3dy5zZXJ2aXppLXdlYi1tYXJrZXRpbmcuaXQvQldDaEFJOE9XNDFRWVEwcEtJbU42TGxxUUZFaTBBb3R2Y0p2dzY5RW41YmIzZHROTDNjS1drdzU4NTk0YzBlZDNkc3hyNUtxM1BKeG9OSGgwT3Z2RXBZNzB6DAgJYggIABAAGAAgAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1014840243/?random=654451623&cv=11&fst=1789835064315&fmt=8&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=dwAoCNO_ysAYELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&value=100&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEAjw5bjVBhDgkZvso-Hp8X0SMQBmxakS0c3eI7VJe13c05graRL_hmoTrnQP0Djsd6ckP_C4JVQ4-JApgzUranDVUkXw_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQII1-ixAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgjo7rECCJLrsQIIyeOxAgiX1LECCMnbsQIIzeaxAgiP57ECCLHhsQIIs-GxAgim3bECCLDesQIIgNuxAgjN4bEC&cerd=CgzI7L4t9ey-LZ3ptzg&eitems=ChEI8OW41QYQoq_dxamY9aDSARIdAINM3yiEwyrOSjqZmQA2Khoh00BPMR0ne28VoMg&fsk=ChEI8OW41QYQ3PXM5-nPk6uHARIsANKH-MUOWYwQIvfJ_SVV1610Tf7i9uSwlcx1q0JtmBhVXBLgWIro7GDUdf8aAiLk&pscrd=IhMIpcXgmYf7lgMVDYU3CB0ihDuSOiVodHRwczovL3d3dy5zZXJ2aXppLXdlYi1tYXJrZXRpbmcuaXQvQldDaEFJOE9XNDFRWVEwcEtJbU42TGxxUUZFaTBBb3R2Y0p2dzY5RW41YmIzZHROTDNjS1drdzU4NTk0YzBlZDNkc3hyNUtxM1BKeG9OSGgwT3Z2RXBZNzB6DAgJYggIABAAGAAgAA — 302 — 23 B — 115 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1014840243/?random=641121474&cv=11&fst=1789835064325&fmt=8&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=cH6zCLiNh9IZELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkcKEAjw5bjVBhDgkZvso-Hp8X0SMwBmxakSTOCZeAFfpM-pVisKwfNi-QQ2ftdAvQxtHTiQ-gAqPAZsj5mupBaNIUSyBwz68PD_BwE&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQII1-ixAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgjo7rECCJLrsQIIyeOxAgiX1LECCMnbsQIIzeaxAgiP57ECCLHhsQIIs-GxAgim3bECCLDesQIIgNuxAgjN4bECCMvhsQI&cerd=ChSDsL4tz-e-Lcjsvi317L4tnem3OA&eitems=ChEI8OW41QYQoq_dxamY9aDSARIdAINM3ygTY4z4y5noK_0C-jFOAuVLFOFKwSIkJqY&fsk=ChEI8OW41QYQ3PXM5-nPk6uHARIsANKH-MWw6yEX4yk3mh2g4cdR3ZRFxJNshITvVAlMCP8IhTi0IVkPIp8i5NoaAvzZ&pscrd=IhMIqbbgmYf7lgMVmaM3CB1k2zemOiVodHRwczovL3d3dy5zZXJ2aXppLXdlYi1tYXJrZXRpbmcuaXQvQldDaEFJOE9XNDFRWVEwcEtJbU42TGxxUUZFaTBBb3R2Y0ppYlYtcXBILU9uM0NKWUQxX0JPdkZSc1JHOVowdDcxUkdQb1AzcjRac0l0RWt4SUE2RjV0cFV6DAgJYggIABAAGAAgAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1014840243/?random=641121474&cv=11&fst=1789835064325&fmt=8&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=cH6zCLiNh9IZELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkcKEAjw5bjVBhDgkZvso-Hp8X0SMwBmxakSTOCZeAFfpM-pVisKwfNi-QQ2ftdAvQxtHTiQ-gAqPAZsj5mupBaNIUSyBwz68PD_BwE&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQII1-ixAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgjo7rECCJLrsQIIyeOxAgiX1LECCMnbsQIIzeaxAgiP57ECCLHhsQIIs-GxAgim3bECCLDesQIIgNuxAgjN4bECCMvhsQI&cerd=ChSDsL4tz-e-Lcjsvi317L4tnem3OA&eitems=ChEI8OW41QYQoq_dxamY9aDSARIdAINM3ygTY4z4y5noK_0C-jFOAuVLFOFKwSIkJqY&fsk=ChEI8OW41QYQ3PXM5-nPk6uHARIsANKH-MWw6yEX4yk3mh2g4cdR3ZRFxJNshITvVAlMCP8IhTi0IVkPIp8i5NoaAvzZ&pscrd=IhMIqbbgmYf7lgMVmaM3CB1k2zemOiVodHRwczovL3d3dy5zZXJ2aXppLXdlYi1tYXJrZXRpbmcuaXQvQldDaEFJOE9XNDFRWVEwcEtJbU42TGxxUUZFaTBBb3R2Y0ppYlYtcXBILU9uM0NKWUQxX0JPdkZSc1JHOVowdDcxUkdQb1AzcjRac0l0RWt4SUE2RjV0cFV6DAgJYggIABAAGAAgAA — 302 — 23 B — 98 ms — h3https://rec.smartlook.com/es6/init.9207427f95fa799d6604.jsrec.smartlook.com/es6/init.9207427f... https://rec.smartlook.com/es6/init.9207427f95fa799d6604.js — 200 — 19.4 KiB — 84 ms — h2https://ekr.zdassets.com/compose/zopim_chat/44Zm0ieirXxVSnN3nFqCiTEfhm0tGqe6ekr.zdassets.com/compose/zopim_chat... https://ekr.zdassets.com/compose/zopim_chat/44Zm0ieirXxVSnN3nFqCiTEfhm0tGqe6 — 200 — 1.4 KiB — 33 ms — h2https://scripts.clarity.ms/0.8.70/clarity.jsscripts.clarity.ms/0.8.70/clarity.j... https://scripts.clarity.ms/0.8.70/clarity.js — 200 — 25.4 KiB — 127 ms — h2https://www.google.com/pagead/1p-user-list/1014840243/?random=1789835064278&cv=11&fst=1789833600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=3&is_vtc=1&cid=CAQS7AEAQM4h3B8x6W2AQco1reLzdWLLSaHeM6fOS34X65LRsOhgcWy6096zner5ztCx-YWsCXo4SVz2-bzXwScbqDtOnPlSP2TxZHFsJVzmniCMKMQtQg4r0mUbMAXllbpNstiGSXKJtE9Zm76nQtzkQ8RrfV6bBpiVEzm2nN3fdtg_mAU7mbuTAaePLslLMaBbh5FR5OcDXLMSewzcKlMK5q16Z29V7smGy1frll6LFs7thUngsH6seRzwt2Cdh4ZzdpDzygY7Gvgx2NLQmLBQIHoggNbjFBEBtFPUeQrkYHNmA_B6kbOjuTEbHGVk6g&random=609679947&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/1014840243/?random=1789835064278&cv=11&fst=1789833600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xecxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&ept=9&rfmt=3&fmt=3&is_vtc=1&cid=CAQS7AEAQM4h3B8x6W2AQco1reLzdWLLSaHeM6fOS34X65LRsOhgcWy6096zner5ztCx-YWsCXo4SVz2-bzXwScbqDtOnPlSP2TxZHFsJVzmniCMKMQtQg4r0mUbMAXllbpNstiGSXKJtE9Zm76nQtzkQ8RrfV6bBpiVEzm2nN3fdtg_mAU7mbuTAaePLslLMaBbh5FR5OcDXLMSewzcKlMK5q16Z29V7smGy1frll6LFs7thUngsH6seRzwt2Cdh4ZzdpDzygY7Gvgx2NLQmLBQIHoggNbjFBEBtFPUeQrkYHNmA_B6kbOjuTEbHGVk6g&random=609679947&rmt_tld=0&ipr=y — 200 — 64 B — 49 ms — h3https://www.google.com/pagead/1p-conversion/1014840243/?random=654451623&cv=11&fst=1789835064315&fmt=8&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=dwAoCNO_ysAYELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&value=100&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEAjw5bjVBhDgkZvso-Hp8X0SMQBmxakS0c3eI7VJe13c05graRL_hmoTrnQP0Djsd6ckP_C4JVQ4-JApgzUranDVUkXw_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQII1-ixAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgjo7rECCJLrsQIIyeOxAgiX1LECCMnbsQIIzeaxAgiP57ECCLHhsQIIs-GxAgim3bECCLDesQIIgNuxAgjN4bEC&cerd=CgzI7L4t9ey-LZ3ptzg&fsk=ChEI8OW41QYQ3PXM5-nPk6uHARIsANKH-MUOWYwQIvfJ_SVV1610Tf7i9uSwlcx1q0JtmBhVXBLgWIro7GDUdf8aAiLk&pscrd=IhMIpcXgmYf7lgMVDYU3CB0ihDuSOiVodHRwczovL3d3dy5zZXJ2aXppLXdlYi1tYXJrZXRpbmcuaXQvQldDaEFJOE9XNDFRWVEwcEtJbU42TGxxUUZFaTBBb3R2Y0p2dzY5RW41YmIzZHROTDNjS1drdzU4NTk0YzBlZDNkc3hyNUtxM1BKeG9OSGgwT3Z2RXBZNzB6DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQS7AEAQM4h3BYWZL94068TwuEE48VzPHMjy0sqCiW5OY-SroQOW4AMwubTg4a5_FO1dtY5wa_aygRoGenPh96nZ61iUipuiMrOLITmrbeDytHf-qj9vTh4JKdeJjzTtPLifA8By40wA9d26YdoClPQkYUPwQYbNK_gOdhN4ZvwL90l3o3t_GQDsyf8DK0svW0SqO2lYMpBESvvYIZlZfDE3jWqXqm0zZZVNndPmKeG43K36kfOmrfVzb1P3quZesN3JpoIRzxvZDVB-tuweWcGTG7PHG5gamPoQONn3mOFnmuMVnkHiCMNIzQP636E5Q&eitems=ChEI8OW41QYQoq_dxamY9aDSARIdAINM3yhRr_6TBGCE0poO4XulZJ33BM2qdYaTSao&random=3606327393www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1014840243/?random=654451623&cv=11&fst=1789835064315&fmt=8&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=dwAoCNO_ysAYELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&value=100&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=1~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkUKEAjw5bjVBhDgkZvso-Hp8X0SMQBmxakS0c3eI7VJe13c05graRL_hmoTrnQP0Djsd6ckP_C4JVQ4-JApgzUranDVUkXw_wcB&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQII1-ixAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgjo7rECCJLrsQIIyeOxAgiX1LECCMnbsQIIzeaxAgiP57ECCLHhsQIIs-GxAgim3bECCLDesQIIgNuxAgjN4bEC&cerd=CgzI7L4t9ey-LZ3ptzg&fsk=ChEI8OW41QYQ3PXM5-nPk6uHARIsANKH-MUOWYwQIvfJ_SVV1610Tf7i9uSwlcx1q0JtmBhVXBLgWIro7GDUdf8aAiLk&pscrd=IhMIpcXgmYf7lgMVDYU3CB0ihDuSOiVodHRwczovL3d3dy5zZXJ2aXppLXdlYi1tYXJrZXRpbmcuaXQvQldDaEFJOE9XNDFRWVEwcEtJbU42TGxxUUZFaTBBb3R2Y0p2dzY5RW41YmIzZHROTDNjS1drdzU4NTk0YzBlZDNkc3hyNUtxM1BKeG9OSGgwT3Z2RXBZNzB6DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQS7AEAQM4h3BYWZL94068TwuEE48VzPHMjy0sqCiW5OY-SroQOW4AMwubTg4a5_FO1dtY5wa_aygRoGenPh96nZ61iUipuiMrOLITmrbeDytHf-qj9vTh4JKdeJjzTtPLifA8By40wA9d26YdoClPQkYUPwQYbNK_gOdhN4ZvwL90l3o3t_GQDsyf8DK0svW0SqO2lYMpBESvvYIZlZfDE3jWqXqm0zZZVNndPmKeG43K36kfOmrfVzb1P3quZesN3JpoIRzxvZDVB-tuweWcGTG7PHG5gamPoQONn3mOFnmuMVnkHiCMNIzQP636E5Q&eitems=ChEI8OW41QYQoq_dxamY9aDSARIdAINM3yhRr_6TBGCE0poO4XulZJ33BM2qdYaTSao&random=3606327393 — 200 — 20 B — 83 ms — h3https://www.google.com/pagead/1p-conversion/1014840243/?random=641121474&cv=11&fst=1789835064325&fmt=8&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=cH6zCLiNh9IZELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkcKEAjw5bjVBhDgkZvso-Hp8X0SMwBmxakSTOCZeAFfpM-pVisKwfNi-QQ2ftdAvQxtHTiQ-gAqPAZsj5mupBaNIUSyBwz68PD_BwE&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQII1-ixAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgjo7rECCJLrsQIIyeOxAgiX1LECCMnbsQIIzeaxAgiP57ECCLHhsQIIs-GxAgim3bECCLDesQIIgNuxAgjN4bECCMvhsQI&cerd=ChSDsL4tz-e-Lcjsvi317L4tnem3OA&fsk=ChEI8OW41QYQ3PXM5-nPk6uHARIsANKH-MWw6yEX4yk3mh2g4cdR3ZRFxJNshITvVAlMCP8IhTi0IVkPIp8i5NoaAvzZ&pscrd=IhMIqbbgmYf7lgMVmaM3CB1k2zemOiVodHRwczovL3d3dy5zZXJ2aXppLXdlYi1tYXJrZXRpbmcuaXQvQldDaEFJOE9XNDFRWVEwcEtJbU42TGxxUUZFaTBBb3R2Y0ppYlYtcXBILU9uM0NKWUQxX0JPdkZSc1JHOVowdDcxUkdQb1AzcjRac0l0RWt4SUE2RjV0cFV6DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQS7AEAQM4h3N7lKIaEdr38rWhWjc8FCiMfpA-taCXikEYOZoCCJlOEbdZc06EfBwJUMybRuKQUemjl8ubidMIPhBFTqryyBH14Ob7nD971bicr4ulLM8Lj4zLnptpErrsorD-O7dMmRRm3TzHIUinwwQ6Bhq35VIzqbEVKMkzsifIAPItFil2PDcyzV0aJp-GNhcjVB449xk-lJ9LYESqI-r_3-1YqKuSTmvxDu0_RgbNPCbRVlpd7UwAZtYAuvllygjkFRP0r9pQ65MU1ZSN6r-pTYDz1sQb7xcgy5MZYFIVQivFhWwBMcIbYxUSndA&eitems=ChEI8OW41QYQoq_dxamY9aDSARIdAINM3yg6edD_IyF2WnYaqb-wAM5QeLGrK7HPNtY&random=3741239070www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1014840243/?random=641121474&cv=11&fst=1789835064325&fmt=8&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be69g1v9179216870z878152549za20gzb78152549zd78152549xeaxf1&gcd=13l3l3l3l1l1&dma=0&tag_exp=115938465~115938469~118131809~118897920~118897930~120213116~120385423~120469145~120469153~120847433&u_w=800&u_h=600&url=https%3A%2F%2Fwww.servizi-web-marketing.it%2F&rcb=3&label=cH6zCLiNh9IZELP39OMD&frm=0&tiba=%E2%98%9E%20Servizi%20Web%20Marketing%20Roma&value=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=576931415.1789835064&uaa=x86&uab=64&uafvl=Chromium%3B153.0.8010.47%7CNot_A%2520Brand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=a&oidsrc=3&ecsid2=1835861572.1789835064&_tu=CBA&gcl_ctr=2~0~0~0&category=acrcp_v1_512&em=tv.1&emd=tvd.1&ept=5&ct_cookie_present=false&eoid=CkcKEAjw5bjVBhDgkZvso-Hp8X0SMwBmxakSTOCZeAFfpM-pVisKwfNi-QQ2ftdAvQxtHTiQ-gAqPAZsj5mupBaNIUSyBwz68PD_BwE&crd=CLTesQII8t-xAgit4bECCK_hsQIIobixAgixwbECCLDBsQIIscOxAgiKxbECCMLJsQII1-ixAgi0xrECCJPasQII29yxAgiH27ECCNPFsQII68yxAgjtzrECCNXPsQII9NqxAgjo7rECCJLrsQIIyeOxAgiX1LECCMnbsQIIzeaxAgiP57ECCLHhsQIIs-GxAgim3bECCLDesQIIgNuxAgjN4bECCMvhsQI&cerd=ChSDsL4tz-e-Lcjsvi317L4tnem3OA&fsk=ChEI8OW41QYQ3PXM5-nPk6uHARIsANKH-MWw6yEX4yk3mh2g4cdR3ZRFxJNshITvVAlMCP8IhTi0IVkPIp8i5NoaAvzZ&pscrd=IhMIqbbgmYf7lgMVmaM3CB1k2zemOiVodHRwczovL3d3dy5zZXJ2aXppLXdlYi1tYXJrZXRpbmcuaXQvQldDaEFJOE9XNDFRWVEwcEtJbU42TGxxUUZFaTBBb3R2Y0ppYlYtcXBILU9uM0NKWUQxX0JPdkZSc1JHOVowdDcxUkdQb1AzcjRac0l0RWt4SUE2RjV0cFV6DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQS7AEAQM4h3N7lKIaEdr38rWhWjc8FCiMfpA-taCXikEYOZoCCJlOEbdZc06EfBwJUMybRuKQUemjl8ubidMIPhBFTqryyBH14Ob7nD971bicr4ulLM8Lj4zLnptpErrsorD-O7dMmRRm3TzHIUinwwQ6Bhq35VIzqbEVKMkzsifIAPItFil2PDcyzV0aJp-GNhcjVB449xk-lJ9LYESqI-r_3-1YqKuSTmvxDu0_RgbNPCbRVlpd7UwAZtYAuvllygjkFRP0r9pQ65MU1ZSN6r-pTYDz1sQb7xcgy5MZYFIVQivFhWwBMcIbYxUSndA&eitems=ChEI8OW41QYQoq_dxamY9aDSARIdAINM3yg6edD_IyF2WnYaqb-wAM5QeLGrK7HPNtY&random=3741239070 — 200 — 20 B — 70 ms — h3https://static.zdassets.com/web_widget/classic/latest/web-widget-main-c5d3cb1.jsstatic.zdassets.com/web_widget/clas... https://static.zdassets.com/web_widget/classic/latest/web-widget-main-c5d3cb1.js — 200 — 235.6 KiB — 47 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=it&v=zqB-6Xpbd3lCIvi7Tr2D0pobwww.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=it&v=zqB-6Xpbd3lCIvi7Tr2D0pob — 200 — 23 B — 214 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.2 KiB — 26 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 58 ms — h3https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.js — 200 — 0 B — 13 ms — h3https://static.zdassets.com/web_widget/classic/latest/web-widget-5433-c5d3cb1.jsstatic.zdassets.com/web_widget/clas... https://static.zdassets.com/web_widget/classic/latest/web-widget-5433-c5d3cb1.js — 200 — 139.3 KiB — 38 ms — h2https://static.zdassets.com/web_widget/classic/latest/web-widget-locales/classic/en-us-json-c5d3cb1.jsstatic.zdassets.com/web_widget/clas... https://static.zdassets.com/web_widget/classic/latest/web-widget-locales/classic/en-us-json-c5d3cb1.js — 200 — 5.9 KiB — 14 ms — h2https://bixsas.zendesk.com/embeddable/configbixsas.zendesk.com/embeddable/confi... https://bixsas.zendesk.com/embeddable/config — 200 — 1.4 KiB — 45 ms — h2https://static.zdassets.com/web_widget/classic/latest/web-widget-chat-sdk-c5d3cb1.jsstatic.zdassets.com/web_widget/clas... https://static.zdassets.com/web_widget/classic/latest/web-widget-chat-sdk-c5d3cb1.js — 200 — 54.1 KiB — 23 ms — h2https://www.servizi-web-marketing.it/templates/swm/favicon.icowww.servizi-web-marketing.it/templa... https://www.servizi-web-marketing.it/templates/swm/favicon.ico — 200 — 5.2 KiB — 30 ms — h3https://www.servizi-web-marketing.it/images/iconwpa/android-icon-144x144.pngwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/iconwpa/android-icon-144x144.png — 200 — 15.7 KiB — 28 ms — h3https://t.clarity.ms/collectt.clarity.ms/collect https://t.clarity.ms/collect — 204 — 292 B — 522 ms — http/1.1https://www.servizi-web-marketing.it/images/iconwpa/favicon-32x32.pngwww.servizi-web-marketing.it/images... https://www.servizi-web-marketing.it/images/iconwpa/favicon-32x32.png — 200 — 2.7 KiB — 27 ms — h3https://t.clarity.ms/collectt.clarity.ms/collect https://t.clarity.ms/collect — 204 — 292 B — 370 ms — http/1.1https://www.google.com/recaptcha/api2/bframe?hl=it&v=zqB-6Xpbd3lCIvi7Tr2D0pob&k=6LcoWuEqAAAAAPXwYTBDMe9gsWu-_pdfvQcdseib&bft=0dAFcWeA4qeWw2-bP7PJGH2EigWyJ9ObBGtTtyLy5FFdF6nYvVVLWrS2S8Fn9sMDlg5l4AaFU4d0hNQ3A_az_1pGrcyg74Nnz1pAwww.google.com/recaptcha/api2/bfram... https://www.google.com/recaptcha/api2/bframe?hl=it&v=zqB-6Xpbd3lCIvi7Tr2D0pob&k=6LcoWuEqAAAAAPXwYTBDMe9gsWu-_pdfvQcdseib&bft=0dAFcWeA4qeWw2-bP7PJGH2EigWyJ9ObBGtTtyLy5FFdF6nYvVVLWrS2S8Fn9sMDlg5l4AaFU4d0hNQ3A_az_1pGrcyg74Nnz1pA — 200 — 2.2 KiB — 30 ms — h3https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/styles__ltr.css — 200 — 0 B — 0 ms — h3https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/zqB-6Xpbd3lCIvi7Tr2D0pob/recaptcha__it.js — 200 — 0 B — 0 ms — h3https://static.zdassets.com/web_widget/classic/latest/web-widget-chat-incoming-message-notification-c5d3cb1.jsstatic.zdassets.com/web_widget/clas... https://static.zdassets.com/web_widget/classic/latest/web-widget-chat-incoming-message-notification-c5d3cb1.js — 200 — 775 B — 14 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://static.zdassets.com/web_widget/classic/latest/fda6cd35495c75f83508d9d2e77ee33d.mp3static.zdassets.com/web_widget/clas... https://static.zdassets.com/web_widget/classic/latest/fda6cd35495c75f83508d9d2e77ee33d.mp3 — 206 — 19.8 KiB — 12 ms — h2https://www.google.com/recaptcha/api2/reload?k=6LcoWuEqAAAAAPXwYTBDMe9gsWu-_pdfvQcdseibwww.google.com/recaptcha/api2/reloa... https://www.google.com/recaptcha/api2/reload?k=6LcoWuEqAAAAAPXwYTBDMe9gsWu-_pdfvQcdseib — 200 — 3.8 KiB — 99 ms — h3https://www.gstatic.com/recaptcha/api2/refresh_2x.pngwww.gstatic.com/recaptcha/api2/refr... https://www.gstatic.com/recaptcha/api2/refresh_2x.png — 200 — 624 B — 28 ms — h3https://www.gstatic.com/recaptcha/api2/audio_2x.pngwww.gstatic.com/recaptcha/api2/audi... https://www.gstatic.com/recaptcha/api2/audio_2x.png — 200 — 554 B — 26 ms — h3https://www.gstatic.com/recaptcha/api2/info_2x.pngwww.gstatic.com/recaptcha/api2/info... https://www.gstatic.com/recaptcha/api2/info_2x.png — 200 — 689 B — 24 ms — h3https://www.google.com/recaptcha/api2/payload?p=06AFcWeA7fVGT6gxHmr_gQ6D_ASCGQ07JAFnihBCOgLlPVlV3TUqWQqlyQG9wokrPKxAau4LJTZY3KyWyoIMQkcFT3eq07qz4w0cpMy0DJSdGz8DJSDLUF7MFoMihgXiTp7u_VEiH3B5SSRDrihyKGaf2lp4fA7GZxZ2dSzkl3aFNnWq_gnFvFfd_90vDEp7JTJRoTw-_P40qMlU7C7RL5_WX2tC4Ngwhfqw&k=6LcoWuEqAAAAAPXwYTBDMe9gsWu-_pdfvQcdseibwww.google.com/recaptcha/api2/paylo... https://www.google.com/recaptcha/api2/payload?p=06AFcWeA7fVGT6gxHmr_gQ6D_ASCGQ07JAFnihBCOgLlPVlV3TUqWQqlyQG9wokrPKxAau4LJTZY3KyWyoIMQkcFT3eq07qz4w0cpMy0DJSdGz8DJSDLUF7MFoMihgXiTp7u_VEiH3B5SSRDrihyKGaf2lp4fA7GZxZ2dSzkl3aFNnWq_gnFvFfd_90vDEp7JTJRoTw-_P40qMlU7C7RL5_WX2tC4Ngwhfqw&k=6LcoWuEqAAAAAPXwYTBDMe9gsWu-_pdfvQcdseib — 200 — 41.4 KiB — 39 ms — h3https://t.clarity.ms/collectt.clarity.ms/collect https://t.clarity.ms/collect — 204 — 292 B — 118 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
88% of JavaScript execution is third-party
First-party Third-party 1363ms · 1031KB · €15/mo
www.gstatic.com
Other
Costly
Execution 300ms
Transfer 0 KB
Unused 50%
Monthly Cost €3/mo
www.servizi-web-marketing.it
Other
Costly
Execution 233ms
Transfer 13 KB
Monthly Cost €3/mo
www.servizi-web-marketing.it
Other
Optional
Execution 175ms
Transfer 69 KB
Unused 60%
Monthly Cost €2/mo
Zendesk Widget
Customer Support
Optional
Execution 143ms
Transfer 236 KB
Unused 39%
Monthly Cost €2/mo
Zendesk Widget
Customer Support
Optional
Execution 102ms
Transfer 54 KB
Unused 45%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 100ms
Transfer 160 KB
Unused 36%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 88ms
Transfer 159 KB
Unused 42%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 87ms
Transfer 189 KB
Unused 40%
Monthly Cost €1/mo
Microsoft Clarity
Session Replay
Optional
Execution 72ms
Transfer 25 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 64ms
Transfer 124 KB
Unused 52%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 300ms and costs ~€3/month
  • www.servizi-web-marketing.it adds 233ms and costs ~€3/month

88% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.gstatic.com takes 300ms 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

www.servizi-web-marketing.it takes 233ms 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

60% of www.servizi-web-marketing.it's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

52% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Image Optimization
23 images, 1995 KB total, 224 KB wasted
INFO

Image Optimization Audit

Total Images

23

Total Size

1995 KB

Oversized

4

Wasted

224 KB

10 missing dimensions 21 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