Performance
· 15 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.
2.46 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
121 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.051
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.90 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.
5.16 s
Page Load Progression
FPage Weight BudgetAction3.1 MB transferred, 74 requestsFIX
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
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
DJS BundlesAction20 scripts, 432 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-F4FCEM5J85&cx=c>m=4e64k0 | 158 KB | 67 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-57JPCLFY9Z&cx=c>m=4e64k0 | 158 KB | 66 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Z9V7YFW9ZK&cx=c>m=4e64k0 | 145 KB | 64 KB (44%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-VD16MRRKY3&cx=c>m=4e64k0 | 150 KB | 63 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PS6K4LP | 129 KB | 61 KB (48%) | ✓ | 3rd |
| https://cervantes.org/sites/public/produccion/files/js/js_lov-6XIpuvZUjoaqTvgQJM0SqWShUUsRON1FzDTuFms.js?scope=footer&delta=0&language=es&theme=ica_bootstrap_ic&include=eJxtkNtuwzAIhl_Iix8JYYdaZMRYhnTtnn5O2m6NtBsOH-LngIXqjBEPBytV21BC1k5x7ltDmbKKYDMacG0d48NNiw2gn0wGWeuFS1z2aCcgmg-RU_mchqTq5h1b_I2gdQKu7IEzwh_mHItoQvkwvwvXEopqEQLHEsswEy54e1Ns2vRK_Y24qji3106vZRbrU55rwNMXjFas44Ak-H2PifWhf2X6snjY50Bypw50a2o0w4VlpBaHCPW9_f8ybq5gW1rZfwBDo5Wt | 91 KB | 60 KB (66%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/gh/jfeltkamp/cookiesjsr@1/dist/cookiesjsr.min.js?v=1.0.13 | 109 KB | 50 KB (46%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/entreprise7pro-bootstrap@3.4.7/dist/js/bootstrap.min.js | 11 KB | — | ✓ | 3rd |
| https://cervantes.org/modules/custom/cookies_config/js/cookies_config.js?v=1.x | 1 KB | — | ✓ | 3rd |
| https://cervantes.org/sites/public/produccion/files/js/js_fQXajgLdcxakMdzDhRtmEI3_1V-JErx_5vLlCzpQfbQ.js?scope=footer&delta=5&language=es&theme=ica_bootstrap_ic&include=eJxtkNtuwzAIhl_Iix8JYYdaZMRYhnTtnn5O2m6NtBsOH-LngIXqjBEPBytV21BC1k5x7ltDmbKKYDMacG0d48NNiw2gn0wGWeuFS1z2aCcgmg-RU_mchqTq5h1b_I2gdQKu7IEzwh_mHItoQvkwvwvXEopqEQLHEsswEy54e1Ns2vRK_Y24qji3106vZRbrU55rwNMXjFas44Ak-H2PifWhf2X6snjY50Bypw50a2o0w4VlpBaHCPW9_f8ybq5gW1rZfwBDo5Wt | 31 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
FPage Weight InventoryAction74 resources · 3.1 MB · 432 KB savings availableFIX
~431.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 74 resources | 3.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
CJS Execution CostAction1118ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cervantes.org/ | 252ms | 4ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-F4FCEM5J85&cx=c>m=4e64k0 | 138ms | 118ms | 18ms | 3rd |
| Unattributable | 129ms | 3ms | 0ms | 3rd |
| https://cervantes.org/sites/public/produccion/files/js/js_fQXajgLdcxakMdzDhRtmEI3_1V-JErx_5vLlCzpQfbQ.js?scope=footer&delta=5&language=es&theme=ica_bootstrap_ic&include=eJxtkNtuwzAIhl_Iix8JYYdaZMRYhnTtnn5O2m6NtBsOH-LngIXqjBEPBytV21BC1k5x7ltDmbKKYDMacG0d48NNiw2gn0wGWeuFS1z2aCcgmg-RU_mchqTq5h1b_I2gdQKu7IEzwh_mHItoQvkwvwvXEopqEQLHEsswEy54e1Ns2vRK_Y24qji3106vZRbrU55rwNMXjFas44Ak-H2PifWhf2X6snjY50Bypw50a2o0w4VlpBaHCPW9_f8ybq5gW1rZfwBDo5Wt | 119ms | 50ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-57JPCLFY9Z&cx=c>m=4e64k0 | 102ms | 72ms | 22ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PS6K4LP | 99ms | 74ms | 22ms | 3rd |
| https://cervantes.org/sites/public/produccion/files/js/js_lov-6XIpuvZUjoaqTvgQJM0SqWShUUsRON1FzDTuFms.js?scope=footer&delta=0&language=es&theme=ica_bootstrap_ic&include=eJxtkNtuwzAIhl_Iix8JYYdaZMRYhnTtnn5O2m6NtBsOH-LngIXqjBEPBytV21BC1k5x7ltDmbKKYDMacG0d48NNiw2gn0wGWeuFS1z2aCcgmg-RU_mchqTq5h1b_I2gdQKu7IEzwh_mHItoQvkwvwvXEopqEQLHEsswEy54e1Ns2vRK_Y24qji3106vZRbrU55rwNMXjFas44Ak-H2PifWhf2X6snjY50Bypw50a2o0w4VlpBaHCPW9_f8ybq5gW1rZfwBDo5Wt | 89ms | 44ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-VD16MRRKY3&cx=c>m=4e64k0 | 73ms | 46ms | 18ms | 3rd |
| https://cdn.jsdelivr.net/gh/jfeltkamp/cookiesjsr@1/dist/cookiesjsr.min.js?v=1.0.13 | 59ms | 51ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Z9V7YFW9ZK&cx=c>m=4e64k0 | 58ms | 44ms | 14ms | 3rd |
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 Loading11 fonts (1616 KB)PASS
Web fonts
11
1616 KB total
Render-blocking
0
of 11
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~1115 KB and ~2230 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall74 requests over 7310msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cervantes.org cervantes.org | Other | 252ms | 28 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 138ms | 158 KB | 43% | €2/mo | Optional |
Unattributable Unattributable | Other | 129ms | 0 KB | — | €1/mo | Optional |
cervantes.org cervantes.org | Other | 119ms | 31 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 102ms | 158 KB | 42% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 99ms | 129 KB | 48% | €1/mo | Optional |
cervantes.org cervantes.org | Other | 89ms | 91 KB | 66% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 73ms | 150 KB | 42% | €1/mo | Optional |
jsDelivr cdn.jsdelivr.net | CDN | 59ms | 109 KB | 46% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 58ms | 145 KB | 44% | €1/mo | Optional |
These scripts may cost more than they're worth
- cervantes.org adds 252ms 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
cervantes.org takes 252ms 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
66% of cervantes.org'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