Skip to content
https://webmarketingagency.it

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
2
REVIEW
6
PASS
15
INFO
2

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

55
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
50
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
69
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.

11.34 s

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

11.34 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.000

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

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

11.34 s

Page Load Progression

1.1 s
2.2 s
3.2 s
4.3 s
5.4 s
6.5 s
7.5 s
8.6 s
Checks
25
15 PASS 6 REVIEW 2 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (231.8 KiB of 232.0 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
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
14 images, 0 KB saveable
REVIEW
14 images, 0 KB saveable
Warning::
https://www.webmarketingagency.it/wp-content/uploa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.webmarketingagency.it/wp-content/theme... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.webmarketingagency.it/wp-content/uploa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.webmarketingagency.it/wp-content/uploa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.webmarketingagency.it/wp-content/uploa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.webmarketingagency.it/wp-content/uploa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
14 images 124 KB
0 oversized -0 KB
11 legacy format
6 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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
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
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
16 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
232 KB transferred, 49 requests
PASS
232 KB transferred, 49 requests
Info::
Page weighs 749 KB (232 KB transferred)
Info::
49 HTTP requests
Info::
Estimated 0.05 g CO2 per page load
232 KB / 2.4 MB budget
232 KB transferred
49 requests
0.05 g CO2 per page load
Images 123.7 KiB 53%
JavaScript 77.2 KiB 33%
CSS 23.0 KiB 10%
HTML 7.9 KiB 3%
Other 243 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
No JS execution data
PASS
No JS execution data
Info::
No significant JS execution detected
A+
Font Loading
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
A+
JS Bundles
17 scripts, 0 KB unused
PASS
17 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.webmarketingagency.it/wp-includes/js/jquery/jquery.js?ver=1.12.433 KB3rd
https://www.webmarketingagency.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.14 KB3rd
https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/js/cookielawinfo.js?ver=1.5.32 KB3rd
https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fitvids.js?ver=1.01 KB3rd
https://www.webmarketingagency.it/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.14 KB3rd
https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/superfish.js?ver=1.02 KB3rd
https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/supersub.js?ver=1.02 KB3rd
https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/hoverIntent.js?ver=1.01 KB3rd
https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.easing.js?ver=1.02 KB3rd
https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fancybox.js?ver=1.07 KB3rd
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
2
prefetch

2 resource hints configured

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::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A
Page Weight Inventory
49 resources · 232 KB · 0 KB savings available
PASS
49 resources · 232 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 232 KB
Warning::
47 third-party resources (100% of weight)
49 resources · 232.0 KiB · 47 third-party Within 1MB page-weight target
Image 53% · 123.8 KiB
JavaScript 33% · 77.2 KiB
CSS 10% · 23.0 KiB
Document 3% · 8.1 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
14 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Network Waterfall
49 requests over 12635ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 11.3 s LCP 11.3 shttps://webmarketingagency.it// https://webmarketingagency.it/ — -1 — 0 B — 2.2 s — data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQAQMAAADdiHD7AAAABlBMVEUAAABTU1OoaSf/AAAAAXRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQAQMAAADdiHD7AAAABlBMVEUAAABTU1OoaSf/AAAAAXRST… — 200 — 0 B — 0 ms — datahttps://webmarketingagency.it// https://webmarketingagency.it/ — 301 — 194 B — 4.3 s — h2https://www.webmarketingagency.it/www.webmarketingagency.it/ https://www.webmarketingagency.it/ — 200 — 7.9 KiB — 576 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/style.csswww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/style.css — 200 — 8.9 KiB — 82 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/foundation-responsive.csswww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/foundation-responsive.css — 200 — 1.5 KiB — 82 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/style-custom.css?ver=5.0.22www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/style-custom.css?ver=5.0.22 — 200 — 2.8 KiB — 82 ms — h2https://www.webmarketingagency.it/wp-includes/css/dist/block-library/style.min.css?ver=5.0.22www.webmarketingagency.it/wp-includ... https://www.webmarketingagency.it/wp-includes/css/dist/block-library/style.min.css?ver=5.0.22 — 200 — 4.3 KiB — 132 ms — h2https://www.webmarketingagency.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.0.1www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.0.1 — 200 — 811 B — 73 ms — h2https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/css/cli-style.css?ver=1.5.3www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/css/cli-style.css?ver=1.5.3 — 200 — 794 B — 74 ms — h2https://www.webmarketingagency.it/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70 — 200 — 319 B — 130 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/superfish.css?ver=5.0.22www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/superfish.css?ver=5.0.22 — 200 — 719 B — 133 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/fancybox.css?ver=5.0.22www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/fancybox.css?ver=5.0.22 — 200 — 1.2 KiB — 70 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/jquery.fancybox-thumbs.css?ver=5.0.22www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/jquery.fancybox-thumbs.css?ver=5.0.22 — 200 — 383 B — 133 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/flexslider.css?ver=5.0.22www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/flexslider.css?ver=5.0.22 — 200 — 1.4 KiB — 134 ms — h2https://www.webmarketingagency.it/wp-includes/js/jquery/jquery.js?ver=1.12.4www.webmarketingagency.it/wp-includ... https://www.webmarketingagency.it/wp-includes/js/jquery/jquery.js?ver=1.12.4 — 200 — 33.1 KiB — 186 ms — h2https://www.webmarketingagency.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1www.webmarketingagency.it/wp-includ... https://www.webmarketingagency.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 — 200 — 4.0 KiB — 133 ms — h2https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/js/cookielawinfo.js?ver=1.5.3www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/js/cookielawinfo.js?ver=1.5.3 — 200 — 1.7 KiB — 134 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fitvids.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fitvids.js?ver=1.0 — 200 — 1.1 KiB — 187 ms — h2http://fonts.googleapis.com/css?family=Droid+Serif%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22fonts.googleapis.com/css?family=Dro... http://fonts.googleapis.com/css?family=Droid+Serif%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22 — -1 — 0 B — 0 ms — http://fonts.googleapis.com/css?family=Merriweather%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22fonts.googleapis.com/css?family=Mer... http://fonts.googleapis.com/css?family=Merriweather%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22 — -1 — 0 B — 0 ms — http://fonts.googleapis.com/css?family=Open+Sans%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22fonts.googleapis.com/css?family=Ope... http://fonts.googleapis.com/css?family=Open+Sans%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22 — -1 — 0 B — 0 ms — https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/images/web_marketing_agency.pngwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/images/web_marketing_agency.png — 200 — 5.8 KiB — 74 ms — h2https://www.webmarketingagency.it/wp-content/uploads/2013/09/banner_web_marketing_agency.jpgwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/uploads/2013/09/banner_web_marketing_agency.jpg — 404 — 18.2 KiB — 3.6 s — h2https://www.webmarketingagency.it/wp-content/uploads/2017/02/facebook-400x250.pngwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/uploads/2017/02/facebook-400x250.png — 404 — 18.2 KiB — 3.8 s — h2https://www.webmarketingagency.it/wp-content/uploads/2017/01/data-driven-content-marketing-400x250.jpegwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/uploads/2017/01/data-driven-content-marketing-400x250.jpeg — 404 — 18.2 KiB — 3.9 s — h2https://www.webmarketingagency.it/wp-content/uploads/2017/01/3059439-poster-1280-why-the-latest-invasion-of-chatbots-isnt-like-the-others-2-400x250.jpgwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/uploads/2017/01/3059439-poster-1280-why-the-latest-invasion-of-chatbots-isnt-like-the-others-2-400x250.jpg — 404 — 18.2 KiB — 4.0 s — h2https://www.webmarketingagency.it/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.1www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.1 — 200 — 4.0 KiB — 75 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 11.3 s LCP 11.3 shttps://webmarketingagency.it// https://webmarketingagency.it/ — -1 — 0 B — 2.2 s — data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQAQMAAADdiHD7AAAABlBMVEUAAABTU1OoaSf/AAAAAXRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQAQMAAADdiHD7AAAABlBMVEUAAABTU1OoaSf/AAAAAXRST… — 200 — 0 B — 0 ms — datahttps://webmarketingagency.it// https://webmarketingagency.it/ — 301 — 194 B — 4.3 s — h2https://www.webmarketingagency.it/www.webmarketingagency.it/ https://www.webmarketingagency.it/ — 200 — 7.9 KiB — 576 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/style.csswww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/style.css — 200 — 8.9 KiB — 82 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/foundation-responsive.csswww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/foundation-responsive.css — 200 — 1.5 KiB — 82 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/style-custom.css?ver=5.0.22www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/style-custom.css?ver=5.0.22 — 200 — 2.8 KiB — 82 ms — h2https://www.webmarketingagency.it/wp-includes/css/dist/block-library/style.min.css?ver=5.0.22www.webmarketingagency.it/wp-includ... https://www.webmarketingagency.it/wp-includes/css/dist/block-library/style.min.css?ver=5.0.22 — 200 — 4.3 KiB — 132 ms — h2https://www.webmarketingagency.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.0.1www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.0.1 — 200 — 811 B — 73 ms — h2https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/css/cli-style.css?ver=1.5.3www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/css/cli-style.css?ver=1.5.3 — 200 — 794 B — 74 ms — h2https://www.webmarketingagency.it/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70 — 200 — 319 B — 130 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/superfish.css?ver=5.0.22www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/superfish.css?ver=5.0.22 — 200 — 719 B — 133 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/fancybox.css?ver=5.0.22www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/fancybox.css?ver=5.0.22 — 200 — 1.2 KiB — 70 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/jquery.fancybox-thumbs.css?ver=5.0.22www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/jquery.fancybox-thumbs.css?ver=5.0.22 — 200 — 383 B — 133 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/flexslider.css?ver=5.0.22www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/stylesheet/flexslider.css?ver=5.0.22 — 200 — 1.4 KiB — 134 ms — h2https://www.webmarketingagency.it/wp-includes/js/jquery/jquery.js?ver=1.12.4www.webmarketingagency.it/wp-includ... https://www.webmarketingagency.it/wp-includes/js/jquery/jquery.js?ver=1.12.4 — 200 — 33.1 KiB — 186 ms — h2https://www.webmarketingagency.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1www.webmarketingagency.it/wp-includ... https://www.webmarketingagency.it/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 — 200 — 4.0 KiB — 133 ms — h2https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/js/cookielawinfo.js?ver=1.5.3www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/js/cookielawinfo.js?ver=1.5.3 — 200 — 1.7 KiB — 134 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fitvids.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fitvids.js?ver=1.0 — 200 — 1.1 KiB — 187 ms — h2http://fonts.googleapis.com/css?family=Droid+Serif%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22fonts.googleapis.com/css?family=Dro... http://fonts.googleapis.com/css?family=Droid+Serif%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22 — -1 — 0 B — 0 ms — http://fonts.googleapis.com/css?family=Merriweather%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22fonts.googleapis.com/css?family=Mer... http://fonts.googleapis.com/css?family=Merriweather%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22 — -1 — 0 B — 0 ms — http://fonts.googleapis.com/css?family=Open+Sans%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22fonts.googleapis.com/css?family=Ope... http://fonts.googleapis.com/css?family=Open+Sans%3An%2Ci%2Cb%2Cbi&subset=latin&ver=5.0.22 — -1 — 0 B — 0 ms — https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/images/web_marketing_agency.pngwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/images/web_marketing_agency.png — 200 — 5.8 KiB — 74 ms — h2https://www.webmarketingagency.it/wp-content/uploads/2013/09/banner_web_marketing_agency.jpgwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/uploads/2013/09/banner_web_marketing_agency.jpg — 404 — 18.2 KiB — 3.6 s — h2https://www.webmarketingagency.it/wp-content/uploads/2017/02/facebook-400x250.pngwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/uploads/2017/02/facebook-400x250.png — 404 — 18.2 KiB — 3.8 s — h2https://www.webmarketingagency.it/wp-content/uploads/2017/01/data-driven-content-marketing-400x250.jpegwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/uploads/2017/01/data-driven-content-marketing-400x250.jpeg — 404 — 18.2 KiB — 3.9 s — h2https://www.webmarketingagency.it/wp-content/uploads/2017/01/3059439-poster-1280-why-the-latest-invasion-of-chatbots-isnt-like-the-others-2-400x250.jpgwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/uploads/2017/01/3059439-poster-1280-why-the-latest-invasion-of-chatbots-isnt-like-the-others-2-400x250.jpg — 404 — 18.2 KiB — 4.0 s — h2https://www.webmarketingagency.it/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.1www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.1 — 200 — 4.0 KiB — 75 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/superfish.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/superfish.js?ver=1.0 — 200 — 1.6 KiB — 71 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/supersub.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/supersub.js?ver=1.0 — 200 — 1.6 KiB — 70 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/hoverIntent.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/hoverIntent.js?ver=1.0 — 200 — 1.3 KiB — 68 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.easing.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.easing.js?ver=1.0 — 200 — 2.0 KiB — 69 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fancybox.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fancybox.js?ver=1.0 — 200 — 7.0 KiB — 72 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fancybox-media.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fancybox-media.js?ver=1.0 — 200 — 1.3 KiB — 68 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fancybox-thumbs.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.fancybox-thumbs.js?ver=1.0 — 200 — 1.5 KiB — 76 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/gdl-scripts.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/gdl-scripts.js?ver=1.0 — 200 — 1.9 KiB — 74 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.flexslider.js?ver=1.0www.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/javascript/jquery.flexslider.js?ver=1.0 — 200 — 9.3 KiB — 76 ms — h2https://www.webmarketingagency.it/wp-includes/js/comment-reply.min.js?ver=5.0.22www.webmarketingagency.it/wp-includ... https://www.webmarketingagency.it/wp-includes/js/comment-reply.min.js?ver=5.0.22 — 200 — 706 B — 69 ms — h2https://www.webmarketingagency.it/wp-includes/js/wp-embed.min.js?ver=5.0.22www.webmarketingagency.it/wp-includ... https://www.webmarketingagency.it/wp-includes/js/wp-embed.min.js?ver=5.0.22 — 200 — 857 B — 70 ms — h2https://www.webmarketingagency.it/wp-content/uploads/2017/01/imgres-2-400x250.jpgwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/uploads/2017/01/imgres-2-400x250.jpg — 404 — 18.2 KiB — 3.8 s — h2https://www.webmarketingagency.it/wp-content/uploads/2013/11/logoo-ploomia.pngwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/uploads/2013/11/logoo-ploomia.png — 404 — 18.2 KiB — 3.7 s — h2https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/images/overlay.pngwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/plugins/cookie-law-info/images/overlay.png — 200 — 185 B — 67 ms — h2https://www.webmarketingagency.it/wp-includes/js/wp-emoji-release.min.js?ver=5.0.22www.webmarketingagency.it/wp-includ... https://www.webmarketingagency.it/wp-includes/js/wp-emoji-release.min.js?ver=5.0.22 — 200 — 4.3 KiB — 75 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/images/stunning-text-pattern.pngwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/images/stunning-text-pattern.png — 200 — 2.8 KiB — 71 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/images/icon/dark/accordion-title-active.pngwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/images/icon/dark/accordion-title-active.png — 200 — 2.8 KiB — 70 ms — h2https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/images/icon/dark/accordion-title.pngwww.webmarketingagency.it/wp-conten... https://www.webmarketingagency.it/wp-content/themes/superspark-v1-01/images/icon/dark/accordion-title.png — 200 — 2.8 KiB — 77 ms — h2https://www.webmarketingagency.it/favicon.icowww.webmarketingagency.it/favicon.i... https://www.webmarketingagency.it/favicon.ico — 200 — 49 B — 84 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
7 images, 115 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

7

Total Size

115 KB

1 missing alt text 6 missing dimensions 5 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