Skip to content
https://register.it

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
2
PASS
6
INFO
2

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

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

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

1.92 s

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

127 ms

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

0.069

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

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

3.93 s

Page Load Progression

658 ms
1.3 s
2.0 s
2.6 s
3.3 s
3.9 s
4.6 s
5.3 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
5.4 MB transferred, 121 requests
FIX
5.4 MB transferred, 121 requests
Critical::
Page weighs 8.5 MB (5.4 MB transferred)
Warning::
Images are 1.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.9 MB
Warning::
JavaScript is 1.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.1 MB
Warning::
121 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.1 g CO2 per page load
5.4 MB / 2.4 MB budget
5.4 MB transferred
121 requests
1.1 g CO2 per page load
Other 2.1 MiB 39%
Images 1.9 MiB 35%
JavaScript 1.1 MiB 21%
Fonts 133.4 KiB 2%
CSS 94.0 KiB 2%
HTML 32.6 KiB 1%
Other 6.2 KiB 0%
Other 1.7 KiB 0%
Other 573 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (5.4 MiB of 5.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
21 scripts, 439 KB unused
FIX
21 scripts, 439 KB unused
Warning::
https://eu.acsbapp.com/apps/app/dist/js/app.js: 114 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-96Q...: 79 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.iubenda.com/cookie_solution/iubenda_cs...: 71 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5VR8...: 70 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-106...: 64 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 439 KB
439 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://eu.acsbapp.com/apps/app/dist/js/app.js222 KB114 KB (53%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-96QR196 KB79 KB (40%)3rd
https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-it.js111 KB71 KB (64%)3rd
https://www.googletagmanager.com/gtag/js?id=G-5VR81DCZXV&cx=c&gtm=4e64k1173 KB70 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1069948562&cx=c&gtm=4e64k1143 KB64 KB (44%)3rd
https://trk.register.it/js/he-man_all.min.js?v=2.1.73&ma=ma_enabled94 KB42 KB (45%)3rd
https://cdn.iubenda.com/cs/iubenda_cs.js?v=1.1.363 KB3rd
https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/svg-support/js/min/svgs-inline-min.js,wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js,wp-content/themes/dada/asset/js/dada-marketing-automation.js,wp-content/themes/dada/asset/js/dada-tracking-standalone.js3 KB3rd
https://srv.cmp-teamblue.services/js/cmp_all.min.js?v=1.1.3675 KB3rd
https://trk.register.it/js/skeletor.js13 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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
121 resources · 5.4 MB · 439 KB savings available
FIX
121 resources · 5.4 MB · 439 KB savings available
Warning::
Page weight 4.4 MB over 1MB target
Got: 5.4 MB Expected: ≤ 1 MB
Info::
~439 KB of savings available
Warning::
120 third-party resources (100% of weight)
Info::
6 resources over 200KB
121 resources · 5.4 MiB · 120 third-party 4.4 MiB over 1MB target
Media 39% · 2.1 MiB
Image 35% · 1.9 MiB
JavaScript 21% · 1.1 MiB
Font 2% · 133.4 KiB
CSS 2% · 94.0 KiB
Document 1% · 32.6 KiB
Other 0% · 6.9 KiB

~439.4 KiB of savings available

Remove unused JavaScript: 439.4 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

C
Image Optimization
Action
64 images, 0 KB saveable
REVIEW
64 images, 0 KB saveable
Warning::
https://www.register.it/wp-content/uploads/tld-blo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/earth-d... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/Visual_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/wordpre... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/AI_Logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/positiv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/wordpre... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/2017/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/sparks-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/simplyS... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/WhoisBa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/2017/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/home_se... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/wordpre... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-teamblue.services/register.it/img/head... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/digital... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/simplyS... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/2017/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/home_se... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/home_se... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/2017/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.register.it/wp-content/uploads/dART-Lo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
64 images 1.9 MB
0 oversized -0 KB
61 legacy format
22 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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
1943ms total JS execution
REVIEW
1943ms total JS execution
Warning::
https://www.register.it/: 600ms CPU time
Warning::
Unattributable: 282ms CPU time
Info::
https://trk.register.it/js/he-man_all.min.js?v=2.1...: 232ms CPU time
Info::
https://eu.acsbapp.com/apps/app/dist/js/app.js: 200ms CPU time
Info::
https://cdn.iubenda.com/cookie_solution/iubenda_cs...: 176ms CPU time
Warning::
Third-party scripts: 1943ms (100% of total)

Main Thread Breakdown

Script Evaluation 44% Style & Layout 23% Other 18% Script Parsing & Compilation 8% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.register.it/600ms43ms7ms3rd
Unattributable282ms7ms0ms3rd
https://trk.register.it/js/he-man_all.min.js?v=2.1.73&ma=ma_enabled232ms157ms15ms3rd
https://eu.acsbapp.com/apps/app/dist/js/app.js200ms144ms36ms3rd
https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-it.js176ms156ms14ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-96QR170ms138ms27ms3rd
https://www.googletagmanager.com/gtag/js?id=G-5VR81DCZXV&cx=c&gtm=4e64k196ms65ms21ms3rd
https://code.jquery.com/jquery-1.12.3.min.js?ver=1.12.376ms50ms4ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-1069948562&cx=c&gtm=4e64k158ms42ms15ms3rd
https://srv.cmp-teamblue.services/js/cmp_all.min.js?v=1.1.3654ms34ms20ms3rd
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (133 KB)
PASS
6 fonts (133 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

133 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.3 s LCP 1.9 shttps://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0fontawesome-webfont.woff2 https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0 — 63.6 KiB — 47 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2 — 14.5 KiB — 52 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 14.6 KiB — 56 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVIUwaEQbjA.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVIUwaEQbjA.woff2 — 13.1 KiB — 57 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.5 KiB — 60 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUwaEQbjA.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUwaEQbjA.woff2 — 13.2 KiB — 7 ms — font-display: swap
fontawesome-webfont.woff2 woff2 swap
Size 64 KB
Load time 47 ms
Start 690 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 52 ms
Start 693 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 56 ms
Start 694 ms
Risk FOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 57 ms
Start 697 ms
Risk FOUT — text flashes from fallback to web font
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 60 ms
Start 698 ms
Risk FOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 7 ms
Start 847 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Register S.p.A.

Network Waterfall
121 requests over 2913ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 1.9 shttps://register.it// https://register.it/ — 301 — 172 B — 113 ms — http/1.1https://www.register.it/www.register.it/ https://www.register.it/ — 200 — 31.6 KiB — 150 ms — http/1.1https://srv.cmp-teamblue.services/js/cmp_standalone.min.jssrv.cmp-teamblue.services/js/cmp_st... https://srv.cmp-teamblue.services/js/cmp_standalone.min.js — 200 — 10.1 KiB — 172 ms — http/1.1https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.cssmaxcdn.bootstrapcdn.com/bootstrap/3... https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css — 200 — 20.4 KiB — 52 ms — h3https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-includes/css/dist/block-library/style.min.css,wp-content/themes/dada/style.css,wp-content/themes/dada-register-child/style.css,wp-content/themes/dada/asset/css/dadaiconfont.css,wp-content/plugins/ht-knowledge-base/css/hkb-style.csswww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-includes/css/dist/block-library/style.min.css,wp-content/themes/dada/style.css,wp-content/themes/dada-register-child/style.css,wp-content/themes/dada/asset/css/dadaiconfont.css,wp-content/plugins/ht-knowledge-base/css/hkb-style.css — 200 — 40.1 KiB — 73 ms — http/1.1https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/wpml-cms-nav/res/css/cms-navigation-base.css,wp-content/plugins/wpml-cms-nav/res/css/cms-navigation.csswww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/wpml-cms-nav/res/css/cms-navigation-base.css,wp-content/plugins/wpml-cms-nav/res/css/cms-navigation.css — 200 — 1.4 KiB — 102 ms — http/1.1https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic — 200 — 1.4 KiB — 70 ms — h2https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css — 200 — 6.5 KiB — 46 ms — h3https://code.jquery.com/jquery-1.12.3.min.js?ver=1.12.3code.jquery.com/jquery-1.12.3.min.j... https://code.jquery.com/jquery-1.12.3.min.js?ver=1.12.3 — 200 — 33.1 KiB — 70 ms — h2https://fonts.googleapis.com/css2family=Open+Sans:wght@400;600;800&display=swapfonts.googleapis.com/css2family=Ope... https://fonts.googleapis.com/css2family=Open+Sans:wght@400;600;800&display=swap — -1 — 0 B — 258 ms — https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/svg-support/js/min/svgs-inline-min.js,wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js,wp-content/themes/dada/asset/js/dada-marketing-automation.js,wp-content/themes/dada/asset/js/dada-tracking-standalone.jswww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/svg-support/js/min/svgs-inline-min.js,wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js,wp-content/themes/dada/asset/js/dada-marketing-automation.js,wp-content/themes/dada/asset/js/dada-tracking-standalone.js — 200 — 2.8 KiB — 101 ms — http/1.1https://code.jquery.com/jquery-migrate-1.4.0.min.js?ver=1.4.0code.jquery.com/jquery-migrate-1.4.... https://code.jquery.com/jquery-migrate-1.4.0.min.js?ver=1.4.0 — 200 — 4.1 KiB — 68 ms — h2https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js?ver=3.3.6maxcdn.bootstrapcdn.com/bootstrap/3... https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js?ver=3.3.6 — 200 — 10.5 KiB — 60 ms — h3https://cdn-teamblue.services/register.it/img/header/register.it_logo.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/header/register.it_logo.png — 200 — 2.9 KiB — 179 ms — http/1.1https://www.register.it/wp-content/uploads/PingUp_logo_verticale_white_new.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/PingUp_logo_verticale_white_new.svg — 200 — 5.1 KiB — 103 ms — http/1.1https://www.register.it/wp-content/uploads/WhoisBar-LogoPartner-it.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/WhoisBar-LogoPartner-it.png — 200 — 914 B — 28 ms — http/1.1https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap — 200 — 1.6 KiB — 12 ms — h2https://www.register.it/wp-content/uploads/sparks-ai-badge.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/sparks-ai-badge.svg — 200 — 1.8 KiB — 31 ms — http/1.1https://cdn-teamblue.services/register.it/css/base_buttons.csscdn-teamblue.services/register.it/c... https://cdn-teamblue.services/register.it/css/base_buttons.css — 200 — 4.8 KiB — 28 ms — http/1.1https://www.register.it/wp-content/uploads/WordPress-Hosting.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/WordPress-Hosting.png — 200 — 6.4 KiB — 32 ms — http/1.1https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap — 200 — 1.6 KiB — 16 ms — h3https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/themes/dada/asset/js/lib/jquery.mobile.touch.js,wp-includes/js/wp-embed.min.js,wp-content/themes/dada/asset/js/dada-www.js,wp-content/themes/dada/asset/js/dada-request-collector.js,wp-content/themes/dada/asset/js/dada-language.js,wp-content/themes/dada/plugins/dada_carousel_box/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_visualDataBlock/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_pricingPlans/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_video/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_price/js/enqueue/generic.jswww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/themes/dada/asset/js/lib/jquery.mobile.touch.js,wp-includes/js/wp-embed.min.js,wp-content/themes/dada/asset/js/dada-www.js,wp-content/themes/dada/asset/js/dada-request-collector.js,wp-content/themes/dada/asset/js/dada-language.js,wp-content/themes/dada/plugins/dada_carousel_box/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_visualDataBlock/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_pricingPlans/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_video/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_price/js/enqueue/generic.js — 200 — 23.4 KiB — 66 ms — http/1.1https://www.register.it/wp-content/themes/dada/asset/js/lib/jquery.cookie.jswww.register.it/wp-content/themes/d... https://www.register.it/wp-content/themes/dada/asset/js/lib/jquery.cookie.js — 200 — 1.8 KiB — 31 ms — http/1.1https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/themes/dada/plugins/dada_priceProductForm/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_languageSwitcher/js/enqueue/general.jswww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/themes/dada/plugins/dada_priceProductForm/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_languageSwitcher/js/enqueue/general.js — 200 — 1.4 KiB — 41 ms — http/1.1https://www.register.it/wp-content/uploads/badgeAI-icon.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/badgeAI-icon.svg — 200 — 4.5 KiB — 41 ms — http/1.1https://www.register.it/wp-content/uploads/moneyBack_White.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/moneyBack_White.svg — 200 — 1.8 KiB — 50 ms — http/1.1https://www.register.it/wp-content/uploads/smbsDigitalToolsHome-still-it.jpgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/smbsDigitalToolsHome-still-it.jpg — 200 — 39.2 KiB — 102 ms — http/1.1https://srv.cmp-teamblue.services/js/cmp_all.min.js?v=1.1.36srv.cmp-teamblue.services/js/cmp_al... https://srv.cmp-teamblue.services/js/cmp_all.min.js?v=1.1.36 — 200 — 75.0 KiB — 78 ms — http/1.1https://trk.register.it/js/skeletor.jstrk.register.it/js/skeletor.js https://trk.register.it/js/skeletor.js — 200 — 12.9 KiB — 199 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-96QRwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-96QR — 200 — 196.3 KiB — 50 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 1.9 shttps://register.it// https://register.it/ — 301 — 172 B — 113 ms — http/1.1https://www.register.it/www.register.it/ https://www.register.it/ — 200 — 31.6 KiB — 150 ms — http/1.1https://srv.cmp-teamblue.services/js/cmp_standalone.min.jssrv.cmp-teamblue.services/js/cmp_st... https://srv.cmp-teamblue.services/js/cmp_standalone.min.js — 200 — 10.1 KiB — 172 ms — http/1.1https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.cssmaxcdn.bootstrapcdn.com/bootstrap/3... https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css — 200 — 20.4 KiB — 52 ms — h3https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-includes/css/dist/block-library/style.min.css,wp-content/themes/dada/style.css,wp-content/themes/dada-register-child/style.css,wp-content/themes/dada/asset/css/dadaiconfont.css,wp-content/plugins/ht-knowledge-base/css/hkb-style.csswww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-includes/css/dist/block-library/style.min.css,wp-content/themes/dada/style.css,wp-content/themes/dada-register-child/style.css,wp-content/themes/dada/asset/css/dadaiconfont.css,wp-content/plugins/ht-knowledge-base/css/hkb-style.css — 200 — 40.1 KiB — 73 ms — http/1.1https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/wpml-cms-nav/res/css/cms-navigation-base.css,wp-content/plugins/wpml-cms-nav/res/css/cms-navigation.csswww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/wpml-cms-nav/res/css/cms-navigation-base.css,wp-content/plugins/wpml-cms-nav/res/css/cms-navigation.css — 200 — 1.4 KiB — 102 ms — http/1.1https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic — 200 — 1.4 KiB — 70 ms — h2https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.cssmaxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css — 200 — 6.5 KiB — 46 ms — h3https://code.jquery.com/jquery-1.12.3.min.js?ver=1.12.3code.jquery.com/jquery-1.12.3.min.j... https://code.jquery.com/jquery-1.12.3.min.js?ver=1.12.3 — 200 — 33.1 KiB — 70 ms — h2https://fonts.googleapis.com/css2family=Open+Sans:wght@400;600;800&display=swapfonts.googleapis.com/css2family=Ope... https://fonts.googleapis.com/css2family=Open+Sans:wght@400;600;800&display=swap — -1 — 0 B — 258 ms — https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/svg-support/js/min/svgs-inline-min.js,wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js,wp-content/themes/dada/asset/js/dada-marketing-automation.js,wp-content/themes/dada/asset/js/dada-tracking-standalone.jswww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/svg-support/js/min/svgs-inline-min.js,wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js,wp-content/themes/dada/asset/js/dada-marketing-automation.js,wp-content/themes/dada/asset/js/dada-tracking-standalone.js — 200 — 2.8 KiB — 101 ms — http/1.1https://code.jquery.com/jquery-migrate-1.4.0.min.js?ver=1.4.0code.jquery.com/jquery-migrate-1.4.... https://code.jquery.com/jquery-migrate-1.4.0.min.js?ver=1.4.0 — 200 — 4.1 KiB — 68 ms — h2https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js?ver=3.3.6maxcdn.bootstrapcdn.com/bootstrap/3... https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js?ver=3.3.6 — 200 — 10.5 KiB — 60 ms — h3https://cdn-teamblue.services/register.it/img/header/register.it_logo.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/header/register.it_logo.png — 200 — 2.9 KiB — 179 ms — http/1.1https://www.register.it/wp-content/uploads/PingUp_logo_verticale_white_new.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/PingUp_logo_verticale_white_new.svg — 200 — 5.1 KiB — 103 ms — http/1.1https://www.register.it/wp-content/uploads/WhoisBar-LogoPartner-it.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/WhoisBar-LogoPartner-it.png — 200 — 914 B — 28 ms — http/1.1https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap — 200 — 1.6 KiB — 12 ms — h2https://www.register.it/wp-content/uploads/sparks-ai-badge.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/sparks-ai-badge.svg — 200 — 1.8 KiB — 31 ms — http/1.1https://cdn-teamblue.services/register.it/css/base_buttons.csscdn-teamblue.services/register.it/c... https://cdn-teamblue.services/register.it/css/base_buttons.css — 200 — 4.8 KiB — 28 ms — http/1.1https://www.register.it/wp-content/uploads/WordPress-Hosting.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/WordPress-Hosting.png — 200 — 6.4 KiB — 32 ms — http/1.1https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap — 200 — 1.6 KiB — 16 ms — h3https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/themes/dada/asset/js/lib/jquery.mobile.touch.js,wp-includes/js/wp-embed.min.js,wp-content/themes/dada/asset/js/dada-www.js,wp-content/themes/dada/asset/js/dada-request-collector.js,wp-content/themes/dada/asset/js/dada-language.js,wp-content/themes/dada/plugins/dada_carousel_box/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_visualDataBlock/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_pricingPlans/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_video/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_price/js/enqueue/generic.jswww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/themes/dada/asset/js/lib/jquery.mobile.touch.js,wp-includes/js/wp-embed.min.js,wp-content/themes/dada/asset/js/dada-www.js,wp-content/themes/dada/asset/js/dada-request-collector.js,wp-content/themes/dada/asset/js/dada-language.js,wp-content/themes/dada/plugins/dada_carousel_box/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_visualDataBlock/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_pricingPlans/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_video/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_price/js/enqueue/generic.js — 200 — 23.4 KiB — 66 ms — http/1.1https://www.register.it/wp-content/themes/dada/asset/js/lib/jquery.cookie.jswww.register.it/wp-content/themes/d... https://www.register.it/wp-content/themes/dada/asset/js/lib/jquery.cookie.js — 200 — 1.8 KiB — 31 ms — http/1.1https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/themes/dada/plugins/dada_priceProductForm/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_languageSwitcher/js/enqueue/general.jswww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/bwp-minify/min/?f=wp-content/themes/dada/plugins/dada_priceProductForm/js/enqueue/generic.js,wp-content/themes/dada/plugins/dada_languageSwitcher/js/enqueue/general.js — 200 — 1.4 KiB — 41 ms — http/1.1https://www.register.it/wp-content/uploads/badgeAI-icon.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/badgeAI-icon.svg — 200 — 4.5 KiB — 41 ms — http/1.1https://www.register.it/wp-content/uploads/moneyBack_White.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/moneyBack_White.svg — 200 — 1.8 KiB — 50 ms — http/1.1https://www.register.it/wp-content/uploads/smbsDigitalToolsHome-still-it.jpgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/smbsDigitalToolsHome-still-it.jpg — 200 — 39.2 KiB — 102 ms — http/1.1https://srv.cmp-teamblue.services/js/cmp_all.min.js?v=1.1.36srv.cmp-teamblue.services/js/cmp_al... https://srv.cmp-teamblue.services/js/cmp_all.min.js?v=1.1.36 — 200 — 75.0 KiB — 78 ms — http/1.1https://trk.register.it/js/skeletor.jstrk.register.it/js/skeletor.js https://trk.register.it/js/skeletor.js — 200 — 12.9 KiB — 199 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-96QRwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-96QR — 200 — 196.3 KiB — 50 ms — h2https://www.register.it/wp-content/uploads/home_searchBar_tld_com_col-negative.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/home_searchBar_tld_com_col-negative.png — 200 — 1.0 KiB — 80 ms — http/1.1https://cdn-teamblue.services/common/img/bullet_promo_green.pngcdn-teamblue.services/common/img/bu... https://cdn-teamblue.services/common/img/bullet_promo_green.png — 200 — 1.9 KiB — 30 ms — http/1.1https://www.register.it/wp-content/uploads/home_searchBar_me.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/home_searchBar_me.png — 200 — 1.3 KiB — 59 ms — http/1.1https://www.register.it/wp-content/uploads/tld-blog-regsterit-domains_w.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/tld-blog-regsterit-domains_w.png — 200 — 3.8 KiB — 50 ms — http/1.1https://cdn-teamblue.services/common/img/bullet_promo_red.pngcdn-teamblue.services/common/img/bu... https://cdn-teamblue.services/common/img/bullet_promo_red.png — 200 — 1.9 KiB — 33 ms — http/1.1https://www.register.it/wp-content/uploads/home_searchBar_partners_shop_02.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/home_searchBar_partners_shop_02.png — 200 — 2.0 KiB — 47 ms — http/1.1https://www.register.it/wp-content/uploads/digital-logo-transparent-e1634637771135.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/digital-logo-transparent-e1634637771135.png — 200 — 3.7 KiB — 114 ms — http/1.1https://cdn-teamblue.services/register.it/img/header/bullet_new.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/header/bullet_new.png — 200 — 781 B — 68 ms — http/1.1https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-blog.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-blog.png — 200 — 729 B — 70 ms — http/1.1https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-offers.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-offers.png — 200 — 870 B — 151 ms — http/1.1https://www.register.it/wp-content/uploads/dART-Logo-negative.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/dART-Logo-negative.png — 200 — 1.4 KiB — 67 ms — http/1.1https://www.register.it/wp-content/uploads/earth-day-badge.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/earth-day-badge.png — 200 — 23.7 KiB — 107 ms — http/1.1https://www.register.it/wp-content/uploads/positive-ai-sparks.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/positive-ai-sparks.svg — 200 — 1.8 KiB — 68 ms — http/1.1https://www.register.it/wp-content/uploads/simplySite_table_icon_domain.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/simplySite_table_icon_domain.svg — 200 — 1.5 KiB — 69 ms — http/1.1https://www.register.it/wp-content/uploads/wordpress_allfeatures_icon_updates_automatic.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/wordpress_allfeatures_icon_updates_automatic.svg — 200 — 4.7 KiB — 104 ms — http/1.1https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-webmail.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-webmail.png — 200 — 725 B — 59 ms — http/1.1https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-support.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-support.png — 200 — 732 B — 113 ms — http/1.1https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-renews.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-renews.png — 200 — 771 B — 124 ms — http/1.1https://www.register.it/wp-content/uploads/bg-HP-AI-50-Register.jpgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/bg-HP-AI-50-Register.jpg — 200 — 83.4 KiB — 168 ms — http/1.1https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-reseller.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-reseller.png — 200 — 850 B — 124 ms — http/1.1https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-login.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/header/topnav-icon/topnav-icon-login.png — 200 — 765 B — 123 ms — http/1.1https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0maxcdn.bootstrapcdn.com/font-awesom... https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0 — 200 — 63.6 KiB — 47 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2 — 200 — 14.5 KiB — 52 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 200 — 14.6 KiB — 56 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVIUwaEQbjA.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVIUwaEQbjA.woff2 — 200 — 13.1 KiB — 57 ms — h3https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 200 — 14.5 KiB — 60 ms — h3https://fonts.googleapis.com/css2family=Open+Sans:wght@400;600;800&display=swapfonts.googleapis.com/css2family=Ope... https://fonts.googleapis.com/css2family=Open+Sans:wght@400;600;800&display=swap — -1 — 0 B — 140 ms — data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxL…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxL… — 200 — 0 B — 0 ms — datahttps://www.register.it/wp-content/uploads/simplySite_table_icon_caselleEmail.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/simplySite_table_icon_caselleEmail.svg — 200 — 1.2 KiB — 58 ms — http/1.1https://www.register.it/wp-content/uploads/wordpress_icon_staging_softgrey.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/wordpress_icon_staging_softgrey.svg — 200 — 2.3 KiB — 50 ms — http/1.1https://www.register.it/wp-content/uploads/wordpress_allfeatures_icon_staging.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/wordpress_allfeatures_icon_staging.svg — 200 — 2.3 KiB — 50 ms — http/1.1https://www.register.it/wp-content/uploads/Partner_Successo_Online_Main_Video_Cover.jpgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/Partner_Successo_Online_Main_Video_Cover.jpg — 200 — 86.3 KiB — 62 ms — http/1.1https://www.register.it/wp-content/uploads/AI_Logo_Dark-Blue.svgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/AI_Logo_Dark-Blue.svg — 200 — 3.0 KiB — 42 ms — http/1.1https://www.register.it/wp-content/uploads/Visual_Widget_Website.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/Visual_Widget_Website.png — 200 — 625.0 KiB — 136 ms — http/1.1https://www.register.it/wp-content/uploads/testimonial_2.jpgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/testimonial_2.jpg — 200 — 286.7 KiB — 257 ms — http/1.1https://www.register.it/wp-content/uploads/Acces_Bundle_Desktop_Small_Logo.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/Acces_Bundle_Desktop_Small_Logo.png — 200 — 336.8 KiB — 156 ms — http/1.1https://www.register.it/wp-content/uploads/2017/03/visualProductBox_noTop-icon_support_01.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/2017/03/visualProductBox_noTop-icon_support_01.png — 200 — 4.1 KiB — 38 ms — http/1.1https://www.register.it/wp-content/uploads/2017/03/visualProductBox_noTop-icon_support_02.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/2017/03/visualProductBox_noTop-icon_support_02.png — 200 — 3.6 KiB — 29 ms — http/1.1https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUwaEQbjA.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVIUwaEQbjA.woff2 — 200 — 13.2 KiB — 7 ms — h3https://www.register.it/wp-content/uploads/2017/03/visualProductBox_noTop-icon_support_03.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/2017/03/visualProductBox_noTop-icon_support_03.png — 200 — 3.7 KiB — 40 ms — http/1.1https://www.register.it/wp-content/uploads/2017/03/visualProductBox_noTop-icon_support_04.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/2017/03/visualProductBox_noTop-icon_support_04.png — 200 — 4.1 KiB — 48 ms — http/1.1https://www.register.it/wp-includes/images/rss.pngwww.register.it/wp-includes/images/... https://www.register.it/wp-includes/images/rss.png — 200 — 1005 B — 33 ms — http/1.1https://www.register.it/wp-content/plugins/sitepress-multilingual-cms/res/flags/it.pngwww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/sitepress-multilingual-cms/res/flags/it.png — 200 — 664 B — 43 ms — http/1.1https://www.register.it/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.pngwww.register.it/wp-content/plugins/... https://www.register.it/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png — 200 — 997 B — 43 ms — http/1.1https://www.register.it/wp-includes/js/wp-emoji-release.min.js?ver=5.7.1www.register.it/wp-includes/js/wp-e... https://www.register.it/wp-includes/js/wp-emoji-release.min.js?ver=5.7.1 — 200 — 5.6 KiB — 44 ms — http/1.1data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6I… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd…data:image/svg+xml;base64,PHN2ZyBma... data:image/svg+xml;base64,PHN2ZyBmaWxsPSJXaW5kb3ciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkd… — 200 — 0 B — 0 ms — datahttps://www.register.it/wp-content/uploads/Hero_Area_Partner_Successo_Online_Background.jpgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/Hero_Area_Partner_Successo_Online_Background.jpg — 200 — 81.2 KiB — 54 ms — http/1.1https://www.register.it/wp-content/uploads/bg-HP-AI-homeVideo-ES.jpgwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/bg-HP-AI-homeVideo-ES.jpg — 200 — 19.7 KiB — 39 ms — http/1.1https://www.register.it/wp-content/uploads/smbsDigitalToolsFinal-it.mp4www.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/smbsDigitalToolsFinal-it.mp4 — 206 — 1.9 MiB — 214 ms — http/1.1https://www.register.it/wp-content/uploads/smbsDigitalToolsFinal-it.mp4www.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/smbsDigitalToolsFinal-it.mp4 — 206 — 160.0 KiB — 176 ms — http/1.1https://www.register.it/wp-content/uploads/OBP_Section_visual-box.pngwww.register.it/wp-content/uploads/... https://www.register.it/wp-content/uploads/OBP_Section_visual-box.png — 200 — 258.6 KiB — 161 ms — http/1.1https://trk.register.it/js/he-man_all.min.js?v=2.1.73&ma=ma_enabledtrk.register.it/js/he-man_all.min.j... https://trk.register.it/js/he-man_all.min.js?v=2.1.73&ma=ma_enabled — 200 — 94.2 KiB — 107 ms — http/1.1https://cdn-teamblue.services/register.it/img/footer-social-network.pngcdn-teamblue.services/register.it/i... https://cdn-teamblue.services/register.it/img/footer-social-network.png — 200 — 8.7 KiB — 29 ms — http/1.1https://trk.register.it/server/he-man_server?tkq=dHJrQ19lU0YlM0R3d3cucmVnaXN0ZXIuaXQlMjUyRiUyNnRya0NfZVNVQiUzRHd3dy5yZWdpc3Rlci5pdCUyNmNET00lM0QucmVnaXN0ZXIuaXQlMjZ0cmtDX2VIUiUzRCUyNnRya0NfZVVBJTNETW96aWxsYSUyNTJGNS4wJTI1MjAlMjhNYWNpbnRvc2glMjUzQiUyNTIwSW50ZWwlMjUyME1hYyUyNTIwT1MlMjUyMFglMjUyMDEwXzE1XzclMjklMjUyMEFwcGxlV2ViS2l0JTI1MkY1MzcuMzYlMjUyMCUyOEtIVE1MJTI1MkMlMjUyMGxpa2UlMjUyMEdlY2tvJTI5JTI1MjBDaHJvbWUlMjUyRjE0Ni4wLjAuMCUyNTIwU2FmYXJpJTI1MkY1MzcuMzYlMjZ0cmtDX2xhbiUzRGVuJTI2dHJrQ19lUVMlM0QlMjZ0cmtDX2ZyYWdtZW50JTNEJTI2ZVBBR1ZBUlMlM0RiV0VsTTBReEpUSTJkSEpyUTE5c2IyZG5aV1FsTTBRd0pUSTJkSEpyUTE5b1lYTm9KVE5FTVRjM05qa3dNRGswTmpFeU5sOWtlR2R5YldjeFpuSXlPVjkxTkhCbE5EQWxNalowY210RFgzQnljU1V6UkRBbE1qWjBjbXREWDJWUlV5VXpSQSUyNTNEJTI1M0QlMjZ0cmtfaW50ZXJuYWwlM0RmYWxzZSUyNnNldE1haW5Db29raWVzJTNEdHJ1ZQ==trk.register.it/server/he-man_serve... https://trk.register.it/server/he-man_server?tkq=dHJrQ19lU0YlM0R3d3cucmVnaXN0ZXIuaXQlMjUyRiUyNnRya0NfZVNVQiUzRHd3dy5yZWdpc3Rlci5pdCUyNmNET00lM0QucmVnaXN0ZXIuaXQlMjZ0cmtDX2VIUiUzRCUyNnRya0NfZVVBJTNETW96aWxsYSUyNTJGNS4wJTI1MjAlMjhNYWNpbnRvc2glMjUzQiUyNTIwSW50ZWwlMjUyME1hYyUyNTIwT1MlMjUyMFglMjUyMDEwXzE1XzclMjklMjUyMEFwcGxlV2ViS2l0JTI1MkY1MzcuMzYlMjUyMCUyOEtIVE1MJTI1MkMlMjUyMGxpa2UlMjUyMEdlY2tvJTI5JTI1MjBDaHJvbWUlMjUyRjE0Ni4wLjAuMCUyNTIwU2FmYXJpJTI1MkY1MzcuMzYlMjZ0cmtDX2xhbiUzRGVuJTI2dHJrQ19lUVMlM0QlMjZ0cmtDX2ZyYWdtZW50JTNEJTI2ZVBBR1ZBUlMlM0RiV0VsTTBReEpUSTJkSEpyUTE5c2IyZG5aV1FsTTBRd0pUSTJkSEpyUTE5b1lYTm9KVE5FTVRjM05qa3dNRGswTmpFeU5sOWtlR2R5YldjeFpuSXlPVjkxTkhCbE5EQWxNalowY210RFgzQnljU1V6UkRBbE1qWjBjbXREWDJWUlV5VXpSQSUyNTNEJTI1M0QlMjZ0cmtfaW50ZXJuYWwlM0RmYWxzZSUyNnNldE1haW5Db29raWVzJTNEdHJ1ZQ== — 200 — 1.4 KiB — 67 ms — http/1.1https://srv.cmp-teamblue.services/js/cmp_iub_style.min.css?v=1.1.36srv.cmp-teamblue.services/js/cmp_iu... https://srv.cmp-teamblue.services/js/cmp_iub_style.min.css?v=1.1.36 — 200 — 13.3 KiB — 46 ms — http/1.1https://cdn.iubenda.com/cs/iubenda_cs.js?v=1.1.36cdn.iubenda.com/cs/iubenda_cs.js?v=... https://cdn.iubenda.com/cs/iubenda_cs.js?v=1.1.36 — 200 — 3.1 KiB — 26 ms — h2https://www.googletagmanager.com/gtag/js?id=G-5VR81DCZXV&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5VR81DCZXV&cx=c&gtm=4e64k1 — 200 — 173.2 KiB — 27 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1069948562&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1069948562&cx=c&gtm=4e64k1 — 200 — 143.5 KiB — 33 ms — h3https://eu.acsbapp.com/apps/app/dist/js/app.jseu.acsbapp.com/apps/app/dist/js/app... https://eu.acsbapp.com/apps/app/dist/js/app.js — 200 — 222.0 KiB — 209 ms — h2https://cdn.hub-prod.team.blue/loader/widget-loader.jscdn.hub-prod.team.blue/loader/widge... https://cdn.hub-prod.team.blue/loader/widget-loader.js — 200 — 4.2 KiB — 27 ms — h2https://trk.register.it/messages/he-man_messages?tke=JTdCJTIyaGFzaCUyMiUzQSUyMjE3NzY5MDA5NDYxMjZfZHhncm1nMWZyMjlfdTRwZTQwJTIyJTJDJTIyZG9tYWluJTIyJTNBJTIycmVnaXN0ZXIuaXQlMjIlMkMlMjJmaWVsZCUyMiUzQSUyMm1hdGglMjIlMkMlMjJtb2RlJTIyJTNBJTIyc2V0JTIyJTJDJTIybWVzc2FnZSUyMiUzQSU3QiUyMnRyYWNrZXJfdmVyc2lvbiUyMiUzQSUyMjIuMS43MyUyMiUyQyUyMnFzJTIyJTNBJTdCJTdEJTJDJTIycGFnZSUyMiUzQSUyMnd3dy5yZWdpc3Rlci5pdC8lMjIlMkMlMjJ1c2VyX2FnZW50JTIyJTNBJTIyTW96aWxsYS81LjAlMjAlMjhNYWNpbnRvc2glM0IlMjBJbnRlbCUyME1hYyUyME9TJTIwWCUyMDEwXzE1XzclMjklMjBBcHBsZVdlYktpdC81MzcuMzYlMjAlMjhLSFRNTCUyQyUyMGxpa2UlMjBHZWNrbyUyOSUyMENocm9tZS8xNDYuMC4wLjAlMjBTYWZhcmkvNTM3LjM2JTIyJTJDJTIydHJrX2ludGVybmFsJTIyJTNBZmFsc2UlMkMlMjJyZXNvbHV0aW9uJTIyJTNBJTdCJTIyaGVpZ2h0JTIyJTNBNjAwJTJDJTIyd2lkdGglMjIlM0E4MDAlN0QlMkMlMjJmcCUyMiUzQSUyMjA2YWNmZDQxMmNmNDlkMGIyNzg5ZDU2ZGJlZWNkYzFhJTIyJTdEJTdEtrk.register.it/messages/he-man_mes... https://trk.register.it/messages/he-man_messages?tke=JTdCJTIyaGFzaCUyMiUzQSUyMjE3NzY5MDA5NDYxMjZfZHhncm1nMWZyMjlfdTRwZTQwJTIyJTJDJTIyZG9tYWluJTIyJTNBJTIycmVnaXN0ZXIuaXQlMjIlMkMlMjJmaWVsZCUyMiUzQSUyMm1hdGglMjIlMkMlMjJtb2RlJTIyJTNBJTIyc2V0JTIyJTJDJTIybWVzc2FnZSUyMiUzQSU3QiUyMnRyYWNrZXJfdmVyc2lvbiUyMiUzQSUyMjIuMS43MyUyMiUyQyUyMnFzJTIyJTNBJTdCJTdEJTJDJTIycGFnZSUyMiUzQSUyMnd3dy5yZWdpc3Rlci5pdC8lMjIlMkMlMjJ1c2VyX2FnZW50JTIyJTNBJTIyTW96aWxsYS81LjAlMjAlMjhNYWNpbnRvc2glM0IlMjBJbnRlbCUyME1hYyUyME9TJTIwWCUyMDEwXzE1XzclMjklMjBBcHBsZVdlYktpdC81MzcuMzYlMjAlMjhLSFRNTCUyQyUyMGxpa2UlMjBHZWNrbyUyOSUyMENocm9tZS8xNDYuMC4wLjAlMjBTYWZhcmkvNTM3LjM2JTIyJTJDJTIydHJrX2ludGVybmFsJTIyJTNBZmFsc2UlMkMlMjJyZXNvbHV0aW9uJTIyJTNBJTdCJTIyaGVpZ2h0JTIyJTNBNjAwJTJDJTIyd2lkdGglMjIlM0E4MDAlN0QlMkMlMjJmcCUyMiUzQSUyMjA2YWNmZDQxMmNmNDlkMGIyNzg5ZDU2ZGJlZWNkYzFhJTIyJTdEJTdE — 200 — 345 B — 56 ms — http/1.1https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-it.jscdn.iubenda.com/cookie_solution/iub... https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.98.0/core-it.js — 200 — 111.1 KiB — 11 ms — h2https://cdn.hub-prod.team.blue/widget/index.htmlcdn.hub-prod.team.blue/widget/index... https://cdn.hub-prod.team.blue/widget/index.html — 200 — 1010 B — 23 ms — h2https://cs.iubenda.com/cookie-solution/confs/js/60385529.jscs.iubenda.com/cookie-solution/conf... https://cs.iubenda.com/cookie-solution/confs/js/60385529.js — 200 — 1.6 KiB — 27 ms — h2https://cdn.hub-prod.team.blue/widget/assets/widget.BPHQokm8.jscdn.hub-prod.team.blue/widget/asset... https://cdn.hub-prod.team.blue/widget/assets/widget.BPHQokm8.js — 200 — 14.3 KiB — 13 ms — h2https://cdn.hub-prod.team.blue/widget/assets/widget.CembTAIY.csscdn.hub-prod.team.blue/widget/asset... https://cdn.hub-prod.team.blue/widget/assets/widget.CembTAIY.css — 200 — 2.9 KiB — 6 ms — h2https://eu-cdn.acsbapp.com/config/register.it/config.jsoneu-cdn.acsbapp.com/config/register.... https://eu-cdn.acsbapp.com/config/register.it/config.json — 200 — 733 B — 135 ms — h2https://cdn.hub-prod.team.blue/api/v1/widget/configuration?url=https%3A%2F%2Fwww.register.it%2F&language=it-IT&widgetVersion=1.1.8cdn.hub-prod.team.blue/api/v1/widge... https://cdn.hub-prod.team.blue/api/v1/widget/configuration?url=https%3A%2F%2Fwww.register.it%2F&language=it-IT&widgetVersion=1.1.8 — 200 — 1.9 KiB — 20 ms — h3https://www.register.it/wp-content/themes/dada/favicon.icowww.register.it/wp-content/themes/d... https://www.register.it/wp-content/themes/dada/favicon.ico — 200 — 1.5 KiB — 141 ms — http/1.1https://cdn.hub-prod.team.blue/api/v1/widget/logcdn.hub-prod.team.blue/api/v1/widge... https://cdn.hub-prod.team.blue/api/v1/widget/log — 204 — 258 B — 33 ms — h3https://images.hub-prod.team.blue/build-your-presence_outline-b11c69ec4477a53a.svgimages.hub-prod.team.blue/build-you... https://images.hub-prod.team.blue/build-your-presence_outline-b11c69ec4477a53a.svg — 200 — 980 B — 65 ms — h2https://images.hub-prod.team.blue/attract-customers_outline-ee39f9b9957a2842.svgimages.hub-prod.team.blue/attract-c... https://images.hub-prod.team.blue/attract-customers_outline-ee39f9b9957a2842.svg — 200 — 1.0 KiB — 59 ms — h2https://images.hub-prod.team.blue/run-your-business_outline-d0fc8b14bbfc7ef1.svgimages.hub-prod.team.blue/run-your-... https://images.hub-prod.team.blue/run-your-business_outline-d0fc8b14bbfc7ef1.svg — 200 — 1.5 KiB — 61 ms — h2https://images.hub-prod.team.blue/recommended_fill-8ce1fd3ef938bc04.svgimages.hub-prod.team.blue/recommend... https://images.hub-prod.team.blue/recommended_fill-8ce1fd3ef938bc04.svg — 200 — 1.1 KiB — 87 ms — h2https://images.hub-prod.team.blue/metricool-488080af377112d4.svgimages.hub-prod.team.blue/metricool... https://images.hub-prod.team.blue/metricool-488080af377112d4.svg — 200 — 1.1 KiB — 76 ms — h2https://images.hub-prod.team.blue/iubenda-3852ea641f13b0c0.svgimages.hub-prod.team.blue/iubenda-3... https://images.hub-prod.team.blue/iubenda-3852ea641f13b0c0.svg — 200 — 1.3 KiB — 79 ms — h2https://eu.acsbapp.com/apps/app/dist/js/locale/it-app.jsoneu.acsbapp.com/apps/app/dist/js/loc... https://eu.acsbapp.com/apps/app/dist/js/locale/it-app.json — 200 — 2.4 KiB — 105 ms — h2https://idb.iubenda.com/csdata?db=hits1idb.iubenda.com/csdata?db=hits1 https://idb.iubenda.com/csdata?db=hits1 — 204 — 573 B — 91 ms — h2https://cdn.hub-prod.team.blue/api/v1/widget/logcdn.hub-prod.team.blue/api/v1/widge... https://cdn.hub-prod.team.blue/api/v1/widget/log — 204 — 259 B — 57 ms — h3https://images.hub-prod.team.blue/simplymeetme-8d2f363f19df4ea7.svgimages.hub-prod.team.blue/simplymee... https://images.hub-prod.team.blue/simplymeetme-8d2f363f19df4ea7.svg — 200 — 1.3 KiB — 15 ms — h2https://images.hub-prod.team.blue/billdu-c78ce059d8435a0c.svgimages.hub-prod.team.blue/billdu-c7... https://images.hub-prod.team.blue/billdu-c78ce059d8435a0c.svg — 200 — 1.7 KiB — 16 ms — h2https://images.hub-prod.team.blue/simplybookme-8b93a4029495536d.svgimages.hub-prod.team.blue/simplyboo... https://images.hub-prod.team.blue/simplybookme-8b93a4029495536d.svg — 200 — 1.3 KiB — 19 ms — h2https://images.hub-prod.team.blue/leadinfo-cfacb7dcd0292eaf.svgimages.hub-prod.team.blue/leadinfo-... https://images.hub-prod.team.blue/leadinfo-cfacb7dcd0292eaf.svg — 200 — 1.1 KiB — 22 ms — h2https://gtm.register.it/g/collect?v=2&tid=G-5VR81DCZXV&gtm=45je64k1v9208858455z86107351za20gzb6107351zd6107351&_p=1776900945360&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&ecid=1613442748&_eu=AAAAAGA&_fplc=0&_geo=1&_rdi=1&are=1&cid=1166310799.1776900947&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=NL-NH&sst.rnd=382028168.1776900947&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776900945360&sst.lpc=211626390&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115938465~115938469~117266401~117512543&sid=1776900946&sct=1&seg=0&dl=https%3A%2F%2Fwww.register.it%2F&dt=Domini%2C%20registrazioni%20domini%2C%20hosting%2C%20server%20-%20Register.it&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.page_url=https%3A%2F%2Fwww.register.it%2F&tfd=2315&richsstssegtm.register.it/g/collect?v=2&tid=G... https://gtm.register.it/g/collect?v=2&tid=G-5VR81DCZXV&gtm=45je64k1v9208858455z86107351za20gzb6107351zd6107351&_p=1776900945360&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&ecid=1613442748&_eu=AAAAAGA&_fplc=0&_geo=1&_rdi=1&are=1&cid=1166310799.1776900947&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=NL-NH&sst.rnd=382028168.1776900947&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776900945360&sst.lpc=211626390&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115938465~115938469~117266401~117512543&sid=1776900946&sct=1&seg=0&dl=https%3A%2F%2Fwww.register.it%2F&dt=Domini%2C%20registrazioni%20domini%2C%20hosting%2C%20server%20-%20Register.it&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.page_url=https%3A%2F%2Fwww.register.it%2F&tfd=2315&richsstsse — 200 — 361 B — 152 ms — http/1.1https://pagead2.googlesyndication.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.register.it%2F&scrsrc=www.googletagmanager.com&rnd=382028168.1776900947&navt=n&npa=1&gtm=45be64k1v889138291z86107351za20gzb6107351zd6107351xec&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118128922~118463262&apve=1&apvf=f&gap.plf=4.5.3&apvc=1&tids=AW-1069948562&tid=AW-1069948562&tft=1776900947176&tfd=2372pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.register.it%2F&scrsrc=www.googletagmanager.com&rnd=382028168.1776900947&navt=n&npa=1&gtm=45be64k1v889138291z86107351za20gzb6107351zd6107351xec&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938468~117266401~118128922~118463262&apve=1&apvf=f&gap.plf=4.5.3&apvc=1&tids=AW-1069948562&tid=AW-1069948562&tft=1776900947176&tfd=2372 — 200 — 21 B — 26 ms — h3https://trk.register.it/messages/he-man_messages?tke=JTdCJTIyaGFzaCUyMiUzQSUyMjE3NzY5MDA5NDYxMjZfZHhncm1nMWZyMjlfdTRwZTQwJTIyJTJDJTIyZG9tYWluJTIyJTNBJTIycmVnaXN0ZXIuaXQlMjIlMkMlMjJmaWVsZCUyMiUzQSUyMnBlcmZvcm1hbmNlJTIyJTJDJTIybW9kZSUyMiUzQSUyMnNldCUyMiUyQyUyMm1lc3NhZ2UlMjIlM0ElN0IlMjJ0aW1pbmdzJTIyJTNBJTdCJTIycGFnZUxvYWRUaW1lJTIyJTNBMjE0MiUyQyUyMmNvbm5lY3RUaW1lJTIyJTNBNTUlMkMlMjJyZW5kZXJUaW1lJTIyJTNBMTg2MyU3RCUyQyUyMnJlc291cmNlcyUyMiUzQSU3QiUyMm51bWJlciUyMiUzQTg5JTJDJTIyc2l6ZSUyMiUzQTQwODQ5ODIlN0QlMkMlMjJwYWdlJTIyJTNBJTIyd3d3LnJlZ2lzdGVyLml0LyUyMiUyQyUyMnVzZXJfYWdlbnQlMjIlM0ElMjJNb3ppbGxhLzUuMCUyMCUyOE1hY2ludG9zaCUzQiUyMEludGVsJTIwTWFjJTIwT1MlMjBYJTIwMTBfMTVfNyUyOSUyMEFwcGxlV2ViS2l0LzUzNy4zNiUyMCUyOEtIVE1MJTJDJTIwbGlrZSUyMEdlY2tvJTI5JTIwQ2hyb21lLzE0Ni4wLjAuMCUyMFNhZmFyaS81MzcuMzYlMjIlN0QlN0Q=trk.register.it/messages/he-man_mes... https://trk.register.it/messages/he-man_messages?tke=JTdCJTIyaGFzaCUyMiUzQSUyMjE3NzY5MDA5NDYxMjZfZHhncm1nMWZyMjlfdTRwZTQwJTIyJTJDJTIyZG9tYWluJTIyJTNBJTIycmVnaXN0ZXIuaXQlMjIlMkMlMjJmaWVsZCUyMiUzQSUyMnBlcmZvcm1hbmNlJTIyJTJDJTIybW9kZSUyMiUzQSUyMnNldCUyMiUyQyUyMm1lc3NhZ2UlMjIlM0ElN0IlMjJ0aW1pbmdzJTIyJTNBJTdCJTIycGFnZUxvYWRUaW1lJTIyJTNBMjE0MiUyQyUyMmNvbm5lY3RUaW1lJTIyJTNBNTUlMkMlMjJyZW5kZXJUaW1lJTIyJTNBMTg2MyU3RCUyQyUyMnJlc291cmNlcyUyMiUzQSU3QiUyMm51bWJlciUyMiUzQTg5JTJDJTIyc2l6ZSUyMiUzQTQwODQ5ODIlN0QlMkMlMjJwYWdlJTIyJTNBJTIyd3d3LnJlZ2lzdGVyLml0LyUyMiUyQyUyMnVzZXJfYWdlbnQlMjIlM0ElMjJNb3ppbGxhLzUuMCUyMCUyOE1hY2ludG9zaCUzQiUyMEludGVsJTIwTWFjJTIwT1MlMjBYJTIwMTBfMTVfNyUyOSUyMEFwcGxlV2ViS2l0LzUzNy4zNiUyMCUyOEtIVE1MJTJDJTIwbGlrZSUyMEdlY2tvJTI5JTIwQ2hyb21lLzE0Ni4wLjAuMCUyMFNhZmFyaS81MzcuMzYlMjIlN0QlN0Q= — 200 — 345 B — 59 ms — http/1.1https://gtm.register.it/g/collect?v=2&tid=G-5VR81DCZXV&gtm=45je64k1v9208858455z86107351za20gzb6107351zd6107351&_p=1776900945360&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&ecid=1613442748&_eu=AAAAAGA&_fplc=0&_geo=1&_rdi=1&are=1&cid=1166310799.1776900947&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=NL-NH&sst.rnd=382028168.1776900947&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776900945360&sst.lpc=211626390&sst.navt=n&sst.ude=0&_s=2&tag_exp=0~115938465~115938469~117266401~117512543&sid=1776900946&sct=1&seg=0&dl=https%3A%2F%2Fwww.register.it%2F&dt=Domini%2C%20registrazioni%20domini%2C%20hosting%2C%20server%20-%20Register.it&_tu=BA&en=tb_cmp_consents&ep.page_url=https%3A%2F%2Fwww.register.it%2F&ep.tb_cmp_consents=necessary&_et=53&tfd=2871&richsstssegtm.register.it/g/collect?v=2&tid=G... https://gtm.register.it/g/collect?v=2&tid=G-5VR81DCZXV&gtm=45je64k1v9208858455z86107351za20gzb6107351zd6107351&_p=1776900945360&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&ecid=1613442748&_eu=AAAAAGA&_fplc=0&_geo=1&_rdi=1&are=1&cid=1166310799.1776900947&frm=0&pscdl=denied&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=NL-NH&sst.rnd=382028168.1776900947&sst.etld=google.nl&sst.gcsub=region1&sst.tft=1776900945360&sst.lpc=211626390&sst.navt=n&sst.ude=0&_s=2&tag_exp=0~115938465~115938469~117266401~117512543&sid=1776900946&sct=1&seg=0&dl=https%3A%2F%2Fwww.register.it%2F&dt=Domini%2C%20registrazioni%20domini%2C%20hosting%2C%20server%20-%20Register.it&_tu=BA&en=tb_cmp_consents&ep.page_url=https%3A%2F%2Fwww.register.it%2F&ep.tb_cmp_consents=necessary&_et=53&tfd=2871&richsstsse — 200 — 361 B — 42 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
100% of JavaScript execution is third-party
First-party Third-party 1943ms · 1080KB · €10/mo
www.register.it
Other
Costly
Execution 600ms
Transfer 32 KB
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 282ms
Transfer 0 KB
Monthly Cost €2/mo
trk.register.it
Other
Costly
Execution 232ms
Transfer 94 KB
Unused 45%
Monthly Cost €1/mo
eu.acsbapp.com
Other
Optional
Execution 200ms
Transfer 222 KB
Unused 53%
Monthly Cost €1/mo
Iubenda
Consent
Essential
Execution 176ms
Transfer 111 KB
Unused 64%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 170ms
Transfer 196 KB
Unused 40%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 96ms
Transfer 173 KB
Unused 40%
Monthly Cost €1/mo
code.jquery.com
Other
Optional
Execution 76ms
Transfer 33 KB
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 58ms
Transfer 143 KB
Unused 44%
Monthly Cost €0/mo
srv.cmp-teamblue.services
Other
Optional
Execution 54ms
Transfer 75 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • www.register.it adds 600ms and costs ~€3/month
  • Unattributable adds 282ms and costs ~€2/month
  • trk.register.it adds 232ms and costs ~€1/month

100% 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.register.it takes 600ms 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

Unattributable takes 282ms 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

trk.register.it takes 232ms 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

53% of eu.acsbapp.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

64% of Iubenda'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

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback