Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
9.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
565 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.
9.38 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.
15.90 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 78 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4542ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 966ms | 422ms | 0ms | 3rd |
| https://www.lavanguardia.com/ | 833ms | 184ms | 21ms | 3rd |
| https://rsc.lavanguardia.com/js/godo-adsx-nt-v1001293.js | 559ms | 142ms | 30ms | 3rd |
| https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-es-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js | 334ms | 241ms | 23ms | 3rd |
| https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js | 320ms | 246ms | 40ms | 3rd |
| https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_kHo_Hy_KQYSFOvVMEBTkLQ&experimentType=HeadlineAB&version=esnext | 305ms | 271ms | 0ms | 3rd |
| https://static.lavanguardia.com/assets/1.6e0fff863f6e629399e6.chunk.js | 238ms | 223ms | 5ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 237ms | 141ms | 45ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TQV75HX5 | 129ms | 98ms | 30ms | 3rd |
| https://rsc.lavanguardia.com/js/accounts-v2000031.js | 127ms | 80ms | 46ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction31 scripts, 583 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 142 KB (76%) | ✓ | 3rd |
| https://rsc.lavanguardia.com/js/accounts-v2000031.js | 135 KB | 112 KB (84%) | ✓ | 3rd |
| https://rsc.lavanguardia.com/js/godo-adsx-nt-v1001293.js | 120 KB | 89 KB (74%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TQV75HX5 | 119 KB | 66 KB (56%) | ✓ | 3rd |
| https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js | 102 KB | 44 KB (44%) | ✓ | 3rd |
| https://static.lavanguardia.com/assets/3.6e0fff863f6e629399e6.chunk.js | 34 KB | 31 KB (91%) | ✓ | 3rd |
| https://service.wemass.com/dmp/cea5524788f821b6687cfc6c8027a6b8.js | 41 KB | 28 KB (71%) | ✓ | 3rd |
| https://sdk.mrf.io/statics/marfeel-sdk.js?id=1435 | 60 KB | 27 KB (46%) | ✓ | 3rd |
| https://sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js | 24 KB | 22 KB (93%) | ✓ | 3rd |
| https://static.lavanguardia.com/assets/swiper.6e0fff863f6e629399e6.js | 36 KB | 21 KB (60%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction78 resources · 2.1 MB · 583 KB savings availableFIX
~583.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 78 resources | 2.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction21 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (195 KB)PASS
Web fonts
8
195 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints20 hints, 0 missing preconnectsPASS
Current Resource Hints
20 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall78 requests over 1363msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 966ms | 0 KB | — | €10/mo | Costly |
www.lavanguardia.com www.lavanguardia.com | Other | 833ms | 68 KB | — | €9/mo | Costly |
rsc.lavanguardia.com rsc.lavanguardia.com | Other | 559ms | 120 KB | 74% | €6/mo | Costly |
sdk.privacy-center.org sdk.privacy-center.org | Other | 334ms | 55 KB | — | €4/mo | Costly |
sdk.privacy-center.org sdk.privacy-center.org | Other | 320ms | 102 KB | 44% | €3/mo | Costly |
marfeelexperimentsexperienceengine.mrf.io marfeelexperimentsexperienceengine.mrf.io | Other | 305ms | 10 KB | — | €3/mo | Costly |
static.lavanguardia.com static.lavanguardia.com | Other | 238ms | 13 KB | — | €3/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 237ms | 188 KB | 76% | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 129ms | 119 KB | 56% | €1/mo | Optional |
rsc.lavanguardia.com rsc.lavanguardia.com | Other | 127ms | 135 KB | 84% | €1/mo | Optional |
experiences.mrf.io experiences.mrf.io | Other | 107ms | 28 KB | — | €1/mo | Optional |
es-config.sensic.net es-config.sensic.net | Other | 103ms | 31 KB | — | €1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 89ms | 35 KB | — | €1/mo | Optional |
service.wemass.com service.wemass.com | Other | 77ms | 41 KB | 71% | €1/mo | Optional |
static.lavanguardia.com static.lavanguardia.com | Other | 66ms | 36 KB | 60% | €1/mo | Optional |
sdk.mrf.io sdk.mrf.io | Other | 52ms | 60 KB | 46% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 966ms and costs ~€10/month
- www.lavanguardia.com adds 833ms and costs ~€9/month
- rsc.lavanguardia.com adds 559ms and costs ~€6/month
- sdk.privacy-center.org adds 334ms and costs ~€4/month
- sdk.privacy-center.org adds 320ms and costs ~€3/month
- marfeelexperimentsexperienceengine.mrf.io adds 305ms and costs ~€3/month
- static.lavanguardia.com adds 238ms and costs ~€3/month
- securepubads.g.doubleclick.net adds 237ms and costs ~€3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
Unattributable takes 966ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.lavanguardia.com takes 833ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
rsc.lavanguardia.com takes 559ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
74% of rsc.lavanguardia.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
sdk.privacy-center.org takes 334ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
sdk.privacy-center.org takes 320ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
marfeelexperimentsexperienceengine.mrf.io takes 305ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
static.lavanguardia.com takes 238ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
securepubads.g.doubleclick.net takes 237ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
76% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
56% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
84% of rsc.lavanguardia.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
71% of service.wemass.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
60% of static.lavanguardia.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev