Performance
· 16 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.
3.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.74 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.23 s
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.
6.08 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.
16.50 s
Page Load Progression
FPage Weight BudgetAction5.8 MB transferred, 108 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction9372ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://elpais.com/ | 2152ms | 144ms | 22ms | 3rd |
| Unattributable | 2139ms | 440ms | 0ms | 3rd |
| https://assets.adobedtm.com/0681c221600c/d0943e7fed9e/launch-90f4fb204f3b.min.js | 1227ms | 1029ms | 143ms | 3rd |
| https://static.elpais.com/dist/resources/js/ed7089ba2a40484f4aab104099c09b5b/ENP-section-front.js | 673ms | 274ms | 175ms | 3rd |
| https://js.datadome.co/tags.js | 633ms | 508ms | 18ms | 3rd |
| https://sdk.privacy-center.org/sdk/c8e2e67c354c0d6dec2981e079061b37f6a1f337/modern/sdk.c8e2e67c354c0d6dec2981e079061b37f6a1f337.js | 506ms | 423ms | 52ms | 3rd |
| https://fundingchoicesmessages.google.com/f/AGSKWxWl4OHVOhONFmrW5xi_scJ2jYwch61PP591wCtLQJVTlKBzlHvrAnxtgHVpItmxcNRmUnc2DlVHjXZ1d7PY | 326ms | 284ms | 36ms | 3rd |
| https://es-config.sensic.net/s2s-web.js | 248ms | 179ms | 53ms | 3rd |
| https://cmp.prisa.com/dist/cmp_ep.js | 221ms | 200ms | 5ms | 3rd |
| https://ak-ads-ns.prisasd.com/slot/elpais/slot.js | 219ms | 61ms | 24ms | 3rd |
Showing top 10 of 20 scripts
DJS BundlesAction32 scripts, 406 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.elpais.com/dist/resources/js/ed7089ba2a40484f4aab104099c09b5b/ENP-section-front.js | 193 KB | 131 KB (68%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 77 KB (83%) | ✓ | 3rd |
| https://assets.adobedtm.com/0681c221600c/d0943e7fed9e/launch-90f4fb204f3b.min.js | 140 KB | 46 KB (33%) | ✓ | 3rd |
| https://fundingchoicesmessages.google.com/f/AGSKWxWl4OHVOhONFmrW5xi_scJ2jYwch61PP591wCtLQJVTlKBzlHvrAnxtgHVpItmxcNRmUnc2DlVHjXZ1d7PY | 70 KB | 35 KB (51%) | ✓ | 3rd |
| https://sdk.privacy-center.org/sdk/c8e2e67c354c0d6dec2981e079061b37f6a1f337/modern/sdk.c8e2e67c354c0d6dec2981e079061b37f6a1f337.js | 90 KB | 34 KB (38%) | ✓ | 3rd |
| https://ak-ads-ns.prisasd.com/slot/elpais/slot.js | 53 KB | 34 KB (65%) | ✓ | 3rd |
| https://sdk.mrf.io/statics/marfeel-sdk.js?id=2223 | 60 KB | 26 KB (44%) | ✓ | 3rd |
| https://sdk.privacy-center.org/sdk/c8e2e67c354c0d6dec2981e079061b37f6a1f337/modern/ui-web-en-web.c8e2e67c354c0d6dec2981e079061b37f6a1f337.js | 52 KB | 22 KB (43%) | ✓ | 3rd |
| https://smetrics.elpais.com/id?d_visid_ver=5.5.0&d_fieldgroup=MC&mcorgid=2387401053DB208C0A490D4C%40AdobeOrg&ts=1775592885394 | 1 KB | — | ✓ | 3rd |
| https://sdk.privacy-center.org/sdk/c8e2e67c354c0d6dec2981e079061b37f6a1f337/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_salesforce-dmp_salesforce-dmp_js.c8e2e67c354c0d6dec2981e079061b37f6a1f337.js | 1 KB | — | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization30 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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 Loading10 fonts (274 KB)PASS
Web fonts
10
274 KB total
Render-blocking
0
of 10
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 Hints7 hints, 0 missing preconnectsPASS
Current Resource Hints
7 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall108 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
elpais.com elpais.com | Other | 2152ms | 90 KB | — | €11/mo | Costly |
Unattributable Unattributable | Other | 2139ms | 0 KB | — | €11/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 1227ms | 140 KB | 33% | €6/mo | Costly |
static.elpais.com static.elpais.com | Other | 673ms | 193 KB | 68% | €4/mo | Costly |
js.datadome.co js.datadome.co | Other | 633ms | 43 KB | — | €3/mo | Costly |
sdk.privacy-center.org sdk.privacy-center.org | Other | 506ms | 90 KB | 38% | €3/mo | Costly |
fundingchoicesmessages.google.com fundingchoicesmessages.google.com | Other | 326ms | 70 KB | 51% | €2/mo | Costly |
es-config.sensic.net es-config.sensic.net | Other | 248ms | 31 KB | — | €1/mo | Costly |
cmp.prisa.com cmp.prisa.com | Other | 221ms | 8 KB | — | €1/mo | Costly |
ak-ads-ns.prisasd.com ak-ads-ns.prisasd.com | Other | 219ms | 53 KB | 65% | €1/mo | Costly |
sdk.mrf.io sdk.mrf.io | Other | 191ms | 60 KB | 44% | €1/mo | Optional |
sdk.privacy-center.org sdk.privacy-center.org | Other | 179ms | 52 KB | 43% | €1/mo | Optional |
static.prisa.com static.prisa.com | Other | 134ms | 36 KB | — | €1/mo | Optional |
static.prisa.com static.prisa.com | Other | 104ms | 19 KB | — | €1/mo | Optional |
fundingchoicesmessages.google.com fundingchoicesmessages.google.com | Other | 88ms | 4 KB | — | €0/mo | Optional |
accounts.google.com accounts.google.com | Other | 77ms | 93 KB | 83% | €0/mo | Optional |
elpais.com elpais.com | Other | 75ms | 37 KB | — | €0/mo | Optional |
sdk.privacy-center.org sdk.privacy-center.org | Other | 69ms | 1 KB | — | €0/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 59ms | 36 KB | — | €0/mo | Optional |
fundingchoicesmessages.google.com fundingchoicesmessages.google.com | Other | 52ms | 1 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- elpais.com adds 2152ms and costs ~€11/month
- Unattributable adds 2139ms and costs ~€11/month
- assets.adobedtm.com adds 1227ms and costs ~€6/month
- static.elpais.com adds 673ms and costs ~€4/month
- js.datadome.co adds 633ms and costs ~€3/month
- sdk.privacy-center.org adds 506ms and costs ~€3/month
- fundingchoicesmessages.google.com adds 326ms and costs ~€2/month
- es-config.sensic.net adds 248ms and costs ~€1/month
- cmp.prisa.com adds 221ms and costs ~€1/month
- ak-ads-ns.prisasd.com adds 219ms and costs ~€1/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
elpais.com takes 2152ms 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
Unattributable takes 2139ms 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
assets.adobedtm.com takes 1227ms 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.elpais.com takes 673ms 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
68% of static.elpais.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
js.datadome.co takes 633ms 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 506ms 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
fundingchoicesmessages.google.com takes 326ms 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
51% of fundingchoicesmessages.google.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
es-config.sensic.net takes 248ms 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
cmp.prisa.com takes 221ms 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
ak-ads-ns.prisasd.com takes 219ms 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
65% of ak-ads-ns.prisasd.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
83% of accounts.google.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