Skip to content
https://it-servizioclienti.it

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
3
REVIEW
4
PASS
16
INFO
3

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

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

2.76 s

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

7.12 s

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

199 ms

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

0.018

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

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

7.12 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
26
16 PASS 4 REVIEW 3 FIX
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 (539.8 KiB of 540.3 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2354ms total JS execution
FIX
2354ms total JS execution
Warning::
https://www.it-servizioclienti.it/: 806ms CPU time
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 791ms CPU time
Warning::
Unattributable: 374ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/js/ad...: 246ms CPU time
Info::
https://ep2.adtrafficquality.google/sodar/sodar2.j...: 76ms CPU time
Warning::
Third-party scripts: 1979ms (84% of total)

Main Thread Breakdown

Script Evaluation 42% Style & Layout 25% Other 22% Script Parsing & Compilation 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.it-servizioclienti.it/806ms54ms4ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202609020101/show_ads_impl_fy2021.js?bust=122880849791ms660ms69ms3rd
Unattributable374ms11ms0ms1st
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4278822566474202246ms186ms24ms3rd
https://ep2.adtrafficquality.google/sodar/sodar2.js76ms59ms3ms3rd
https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba178836298749561ms42ms0ms3rd
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

B
Image Optimization
7 images, 0 KB saveable
REVIEW
7 images, 0 KB saveable
Warning::
https://www.it-servizioclienti.it/static/img/custo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
7 images 108 KB
0 oversized -0 KB
3 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Bundles
7 scripts, 131 KB unused
REVIEW
7 scripts, 131 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 106 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/js/ad...: 25 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 131 KB
131 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202609020101/show_ads_impl_fy2021.js?bust=122880849162 KB106 KB (65%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-427882256647420256 KB25 KB (44%)3rd
https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba178836298749510 KB3rd
https://www.it-servizioclienti.it/static/js/search.25754267c810.js1 KB3rd
https://www.it-servizioclienti.it/static/main.bd76fea18883.js1 KB3rd
https://ep2.adtrafficquality.google/sodar/sodar2.js8 KB3rd
https://pagead2.googlesyndication.com/bg/0ONt5ZnRq4RhFnqPeW57TgjM103GITmvLtZnZQnbxzM.js22 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

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.
A+
Page Weight Budget
540 KB transferred, 38 requests
PASS
540 KB transferred, 38 requests
Info::
Page weighs 1.3 MB (540 KB transferred)
Info::
38 HTTP requests
Info::
Estimated 0.11 g CO2 per page load
540 KB / 2.4 MB budget
540 KB transferred
38 requests
0.11 g CO2 per page load
JavaScript 261.1 KiB 48%
Images 107.6 KiB 20%
HTML 71.8 KiB 13%
Fonts 67.0 KiB 12%
CSS 18.7 KiB 3%
Other 13.7 KiB 3%
Other 567 B 0%
Other 80 B 0%
0 2.4 MB 4.9 MB
Under budget
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
3 fonts (67 KB)
PASS
3 fonts (67 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

67 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.8 s LCP 7.1 shttps://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ck-8.woff2UcCO3FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ck-8.woff2 — 23.1 KiB — 45 ms — font-display: swaphttps://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff24Ua_rENHsxJlGDuGo1OIlJf... https://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff2 — 21.5 KiB — 175 ms — font-display: swaphttps://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff24Ua_rENHsxJlGDuGo1OIlJf... https://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff2 — 22.4 KiB — 43 ms — font-display: swap
UcCO3FwrK3iLTeHuS_nVMrM... woff2 swap
Size 23 KB
Load time 45 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
4Ua_rENHsxJlGDuGo1OIlJf... woff2 swap
Size 21 KB
Load time 175 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
4Ua_rENHsxJlGDuGo1OIlJf... woff2 swap
Size 22 KB
Load time 43 ms
Start 1.8 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 resource hints configured

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-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
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
Page Weight Inventory
38 resources · 540 KB · 131 KB savings available
PASS
38 resources · 540 KB · 131 KB savings available
Info::
Within 1MB page-weight target
Got: 540 KB
Info::
~131 KB of savings available
Warning::
37 third-party resources (100% of weight)
38 resources · 540.3 KiB · 37 third-party Within 1MB page-weight target
JavaScript 48% · 261.1 KiB
Image 20% · 107.6 KiB
Document 13% · 72.3 KiB
Font 12% · 67.0 KiB
CSS 3% · 18.7 KiB
Other 3% · 13.7 KiB

~130.7 KiB of savings available

Remove unused JavaScript: 130.7 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
2 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
7 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
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
38 requests over 3166ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.8 s LCP 7.1 shttps://it-servizioclienti.it// https://it-servizioclienti.it/ — 301 — 567 B — 211 ms — h3https://www.it-servizioclienti.it/www.it-servizioclienti.it/ https://www.it-servizioclienti.it/ — 200 — 8.2 KiB — 613 ms — h3https://www.it-servizioclienti.it/static/style.f18193097a60.csswww.it-servizioclienti.it/static/st... https://www.it-servizioclienti.it/static/style.f18193097a60.css — 200 — 6.2 KiB — 28 ms — h3https://fonts.googleapis.com/css2?family=Inter&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter&display=swap — 200 — 1.1 KiB — 126 ms — h2https://www.it-servizioclienti.it/static/css/homepage.29217cc8477b.csswww.it-servizioclienti.it/static/cs... https://www.it-servizioclienti.it/static/css/homepage.29217cc8477b.css — 200 — 1.6 KiB — 29 ms — h3https://www.it-servizioclienti.it/static/img/customer-logo-blue.34fd0b44f87a.webpwww.it-servizioclienti.it/static/im... https://www.it-servizioclienti.it/static/img/customer-logo-blue.34fd0b44f87a.webp — 200 — 1.6 KiB — 29 ms — h3https://www.it-servizioclienti.it/static/img/customer-service.0e7dd2654679.webpwww.it-servizioclienti.it/static/im... https://www.it-servizioclienti.it/static/img/customer-service.0e7dd2654679.webp — 200 — 103.6 KiB — 1.0 s — h3https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 69 ms — h2https://www.it-servizioclienti.it/static/img/search-icon.8fa9d1808ac1.webpwww.it-servizioclienti.it/static/im... https://www.it-servizioclienti.it/static/img/search-icon.8fa9d1808ac1.webp — 200 — 819 B — 27 ms — h3https://www.it-servizioclienti.it/static/img/customer-logo-white.a2f8f124f70b.webpwww.it-servizioclienti.it/static/im... https://www.it-servizioclienti.it/static/img/customer-logo-white.a2f8f124f70b.webp — 200 — 1.5 KiB — 26 ms — h3https://www.it-servizioclienti.it/static/js/search.25754267c810.jswww.it-servizioclienti.it/static/js... https://www.it-servizioclienti.it/static/js/search.25754267c810.js — 200 — 1.1 KiB — 34 ms — h3https://www.it-servizioclienti.it/static/main.bd76fea18883.jswww.it-servizioclienti.it/static/ma... https://www.it-servizioclienti.it/static/main.bd76fea18883.js — 200 — 1.4 KiB — 29 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4278822566474202pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4278822566474202 — 200 — 56.4 KiB — 175 ms — h3https://www.it-servizioclienti.it/static/css/response_message.ef7b66e345fd.csswww.it-servizioclienti.it/static/cs... https://www.it-servizioclienti.it/static/css/response_message.ef7b66e345fd.css — 200 — 948 B — 30 ms — h3https://www.it-servizioclienti.it/static/css/cookieconsent.46d0f6aea664.csswww.it-servizioclienti.it/static/cs... https://www.it-servizioclienti.it/static/css/cookieconsent.46d0f6aea664.css — 200 — 4.8 KiB — 29 ms — h3https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ck-8.woff2fonts.gstatic.com/s/inter/v20/UcCO3... https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ck-8.woff2 — 200 — 23.1 KiB — 45 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202609020101/show_ads_impl_fy2021.js?bust=122880849pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202609020101/show_ads_impl_fy2021.js?bust=122880849 — 200 — 162.3 KiB — 119 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 141 ms — h3https://googleads.g.doubleclick.net/pagead/html/r20260901/r20190131/zrt_lookup_fy2021.htmlgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/html/r20260901/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 118 ms — h3https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&adk=1812271804&adf=3025194257&abgtt=6&lmt=1788532964&plat=3%3A65536%2C4%3A65536%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&pra=5&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964027&bpp=6&bdt=239&idt=162&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&nras=1&correlator=8449375595374&frm=20&pv=2&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=-12245933&ady=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fsapi=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=1&ifi=1&uci=a!1&fsb=1&dtd=207googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&adk=1812271804&adf=3025194257&abgtt=6&lmt=1788532964&plat=3%3A65536%2C4%3A65536%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&pra=5&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964027&bpp=6&bdt=239&idt=162&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&nras=1&correlator=8449375595374&frm=20&pv=2&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=-12245933&ady=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fsapi=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=1&ifi=1&uci=a!1&fsb=1&dtd=207 — 200 — 4.2 KiB — 553 ms — h3https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&h=412&slotname=6419363290&adk=792102617&adf=2850496063&pi=t.ma~as.6419363290&abgtt=6&w=412&lmt=1788532964&rafmt=1&format=412x412&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&fwr=1&fwrattr=true&rpe=1&resp_fmts=3&sfro=1&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964033&bpp=6&bdt=246&idt=220&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&prev_fmts=0x0&nras=1&correlator=8449375595374&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=0&ady=842&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=128&bc=31&bz=1&bisch=1&blev=1&ifi=2&uci=a!2&btvi=1&fsb=1&dtd=240googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&h=412&slotname=6419363290&adk=792102617&adf=2850496063&pi=t.ma~as.6419363290&abgtt=6&w=412&lmt=1788532964&rafmt=1&format=412x412&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&fwr=1&fwrattr=true&rpe=1&resp_fmts=3&sfro=1&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964033&bpp=6&bdt=246&idt=220&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&prev_fmts=0x0&nras=1&correlator=8449375595374&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=0&ady=842&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=128&bc=31&bz=1&bisch=1&blev=1&ifi=2&uci=a!2&btvi=1&fsb=1&dtd=240 — 200 — 24.6 KiB — 328 ms — h3https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&h=412&slotname=6419363290&adk=792102617&adf=1766885181&pi=t.ma~as.6419363290&abgtt=6&w=412&lmt=1788532964&rafmt=1&format=412x412&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&fwr=1&fwrattr=true&rpe=1&resp_fmts=3&sfro=1&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964039&bpp=4&bdt=252&idt=250&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&prev_fmts=0x0%2C412x412&nras=1&correlator=8449375595374&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=0&ady=1670&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=128&bc=31&bz=1&bisch=1&blev=1&ifi=3&uci=a!3&btvi=2&fsb=1&dtd=261googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&h=412&slotname=6419363290&adk=792102617&adf=1766885181&pi=t.ma~as.6419363290&abgtt=6&w=412&lmt=1788532964&rafmt=1&format=412x412&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&fwr=1&fwrattr=true&rpe=1&resp_fmts=3&sfro=1&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964039&bpp=4&bdt=252&idt=250&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&prev_fmts=0x0%2C412x412&nras=1&correlator=8449375595374&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=0&ady=1670&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=128&bc=31&bz=1&bisch=1&blev=1&ifi=3&uci=a!3&btvi=2&fsb=1&dtd=261 — 200 — 24.7 KiB — 521 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 43 ms — h3https://fonts.googleapis.com/css?family=Google%20Sans%3A400fonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google%20Sans%3A400 — 200 — 2.0 KiB — 43 ms — h2https://fonts.googleapis.com/css?family=Google%20Sans%3A700fonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google%20Sans%3A700 — 200 — 2.0 KiB — 44 ms — h2https://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff2fonts.gstatic.com/s/googlesans/v70/... https://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff2 — 200 — 21.5 KiB — 175 ms — h3https://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff2fonts.gstatic.com/s/googlesans/v70/... https://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff2 — 200 — 22.4 KiB — 43 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 41 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260901&st=env&sjk=231408617084659ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260901&st=env&sjk=231408617084659 — 200 — 13.3 KiB — 103 ms — h3https://www.it-servizioclienti.it/cdn-cgi/rum?www.it-servizioclienti.it/cdn-cgi/r... https://www.it-servizioclienti.it/cdn-cgi/rum? — 204 — 475 B — 7 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.8 s LCP 7.1 shttps://it-servizioclienti.it// https://it-servizioclienti.it/ — 301 — 567 B — 211 ms — h3https://www.it-servizioclienti.it/www.it-servizioclienti.it/ https://www.it-servizioclienti.it/ — 200 — 8.2 KiB — 613 ms — h3https://www.it-servizioclienti.it/static/style.f18193097a60.csswww.it-servizioclienti.it/static/st... https://www.it-servizioclienti.it/static/style.f18193097a60.css — 200 — 6.2 KiB — 28 ms — h3https://fonts.googleapis.com/css2?family=Inter&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter&display=swap — 200 — 1.1 KiB — 126 ms — h2https://www.it-servizioclienti.it/static/css/homepage.29217cc8477b.csswww.it-servizioclienti.it/static/cs... https://www.it-servizioclienti.it/static/css/homepage.29217cc8477b.css — 200 — 1.6 KiB — 29 ms — h3https://www.it-servizioclienti.it/static/img/customer-logo-blue.34fd0b44f87a.webpwww.it-servizioclienti.it/static/im... https://www.it-servizioclienti.it/static/img/customer-logo-blue.34fd0b44f87a.webp — 200 — 1.6 KiB — 29 ms — h3https://www.it-servizioclienti.it/static/img/customer-service.0e7dd2654679.webpwww.it-servizioclienti.it/static/im... https://www.it-servizioclienti.it/static/img/customer-service.0e7dd2654679.webp — 200 — 103.6 KiB — 1.0 s — h3https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495 — 200 — 10.1 KiB — 69 ms — h2https://www.it-servizioclienti.it/static/img/search-icon.8fa9d1808ac1.webpwww.it-servizioclienti.it/static/im... https://www.it-servizioclienti.it/static/img/search-icon.8fa9d1808ac1.webp — 200 — 819 B — 27 ms — h3https://www.it-servizioclienti.it/static/img/customer-logo-white.a2f8f124f70b.webpwww.it-servizioclienti.it/static/im... https://www.it-servizioclienti.it/static/img/customer-logo-white.a2f8f124f70b.webp — 200 — 1.5 KiB — 26 ms — h3https://www.it-servizioclienti.it/static/js/search.25754267c810.jswww.it-servizioclienti.it/static/js... https://www.it-servizioclienti.it/static/js/search.25754267c810.js — 200 — 1.1 KiB — 34 ms — h3https://www.it-servizioclienti.it/static/main.bd76fea18883.jswww.it-servizioclienti.it/static/ma... https://www.it-servizioclienti.it/static/main.bd76fea18883.js — 200 — 1.4 KiB — 29 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4278822566474202pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4278822566474202 — 200 — 56.4 KiB — 175 ms — h3https://www.it-servizioclienti.it/static/css/response_message.ef7b66e345fd.csswww.it-servizioclienti.it/static/cs... https://www.it-servizioclienti.it/static/css/response_message.ef7b66e345fd.css — 200 — 948 B — 30 ms — h3https://www.it-servizioclienti.it/static/css/cookieconsent.46d0f6aea664.csswww.it-servizioclienti.it/static/cs... https://www.it-servizioclienti.it/static/css/cookieconsent.46d0f6aea664.css — 200 — 4.8 KiB — 29 ms — h3https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ck-8.woff2fonts.gstatic.com/s/inter/v20/UcCO3... https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiJ-Ck-8.woff2 — 200 — 23.1 KiB — 45 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202609020101/show_ads_impl_fy2021.js?bust=122880849pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202609020101/show_ads_impl_fy2021.js?bust=122880849 — 200 — 162.3 KiB — 119 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 141 ms — h3https://googleads.g.doubleclick.net/pagead/html/r20260901/r20190131/zrt_lookup_fy2021.htmlgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/html/r20260901/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 118 ms — h3https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&adk=1812271804&adf=3025194257&abgtt=6&lmt=1788532964&plat=3%3A65536%2C4%3A65536%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&pra=5&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964027&bpp=6&bdt=239&idt=162&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&nras=1&correlator=8449375595374&frm=20&pv=2&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=-12245933&ady=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fsapi=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=1&ifi=1&uci=a!1&fsb=1&dtd=207googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&adk=1812271804&adf=3025194257&abgtt=6&lmt=1788532964&plat=3%3A65536%2C4%3A65536%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&pra=5&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964027&bpp=6&bdt=239&idt=162&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&nras=1&correlator=8449375595374&frm=20&pv=2&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=-12245933&ady=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fsapi=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=1&ifi=1&uci=a!1&fsb=1&dtd=207 — 200 — 4.2 KiB — 553 ms — h3https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&h=412&slotname=6419363290&adk=792102617&adf=2850496063&pi=t.ma~as.6419363290&abgtt=6&w=412&lmt=1788532964&rafmt=1&format=412x412&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&fwr=1&fwrattr=true&rpe=1&resp_fmts=3&sfro=1&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964033&bpp=6&bdt=246&idt=220&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&prev_fmts=0x0&nras=1&correlator=8449375595374&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=0&ady=842&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=128&bc=31&bz=1&bisch=1&blev=1&ifi=2&uci=a!2&btvi=1&fsb=1&dtd=240googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&h=412&slotname=6419363290&adk=792102617&adf=2850496063&pi=t.ma~as.6419363290&abgtt=6&w=412&lmt=1788532964&rafmt=1&format=412x412&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&fwr=1&fwrattr=true&rpe=1&resp_fmts=3&sfro=1&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964033&bpp=6&bdt=246&idt=220&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&prev_fmts=0x0&nras=1&correlator=8449375595374&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=0&ady=842&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=128&bc=31&bz=1&bisch=1&blev=1&ifi=2&uci=a!2&btvi=1&fsb=1&dtd=240 — 200 — 24.6 KiB — 328 ms — h3https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&h=412&slotname=6419363290&adk=792102617&adf=1766885181&pi=t.ma~as.6419363290&abgtt=6&w=412&lmt=1788532964&rafmt=1&format=412x412&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&fwr=1&fwrattr=true&rpe=1&resp_fmts=3&sfro=1&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964039&bpp=4&bdt=252&idt=250&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&prev_fmts=0x0%2C412x412&nras=1&correlator=8449375595374&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=0&ady=1670&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=128&bc=31&bz=1&bisch=1&blev=1&ifi=3&uci=a!3&btvi=2&fsb=1&dtd=261googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4278822566474202&output=html&h=412&slotname=6419363290&adk=792102617&adf=1766885181&pi=t.ma~as.6419363290&abgtt=6&w=412&lmt=1788532964&rafmt=1&format=412x412&url=https%3A%2F%2Fwww.it-servizioclienti.it%2F&fwr=1&fwrattr=true&rpe=1&resp_fmts=3&sfro=1&aiof=11&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1788532964039&bpp=4&bdt=252&idt=250&shv=r20260901&mjsv=m202609020101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&prev_fmts=0x0%2C412x412&nras=1&correlator=8449375595374&frm=20&pv=1&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=0&ady=1670&biw=412&bih=823&scr_x=0&scr_y=0&eid=95399629%2C95400775%2C95401045%2C122880849&oid=2&pvsid=231408617084659&tmod=1347953799&uas=0&nvt=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7CaeEbr%7C&abl=CA&pfx=0&fu=128&bc=31&bz=1&bisch=1&blev=1&ifi=3&uci=a!3&btvi=2&fsb=1&dtd=261 — 200 — 24.7 KiB — 521 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 43 ms — h3https://fonts.googleapis.com/css?family=Google%20Sans%3A400fonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google%20Sans%3A400 — 200 — 2.0 KiB — 43 ms — h2https://fonts.googleapis.com/css?family=Google%20Sans%3A700fonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google%20Sans%3A700 — 200 — 2.0 KiB — 44 ms — h2https://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff2fonts.gstatic.com/s/googlesans/v70/... https://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAESo4.woff2 — 200 — 21.5 KiB — 175 ms — h3https://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff2fonts.gstatic.com/s/googlesans/v70/... https://fonts.gstatic.com/s/googlesans/v70/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAESo4.woff2 — 200 — 22.4 KiB — 43 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 41 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260901&st=env&sjk=231408617084659ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260901&st=env&sjk=231408617084659 — 200 — 13.3 KiB — 103 ms — h3https://www.it-servizioclienti.it/cdn-cgi/rum?www.it-servizioclienti.it/cdn-cgi/r... https://www.it-servizioclienti.it/cdn-cgi/rum? — 204 — 475 B — 7 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 42 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 85 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/255/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/255/runner.html — 200 — 5.8 KiB — 73 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 569 B — 90 ms — h3https://pagead2.googlesyndication.com/bg/0ONt5ZnRq4RhFnqPeW57TgjM103GITmvLtZnZQnbxzM.jspagead2.googlesyndication.com/bg/0O... https://pagead2.googlesyndication.com/bg/0ONt5ZnRq4RhFnqPeW57TgjM103GITmvLtZnZQnbxzM.js — 200 — 21.9 KiB — 144 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=255&li=gda_r20260901&jk=231408617084659&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=255&li=gda_r20260901&jk=231408617084659&rc= — 204 — 17 B — 104 ms — h3https://ep2.adtrafficquality.google/generate_204?wcJhKQep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?wcJhKQ — 204 — 40 B — 10 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=255&t=2&li=gda_r20260901&jk=231408617084659&bg=!19Sl1LbNAAZGRqKQZkY7AEcBe5WfOPiNhLW3faqbP8z8_FgdA57UOvWKSLj3J0ZTH4M2o7Vb37P-pSAZ8VIwcQ1dqDPbigJRi-m7k8y3rJUKvtMLPJtLAgIAAAB0UgAAAAZoAQd-ADbxFI6NH6SPo5fytWn8TezkHMn4Ge1q8V5vcUkLktrG3vebOcqn4YIFSYg5ZZHOKPyktW46R0YKAB0giIejJVAP1WNhBcFoLsXTpqsJWHlC7G8-m73dWZkCp5IWS9G00ZBA3Ctp4ZdFyLFJKJKQxsxPMsW7wPzVNjfzGStdQ5elcyk4hvt0h7NulXFFo2hFDIM4LoOFAOjc1Dk0s23wiaD2UYFP6Jhvq-t3upgmsmW_w5Hl4bD-e3Ek_47asPP4wDmrdC8l-6-Gs47O0y670nCDlnuYwBDy248W1g1PL3WW6xE21K1kxdhVYvQqwxOrBojTBPtPgmfssSMHBuG4CL3XMn-r7y6f-n-k6cikRgl5Tfsr8PApUwwK37lrzhFtQMXn3Wstk4upUYx61foA8CojQXS8e56oeoGX6CgIxKq7S-q2m8fQcxjCT3Cm3r2K7Od1gHD69tLDcl592F3r9Gcai4NJqkTcWA3sHJbs0ZAeykPj_VyAUqk61pcwp7k1dSiPfu5s_5_roubvKm1YFVoPJl6_rngCH_xryfrUhdCHMM--OtSWVpVlBfusF5znFuga1q5W2xo0p2fluzgqd4vXfJQCfriIHFmQDet5uNvUz3MlWsMJeNYyzOV-ItfpSO7ioSo48Ij9Tz9NP78l-rPvTEYHi_Q2zrf0G34aY8OiVWvspE83dDp3wJS-e_VrV4M6bDK7QqdAk_FBvQtWMoGD9a0xYQZhLXtAyDCpeqZmtHBSnrXpaeRvqhTMhKyHgYI1CrniMnT0Sqe3zfzamfjaW7tCTrm0UWSZbzAXT5Q0Impforp8otVZhmUHQoLlmNVR04PQgd95dXNge2XjFS3K80_NGplI8j2_3hQ23cLkzoEaHktaRKhzpj___AJ6rzddhgI-I8t3PeEw87V5Sqa0Hmyb6egYmFU2h66YqzjRfmHJwxC-KZ0LSnFI90F-W2CMPDV5MyXAySW6U1W-KXB5bKvHMrYEcB7-ORqgiUzWmP8x7POsDMvNSRxzUuvEN6wep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=255&t=2&li=gda_r20260901&jk=231408617084659&bg=!19Sl1LbNAAZGRqKQZkY7AEcBe5WfOPiNhLW3faqbP8z8_FgdA57UOvWKSLj3J0ZTH4M2o7Vb37P-pSAZ8VIwcQ1dqDPbigJRi-m7k8y3rJUKvtMLPJtLAgIAAAB0UgAAAAZoAQd-ADbxFI6NH6SPo5fytWn8TezkHMn4Ge1q8V5vcUkLktrG3vebOcqn4YIFSYg5ZZHOKPyktW46R0YKAB0giIejJVAP1WNhBcFoLsXTpqsJWHlC7G8-m73dWZkCp5IWS9G00ZBA3Ctp4ZdFyLFJKJKQxsxPMsW7wPzVNjfzGStdQ5elcyk4hvt0h7NulXFFo2hFDIM4LoOFAOjc1Dk0s23wiaD2UYFP6Jhvq-t3upgmsmW_w5Hl4bD-e3Ek_47asPP4wDmrdC8l-6-Gs47O0y670nCDlnuYwBDy248W1g1PL3WW6xE21K1kxdhVYvQqwxOrBojTBPtPgmfssSMHBuG4CL3XMn-r7y6f-n-k6cikRgl5Tfsr8PApUwwK37lrzhFtQMXn3Wstk4upUYx61foA8CojQXS8e56oeoGX6CgIxKq7S-q2m8fQcxjCT3Cm3r2K7Od1gHD69tLDcl592F3r9Gcai4NJqkTcWA3sHJbs0ZAeykPj_VyAUqk61pcwp7k1dSiPfu5s_5_roubvKm1YFVoPJl6_rngCH_xryfrUhdCHMM--OtSWVpVlBfusF5znFuga1q5W2xo0p2fluzgqd4vXfJQCfriIHFmQDet5uNvUz3MlWsMJeNYyzOV-ItfpSO7ioSo48Ij9Tz9NP78l-rPvTEYHi_Q2zrf0G34aY8OiVWvspE83dDp3wJS-e_VrV4M6bDK7QqdAk_FBvQtWMoGD9a0xYQZhLXtAyDCpeqZmtHBSnrXpaeRvqhTMhKyHgYI1CrniMnT0Sqe3zfzamfjaW7tCTrm0UWSZbzAXT5Q0Impforp8otVZhmUHQoLlmNVR04PQgd95dXNge2XjFS3K80_NGplI8j2_3hQ23cLkzoEaHktaRKhzpj___AJ6rzddhgI-I8t3PeEw87V5Sqa0Hmyb6egYmFU2h66YqzjRfmHJwxC-KZ0LSnFI90F-W2CMPDV5MyXAySW6U1W-KXB5bKvHMrYEcB7-ORqgiUzWmP8x7POsDMvNSRxzUuvEN6w — 204 — 17 B — 79 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
84% of JavaScript execution is third-party
First-party Third-party 1979ms · 245KB · €21/mo
www.it-servizioclienti.it
Other
Costly
Execution 806ms
Transfer 8 KB
Monthly Cost €9/mo
pagead2.googlesyndication.com
Other
Costly
Execution 791ms
Transfer 162 KB
Unused 65%
Monthly Cost €9/mo
pagead2.googlesyndication.com
Other
Costly
Execution 246ms
Transfer 56 KB
Unused 44%
Monthly Cost €3/mo
ep2.adtrafficquality.google
Other
Optional
Execution 76ms
Transfer 8 KB
Monthly Cost €1/mo
static.cloudflareinsights.com
Other
Optional
Execution 61ms
Transfer 10 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.it-servizioclienti.it adds 806ms and costs ~€9/month
  • pagead2.googlesyndication.com adds 791ms and costs ~€9/month
  • pagead2.googlesyndication.com adds 246ms and costs ~€3/month

84% 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.it-servizioclienti.it takes 806ms 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

pagead2.googlesyndication.com takes 791ms 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

65% of pagead2.googlesyndication.com'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

pagead2.googlesyndication.com takes 246ms 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
4 images, 105 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

4

Total Size

105 KB

4 missing dimensions 1 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback