Skip to content
https://seoriented.it

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
8
PASS
10
INFO
4

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

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

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

416 ms

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

1.10 s

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

0 ms

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

0.020

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

795 ms

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

1.11 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
23
10 PASS 8 REVIEW 1 FIX
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

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

B
Page Weight Budget
1.1 MB transferred, 66 requests
REVIEW
1.1 MB transferred, 66 requests
Info::
Page weighs 2.5 MB (1.1 MB transferred)
Warning::
JavaScript is 548 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 548 KB
Info::
66 HTTP requests
Info::
Estimated 0.24 g CO2 per page load
1.1 MB / 2.4 MB budget
1.1 MB transferred
66 requests
0.24 g CO2 per page load
JavaScript 547.5 KiB 47%
Images 339.7 KiB 29%
Fonts 163.9 KiB 14%
CSS 50.6 KiB 4%
Other 35.3 KiB 3%
HTML 16.9 KiB 1%
Other 8.8 KiB 1%
Other 994 B 0%
Other 260 B 0%
0 2.4 MB 4.9 MB
Under budget

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

Why this matters

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

Source: web.dev

B
Third-Party Impact
56% third-party, 0 ms blocking
REVIEW
56% third-party, 0 ms blocking
Warning::
Third-party code accounts for 56% of page weight (649.4 KiB of 1.1 MiB)
Info::
Third-party blocking time is low (0 ms)
44%
56%
First-party Third-party
B
Image Optimization
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Info::
All images are well-optimized
30 images 340 KB
0 oversized -0 KB
28 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
20 scripts, 241 KB unused
REVIEW
20 scripts, 241 KB unused
Warning::
https://code.tidio.co/widget-v4/1_444_0/static/js/...: 102 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://code.tidio.co/widget-v4/1_444_0/static/js/...: 77 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-166...: 63 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 241 KB
241 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://code.tidio.co/widget-v4/1_444_0/static/js/widget.73f109c79aaf9adb34ce.js215 KB102 KB (48%)3rd
https://code.tidio.co/widget-v4/1_444_0/static/js/chunk-WidgetIframe-73f109c79aaf9adb34ce.js147 KB77 KB (52%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-166799862-1119 KB63 KB (53%)3rd
https://seoriented.it/wp-content/themes/business-pro-theme/assets/scripts/min/jquery.fitvids.min.js?ver=1.1.01 KB1st
https://seoriented.it/wp-content/themes/business-pro-theme/assets/scripts/min/menus.min.js?ver=1.1.01 KB1st
https://seoriented.it/wp-content/cache/autoptimize/js/autoptimize_single_d3734c4114537050c92cf91d7e2c7805.js?ver=6.2.02 KB1st
https://seoriented.it/wp-includes/js/hoverIntent.min.js?ver=1.10.21 KB1st
https://seoriented.it/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.102 KB1st
https://seoriented.it/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=3.6.20 KB1st
https://seoriented.it/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.6.20 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
Page Weight Inventory
66 resources · 1.1 MB · 241 KB savings available
REVIEW
66 resources · 1.1 MB · 241 KB savings available
Warning::
Page weight 1.1 MB exceeds 1 MB target by 140 KB
Got: 1.1 MB Expected: ≤ 1 MB
Info::
~241 KB of savings available
Warning::
21 third-party resources (56% of weight)
Info::
1 resources over 200KB
66 resources · 1.1 MiB · 21 third-party 139.9 KiB over 1MB target
JavaScript 47% · 547.5 KiB
Image 29% · 340.3 KiB
Font 14% · 163.9 KiB
CSS 4% · 50.6 KiB
Media 3% · 35.3 KiB
Document 1% · 17.3 KiB
Other 1% · 9.1 KiB

~241.5 KiB of savings available

Remove unused JavaScript: 241.5 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
383ms total JS execution
PASS
383ms total JS execution
Info::
https://seoriented.it/: 162ms CPU time
Info::
https://code.tidio.co/widget-v4/1_444_0/static/js/...: 110ms CPU time
Info::
Unattributable: 110ms CPU time
Info::
Third-party scripts: 110ms (29% of total)

Main Thread Breakdown

Script Evaluation 42% Other 24% Style & Layout 20% Script Parsing & Compilation 6% Parse HTML & CSS 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://seoriented.it/162ms6ms1ms1st
https://code.tidio.co/widget-v4/1_444_0/static/js/widget.73f109c79aaf9adb34ce.js110ms79ms12ms3rd
Unattributable110ms7ms0ms1st
A+
Font Loading
4 fonts (164 KB)
PASS
4 fonts (164 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

164 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 416 ms LCP 1.1 shttps://seoriented.it/wp-content/themes/business-pro-theme/assets/fonts/inter/inter.woff2inter.woff2 https://seoriented.it/wp-content/themes/business-pro-theme/assets/fonts/inter/inter.woff2 — 20.8 KiB — 36 ms — font-display: swaphttps://seoriented.it/wp-content/themes/business-pro-theme/assets/fonts/line-awesome.woff2?v=1.1.line-awesome.woff2 https://seoriented.it/wp-content/themes/business-pro-theme/assets/fonts/line-awesome.woff2?v=1.1. — 44.1 KiB — 38 ms — font-display: swaphttps://code.tidio.co/widget-v4/fonts/mulish_SGhgqk3wotYKNnBQ.woff2mulish_SGhgqk3wotYKNnBQ... https://code.tidio.co/widget-v4/fonts/mulish_SGhgqk3wotYKNnBQ.woff2 — 27.1 KiB — 89 ms — font-display: swaphttps://code.tidio.co/widget-v4/fonts/inter_UcCo3FwrK3iLTcviYwYZ8UA3.woff2inter_UcCo3FwrK3iLTcviY... https://code.tidio.co/widget-v4/fonts/inter_UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 71.9 KiB — 83 ms — font-display: swap
inter.woff2 woff2 swap
Size 21 KB
Load time 36 ms
Start 313 ms
Risk FOUT — text flashes from fallback to web font
line-awesome.woff2 woff2 swap
Size 44 KB
Load time 38 ms
Start 313 ms
Risk FOUT — text flashes from fallback to web font
mulish_SGhgqk3wotYKNnBQ... woff2 swap
Size 27 KB
Load time 89 ms
Start 471 ms
Risk FOUT — text flashes from fallback to web font
inter_UcCo3FwrK3iLTcviY... woff2 swap
Size 72 KB
Load time 83 ms
Start 473 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+
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+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
`ETag` present -- conditional GET supported
Network Waterfall
66 requests over 1214ms
INFO
0 ms 500 ms 1.0 s FCP 416 ms LCP 1.1 shttps://seoriented.it// https://seoriented.it/ — 200 — 16.9 KiB — 118 ms — h2https://seoriented.it/wp-content/cache/autoptimize/css/autoptimize_000fb7bfb6df7d1cab60c5112e281a04.css/wp-content/cache/autoptimize/css/a... https://seoriented.it/wp-content/cache/autoptimize/css/autoptimize_000fb7bfb6df7d1cab60c5112e281a04.css — 200 — 49.7 KiB — 66 ms — h2https://seoriented.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://seoriented.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.1 KiB — 87 ms — h2https://seoriented.it/wp-content/uploads/2020/04/seoriented-logo.png/wp-content/uploads/2020/04/seorien... https://seoriented.it/wp-content/uploads/2020/04/seoriented-logo.png — 200 — 1.9 KiB — 88 ms — h2https://seoriented.it/wp-content/uploads/2020/04/web-agency.png/wp-content/uploads/2020/04/web-age... https://seoriented.it/wp-content/uploads/2020/04/web-agency.png — 200 — 5.7 KiB — 89 ms — h2https://seoriented.it/wp-content/uploads/2020/04/corsi-seo.png/wp-content/uploads/2020/04/corsi-s... https://seoriented.it/wp-content/uploads/2020/04/corsi-seo.png — 200 — 5.4 KiB — 30 ms — h3https://seoriented.it/wp-content/uploads/2020/11/lavoro.jpg/wp-content/uploads/2020/11/lavoro.... https://seoriented.it/wp-content/uploads/2020/11/lavoro.jpg — 200 — 10.6 KiB — 30 ms — h3https://seoriented.it/wp-content/uploads/2020/04/hosting.png/wp-content/uploads/2020/04/hosting... https://seoriented.it/wp-content/uploads/2020/04/hosting.png — 200 — 2.8 KiB — 29 ms — h3https://seoriented.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://seoriented.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.6 KiB — 33 ms — h3https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/script.jscdn-cookieyes.com/client_data/b9ad6... https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/script.js — 200 — 8.9 KiB — 77 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-166799862-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-166799862-1 — 200 — 118.8 KiB — 141 ms — h2https://seoriented.it/wp-content/uploads/2020/04/miglior-web-agency.png/wp-content/uploads/2020/04/miglior... https://seoriented.it/wp-content/uploads/2020/04/miglior-web-agency.png — 200 — 20.7 KiB — 38 ms — h3https://seoriented.it/wp-content/uploads/2020/04/corso-seo-gratuito.png/wp-content/uploads/2020/04/corso-s... https://seoriented.it/wp-content/uploads/2020/04/corso-seo-gratuito.png — 200 — 9.8 KiB — 57 ms — h3https://seoriented.it/wp-content/uploads/2020/04/arrow.png/wp-content/uploads/2020/04/arrow.p... https://seoriented.it/wp-content/uploads/2020/04/arrow.png — 200 — 321 B — 59 ms — h3https://seoriented.it/wp-content/uploads/2020/04/corso-seo-attestato.png/wp-content/uploads/2020/04/corso-s... https://seoriented.it/wp-content/uploads/2020/04/corso-seo-attestato.png — 200 — 7.3 KiB — 106 ms — h3https://seoriented.it/wp-content/uploads/2020/04/corso-seo-copywriting.png/wp-content/uploads/2020/04/corso-s... https://seoriented.it/wp-content/uploads/2020/04/corso-seo-copywriting.png — 200 — 17.6 KiB — 106 ms — h3https://seoriented.it/wp-content/uploads/2020/04/corso-seo-sem.png/wp-content/uploads/2020/04/corso-s... https://seoriented.it/wp-content/uploads/2020/04/corso-seo-sem.png — 200 — 8.7 KiB — 98 ms — h3https://seoriented.it/wp-content/uploads/2020/04/ricerca-web.png/wp-content/uploads/2020/04/ricerca... https://seoriented.it/wp-content/uploads/2020/04/ricerca-web.png — 200 — 10.0 KiB — 98 ms — h3https://seoriented.it/wp-content/uploads/2020/05/siteground-home.png/wp-content/uploads/2020/05/sitegro... https://seoriented.it/wp-content/uploads/2020/05/siteground-home.png — 200 — 1.7 KiB — 99 ms — h3https://seoriented.it/wp-content/uploads/2020/05/vhosting-home.png/wp-content/uploads/2020/05/vhostin... https://seoriented.it/wp-content/uploads/2020/05/vhosting-home.png — 200 — 2.4 KiB — 104 ms — h3https://seoriented.it/wp-content/uploads/2021/04/wpengine-white.png/wp-content/uploads/2021/04/wpengin... https://seoriented.it/wp-content/uploads/2021/04/wpengine-white.png — 200 — 1.1 KiB — 105 ms — h3https://seoriented.it/wp-content/uploads/2026/03/seo-pmi-strategie-350x249.png/wp-content/uploads/2026/03/seo-pmi... https://seoriented.it/wp-content/uploads/2026/03/seo-pmi-strategie-350x249.png — 200 — 18.9 KiB — 113 ms — h3https://seoriented.it/wp-content/uploads/2025/09/futura-adt-recensioni-350x249.png/wp-content/uploads/2025/09/futura-... https://seoriented.it/wp-content/uploads/2025/09/futura-adt-recensioni-350x249.png — 200 — 57.5 KiB — 123 ms — h3https://seoriented.it/wp-content/uploads/2025/09/lezione-online-recensioni-350x249.png/wp-content/uploads/2025/09/lezione... https://seoriented.it/wp-content/uploads/2025/09/lezione-online-recensioni-350x249.png — 200 — 5.5 KiB — 105 ms — h3https://seoriented.it/wp-content/uploads/2025/06/seo-e-morta-350x263.jpg/wp-content/uploads/2025/06/seo-e-m... https://seoriented.it/wp-content/uploads/2025/06/seo-e-morta-350x263.jpg — 200 — 9.1 KiB — 110 ms — h3https://seoriented.it/wp-content/uploads/2025/03/hosting-joomla-migliori-350x249.png/wp-content/uploads/2025/03/hosting... https://seoriented.it/wp-content/uploads/2025/03/hosting-joomla-migliori-350x249.png — 200 — 17.0 KiB — 113 ms — h3https://seoriented.it/wp-content/uploads/2025/03/ai-overview-google-350x249.png/wp-content/uploads/2025/03/ai-over... https://seoriented.it/wp-content/uploads/2025/03/ai-overview-google-350x249.png — 200 — 9.1 KiB — 104 ms — h3https://seoriented.it/wp-content/uploads/2022/03/learnn-recensione-350x249.png/wp-content/uploads/2022/03/learnn-... https://seoriented.it/wp-content/uploads/2022/03/learnn-recensione-350x249.png — 200 — 27.8 KiB — 113 ms — h3https://seoriented.it/wp-content/uploads/2024/01/getresponse-programma-affiliazione-jpg-350x265.webp/wp-content/uploads/2024/01/getresp... https://seoriented.it/wp-content/uploads/2024/01/getresponse-programma-affiliazione-jpg-350x265.webp — 200 — 11.4 KiB — 116 ms — h3https://seoriented.it/wp-content/uploads/2023/11/corsi-carta-docente-jpg-350x249.webp/wp-content/uploads/2023/11/corsi-c... https://seoriented.it/wp-content/uploads/2023/11/corsi-carta-docente-jpg-350x249.webp — 200 — 3.7 KiB — 124 ms — h3
0 ms 500 ms 1.0 s FCP 416 ms LCP 1.1 shttps://seoriented.it// https://seoriented.it/ — 200 — 16.9 KiB — 118 ms — h2https://seoriented.it/wp-content/cache/autoptimize/css/autoptimize_000fb7bfb6df7d1cab60c5112e281a04.css/wp-content/cache/autoptimize/css/a... https://seoriented.it/wp-content/cache/autoptimize/css/autoptimize_000fb7bfb6df7d1cab60c5112e281a04.css — 200 — 49.7 KiB — 66 ms — h2https://seoriented.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://seoriented.it/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.1 KiB — 87 ms — h2https://seoriented.it/wp-content/uploads/2020/04/seoriented-logo.png/wp-content/uploads/2020/04/seorien... https://seoriented.it/wp-content/uploads/2020/04/seoriented-logo.png — 200 — 1.9 KiB — 88 ms — h2https://seoriented.it/wp-content/uploads/2020/04/web-agency.png/wp-content/uploads/2020/04/web-age... https://seoriented.it/wp-content/uploads/2020/04/web-agency.png — 200 — 5.7 KiB — 89 ms — h2https://seoriented.it/wp-content/uploads/2020/04/corsi-seo.png/wp-content/uploads/2020/04/corsi-s... https://seoriented.it/wp-content/uploads/2020/04/corsi-seo.png — 200 — 5.4 KiB — 30 ms — h3https://seoriented.it/wp-content/uploads/2020/11/lavoro.jpg/wp-content/uploads/2020/11/lavoro.... https://seoriented.it/wp-content/uploads/2020/11/lavoro.jpg — 200 — 10.6 KiB — 30 ms — h3https://seoriented.it/wp-content/uploads/2020/04/hosting.png/wp-content/uploads/2020/04/hosting... https://seoriented.it/wp-content/uploads/2020/04/hosting.png — 200 — 2.8 KiB — 29 ms — h3https://seoriented.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://seoriented.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.6 KiB — 33 ms — h3https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/script.jscdn-cookieyes.com/client_data/b9ad6... https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/script.js — 200 — 8.9 KiB — 77 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-166799862-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-166799862-1 — 200 — 118.8 KiB — 141 ms — h2https://seoriented.it/wp-content/uploads/2020/04/miglior-web-agency.png/wp-content/uploads/2020/04/miglior... https://seoriented.it/wp-content/uploads/2020/04/miglior-web-agency.png — 200 — 20.7 KiB — 38 ms — h3https://seoriented.it/wp-content/uploads/2020/04/corso-seo-gratuito.png/wp-content/uploads/2020/04/corso-s... https://seoriented.it/wp-content/uploads/2020/04/corso-seo-gratuito.png — 200 — 9.8 KiB — 57 ms — h3https://seoriented.it/wp-content/uploads/2020/04/arrow.png/wp-content/uploads/2020/04/arrow.p... https://seoriented.it/wp-content/uploads/2020/04/arrow.png — 200 — 321 B — 59 ms — h3https://seoriented.it/wp-content/uploads/2020/04/corso-seo-attestato.png/wp-content/uploads/2020/04/corso-s... https://seoriented.it/wp-content/uploads/2020/04/corso-seo-attestato.png — 200 — 7.3 KiB — 106 ms — h3https://seoriented.it/wp-content/uploads/2020/04/corso-seo-copywriting.png/wp-content/uploads/2020/04/corso-s... https://seoriented.it/wp-content/uploads/2020/04/corso-seo-copywriting.png — 200 — 17.6 KiB — 106 ms — h3https://seoriented.it/wp-content/uploads/2020/04/corso-seo-sem.png/wp-content/uploads/2020/04/corso-s... https://seoriented.it/wp-content/uploads/2020/04/corso-seo-sem.png — 200 — 8.7 KiB — 98 ms — h3https://seoriented.it/wp-content/uploads/2020/04/ricerca-web.png/wp-content/uploads/2020/04/ricerca... https://seoriented.it/wp-content/uploads/2020/04/ricerca-web.png — 200 — 10.0 KiB — 98 ms — h3https://seoriented.it/wp-content/uploads/2020/05/siteground-home.png/wp-content/uploads/2020/05/sitegro... https://seoriented.it/wp-content/uploads/2020/05/siteground-home.png — 200 — 1.7 KiB — 99 ms — h3https://seoriented.it/wp-content/uploads/2020/05/vhosting-home.png/wp-content/uploads/2020/05/vhostin... https://seoriented.it/wp-content/uploads/2020/05/vhosting-home.png — 200 — 2.4 KiB — 104 ms — h3https://seoriented.it/wp-content/uploads/2021/04/wpengine-white.png/wp-content/uploads/2021/04/wpengin... https://seoriented.it/wp-content/uploads/2021/04/wpengine-white.png — 200 — 1.1 KiB — 105 ms — h3https://seoriented.it/wp-content/uploads/2026/03/seo-pmi-strategie-350x249.png/wp-content/uploads/2026/03/seo-pmi... https://seoriented.it/wp-content/uploads/2026/03/seo-pmi-strategie-350x249.png — 200 — 18.9 KiB — 113 ms — h3https://seoriented.it/wp-content/uploads/2025/09/futura-adt-recensioni-350x249.png/wp-content/uploads/2025/09/futura-... https://seoriented.it/wp-content/uploads/2025/09/futura-adt-recensioni-350x249.png — 200 — 57.5 KiB — 123 ms — h3https://seoriented.it/wp-content/uploads/2025/09/lezione-online-recensioni-350x249.png/wp-content/uploads/2025/09/lezione... https://seoriented.it/wp-content/uploads/2025/09/lezione-online-recensioni-350x249.png — 200 — 5.5 KiB — 105 ms — h3https://seoriented.it/wp-content/uploads/2025/06/seo-e-morta-350x263.jpg/wp-content/uploads/2025/06/seo-e-m... https://seoriented.it/wp-content/uploads/2025/06/seo-e-morta-350x263.jpg — 200 — 9.1 KiB — 110 ms — h3https://seoriented.it/wp-content/uploads/2025/03/hosting-joomla-migliori-350x249.png/wp-content/uploads/2025/03/hosting... https://seoriented.it/wp-content/uploads/2025/03/hosting-joomla-migliori-350x249.png — 200 — 17.0 KiB — 113 ms — h3https://seoriented.it/wp-content/uploads/2025/03/ai-overview-google-350x249.png/wp-content/uploads/2025/03/ai-over... https://seoriented.it/wp-content/uploads/2025/03/ai-overview-google-350x249.png — 200 — 9.1 KiB — 104 ms — h3https://seoriented.it/wp-content/uploads/2022/03/learnn-recensione-350x249.png/wp-content/uploads/2022/03/learnn-... https://seoriented.it/wp-content/uploads/2022/03/learnn-recensione-350x249.png — 200 — 27.8 KiB — 113 ms — h3https://seoriented.it/wp-content/uploads/2024/01/getresponse-programma-affiliazione-jpg-350x265.webp/wp-content/uploads/2024/01/getresp... https://seoriented.it/wp-content/uploads/2024/01/getresponse-programma-affiliazione-jpg-350x265.webp — 200 — 11.4 KiB — 116 ms — h3https://seoriented.it/wp-content/uploads/2023/11/corsi-carta-docente-jpg-350x249.webp/wp-content/uploads/2023/11/corsi-c... https://seoriented.it/wp-content/uploads/2023/11/corsi-carta-docente-jpg-350x249.webp — 200 — 3.7 KiB — 124 ms — h3https://code.tidio.co/pyfqfwqm5uwxygochjfc71r8xygtgyzp.jscode.tidio.co/pyfqfwqm5uwxygochjfc7... https://code.tidio.co/pyfqfwqm5uwxygochjfc71r8xygtgyzp.js — 302 — 456 B — 131 ms — h2https://seoriented.it/wp-content/plugins/simple-social-buttons/assets/js/frontend-blocks.js?ver=6.2.0/wp-content/plugins/simple-social-b... https://seoriented.it/wp-content/plugins/simple-social-buttons/assets/js/frontend-blocks.js?ver=6.2.0 — 200 — 50 B — 57 ms — h3https://seoriented.it/wp-content/cache/autoptimize/js/autoptimize_single_d3734c4114537050c92cf91d7e2c7805.js?ver=6.2.0/wp-content/cache/autoptimize/js/au... https://seoriented.it/wp-content/cache/autoptimize/js/autoptimize_single_d3734c4114537050c92cf91d7e2c7805.js?ver=6.2.0 — 200 — 1.6 KiB — 66 ms — h3https://seoriented.it/wp-includes/js/hoverIntent.min.js?ver=1.10.2/wp-includes/js/hoverIntent.min.js?... https://seoriented.it/wp-includes/js/hoverIntent.min.js?ver=1.10.2 — 200 — 714 B — 66 ms — h3https://seoriented.it/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10/wp-content/themes/genesis/lib/js/m... https://seoriented.it/wp-content/themes/genesis/lib/js/menu/superfish.min.js?ver=1.7.10 — 200 — 1.7 KiB — 74 ms — h3https://seoriented.it/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=3.6.2/wp-content/themes/genesis/lib/js/m... https://seoriented.it/wp-content/themes/genesis/lib/js/menu/superfish.args.min.js?ver=3.6.2 — 200 — 139 B — 77 ms — h3https://seoriented.it/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.6.2/wp-content/themes/genesis/lib/js/s... https://seoriented.it/wp-content/themes/genesis/lib/js/skip-links.min.js?ver=3.6.2 — 200 — 198 B — 80 ms — h3https://seoriented.it/wp-content/themes/business-pro-theme/assets/scripts/min/jquery.fitvids.min.js?ver=1.1.0/wp-content/themes/business-pro-the... https://seoriented.it/wp-content/themes/business-pro-theme/assets/scripts/min/jquery.fitvids.min.js?ver=1.1.0 — 200 — 690 B — 80 ms — h3https://seoriented.it/wp-content/themes/business-pro-theme/assets/scripts/min/business-pro.min.js?ver=1.1.0/wp-content/themes/business-pro-the... https://seoriented.it/wp-content/themes/business-pro-theme/assets/scripts/min/business-pro.min.js?ver=1.1.0 — 200 — 711 B — 82 ms — h3https://seoriented.it/wp-content/themes/business-pro-theme/assets/scripts/min/menus.min.js?ver=1.1.0/wp-content/themes/business-pro-the... https://seoriented.it/wp-content/themes/business-pro-theme/assets/scripts/min/menus.min.js?ver=1.1.0 — 200 — 1.3 KiB — 85 ms — h3https://seoriented.it/wp-content/cache/autoptimize/js/autoptimize_single_d0f11c4ac8ad687c66dce5cc9226c9b7.js?ver=1.1.6/wp-content/cache/autoptimize/js/au... https://seoriented.it/wp-content/cache/autoptimize/js/autoptimize_single_d0f11c4ac8ad687c66dce5cc9226c9b7.js?ver=1.1.6 — 200 — 1.6 KiB — 87 ms — h3https://seoriented.it/wp-content/cache/autoptimize/css/autoptimize_63ae72672664108cfd4dc3031d4cf2f2.css/wp-content/cache/autoptimize/css/a... https://seoriented.it/wp-content/cache/autoptimize/css/autoptimize_63ae72672664108cfd4dc3031d4cf2f2.css — 200 — 944 B — 120 ms — h3https://seoriented.it/wp-content/uploads/2021/05/seoriented-corsi-agenzie-seo.jpg/wp-content/uploads/2021/05/seorien... https://seoriented.it/wp-content/uploads/2021/05/seoriented-corsi-agenzie-seo.jpg — 200 — 40.4 KiB — 119 ms — h3https://seoriented.it/wp-content/uploads/Hero_Image_Desktop.svg/wp-content/uploads/Hero_Image_Desk... https://seoriented.it/wp-content/uploads/Hero_Image_Desktop.svg — 200 — 28.0 KiB — 133 ms — h3https://seoriented.it/wp-content/themes/business-pro-theme/assets/fonts/inter/inter.woff2/wp-content/themes/business-pro-the... https://seoriented.it/wp-content/themes/business-pro-theme/assets/fonts/inter/inter.woff2 — 200 — 20.8 KiB — 36 ms — h3https://seoriented.it/wp-content/themes/business-pro-theme/assets/fonts/line-awesome.woff2?v=1.1./wp-content/themes/business-pro-the... https://seoriented.it/wp-content/themes/business-pro-theme/assets/fonts/line-awesome.woff2?v=1.1. — 200 — 44.1 KiB — 38 ms — h3https://code.tidio.co/widget-v4/1_444_0/static/js/render.73f109c79aaf9adb34ce.jscode.tidio.co/widget-v4/1_444_0/sta... https://code.tidio.co/widget-v4/1_444_0/static/js/render.73f109c79aaf9adb34ce.js — 200 — 2.8 KiB — 30 ms — h2https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/banner.jscdn-cookieyes.com/client_data/b9ad6... https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/banner.js — 200 — 7.3 KiB — 30 ms — h2https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 260 B — 76 ms — h3blob:https://seoriented.it/ab5f9c1c-514e-4c9c-a585-a22f22c40533seoriented.it/ab5f9c1c-514e-4c9c-a5... blob:https://seoriented.it/ab5f9c1c-514e-4c9c-a585-a22f22c40533 — 200 — -1 B — 91 ms — blobhttps://code.tidio.co/widget-v4/1_444_0/static/js/chunk-WidgetIframe-73f109c79aaf9adb34ce.jscode.tidio.co/widget-v4/1_444_0/sta... https://code.tidio.co/widget-v4/1_444_0/static/js/chunk-WidgetIframe-73f109c79aaf9adb34ce.js — 200 — 147.1 KiB — 63 ms — h2https://code.tidio.co/widget-v4/fonts/mulish_SGhgqk3wotYKNnBQ.woff2code.tidio.co/widget-v4/fonts/mulis... https://code.tidio.co/widget-v4/fonts/mulish_SGhgqk3wotYKNnBQ.woff2 — 200 — 27.1 KiB — 89 ms — h2https://code.tidio.co/widget-v4/fonts/inter_UcCo3FwrK3iLTcviYwYZ8UA3.woff2code.tidio.co/widget-v4/fonts/inter... https://code.tidio.co/widget-v4/fonts/inter_UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 200 — 71.9 KiB — 83 ms — h2https://code.tidio.co/widget-v4//tururu.mp3code.tidio.co/widget-v4//tururu.mp3 https://code.tidio.co/widget-v4//tururu.mp3 — 206 — 7.4 KiB — 54 ms — h2https://code.tidio.co/widget-v4//notification-sound.mp3code.tidio.co/widget-v4//notificati... https://code.tidio.co/widget-v4//notification-sound.mp3 — 206 — 27.9 KiB — 56 ms — h2https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/s91APzOU.jsoncdn-cookieyes.com/client_data/b9ad6... https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/s91APzOU.json — 200 — 455 B — 68 ms — h2https://code.tidio.co/widget-v4/1_444_0/static/js/widget.73f109c79aaf9adb34ce.jscode.tidio.co/widget-v4/1_444_0/sta... https://code.tidio.co/widget-v4/1_444_0/static/js/widget.73f109c79aaf9adb34ce.js — 200 — 215.1 KiB — 60 ms — h2https://seoriented.it/wp-content/uploads/2020/05/favicon.png/wp-content/uploads/2020/05/favicon... https://seoriented.it/wp-content/uploads/2020/05/favicon.png — 200 — 538 B — 43 ms — h3https://seoriented.it/wp-includes/js/wp-emoji-release.min.js?ver=7.0.1/wp-includes/js/wp-emoji-release.mi... https://seoriented.it/wp-includes/js/wp-emoji-release.min.js?ver=7.0.1 — 200 — 4.9 KiB — 33 ms — h3https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/config/4iyU_9bh.jsoncdn-cookieyes.com/client_data/b9ad6... https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/config/4iyU_9bh.json — 200 — 5.7 KiB — 29 ms — h2https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/translations/hdcu9Ofj.jsoncdn-cookieyes.com/client_data/b9ad6... https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/translations/hdcu9Ofj.json — 200 — 994 B — 29 ms — h2https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/audit-table/w47Njfl7.jsoncdn-cookieyes.com/client_data/b9ad6... https://cdn-cookieyes.com/client_data/b9ad6aa40c34dc5c3188c6c5/audit-table/w47Njfl7.json — 200 — 1.7 KiB — 30 ms — h2https://cdn-cookieyes.com/assets/images/revisit.svgcdn-cookieyes.com/assets/images/rev... https://cdn-cookieyes.com/assets/images/revisit.svg — 200 — 1.3 KiB — 26 ms — h2https://cdn-cookieyes.com/assets/images/close.svgcdn-cookieyes.com/assets/images/clo... https://cdn-cookieyes.com/assets/images/close.svg — 200 — 852 B — 29 ms — h2https://cdn-cookieyes.com/assets/images/poweredbtcky.svgcdn-cookieyes.com/assets/images/pow... https://cdn-cookieyes.com/assets/images/poweredbtcky.svg — 200 — 1.6 KiB — 27 ms — h2https://cdnjs.cloudflare.com/ajax/libs/twemoji/12.1.1/72x72/1f44b.pngcdnjs.cloudflare.com/ajax/libs/twem... https://cdnjs.cloudflare.com/ajax/libs/twemoji/12.1.1/72x72/1f44b.png — 200 — 1.8 KiB — 33 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
29% of JavaScript execution is third-party
First-party Third-party 110ms · 215KB · €1/mo
code.tidio.co
Other
Optional
Execution 110ms
Transfer 215 KB
Unused 48%
Monthly Cost €1/mo

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-06-14 — 2026-07-11)

LCP (p75)

1494 ms

91% good

INP (p75)

89 ms

94% good

CLS (p75)

0.020

98% good

FCP (p75)

1166 ms

TTFB (p75)

445 ms

This origin passes Core Web Vitals assessment
Image Optimization
31 images, 267 KB total, 69 KB wasted
INFO

Image Optimization Audit

Total Images

31

Total Size

267 KB

Oversized

7

Wasted

69 KB

16 missing dimensions 27 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