Skip to content
https://latinanews.eu

Performance

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

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.
95
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.
92
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.

3.51 s

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

7.59 s

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

51 ms

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

0.055

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

5.31 s

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

7.75 s

Page Load Progression

783 ms
1.6 s
2.3 s
3.1 s
3.9 s
4.7 s
5.5 s
6.3 s
Checks
22
7 PASS 7 REVIEW 5 FIX
F
Page Weight Budget
Action
7.0 MB transferred, 88 requests
FIX
7.0 MB transferred, 88 requests
Critical::
Page weighs 9.0 MB (7.0 MB transferred)
Warning::
Images are 3.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.6 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
CSS is 1.3 MB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 1.3 MB
Info::
Fonts are 321 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 321 KB
Info::
88 HTTP requests
Info::
Estimated 1.5 g CO2 per page load
7.0 MB / 2.4 MB budget
7.0 MB transferred
88 requests
1.5 g CO2 per page load
Images 3.6 MiB 51%
JavaScript 1.4 MiB 20%
CSS 1.3 MiB 18%
HTML 432.9 KiB 6%
Fonts 321.5 KiB 4%
Other 86.5 KiB 1%
Other 1.4 KiB 0%
Other 168 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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 (7.0 MiB of 7.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
12 scripts, 869 KB unused
FIX
12 scripts, 869 KB unused
Warning::
https://www.latinanews.eu/wp-content/cache/autopti...: 417 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 140 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 139 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=GT-WVC...: 68 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://fundingchoicesmessages.google.com/i/227713...: 36 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 869 KB
869 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.latinanews.eu/wp-content/cache/autoptimize/js/autoptimize_7ce331d89edf8f8374f36106122e59a7.js550 KB417 KB (76%)3rd
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202607210101/show_ads_impl_fy2021.js166 KB140 KB (85%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607210101/pubads_impl.js197 KB139 KB (71%)3rd
https://www.googletagmanager.com/gtag/js?id=GT-WVCKBKC158 KB68 KB (44%)3rd
https://fundingchoicesmessages.google.com/i/22771342797?ers=371 KB36 KB (52%)3rd
https://www.latinanews.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.186 KB36 KB (42%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1310899492862541&host=ca-host-pub-264453626735223656 KB33 KB (59%)3rd
https://securepubads.g.doubleclick.net/tag/js/gpt.js36 KB3rd
https://stats.wp.com/e-202630.js2 KB3rd
blob:https://www.latinanews.eu/20a78288-3f67-442b-9f1a-44a8ef176af0-0 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
88 resources · 7.0 MB · 869 KB savings available
FIX
88 resources · 7.0 MB · 869 KB savings available
Warning::
Page weight 7.0 MB exceeds 1 MB target by 6.0 MB
Got: 7.0 MB Expected: ≤ 1 MB
Info::
~869 KB of savings available
Warning::
87 third-party resources (100% of weight)
Info::
8 resources over 200KB
88 resources · 7.0 MiB · 87 third-party 6.0 MiB over 1MB target
Image 51% · 3.6 MiB
JavaScript 20% · 1.4 MiB
CSS 18% · 1.3 MiB
Document 6% · 453.0 KiB
Font 4% · 321.5 KiB
Other 0% · 24.1 KiB

~869.4 KiB of savings available

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

No Cache-Control header

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

B
Image Optimization
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Info::
All images are well-optimized
24 images 3.5 MB
0 oversized -0 KB
21 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1260ms total JS execution
REVIEW
1260ms total JS execution
Warning::
https://www.latinanews.eu/: 542ms CPU time
Info::
Unattributable: 156ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 128ms CPU time
Info::
https://fundingchoicesmessages.google.com/f/AGSKWx...: 114ms CPU time
Info::
https://www.latinanews.eu/wp-includes/js/jquery/jq...: 109ms CPU time
Warning::
Third-party scripts: 1104ms (88% of total)

Main Thread Breakdown

Script Evaluation 33% Style & Layout 29% Other 20% Rendering 7% Script Parsing & Compilation 7% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.latinanews.eu/542ms11ms10ms3rd
Unattributable156ms9ms0ms1st
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607210101/pubads_impl.js128ms89ms15ms3rd
https://fundingchoicesmessages.google.com/f/AGSKWxVHzzg6BB-_ynIgTuLtjOzC1GBtwoS9XuTy_kapfa1PZdIhXn3U6kVKakq6cKOi_tnEwZ39NzSQYWW6ZhCD5jsIOG6I9x8L3cfmxKa6MvB3JNNYo4tiYDxo8T6ayIv13G2H5byauw==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzg0OTc5NDg2LDg3MTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubGF0aW5hbmV3cy5ldS8iLG51bGwsW1s4LCJJYjY1QmFUOEI2USJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCw0Mzg5XV1dIl0sWzM1LCIxNzg0OTc5NDg2Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsIiJdLFsyOSwiZmFsc2UiXV1d114ms45ms13ms3rd
https://www.latinanews.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1109ms64ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=GT-WVCKBKC89ms75ms14ms3rd
https://fundingchoicesmessages.google.com/i/22771342797?ers=369ms62ms5ms3rd
https://www.latinanews.eu/wp-content/cache/autoptimize/js/autoptimize_7ce331d89edf8f8374f36106122e59a7.js53ms28ms15ms3rd
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
9 fonts (321 KB)
PASS
9 fonts (321 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

321 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.5 s LCP 7.6 shttps://www.latinanews.eu/wp-content/themes/Newspaper/images/icons/newspaper.woff?24newspaper.woff https://www.latinanews.eu/wp-content/themes/Newspaper/images/icons/newspaper.woff?24 — 34.4 KiB — 44 ms — font-display: swaphttps://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2QGYsz_wNahGAdqQ43Rh_fKD... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2 — 49.4 KiB — 111 ms — font-display: swaphttps://www.latinanews.eu/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://www.latinanews.eu/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0 — 75.7 KiB — 47 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 110 ms — font-display: swaphttps://fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2EJRSQgYoZZY2vCFuvAnt66q... https://fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2 — 13.2 KiB — 83 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 109 ms — font-display: swaphttps://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2EJRVQgYoZZY2vCFuvAFWzr-... https://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2 — 13.1 KiB — 87 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2KFOMCnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2 — 14.8 KiB — 56 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.1 KiB — 56 ms — font-display: swap
newspaper.woff woff swap
Size 34 KB
Load time 44 ms
Start 3.7 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
QGYsz_wNahGAdqQ43Rh_fKD... woff2 swap
Size 49 KB
Load time 111 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 47 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 110 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
EJRSQgYoZZY2vCFuvAnt66q... woff2 swap
Size 13 KB
Load time 83 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 109 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
EJRVQgYoZZY2vCFuvAFWzr-... woff2 swap
Size 13 KB
Load time 87 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
KFOMCnqEu92Fr1ME7kSn66a... woff2 swap
Size 15 KB
Load time 56 ms
Start 4.9 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 56 ms
Start 4.9 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~10 KB and ~20 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
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: accept,content-type
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.
Network Waterfall
88 requests over 5367ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.5 s LCP 7.6 shttps://latinanews.eu// https://latinanews.eu/ — 301 — 607 B — 1.5 s — h2https://www.latinanews.eu/www.latinanews.eu/ https://www.latinanews.eu/ — 200 — 432.9 KiB — 2.0 s — h2https://www.latinanews.eu/wp-content/cache/autoptimize/css/autoptimize_0d2069a1b82363776bcabe29b864cae2.csswww.latinanews.eu/wp-content/cache/... https://www.latinanews.eu/wp-content/cache/autoptimize/css/autoptimize_0d2069a1b82363776bcabe29b864cae2.css — 200 — 1.3 MiB — 244 ms — h2https://www.latinanews.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.latinanews.eu/wp-includes/js/jq... https://www.latinanews.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.9 KiB — 152 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_127/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_127/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.png — 302 — 806 B — 78 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_129/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_1.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_129/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_1.png — 302 — 798 B — 78 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.png — 200 — 28.4 KiB — 65 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_1.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_1.png — 200 — 11.8 KiB — 64 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_127/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_127/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.png — 302 — 805 B — 28 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.png — 200 — 0 B — 2 ms — h2https://www.googletagmanager.com/gtag/js?id=GT-WVCKBKCwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-WVCKBKC — 200 — 157.5 KiB — 251 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.7 KiB — 154 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1310899492862541&host=ca-host-pub-2644536267352236pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1310899492862541&host=ca-host-pub-2644536267352236 — 200 — 55.5 KiB — 309 ms — h3https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_896/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_296/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_696/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_415/https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web-1.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_896/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_296/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_696/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_415/https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web-1.png — 302 — 808 B — 103 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_512/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.latinanews.eu/wp-content/uploads/2025/11/Immagine-WhatsApp-2025-11-11-ore-15.13.20_ba0de803.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_512/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.latinanews.eu/wp-content/uploads/2025/11/Immagine-WhatsApp-2025-11-11-ore-15.13.20_ba0de803.jpg — 302 — 849 B — 103 ms — h2https://stats.wp.com/e-202630.jsstats.wp.com/e-202630.js https://stats.wp.com/e-202630.js — 200 — 1.7 KiB — 12 ms — h2https://www.latinanews.eu/wp-content/cache/autoptimize/js/autoptimize_7ce331d89edf8f8374f36106122e59a7.jswww.latinanews.eu/wp-content/cache/... https://www.latinanews.eu/wp-content/cache/autoptimize/js/autoptimize_7ce331d89edf8f8374f36106122e59a7.js — 200 — 549.8 KiB — 61 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,600,700%7CRoboto:400,600,700%7CPT%20Serif:700,600,400%7CWork%20Sans:500,600,400,700,300,900&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,600,700%7CRoboto:400,600,700%7CPT%20Serif:700,600,400%7CWork%20Sans:500,600,400,700,300,900&display=swap — 200 — 2.9 KiB — 117 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/754173938_1508054244459052_883034576416072807_n.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/754173938_1508054244459052_883034576416072807_n.jpg — 302 — 846 B — 84 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2025/11/Sotto-la-lente-5.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2025/11/Sotto-la-lente-5.png — 302 — 801 B — 82 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-pattuglia-polizia-tribunale-e1779257829113.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-pattuglia-polizia-tribunale-e1779257829113.jpg — 302 — 849 B — 82 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2023/08/la-violenza-di-genere-rid.jpg__1200x675_q85_crop_subsampling-2_upscale-e1691254899475.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2023/08/la-violenza-di-genere-rid.jpg__1200x675_q85_crop_subsampling-2_upscale-e1691254899475.jpg — 302 — 901 B — 82 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-carabinieri-generica-2-e1778938430204.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-carabinieri-generica-2-e1778938430204.jpg — 302 — 842 B — 81 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/Senza-titolo-2.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/Senza-titolo-2.png — 302 — 798 B — 82 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/futuro-nazionale-terracina.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/futuro-nazionale-terracina.jpg — 302 — 816 B — 81 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/comune-di-minturno-e1779256850592.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/comune-di-minturno-e1779256850592.jpg — 302 — 825 B — 80 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/01/FOTO-CONSIGLIERE-GABRIELE-SUBIACO--e1767438436118.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/01/FOTO-CONSIGLIERE-GABRIELE-SUBIACO--e1767438436118.jpg — 302 — 858 B — 80 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2022/09/Comune-di-Sezze-1024x768-1-e1663058756527.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2022/09/Comune-di-Sezze-1024x768-1-e1663058756527.jpg — 302 — 838 B — 79 ms — h2https://www.latinanews.eu/wp-content/themes/Newspaper/images/icons/newspaper.woff?24www.latinanews.eu/wp-content/themes... https://www.latinanews.eu/wp-content/themes/Newspaper/images/icons/newspaper.woff?24 — 200 — 34.4 KiB — 44 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web-1.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web-1.png — 200 — 71.3 KiB — 55 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 3.5 s LCP 7.6 shttps://latinanews.eu// https://latinanews.eu/ — 301 — 607 B — 1.5 s — h2https://www.latinanews.eu/www.latinanews.eu/ https://www.latinanews.eu/ — 200 — 432.9 KiB — 2.0 s — h2https://www.latinanews.eu/wp-content/cache/autoptimize/css/autoptimize_0d2069a1b82363776bcabe29b864cae2.csswww.latinanews.eu/wp-content/cache/... https://www.latinanews.eu/wp-content/cache/autoptimize/css/autoptimize_0d2069a1b82363776bcabe29b864cae2.css — 200 — 1.3 MiB — 244 ms — h2https://www.latinanews.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.latinanews.eu/wp-includes/js/jq... https://www.latinanews.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 85.9 KiB — 152 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_127/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_127/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.png — 302 — 806 B — 78 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_129/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_1.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_129/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_1.png — 302 — 798 B — 78 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.png — 200 — 28.4 KiB — 65 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_1.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_1.png — 200 — 11.8 KiB — 64 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_127/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600,h_127/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.png — 302 — 805 B — 28 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/LtNEWS_logo_NEG_1.png — 200 — 0 B — 2 ms — h2https://www.googletagmanager.com/gtag/js?id=GT-WVCKBKCwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-WVCKBKC — 200 — 157.5 KiB — 251 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.7 KiB — 154 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1310899492862541&host=ca-host-pub-2644536267352236pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1310899492862541&host=ca-host-pub-2644536267352236 — 200 — 55.5 KiB — 309 ms — h3https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_896/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_296/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_696/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_415/https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web-1.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_896/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_296/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_696/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_415/https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web-1.png — 302 — 808 B — 103 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_512/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.latinanews.eu/wp-content/uploads/2025/11/Immagine-WhatsApp-2025-11-11-ore-15.13.20_ba0de803.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_512/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.latinanews.eu/wp-content/uploads/2025/11/Immagine-WhatsApp-2025-11-11-ore-15.13.20_ba0de803.jpg — 302 — 849 B — 103 ms — h2https://stats.wp.com/e-202630.jsstats.wp.com/e-202630.js https://stats.wp.com/e-202630.js — 200 — 1.7 KiB — 12 ms — h2https://www.latinanews.eu/wp-content/cache/autoptimize/js/autoptimize_7ce331d89edf8f8374f36106122e59a7.jswww.latinanews.eu/wp-content/cache/... https://www.latinanews.eu/wp-content/cache/autoptimize/js/autoptimize_7ce331d89edf8f8374f36106122e59a7.js — 200 — 549.8 KiB — 61 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,600,700%7CRoboto:400,600,700%7CPT%20Serif:700,600,400%7CWork%20Sans:500,600,400,700,300,900&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,600,700%7CRoboto:400,600,700%7CPT%20Serif:700,600,400%7CWork%20Sans:500,600,400,700,300,900&display=swap — 200 — 2.9 KiB — 117 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/754173938_1508054244459052_883034576416072807_n.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/754173938_1508054244459052_883034576416072807_n.jpg — 302 — 846 B — 84 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2025/11/Sotto-la-lente-5.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2025/11/Sotto-la-lente-5.png — 302 — 801 B — 82 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-pattuglia-polizia-tribunale-e1779257829113.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-pattuglia-polizia-tribunale-e1779257829113.jpg — 302 — 849 B — 82 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2023/08/la-violenza-di-genere-rid.jpg__1200x675_q85_crop_subsampling-2_upscale-e1691254899475.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2023/08/la-violenza-di-genere-rid.jpg__1200x675_q85_crop_subsampling-2_upscale-e1691254899475.jpg — 302 — 901 B — 82 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-carabinieri-generica-2-e1778938430204.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-carabinieri-generica-2-e1778938430204.jpg — 302 — 842 B — 81 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/Senza-titolo-2.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/Senza-titolo-2.png — 302 — 798 B — 82 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/futuro-nazionale-terracina.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/futuro-nazionale-terracina.jpg — 302 — 816 B — 81 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/comune-di-minturno-e1779256850592.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/comune-di-minturno-e1779256850592.jpg — 302 — 825 B — 80 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/01/FOTO-CONSIGLIERE-GABRIELE-SUBIACO--e1767438436118.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/01/FOTO-CONSIGLIERE-GABRIELE-SUBIACO--e1767438436118.jpg — 302 — 858 B — 80 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2022/09/Comune-di-Sezze-1024x768-1-e1663058756527.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2022/09/Comune-di-Sezze-1024x768-1-e1663058756527.jpg — 302 — 838 B — 79 ms — h2https://www.latinanews.eu/wp-content/themes/Newspaper/images/icons/newspaper.woff?24www.latinanews.eu/wp-content/themes... https://www.latinanews.eu/wp-content/themes/Newspaper/images/icons/newspaper.woff?24 — 200 — 34.4 KiB — 44 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web-1.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web-1.png — 200 — 71.3 KiB — 55 ms — h2https://www.latinanews.eu/wp-content/uploads/2025/11/Immagine-WhatsApp-2025-11-11-ore-15.13.20_ba0de803.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2025/11/Immagine-WhatsApp-2025-11-11-ore-15.13.20_ba0de803.jpg — 200 — 30.2 KiB — 75 ms — h2https://www.latinanews.eu/wp-content/uploads/2025/11/Sotto-la-lente-5.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2025/11/Sotto-la-lente-5.png — 200 — 53.6 KiB — 85 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/07/754173938_1508054244459052_883034576416072807_n.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/07/754173938_1508054244459052_883034576416072807_n.jpg — 200 — 62.5 KiB — 54 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-pattuglia-polizia-tribunale-e1779257829113.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-pattuglia-polizia-tribunale-e1779257829113.jpg — 200 — 480.5 KiB — 99 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-carabinieri-generica-2-e1778938430204.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/05/LATINA-carabinieri-generica-2-e1778938430204.jpg — 200 — 606.5 KiB — 102 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/05/comune-di-minturno-e1779256850592.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/05/comune-di-minturno-e1779256850592.jpg — 200 — 150.4 KiB — 76 ms — h2https://www.latinanews.eu/wp-content/uploads/2023/08/la-violenza-di-genere-rid.jpg__1200x675_q85_crop_subsampling-2_upscale-e1691254899475.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2023/08/la-violenza-di-genere-rid.jpg__1200x675_q85_crop_subsampling-2_upscale-e1691254899475.jpg — 200 — 86.6 KiB — 69 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/09/Comune-di-Sezze-1024x768-1-e1663058756527.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/09/Comune-di-Sezze-1024x768-1-e1663058756527.jpg — 200 — 107.2 KiB — 83 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/01/FOTO-CONSIGLIERE-GABRIELE-SUBIACO--e1767438436118.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/01/FOTO-CONSIGLIERE-GABRIELE-SUBIACO--e1767438436118.jpg — 200 — 76.8 KiB — 63 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/07/Senza-titolo-2.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/07/Senza-titolo-2.png — 200 — 580.6 KiB — 94 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/07/futuro-nazionale-terracina.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/07/futuro-nazionale-terracina.jpg — 200 — 177.4 KiB — 100 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/2_RDT-AiCS-tour-e1784881259126.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/2_RDT-AiCS-tour-e1784881259126.jpg — 302 — 823 B — 48 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/Latina-Basket-3-e1779034829194.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/05/Latina-Basket-3-e1779034829194.jpg — 302 — 822 B — 47 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/snorkeling.jpegsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/snorkeling.jpeg — 302 — 795 B — 47 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2023/06/salvataggio-2-2.webpsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2023/06/salvataggio-2-2.webp — 302 — 800 B — 48 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/749924084_1682650459618335_1807095385517366805_n-e1784560053391.jpgsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/749924084_1682650459618335_1807095385517366805_n-e1784560053391.jpg — 302 — 870 B — 47 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-22-at-09.13.36.jpegsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img/https://www.latinanews.eu/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-22-at-09.13.36.jpeg — 302 — 832 B — 47 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/07/2_RDT-AiCS-tour-e1784881259126.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/07/2_RDT-AiCS-tour-e1784881259126.jpg — 200 — 110.8 KiB — 64 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/05/Latina-Basket-3-e1779034829194.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/05/Latina-Basket-3-e1779034829194.jpg — 200 — 429.0 KiB — 71 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/07/snorkeling.jpegwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/07/snorkeling.jpeg — 200 — 251.9 KiB — 66 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/07/749924084_1682650459618335_1807095385517366805_n-e1784560053391.jpgwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/07/749924084_1682650459618335_1807095385517366805_n-e1784560053391.jpg — 200 — 63.6 KiB — 63 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-22-at-09.13.36.jpegwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-22-at-09.13.36.jpeg — 200 — 108.0 KiB — 68 ms — h2https://www.latinanews.eu/wp-content/uploads/2023/06/salvataggio-2-2.webpwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2023/06/salvataggio-2-2.webp — 200 — 66.0 KiB — 52 ms — h2https://www.latinanews.eu/wp-json/vp-analytics/v1/trackwww.latinanews.eu/wp-json/vp-analyt... https://www.latinanews.eu/wp-json/vp-analytics/v1/track — 200 — 831 B — 580 ms — h2https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2fonts.gstatic.com/s/worksans/v24/QG... https://fonts.gstatic.com/s/worksans/v24/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2 — 200 — 49.4 KiB — 111 ms — h3https://www.latinanews.eu/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0www.latinanews.eu/wp-content/plugin... https://www.latinanews.eu/wp-content/plugins/td-composer/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.7 KiB — 47 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 110 ms — h3https://fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2fonts.gstatic.com/s/ptserif/v19/EJR... https://fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2 — 200 — 13.2 KiB — 83 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 109 ms — h3https://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2fonts.gstatic.com/s/ptserif/v19/EJR... https://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2 — 200 — 13.1 KiB — 87 ms — h3https://pixel.wp.com/g.gif?v=ext&blog=219670290&post=60&tz=2&srv=www.latinanews.eu&j=1%3A16.0.1&host=www.latinanews.eu&ref=&fcp=3788&rand=0.7124666694571539pixel.wp.com/g.gif?v=ext&blog=21967... https://pixel.wp.com/g.gif?v=ext&blog=219670290&post=60&tz=2&srv=www.latinanews.eu&j=1%3A16.0.1&host=www.latinanews.eu&ref=&fcp=3788&rand=0.7124666694571539 — 200 — 177 B — 5 ms — h2blob:https://www.latinanews.eu/20a78288-3f67-442b-9f1a-44a8ef176af0www.latinanews.eu/20a78288-3f67-442... blob:https://www.latinanews.eu/20a78288-3f67-442b-9f1a-44a8ef176af0 — 200 — -1 B — 199 ms — blobhttps://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607210101/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202607210101/pubads_impl.js — 200 — 197.1 KiB — 115 ms — h3https://www.latinanews.eu/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2www.latinanews.eu/wp-includes/js/wp... https://www.latinanews.eu/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2 — 200 — 22.6 KiB — 43 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-9PXMKEZFLQ&gtm=45Pe67m0v893483328za200zd893483328&_p=1784979485824&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZTNiMT&are=1&cid=916562213.1784979486&frm=0&ngs=1&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.181&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938468~118395333~118897920~118897930~119527020~119896802&sid=1784979486&sct=1&seg=0&dl=https%3A%2F%2Fwww.latinanews.eu%2F&dt=Latina%20News%2C%20notizie%20in%20tempo%20reale%20su%20Latina%20e%20provincia%20-%20Latina%20News&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=4224region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-9PXMKEZFLQ&gtm=45Pe67m0v893483328za200zd893483328&_p=1784979485824&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZTNiMT&are=1&cid=916562213.1784979486&frm=0&ngs=1&pscdl=noapi&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.181&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938468~118395333~118897920~118897930~119527020~119896802&sid=1784979486&sct=1&seg=0&dl=https%3A%2F%2Fwww.latinanews.eu%2F&dt=Latina%20News%2C%20notizie%20in%20tempo%20reale%20su%20Latina%20e%20provincia%20-%20Latina%20News&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=4224 — 204 — 551 B — 173 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202607210101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202607210101/show_ads_impl_fy2021.js — 200 — 166.2 KiB — 135 ms — h3https://fundingchoicesmessages.google.com/i/22771342797?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/22771342797?ers=3 — 200 — 70.6 KiB — 211 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202607230101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202607230101/gpt — 200 — 22.8 KiB — 56 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg== — 204 — 28 B — 120 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg== — 204 — 28 B — 112 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg== — 204 — 28 B — 98 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxVHzzg6BB-_ynIgTuLtjOzC1GBtwoS9XuTy_kapfa1PZdIhXn3U6kVKakq6cKOi_tnEwZ39NzSQYWW6ZhCD5jsIOG6I9x8L3cfmxKa6MvB3JNNYo4tiYDxo8T6ayIv13G2H5byauw==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzg0OTc5NDg2LDg3MTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubGF0aW5hbmV3cy5ldS8iLG51bGwsW1s4LCJJYjY1QmFUOEI2USJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCw0Mzg5XV1dIl0sWzM1LCIxNzg0OTc5NDg2Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsIiJdLFsyOSwiZmFsc2UiXV1dfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxVHzzg6BB-_ynIgTuLtjOzC1GBtwoS9XuTy_kapfa1PZdIhXn3U6kVKakq6cKOi_tnEwZ39NzSQYWW6ZhCD5jsIOG6I9x8L3cfmxKa6MvB3JNNYo4tiYDxo8T6ayIv13G2H5byauw==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzg0OTc5NDg2LDg3MTAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubGF0aW5hbmV3cy5ldS8iLG51bGwsW1s4LCJJYjY1QmFUOEI2USJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCw0Mzg5XV1dIl0sWzM1LCIxNzg0OTc5NDg2Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsIiJdLFsyOSwiZmFsc2UiXV1d — 200 — 69.4 KiB — 103 ms — h2https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.3 KiB — 43 ms — h2https://lh3.googleusercontent.com/OplG742aAwUAulyOhhFlzoUvlppKJW8rI9dmZxiz38wqtGLml2UzvHaycdGB9kJTeKuJRM2YzOeSnjilT253pPs_fRe7c2FfZzY9Ghi-YkYxU3lfHAaU=h60lh3.googleusercontent.com/OplG742aA... https://lh3.googleusercontent.com/OplG742aAwUAulyOhhFlzoUvlppKJW8rI9dmZxiz38wqtGLml2UzvHaycdGB9kJTeKuJRM2YzOeSnjilT253pPs_fRe7c2FfZzY9Ghi-YkYxU3lfHAaU=h60 — 200 — 10.1 KiB — 122 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2fonts.gstatic.com/s/roboto/v48/KFOM... https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2 — 200 — 14.8 KiB — 56 ms — h3https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.1 KiB — 56 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg== — 204 — 28 B — 43 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg== — 204 — 28 B — 45 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxWdD6a6m5ZD3-B5mMueT1hqeLiuBwMAJRU7eNfmSgr3Brb9WVZN5MqvR4SpUxNZjNB2zPfgfFRDajHmPt7x9FiDE2ZCrZfp1gWp7LVBL75N1V-ln6R_n_5ANXlWBM3VvhALOo-BDg== — 204 — 28 B — 45 ms — h3https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_180,h_180/https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_180,h_180/https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web.png — 302 — 805 B — 59 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/LT-news-ICONA_Web.png — 200 — 10.4 KiB — 43 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_32,h_32/https://www.latinanews.eu/wp-content/uploads/2022/06/cropped-LT-news-ICONA_Web-1.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_32,h_32/https://www.latinanews.eu/wp-content/uploads/2022/06/cropped-LT-news-ICONA_Web-1.png — 302 — 819 B — 27 ms — h2https://www.latinanews.eu/wp-content/uploads/2023/11/Ambulanza-e1653915171371.webpwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2023/11/Ambulanza-e1653915171371.webp — 200 — 34.3 KiB — 47 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/cropped-LT-news-ICONA_Web-1.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/cropped-LT-news-ICONA_Web-1.png — 200 — 33.3 KiB — 43 ms — h2https://www.latinanews.eu/wp-content/uploads/2026/06/calandrini-nicola-e1782388071585.jpegwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2026/06/calandrini-nicola-e1782388071585.jpeg — 200 — 46.9 KiB — 43 ms — h2https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_192,h_192/https://www.latinanews.eu/wp-content/uploads/2022/06/cropped-LT-news-ICONA_Web-1.pngsp-ao.shortpixel.ai/client/to_webp,... https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_192,h_192/https://www.latinanews.eu/wp-content/uploads/2022/06/cropped-LT-news-ICONA_Web-1.png — 302 — 819 B — 26 ms — h2https://www.latinanews.eu/wp-content/uploads/2022/06/cropped-LT-news-ICONA_Web-1.pngwww.latinanews.eu/wp-content/upload... https://www.latinanews.eu/wp-content/uploads/2022/06/cropped-LT-news-ICONA_Web-1.png — 200 — 0 B — 2 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 46 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
88% of JavaScript execution is third-party
First-party Third-party 1104ms · 1563KB · €12/mo
www.latinanews.eu
Other
Costly
Execution 542ms
Transfer 433 KB
Monthly Cost €6/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 128ms
Transfer 197 KB
Unused 71%
Monthly Cost €1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 114ms
Transfer 69 KB
Monthly Cost €1/mo
www.latinanews.eu
Other
Optional
Execution 109ms
Transfer 86 KB
Unused 42%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 89ms
Transfer 158 KB
Unused 44%
Monthly Cost €1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 69ms
Transfer 71 KB
Unused 52%
Monthly Cost €1/mo
www.latinanews.eu
Other
Optional
Execution 53ms
Transfer 550 KB
Unused 76%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.latinanews.eu adds 542ms and costs ~€6/month

88% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.latinanews.eu takes 542ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

71% of securepubads.g.doubleclick.net'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

52% of fundingchoicesmessages.google.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

76% of www.latinanews.eu'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
25 images, 10 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

25

Total Size

10 KB

Oversized

3

1 missing dimensions 23 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