Skip to content
https://paginegialle.it

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
5
REVIEW
7
PASS
7
INFO
3

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

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

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

2.34 s

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

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

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

6.23 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
22
7 PASS 7 REVIEW 5 FIX
F
Page Weight Budget
Action
3.3 MB transferred, 80 requests
FIX
3.3 MB transferred, 80 requests
Warning::
Page weighs 8.3 MB (3.3 MB transferred)
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Info::
Fonts are 408 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 408 KB
Info::
80 HTTP requests
Info::
Estimated 0.68 g CO2 per page load
3.3 MB / 2.4 MB budget
3.3 MB transferred
80 requests
0.68 g CO2 per page load
JavaScript 1.8 MiB 56%
Images 748.4 KiB 22%
Fonts 407.7 KiB 12%
Other 161.1 KiB 5%
Other 116.1 KiB 3%
HTML 27.9 KiB 1%
CSS 17.2 KiB 1%
Other 2.0 KiB 0%
Other 804 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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 (3.3 MiB of 3.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
35 scripts, 923 KB unused
FIX
35 scripts, 923 KB unused
Warning::
https://fd67ed16f9df.0cf912fd.eu-west-1.token.awsw...: 318 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 144 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.iolam.it/js/prebid.js: 111 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-T4R...: 72 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 69 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 923 KB
923 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/challenge.js572 KB318 KB (56%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607070101/pubads_impl.js?cb=31099590192 KB144 KB (75%)3rd
https://www.iolam.it/js/prebid.js138 KB111 KB (80%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T4RFZ84168 KB72 KB (43%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-877192385&cx=c&gtm=4e6781140 KB69 KB (50%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js92 KB59 KB (64%)3rd
https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.101.0/core-it.js112 KB55 KB (50%)3rd
https://c76babb4-dc97-48b8-9b12-80b8b7deba04.edge.permutive.app/c76babb4-dc97-48b8-9b12-80b8b7deba04-web.js157 KB40 KB (26%)3rd
https://www.paginegialle.it/static/scripts/homepage-7.6.0.2.js55 KB28 KB (51%)3rd
https://www.iolam.it/js/iam2.0.js?ns=paginegialle/web/home/1.436 KB27 KB (77%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
80 resources · 3.3 MB · 923 KB savings available
FIX
80 resources · 3.3 MB · 923 KB savings available
Warning::
Page weight 3.3 MB exceeds 1 MB target by 2.3 MB
Got: 3.3 MB Expected: ≤ 1 MB
Info::
~923 KB of savings available
Warning::
79 third-party resources (100% of weight)
Info::
1 resources over 200KB
80 resources · 3.3 MiB · 79 third-party 2.3 MiB over 1MB target
JavaScript 60% · 1.9 MiB
Image 23% · 752.4 KiB
Font 12% · 407.7 KiB
Other 4% · 138.3 KiB
Document 1% · 29.0 KiB
CSS 1% · 17.2 KiB

~922.8 KiB of savings available

Remove unused JavaScript: 922.8 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
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
https://www.paginegialle.it/static/common/images/c... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.paginegialle.it/static/images/serramen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.paginegialle.it/static/images/pulizia_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.paginegialle.it/static/images/antifurt... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.paginegialle.it/static/common/images/g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.paginegialle.it/static/common/images/a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.paginegialle.it/static/images/trasloch... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 748 KB
0 oversized -0 KB
14 legacy format
7 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

B
JS Execution Cost
903ms total JS execution
REVIEW
903ms total JS execution
Info::
https://www.paginegialle.it/: 176ms CPU time
Info::
https://fd67ed16f9df.0cf912fd.eu-west-1.token.awsw...: 176ms CPU time
Info::
Unattributable: 170ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-T4R...: 107ms CPU time
Info::
https://cdn.iubenda.com/cookie_solution/iubenda_cs...: 102ms CPU time
Warning::
Third-party scripts: 733ms (81% of total)

Main Thread Breakdown

Script Evaluation 57% Other 18% Script Parsing & Compilation 11% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
https://www.paginegialle.it/176ms13ms1ms3rd
https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/challenge.js176ms129ms29ms3rd
Unattributable170ms31ms0ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-T4RFZ84107ms83ms14ms3rd
https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.101.0/core-it.js102ms77ms10ms3rd
https://c76babb4-dc97-48b8-9b12-80b8b7deba04.edge.permutive.app/c76babb4-dc97-48b8-9b12-80b8b7deba04-web.js65ms45ms18ms3rd
https://www.paginegialle.it/static/scripts/homepage-7.6.0.2.js56ms46ms4ms3rd
https://www.iolam.it/js/prebid.js51ms41ms10ms3rd
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.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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.
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+
Font Loading
4 fonts (408 KB)
PASS
4 fonts (408 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

408 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 1.5 s 2.0 s FCP 1.6 s LCP 2.3 shttps://www.paginegialle.it/static/font/Montserrat-Regular.woff2Montserrat-Regular.woff2 https://www.paginegialle.it/static/font/Montserrat-Regular.woff2 — 101.1 KiB — 101 ms — font-display: swaphttps://www.paginegialle.it/static/font/Montserrat-SemiBold.woff2Montserrat-SemiBold.woff2 https://www.paginegialle.it/static/font/Montserrat-SemiBold.woff2 — 102.0 KiB — 76 ms — font-display: swaphttps://www.paginegialle.it/static/font/Montserrat-Bold.woff2Montserrat-Bold.woff2 https://www.paginegialle.it/static/font/Montserrat-Bold.woff2 — 103.2 KiB — 129 ms — font-display: swaphttps://www.paginegialle.it/static/font/Montserrat-Medium.woff2Montserrat-Medium.woff2 https://www.paginegialle.it/static/font/Montserrat-Medium.woff2 — 101.4 KiB — 117 ms — font-display: swap
Montserrat-Regular.woff2 woff2 swap
Size 101 KB
Load time 101 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Montserrat-SemiBold.woff2 woff2 swap
Size 102 KB
Load time 76 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Montserrat-Bold.woff2 woff2 swap
Size 103 KB
Load time 129 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Montserrat-Medium.woff2 woff2 swap
Size 101 KB
Load time 117 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~204 KB and ~408 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
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
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
80 requests over 4980ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 2.3 shttps://paginegialle.it// https://paginegialle.it/ — 301 — 244 B — 90 ms — h2https://www.paginegialle.it/www.paginegialle.it/ https://www.paginegialle.it/ — 202 — 2.8 KiB — 98 ms — h2https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/challenge.jsfd67ed16f9df.0cf912fd.eu-west-1.tok... https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/challenge.js — 200 — 571.9 KiB — 420 ms — h2https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/inputs?client=browserfd67ed16f9df.0cf912fd.eu-west-1.tok... https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/inputs?client=browser — 200 — 828 B — 97 ms — h3https://www.paginegialle.it/favicon.icowww.paginegialle.it/favicon.ico https://www.paginegialle.it/favicon.ico — 202 — 403 B — 35 ms — h2https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/mp_verifyfd67ed16f9df.0cf912fd.eu-west-1.tok... https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/mp_verify — 200 — 626 B — 71 ms — h3https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/mp_verifyfd67ed16f9df.0cf912fd.eu-west-1.tok... https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/mp_verify — 200 — 625 B — 104 ms — h3https://www.paginegialle.it/www.paginegialle.it/ https://www.paginegialle.it/ — 200 — 25.1 KiB — 70 ms — h2https://www.paginegialle.it/static/font/Montserrat-Regular.woff2www.paginegialle.it/static/font/Mon... https://www.paginegialle.it/static/font/Montserrat-Regular.woff2 — 200 — 101.1 KiB — 101 ms — h2https://www.paginegialle.it/static/font/Montserrat-SemiBold.woff2www.paginegialle.it/static/font/Mon... https://www.paginegialle.it/static/font/Montserrat-SemiBold.woff2 — 200 — 102.0 KiB — 76 ms — h2https://www.paginegialle.it/static/font/Montserrat-Bold.woff2www.paginegialle.it/static/font/Mon... https://www.paginegialle.it/static/font/Montserrat-Bold.woff2 — 200 — 103.2 KiB — 129 ms — h2https://www.paginegialle.it/static/font/Montserrat-Medium.woff2www.paginegialle.it/static/font/Mon... https://www.paginegialle.it/static/font/Montserrat-Medium.woff2 — 200 — 101.4 KiB — 117 ms — h2https://www.paginegialle.it/static/css/homepage-7.6.0.2.csswww.paginegialle.it/static/css/home... https://www.paginegialle.it/static/css/homepage-7.6.0.2.css — 200 — 13.3 KiB — 127 ms — h2https://www.paginegialle.it/static/common/images/centenario_380x350.pngwww.paginegialle.it/static/common/i... https://www.paginegialle.it/static/common/images/centenario_380x350.png — 200 — 105.1 KiB — 135 ms — h2https://www.paginegialle.it/static/images/foto_new_cell_desk.pngwww.paginegialle.it/static/images/f... https://www.paginegialle.it/static/images/foto_new_cell_desk.png — 200 — 34.9 KiB — 128 ms — h2https://www.paginegialle.it/static/images/serramenti_367x206.pngwww.paginegialle.it/static/images/s... https://www.paginegialle.it/static/images/serramenti_367x206.png — 200 — 92.3 KiB — 158 ms — h2https://www.paginegialle.it/static/images/pulizia_367x206.pngwww.paginegialle.it/static/images/p... https://www.paginegialle.it/static/images/pulizia_367x206.png — 200 — 98.3 KiB — 139 ms — h2https://www.paginegialle.it/static/images/antifurti_367x206.pngwww.paginegialle.it/static/images/a... https://www.paginegialle.it/static/images/antifurti_367x206.png — 200 — 84.2 KiB — 151 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js — 200 — 30.9 KiB — 618 ms — h2https://www.paginegialle.it/static/scripts/compact.js?files=https://i.plug.it/cmp/iub_conf_paginegialle.js,https://cdn.iubenda.com/cs/tcf/stub-v2.js,https://cdn.iubenda.com/cs/iubenda_cs.js,https://i.plug.it/cmp/qciol.min.js&v=7.6.0.2www.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/compact.js?files=https://i.plug.it/cmp/iub_conf_paginegialle.js,https://cdn.iubenda.com/cs/tcf/stub-v2.js,https://cdn.iubenda.com/cs/iubenda_cs.js,https://i.plug.it/cmp/qciol.min.js&v=7.6.0.2 — 200 — 8.1 KiB — 145 ms — h2https://www.paginegialle.it/static/scripts/thirdparty/iub_conf_custom.js?v=7.6.0.2www.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/thirdparty/iub_conf_custom.js?v=7.6.0.2 — 200 — 728 B — 146 ms — h2https://www.paginegialle.it/static/scripts/homepage-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/homepage-7.6.0.2.js — 200 — 55.0 KiB — 156 ms — h2https://www.paginegialle.it/static/images/traslochi_nazionali_367x206.pngwww.paginegialle.it/static/images/t... https://www.paginegialle.it/static/images/traslochi_nazionali_367x206.png — 200 — 108.7 KiB — 161 ms — h2https://www.paginegialle.it/static/common/images/google-play-badge.pngwww.paginegialle.it/static/common/i... https://www.paginegialle.it/static/common/images/google-play-badge.png — 200 — 5.2 KiB — 152 ms — h2https://www.paginegialle.it/static/common/images/apple-badge.pngwww.paginegialle.it/static/common/i... https://www.paginegialle.it/static/common/images/apple-badge.png — 200 — 2.7 KiB — 158 ms — h2https://www.paginegialle.it/static/scripts/listing-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/listing-7.6.0.2.js — 200 — 133.4 KiB — 162 ms — h2https://www.paginegialle.it/manifest.jsonwww.paginegialle.it/manifest.json https://www.paginegialle.it/manifest.json — 202 — 403 B — 94 ms — h2https://www.paginegialle.it/static/images/logo_100_on_light.gifwww.paginegialle.it/static/images/l... https://www.paginegialle.it/static/images/logo_100_on_light.gif — 200 — 150.4 KiB — 47 ms — h2https://www.paginegialle.it/static/images/worker.pngwww.paginegialle.it/static/images/w... https://www.paginegialle.it/static/images/worker.png — 200 — 22.4 KiB — 41 ms — h2https://www.paginegialle.it/static/images/fiorista.pngwww.paginegialle.it/static/images/f... https://www.paginegialle.it/static/images/fiorista.png — 200 — 21.5 KiB — 42 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 2.3 shttps://paginegialle.it// https://paginegialle.it/ — 301 — 244 B — 90 ms — h2https://www.paginegialle.it/www.paginegialle.it/ https://www.paginegialle.it/ — 202 — 2.8 KiB — 98 ms — h2https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/challenge.jsfd67ed16f9df.0cf912fd.eu-west-1.tok... https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/challenge.js — 200 — 571.9 KiB — 420 ms — h2https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/inputs?client=browserfd67ed16f9df.0cf912fd.eu-west-1.tok... https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/inputs?client=browser — 200 — 828 B — 97 ms — h3https://www.paginegialle.it/favicon.icowww.paginegialle.it/favicon.ico https://www.paginegialle.it/favicon.ico — 202 — 403 B — 35 ms — h2https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/mp_verifyfd67ed16f9df.0cf912fd.eu-west-1.tok... https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/mp_verify — 200 — 626 B — 71 ms — h3https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/mp_verifyfd67ed16f9df.0cf912fd.eu-west-1.tok... https://fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com/fd67ed16f9df/8e6f29cfc03d/5d99b8329c86/mp_verify — 200 — 625 B — 104 ms — h3https://www.paginegialle.it/www.paginegialle.it/ https://www.paginegialle.it/ — 200 — 25.1 KiB — 70 ms — h2https://www.paginegialle.it/static/font/Montserrat-Regular.woff2www.paginegialle.it/static/font/Mon... https://www.paginegialle.it/static/font/Montserrat-Regular.woff2 — 200 — 101.1 KiB — 101 ms — h2https://www.paginegialle.it/static/font/Montserrat-SemiBold.woff2www.paginegialle.it/static/font/Mon... https://www.paginegialle.it/static/font/Montserrat-SemiBold.woff2 — 200 — 102.0 KiB — 76 ms — h2https://www.paginegialle.it/static/font/Montserrat-Bold.woff2www.paginegialle.it/static/font/Mon... https://www.paginegialle.it/static/font/Montserrat-Bold.woff2 — 200 — 103.2 KiB — 129 ms — h2https://www.paginegialle.it/static/font/Montserrat-Medium.woff2www.paginegialle.it/static/font/Mon... https://www.paginegialle.it/static/font/Montserrat-Medium.woff2 — 200 — 101.4 KiB — 117 ms — h2https://www.paginegialle.it/static/css/homepage-7.6.0.2.csswww.paginegialle.it/static/css/home... https://www.paginegialle.it/static/css/homepage-7.6.0.2.css — 200 — 13.3 KiB — 127 ms — h2https://www.paginegialle.it/static/common/images/centenario_380x350.pngwww.paginegialle.it/static/common/i... https://www.paginegialle.it/static/common/images/centenario_380x350.png — 200 — 105.1 KiB — 135 ms — h2https://www.paginegialle.it/static/images/foto_new_cell_desk.pngwww.paginegialle.it/static/images/f... https://www.paginegialle.it/static/images/foto_new_cell_desk.png — 200 — 34.9 KiB — 128 ms — h2https://www.paginegialle.it/static/images/serramenti_367x206.pngwww.paginegialle.it/static/images/s... https://www.paginegialle.it/static/images/serramenti_367x206.png — 200 — 92.3 KiB — 158 ms — h2https://www.paginegialle.it/static/images/pulizia_367x206.pngwww.paginegialle.it/static/images/p... https://www.paginegialle.it/static/images/pulizia_367x206.png — 200 — 98.3 KiB — 139 ms — h2https://www.paginegialle.it/static/images/antifurti_367x206.pngwww.paginegialle.it/static/images/a... https://www.paginegialle.it/static/images/antifurti_367x206.png — 200 — 84.2 KiB — 151 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js — 200 — 30.9 KiB — 618 ms — h2https://www.paginegialle.it/static/scripts/compact.js?files=https://i.plug.it/cmp/iub_conf_paginegialle.js,https://cdn.iubenda.com/cs/tcf/stub-v2.js,https://cdn.iubenda.com/cs/iubenda_cs.js,https://i.plug.it/cmp/qciol.min.js&v=7.6.0.2www.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/compact.js?files=https://i.plug.it/cmp/iub_conf_paginegialle.js,https://cdn.iubenda.com/cs/tcf/stub-v2.js,https://cdn.iubenda.com/cs/iubenda_cs.js,https://i.plug.it/cmp/qciol.min.js&v=7.6.0.2 — 200 — 8.1 KiB — 145 ms — h2https://www.paginegialle.it/static/scripts/thirdparty/iub_conf_custom.js?v=7.6.0.2www.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/thirdparty/iub_conf_custom.js?v=7.6.0.2 — 200 — 728 B — 146 ms — h2https://www.paginegialle.it/static/scripts/homepage-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/homepage-7.6.0.2.js — 200 — 55.0 KiB — 156 ms — h2https://www.paginegialle.it/static/images/traslochi_nazionali_367x206.pngwww.paginegialle.it/static/images/t... https://www.paginegialle.it/static/images/traslochi_nazionali_367x206.png — 200 — 108.7 KiB — 161 ms — h2https://www.paginegialle.it/static/common/images/google-play-badge.pngwww.paginegialle.it/static/common/i... https://www.paginegialle.it/static/common/images/google-play-badge.png — 200 — 5.2 KiB — 152 ms — h2https://www.paginegialle.it/static/common/images/apple-badge.pngwww.paginegialle.it/static/common/i... https://www.paginegialle.it/static/common/images/apple-badge.png — 200 — 2.7 KiB — 158 ms — h2https://www.paginegialle.it/static/scripts/listing-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/listing-7.6.0.2.js — 200 — 133.4 KiB — 162 ms — h2https://www.paginegialle.it/manifest.jsonwww.paginegialle.it/manifest.json https://www.paginegialle.it/manifest.json — 202 — 403 B — 94 ms — h2https://www.paginegialle.it/static/images/logo_100_on_light.gifwww.paginegialle.it/static/images/l... https://www.paginegialle.it/static/images/logo_100_on_light.gif — 200 — 150.4 KiB — 47 ms — h2https://www.paginegialle.it/static/images/worker.pngwww.paginegialle.it/static/images/w... https://www.paginegialle.it/static/images/worker.png — 200 — 22.4 KiB — 41 ms — h2https://www.paginegialle.it/static/images/fiorista.pngwww.paginegialle.it/static/images/f... https://www.paginegialle.it/static/images/fiorista.png — 200 — 21.5 KiB — 42 ms — h2https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.101.0/core-it.jscdn.iubenda.com/cookie_solution/iub... https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.101.0/core-it.js — 200 — 111.9 KiB — 176 ms — h2https://evnt.iol.it/v2?&pgnf=www.paginegialle.it%2Call%2C%2C%2C%2C0%2C800%2C0%2C%2Cb%2C0%2C%2Ccmpdbg_init%2C735&nc=1783668372563evnt.iol.it/v2?&pgnf=www.paginegial... https://evnt.iol.it/v2?&pgnf=www.paginegialle.it%2Call%2C%2C%2C%2C0%2C800%2C0%2C%2Cb%2C0%2C%2Ccmpdbg_init%2C735&nc=1783668372563 — 200 — 477 B — 109 ms — h2https://www.paginegialle.it/static/scripts/src_main_resources_pg_scripts_search_searchbar_js-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/src_main_resources_pg_scripts_search_searchbar_js-7.6.0.2.js — 200 — 5.2 KiB — 36 ms — h2https://www.paginegialle.it/static/css/src_main_resources_common_components_global_modals_modalOverlay_style_scss-7.6.0.2.csswww.paginegialle.it/static/css/src_... https://www.paginegialle.it/static/css/src_main_resources_common_components_global_modals_modalOverlay_style_scss-7.6.0.2.css — 200 — 680 B — 36 ms — h2https://www.paginegialle.it/static/scripts/src_main_resources_common_components_global_modals_modalOverlay_style_scss-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/src_main_resources_common_components_global_modals_modalOverlay_style_scss-7.6.0.2.js — 200 — 712 B — 37 ms — h2https://www.paginegialle.it/static/css/src_main_resources_common_components_global_progressIndicator_dotTyping_style_scss-7.6.0.2.csswww.paginegialle.it/static/css/src_... https://www.paginegialle.it/static/css/src_main_resources_common_components_global_progressIndicator_dotTyping_style_scss-7.6.0.2.css — 200 — 904 B — 37 ms — h2https://www.paginegialle.it/static/scripts/src_main_resources_common_components_global_progressIndicator_dotTyping_style_scss-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/src_main_resources_common_components_global_progressIndicator_dotTyping_style_scss-7.6.0.2.js — 200 — 721 B — 38 ms — h2https://www.paginegialle.it/services/api/v1/profilo/info-profile-headerwww.paginegialle.it/services/api/v1... https://www.paginegialle.it/services/api/v1/profilo/info-profile-header — 200 — 614 B — 45 ms — h2https://www.iolam.it/js/iam2.0.js?ns=paginegialle/web/home/1.4www.iolam.it/js/iam2.0.js?ns=pagine... https://www.iolam.it/js/iam2.0.js?ns=paginegialle/web/home/1.4 — 200 — 35.6 KiB — 129 ms — http/1.1https://www.paginegialle.it/static/scripts/src_main_resources_common_scripts_adv_tracking_tracking_webtrekk_js-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/src_main_resources_common_scripts_adv_tracking_tracking_webtrekk_js-7.6.0.2.js — 200 — 1.6 KiB — 35 ms — h2https://www.paginegialle.it/services/api/v1/magazine/latestArticlesHomePage?random=4&l=1&imgWidth=225&imgHeight=128www.paginegialle.it/services/api/v1... https://www.paginegialle.it/services/api/v1/magazine/latestArticlesHomePage?random=4&l=1&imgWidth=225&imgHeight=128 — 200 — 1.5 KiB — 69 ms — h2https://www.paginegialle.it/static/scripts/src_main_resources_pg_scripts_swap_search_js-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/src_main_resources_pg_scripts_swap_search_js-7.6.0.2.js — 200 — 1.3 KiB — 36 ms — h2https://www.paginegialle.it/static/scripts/src_main_resources_common_scripts_thirdparty_shinystat_utils_js-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/src_main_resources_common_scripts_thirdparty_shinystat_utils_js-7.6.0.2.js — 200 — 1.3 KiB — 37 ms — h2https://www.paginegialle.it/static/scripts/src_main_resources_common_scripts_adv_tracking_statFunctions_js-7.6.0.2.jswww.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/src_main_resources_common_scripts_adv_tracking_statFunctions_js-7.6.0.2.js — 200 — 2.2 KiB — 47 ms — h2https://cdn-4.convertexperiments.com/v1/js/NaNNaNcdn-4.convertexperiments.com/v1/js/... https://cdn-4.convertexperiments.com/v1/js/NaNNaN — 200 — 497 B — 227 ms — http/1.1https://www.paginegialle.it/services/geoloc?t=1783668372630www.paginegialle.it/services/geoloc... https://www.paginegialle.it/services/geoloc?t=1783668372630 — 200 — 793 B — 111 ms — h2https://services.tuttocitta.it/lbs?&callback=jQuery36005291641831994427_1783668372553&st=it&lg=ita&sito=ac_api&opentipo=2&nresout=1&nresac=1&dv=Roma&_=1783668372554services.tuttocitta.it/lbs?&callbac... https://services.tuttocitta.it/lbs?&callback=jQuery36005291641831994427_1783668372553&st=it&lg=ita&sito=ac_api&opentipo=2&nresout=1&nresac=1&dv=Roma&_=1783668372554 — 200 — 593 B — 146 ms — h2https://i.plug.it/iplug/js/lib/iol/analytics/data/www-paginegialle-it/tracking_www-paginegialle-it.min.jsi.plug.it/iplug/js/lib/iol/analytic... https://i.plug.it/iplug/js/lib/iol/analytics/data/www-paginegialle-it/tracking_www-paginegialle-it.min.js — 200 — 1.2 KiB — 95 ms — h2https://wips.plug.it/scips/-BoiMcKl3P_njTzyb3VC1A/wips.plug.it/cips/paginegialle.it/magazine/cms/2026/06/img_367230173005809.jpg?a=rr&w=225&h=128&ssl=1wips.plug.it/scips/-BoiMcKl3P_njTzy... https://wips.plug.it/scips/-BoiMcKl3P_njTzyb3VC1A/wips.plug.it/cips/paginegialle.it/magazine/cms/2026/06/img_367230173005809.jpg?a=rr&w=225&h=128&ssl=1 — 200 — 6.2 KiB — 95 ms — h2https://wips.plug.it/scips/sCrU2ukiRl6b_EEvE5na5g/wips.plug.it/cips/paginegialle.it/magazine/cms/2026/05/img_367223554441448.jpg?a=rr&w=225&h=128&ssl=1wips.plug.it/scips/sCrU2ukiRl6b_EEv... https://wips.plug.it/scips/sCrU2ukiRl6b_EEvE5na5g/wips.plug.it/cips/paginegialle.it/magazine/cms/2026/05/img_367223554441448.jpg?a=rr&w=225&h=128&ssl=1 — 200 — 6.3 KiB — 123 ms — h2https://wips.plug.it/scips/QI1ix0VnoFM9aNkC4pHgCg/wips.plug.it/cips/paginegialle.it/magazine/cms/2026/05/img_3672005440399996.jpg?a=rr&w=225&h=128&ssl=1wips.plug.it/scips/QI1ix0VnoFM9aNkC... https://wips.plug.it/scips/QI1ix0VnoFM9aNkC4pHgCg/wips.plug.it/cips/paginegialle.it/magazine/cms/2026/05/img_3672005440399996.jpg?a=rr&w=225&h=128&ssl=1 — 200 — 3.7 KiB — 125 ms — h2https://wips.plug.it/scips/WDhfkNVYjPgQsm2RIQfakg/wips.plug.it/cips/paginegialle.it/magazine/cms/2026/05/img_3672067280873479.jpg?a=rr&w=225&h=128&ssl=1wips.plug.it/scips/WDhfkNVYjPgQsm2R... https://wips.plug.it/scips/WDhfkNVYjPgQsm2RIQfakg/wips.plug.it/cips/paginegialle.it/magazine/cms/2026/05/img_3672067280873479.jpg?a=rr&w=225&h=128&ssl=1 — 200 — 4.6 KiB — 123 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 35.1 KiB — 604 ms — h3https://c76babb4-dc97-48b8-9b12-80b8b7deba04.edge.permutive.app/c76babb4-dc97-48b8-9b12-80b8b7deba04-web.jsc76babb4-dc97-48b8-9b12-80b8b7deba0... https://c76babb4-dc97-48b8-9b12-80b8b7deba04.edge.permutive.app/c76babb4-dc97-48b8-9b12-80b8b7deba04-web.js — 200 — 156.6 KiB — 97 ms — h2https://api.permutive.com/ctx/v1/segment?k=895954b8-01ce-4fe4-af4e-a27ffae98dffapi.permutive.com/ctx/v1/segment?k=... https://api.permutive.com/ctx/v1/segment?k=895954b8-01ce-4fe4-af4e-a27ffae98dff — 200 — 268 B — 110 ms — h2https://www.iolam.it/js/prebid.jswww.iolam.it/js/prebid.js https://www.iolam.it/js/prebid.js — 200 — 138.4 KiB — 110 ms — http/1.1https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 91.6 KiB — 141 ms — h2https://i.plug.it/iplug/js/lib/iol/analytics/engine/IOL.Analytics.Tracking.min.jsi.plug.it/iplug/js/lib/iol/analytic... https://i.plug.it/iplug/js/lib/iol/analytics/engine/IOL.Analytics.Tracking.min.js — 200 — 17.4 KiB — 39 ms — h2https://cdn.qwtag.com/97f2a049-4d4f-435b-9e27-4b01d746801e/qw.jscdn.qwtag.com/97f2a049-4d4f-435b-9e... https://cdn.qwtag.com/97f2a049-4d4f-435b-9e27-4b01d746801e/qw.js — 200 — 27.3 KiB — 106 ms — h2https://cs.iubenda.com/cookie-solution/confs/js/74880747.jscs.iubenda.com/cookie-solution/conf... https://cs.iubenda.com/cookie-solution/confs/js/74880747.js — 200 — 1.6 KiB — 104 ms — h2https://italiaonline01.wt-eu02.net/215973748390194/wt?p=433,seat.web.paginegialle.hp,1,800x600,24,1,1783668372817,https%3A%2F%2Fwww.paginegialle.it%2F,1350x940,0&pu=https%3A%2F%2Fwww.paginegialle.it%2F&la=en&tz=0&cg1=seat&cg2=web&cg3=paginegialle&cg4=hp&cg7=seat.web.paginegialle.hp&cp1=www.paginegialle.it&cp2=https%3A%2F%2Fwww.paginegialle.it%2F&cp4=no-refresh&cp7=utf-8&cp9=1.6.02&cp10=20260604085724&cp11=PagineGialle%3A%20trova%20info%20e%20recensioni%20sulle%20aziende%20italiane&cp12=web&cp25=https%3A&cp26=www.paginegialle.it&cp103=https%3A%2F%2Fwww.paginegialle.it%2Fitaliaonline01.wt-eu02.net/21597374... https://italiaonline01.wt-eu02.net/215973748390194/wt?p=433,seat.web.paginegialle.hp,1,800x600,24,1,1783668372817,https%3A%2F%2Fwww.paginegialle.it%2F,1350x940,0&pu=https%3A%2F%2Fwww.paginegialle.it%2F&la=en&tz=0&cg1=seat&cg2=web&cg3=paginegialle&cg4=hp&cg7=seat.web.paginegialle.hp&cp1=www.paginegialle.it&cp2=https%3A%2F%2Fwww.paginegialle.it%2F&cp4=no-refresh&cp7=utf-8&cp9=1.6.02&cp10=20260604085724&cp11=PagineGialle%3A%20trova%20info%20e%20recensioni%20sulle%20aziende%20italiane&cp12=web&cp25=https%3A&cp26=www.paginegialle.it&cp103=https%3A%2F%2Fwww.paginegialle.it%2F — 200 — 754 B — 121 ms — http/1.1blob:https://www.paginegialle.it/d697c4bb-75c9-4c3b-8f1e-1e7d57ea9cd8www.paginegialle.it/d697c4bb-75c9-4... blob:https://www.paginegialle.it/d697c4bb-75c9-4c3b-8f1e-1e7d57ea9cd8 — 200 — -1 B — 115 ms — blobhttps://cdn.iubenda.com/cs/tcf/versions/tcf-v2-0.31.0.jscdn.iubenda.com/cs/tcf/versions/tcf... https://cdn.iubenda.com/cs/tcf/versions/tcf-v2-0.31.0.js — 200 — 26.3 KiB — 35 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 94 ms — h2https://cdn.iubenda.com/cs/tcf/v3-versioned/vendorlist.166.jsoncdn.iubenda.com/cs/tcf/v3-versioned... https://cdn.iubenda.com/cs/tcf/v3-versioned/vendorlist.166.json — 200 — 109.3 KiB — 169 ms — h2https://evnt.iol.it/v2?&pgnf=www.paginegialle.it%2Call%2C%2C%2C%2C0%2C800%2C0%2C%2Cb%2C0%2C%2Ccmpdbg_pop_open%2C1216&nc=1783668373044evnt.iol.it/v2?&pgnf=www.paginegial... https://evnt.iol.it/v2?&pgnf=www.paginegialle.it%2Call%2C%2C%2C%2C0%2C800%2C0%2C%2Cb%2C0%2C%2Ccmpdbg_pop_open%2C1216&nc=1783668373044 — 200 — 478 B — 32 ms — h2https://idb.iubenda.com/csdata?db=hits1idb.iubenda.com/csdata?db=hits1 https://idb.iubenda.com/csdata?db=hits1 — 204 — 573 B — 119 ms — h2https://i5.plug.it/cmp/V2.7/css/iub_conf_paginegialle.cssi5.plug.it/cmp/V2.7/css/iub_conf_pa... https://i5.plug.it/cmp/V2.7/css/iub_conf_paginegialle.css — 200 — 2.4 KiB — 35 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607070101/pubads_impl.js?cb=31099590securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607070101/pubads_impl.js?cb=31099590 — 200 — 192.3 KiB — 428 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/dict/m202606180101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202606180101/gpt — 200 — 23.0 KiB — 248 ms — h3https://www.paginegialle.it/static/scripts/thirdparty/google/tagmanager/sdk.js?v=7.6.0.2www.paginegialle.it/static/scripts/... https://www.paginegialle.it/static/scripts/thirdparty/google/tagmanager/sdk.js?v=7.6.0.2 — 200 — 807 B — 36 ms — h2https://www.googleadservices.com/pagead/conversion.jswww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion.js — 200 — 23.2 KiB — 530 ms — h3https://www.paginegialle.it/manifest.jsonwww.paginegialle.it/manifest.json https://www.paginegialle.it/manifest.json — 202 — 401 B — 35 ms — h2https://img.pgol.it/pgit2018/pgr-favicon.icoimg.pgol.it/pgit2018/pgr-favicon.ic... https://img.pgol.it/pgit2018/pgr-favicon.ico — 200 — 1.5 KiB — 96 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-T4RFZ84www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-T4RFZ84 — 200 — 167.6 KiB — 1.1 s — h2https://img.pgol.it/pgit2018/pgr-favicon.icoimg.pgol.it/pgit2018/pgr-favicon.ic... https://img.pgol.it/pgit2018/pgr-favicon.ico — 200 — 0 B — 1 ms — h2https://img.pgol.it/pgit2018/pgr-favicon-32x32.pngimg.pgol.it/pgit2018/pgr-favicon-32... https://img.pgol.it/pgit2018/pgr-favicon-32x32.png — 200 — 2.5 KiB — 34 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/835653412/?random=1783668374393&cv=9&fst=1783668374393&num=1&label=ySk_CI_H-nQQpJ68jgM&guid=ON&resp=GooglemKTybQhCsO&eid=376635471%2C375603261%2C466465926%2C512247839%2C658953495&u_h=600&u_w=800&ig=1&frm=0&url=https%3A%2F%2Fwww.paginegialle.it%2F&ref=https%3A%2F%2Fwww.paginegialle.it%2F&tiba=PagineGialle%3A%20trova%20info%20e%20recensioni%20sulle%20aziende%20italiane&hn=www.googleadservices.com&uaa=x86&uab=64&uam=&uap=macOS&uapv=10.15.7&uaw=0&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.100&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/835653412/?random=1783668374393&cv=9&fst=1783668374393&num=1&label=ySk_CI_H-nQQpJ68jgM&guid=ON&resp=GooglemKTybQhCsO&eid=376635471%2C375603261%2C466465926%2C512247839%2C658953495&u_h=600&u_w=800&ig=1&frm=0&url=https%3A%2F%2Fwww.paginegialle.it%2F&ref=https%3A%2F%2Fwww.paginegialle.it%2F&tiba=PagineGialle%3A%20trova%20info%20e%20recensioni%20sulle%20aziende%20italiane&hn=www.googleadservices.com&uaa=x86&uab=64&uam=&uap=macOS&uapv=10.15.7&uaw=0&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.100&rfmt=3&fmt=4 — 200 — 61 B — 490 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-877192385&cx=c&gtm=4e6781www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-877192385&cx=c&gtm=4e6781 — 200 — 139.8 KiB — 706 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ETRMYE48YX&cx=c&gtm=4e6781www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ETRMYE48YX&cx=c&gtm=4e6781 — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
81% of JavaScript execution is third-party
First-party Third-party 733ms · 1227KB · €8/mo
www.paginegialle.it
Other
Optional
Execution 176ms
Transfer 25 KB
Monthly Cost €2/mo
fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.com
Other
Optional
Execution 176ms
Transfer 572 KB
Unused 56%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 107ms
Transfer 168 KB
Unused 43%
Monthly Cost €1/mo
Iubenda
Consent
Essential
Execution 102ms
Transfer 112 KB
Unused 50%
Monthly Cost €1/mo
c76babb4-dc97-48b8-9b12-80b8b7deba04.edge.permutive.app
Other
Optional
Execution 65ms
Transfer 157 KB
Unused 26%
Monthly Cost €1/mo
www.paginegialle.it
Other
Optional
Execution 56ms
Transfer 55 KB
Unused 51%
Monthly Cost €1/mo
www.iolam.it
Other
Optional
Execution 51ms
Transfer 138 KB
Unused 80%
Monthly Cost €1/mo

81% 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

56% of fd67ed16f9df.0cf912fd.eu-west-1.token.awswaf.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

51% of www.paginegialle.it's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

80% of www.iolam.it's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

Image Optimization
9 images, 632 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

9

Total Size

632 KB

4 missing alt text 9 missing dimensions 9 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