Performance
· 14 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.
973 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
286 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.33 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.
3.33 s
Page Load Progression
FPage Weight BudgetAction5.7 MB transferred, 104 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
DJS Execution CostAction2287ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://elpais.com/ | 677ms | 30ms | 4ms | 3rd |
| Unattributable | 561ms | 118ms | 0ms | 3rd |
| https://assets.adobedtm.com/0681c221600c/d0943e7fed9e/launch-90f4fb204f3b.min.js | 318ms | 270ms | 32ms | 3rd |
| https://sdk.privacy-center.org/sdk/c8e2e67c354c0d6dec2981e079061b37f6a1f337/modern/sdk.c8e2e67c354c0d6dec2981e079061b37f6a1f337.js | 202ms | 154ms | 22ms | 3rd |
| https://js.datadome.co/tags.js | 173ms | 153ms | 5ms | 3rd |
| https://static.elpais.com/dist/resources/js/ed7089ba2a40484f4aab104099c09b5b/ENP-section-front.js | 117ms | 70ms | 42ms | 3rd |
| https://fundingchoicesmessages.google.com/f/AGSKWxWl4OHVOhONFmrW5xi_scJ2jYwch61PP591wCtLQJVTlKBzlHvrAnxtgHVpItmxcNRmUnc2DlVHjXZ1d7PY | 115ms | 102ms | 12ms | 3rd |
| https://cmp.prisa.com/dist/cmp_ep.js | 71ms | 59ms | 1ms | 3rd |
| https://es-config.sensic.net/s2s-web.js | 53ms | 39ms | 8ms | 3rd |
DJS BundlesAction29 scripts, 408 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 | 36 KB (53%) | ✓ | 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 | 33 KB (63%) | ✓ | 3rd |
| https://sdk.mrf.io/statics/marfeel-sdk.js?id=2223 | 60 KB | 28 KB (47%) | ✓ | 3rd |
| https://sdk.privacy-center.org/sdk/c8e2e67c354c0d6dec2981e079061b37f6a1f337/modern/ui-web-en-web.c8e2e67c354c0d6dec2981e079061b37f6a1f337.js | 52 KB | 22 KB (43%) | ✓ | 3rd |
| https://assets.adobedtm.com/extensions/EPbf7b42aa08bc4f10879b1484195e80d1/AppMeasurement_Module_ActivityMap.min.js | 2 KB | — | ✓ | 3rd |
| blob:https://elpais.com/05b1a94d-7b63-4219-ae7e-48af26fe6c4a | -0 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 Optimization29 images, 0 KB saveableREVIEW
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 Loading13 fonts (366 KB)PASS
Web fonts
13
366 KB total
Render-blocking
0
of 13
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~22 KB and ~44 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall104 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 | 677ms | 91 KB | — | €4/mo | Costly |
Unattributable Unattributable | Other | 561ms | 0 KB | — | €3/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 318ms | 140 KB | 33% | €2/mo | Costly |
sdk.privacy-center.org sdk.privacy-center.org | Other | 202ms | 90 KB | 38% | €1/mo | Costly |
js.datadome.co js.datadome.co | Other | 173ms | 43 KB | — | €1/mo | Optional |
static.elpais.com static.elpais.com | Other | 117ms | 193 KB | 68% | €1/mo | Optional |
fundingchoicesmessages.google.com fundingchoicesmessages.google.com | Other | 115ms | 70 KB | 53% | €1/mo | Optional |
cmp.prisa.com cmp.prisa.com | Other | 71ms | 8 KB | — | €0/mo | Optional |
es-config.sensic.net es-config.sensic.net | Other | 53ms | 31 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- elpais.com adds 677ms and costs ~€4/month
- Unattributable adds 561ms and costs ~€3/month
- assets.adobedtm.com adds 318ms and costs ~€2/month
- sdk.privacy-center.org adds 202ms 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 677ms 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 561ms 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 318ms 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 202ms 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
53% 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