Skip to content
https://mundodeportivo.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

80
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
77
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.

1.16 s

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

2.05 s

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

131 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.

2.53 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.

4.74 s

Page Load Progression

380 ms
761 ms
1.1 s
1.5 s
1.9 s
2.3 s
2.7 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.5 MB transferred, 140 requests
FIX
3.5 MB transferred, 140 requests
Warning::
Page weighs 10.1 MB (3.5 MB transferred)
Warning::
JavaScript is 2.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.0 MB
Info::
Fonts are 526 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 526 KB
Warning::
140 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.74 g CO2 per page load
3.5 MB / 2.4 MB budget
3.5 MB transferred
140 requests
0.74 g CO2 per page load
JavaScript 2.0 MiB 57%
Images 781.2 KiB 22%
Fonts 525.8 KiB 15%
HTML 117.7 KiB 3%
CSS 64.0 KiB 2%
Other 23.8 KiB 1%
Other 22.9 KiB 1%
Other 6.8 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

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 (3.5 MiB of 3.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
45 scripts, 856 KB unused
FIX
45 scripts, 856 KB unused
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 135 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://rsc2.lavanguardia.com/js/accounts-v1001257...: 112 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://widgets.outbrain.com/outbrain.js: 86 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://dai.grupogodo.com/md/godo-adsx-nt.js?exten...: 81 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static2-v7.mundodeportivo.com/assets/globa...: 79 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 856 KB
856 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB135 KB (72%)3rd
https://rsc2.lavanguardia.com/js/accounts-v1001257.js135 KB112 KB (84%)3rd
https://widgets.outbrain.com/outbrain.js110 KB86 KB (79%)3rd
https://dai.grupogodo.com/md/godo-adsx-nt.js?extension108 KB81 KB (75%)3rd
https://static2-v7.mundodeportivo.com/assets/global.51cd2619ddb5ac51de2b.bundle.js?1776257918115 KB79 KB (69%)3rd
https://www.googletagmanager.com/gtag/js?id=G-KHXQ0540MR&cx=c&gtm=4e64k1144 KB62 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WK8X9CS162 KB59 KB (37%)3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js102 KB44 KB (44%)3rd
https://045b8894-d300-4d6e-9660-5d16b7c213f9.edge.permutive.app/045b8894-d300-4d6e-9660-5d16b7c213f9-web.js216 KB43 KB (20%)3rd
https://fundingchoicesmessages.google.com/i/55964524?ers=370 KB37 KB (54%)3rd

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
140 resources · 3.5 MB · 856 KB savings available
FIX
140 resources · 3.5 MB · 856 KB savings available
Warning::
Page weight 2.5 MB over 1MB target
Got: 3.5 MB Expected: ≤ 1 MB
Info::
~856 KB of savings available
Warning::
139 third-party resources (100% of weight)
Info::
2 resources over 200KB
140 resources · 3.5 MiB · 139 third-party 2.5 MiB over 1MB target
JavaScript 57% · 2.0 MiB
Image 22% · 781.9 KiB
Font 15% · 525.8 KiB
Document 3% · 117.8 KiB
CSS 2% · 64.0 KiB
Other 1% · 52.6 KiB

~856.3 KiB of savings available

Remove unused JavaScript: 856.3 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
59 images, 0 KB saveable
REVIEW
59 images, 0 KB saveable
Warning::
https://www.mundodeportivo.com/etc/static/especial... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
59 images 781 KB
0 oversized -0 KB
58 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1826ms total JS execution
REVIEW
1826ms total JS execution
Warning::
https://www.mundodeportivo.com/: 484ms CPU time
Warning::
Unattributable: 293ms CPU time
Info::
https://code.jquery.com/jquery-1.11.0.min.js: 181ms CPU time
Info::
https://sdk.privacy-center.org/sdk/22ecd6bfac93de6...: 128ms CPU time
Info::
https://static2-v7.mundodeportivo.com/assets/globa...: 102ms CPU time
Warning::
Third-party scripts: 1826ms (100% of total)

Main Thread Breakdown

Script Evaluation 52% Style & Layout 17% Other 16% Script Parsing & Compilation 7% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.mundodeportivo.com/484ms125ms3ms3rd
Unattributable293ms113ms0ms3rd
https://code.jquery.com/jquery-1.11.0.min.js181ms96ms5ms3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-es-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js128ms82ms6ms3rd
https://static2-v7.mundodeportivo.com/assets/global.51cd2619ddb5ac51de2b.bundle.js?1776257918102ms64ms10ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js97ms59ms14ms3rd
https://www.google-analytics.com/analytics.js97ms12ms6ms3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js92ms83ms9ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WK8X9CS65ms45ms13ms3rd
https://045b8894-d300-4d6e-9660-5d16b7c213f9.edge.permutive.app/045b8894-d300-4d6e-9660-5d16b7c213f9-web.js65ms41ms20ms3rd

Showing top 10 of 14 scripts

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
10 fonts (526 KB)
PASS
10 fonts (526 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

526 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.2 s LCP 2.1 shttps://fonts.gstatic.com/s/librefranklin/v19/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2jizDREVItHgc8qDIbSTKq4X... https://fonts.gstatic.com/s/librefranklin/v19/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2 — 28.7 KiB — 128 ms — font-display: swaphttps://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Bold.woff2SourceSerifPro-Bold.woff2 https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Bold.woff2 — 26.4 KiB — 91 ms — font-display: swaphttps://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Regular.woff2SourceSerifPro-Regular.... https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Regular.woff2 — 25.7 KiB — 95 ms — font-display: swaphttps://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Black.woff2SourceSerifPro-Black.woff2 https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Black.woff2 — 24.4 KiB — 96 ms — font-display: swaphttps://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-Bold.woff2LibreFranklin-Bold.woff2 https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-Bold.woff2 — 34.0 KiB — 103 ms — font-display: swaphttps://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-SemiBold.woff2LibreFranklin-SemiBold.... https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-SemiBold.woff2 — 29.0 KiB — 101 ms — font-display: swaphttps://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-Medium.woff2LibreFranklin-Medium.woff2 https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-Medium.woff2 — 19.3 KiB — 12 ms — font-display: swaphttps://static2-v7.mundodeportivo.com/assets/assets/iconsfont-v5.woff2iconsfont-v5.woff2 https://static2-v7.mundodeportivo.com/assets/assets/iconsfont-v5.woff2 — 190.2 KiB — 16 ms — font-display: swaphttps://fonts.gstatic.com/s/sourceserif4/v14/vEFI2_tTDB4M7-auWDN0ahZJW1gb8te1Xb7G.woff2vEFI2_tTDB4M7-auWDN0ahZ... https://fonts.gstatic.com/s/sourceserif4/v14/vEFI2_tTDB4M7-auWDN0ahZJW1gb8te1Xb7G.woff2 — 119.3 KiB — 86 ms — font-display: swaphttps://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2jizDREVItHgc8qDIbSTKq4X... https://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2 — 28.7 KiB — 66 ms — font-display: swap
jizDREVItHgc8qDIbSTKq4X... woff2 swap
Size 29 KB
Load time 128 ms
Start 168 ms
Risk FOUT — text flashes from fallback to web font
SourceSerifPro-Bold.woff2 woff2 swap
Size 26 KB
Load time 91 ms
Start 169 ms
Risk FOUT — text flashes from fallback to web font
SourceSerifPro-Regular.... woff2 swap
Size 26 KB
Load time 95 ms
Start 169 ms
Risk FOUT — text flashes from fallback to web font
SourceSerifPro-Black.woff2 woff2 swap
Size 24 KB
Load time 96 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
LibreFranklin-Bold.woff2 woff2 swap
Size 34 KB
Load time 103 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
LibreFranklin-SemiBold.... woff2 swap
Size 29 KB
Load time 101 ms
Start 170 ms
Risk FOUT — text flashes from fallback to web font
LibreFranklin-Medium.woff2 woff2 swap
Size 19 KB
Load time 12 ms
Start 345 ms
Risk FOUT — text flashes from fallback to web font
iconsfont-v5.woff2 woff2 swap
Size 190 KB
Load time 16 ms
Start 431 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
vEFI2_tTDB4M7-auWDN0ahZ... woff2 swap
Size 119 KB
Load time 86 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
jizDREVItHgc8qDIbSTKq4X... woff2 swap
Size 29 KB
Load time 66 ms
Start 1.3 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 ~155 KB and ~310 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
Network Waterfall
140 requests over 3527ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 2.1 shttps://mundodeportivo.com// https://mundodeportivo.com/ — 301 — 125 B — 40 ms — h2https://www.mundodeportivo.com/www.mundodeportivo.com/ https://www.mundodeportivo.com/ — 200 — 78.4 KiB — 116 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.js?network-code=55964524securepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js?network-code=55964524 — 200 — 35.0 KiB — 180 ms — h3https://sdk.privacy-center.org/3da070b4-2745-4eb6-8fc9-1fabe5f634e6/loader.js?target=www.mundodeportivo.comsdk.privacy-center.org/3da070b4-274... https://sdk.privacy-center.org/3da070b4-2745-4eb6-8fc9-1fabe5f634e6/loader.js?target=www.mundodeportivo.com — 200 — 37.9 KiB — 82 ms — h2https://rsc2.lavanguardia.com/js/godo-didomix-v1001225.jsrsc2.lavanguardia.com/js/godo-didom... https://rsc2.lavanguardia.com/js/godo-didomix-v1001225.js — 200 — 7.8 KiB — 58 ms — h2https://dai.grupogodo.com/md/utils.jsdai.grupogodo.com/md/utils.js https://dai.grupogodo.com/md/utils.js — 200 — 5.1 KiB — 67 ms — h2https://dai.grupogodo.com/md/adloader.jsdai.grupogodo.com/md/adloader.js https://dai.grupogodo.com/md/adloader.js — 200 — 1.5 KiB — 68 ms — h2https://es-config.sensic.net/s2s-web.jses-config.sensic.net/s2s-web.js https://es-config.sensic.net/s2s-web.js — 200 — 31.0 KiB — 80 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WK8X9CSwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WK8X9CS — 200 — 161.7 KiB — 238 ms — h2https://fonts.gstatic.com/s/librefranklin/v19/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2fonts.gstatic.com/s/librefranklin/v... https://fonts.gstatic.com/s/librefranklin/v19/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2 — 200 — 28.7 KiB — 128 ms — h3https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Bold.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Bold.woff2 — 200 — 26.4 KiB — 91 ms — h2https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Regular.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Regular.woff2 — 200 — 25.7 KiB — 95 ms — h2https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Black.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Black.woff2 — 200 — 24.4 KiB — 96 ms — h2https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-Bold.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-Bold.woff2 — 200 — 34.0 KiB — 103 ms — h2https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-SemiBold.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-SemiBold.woff2 — 200 — 29.0 KiB — 101 ms — h2https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@12/swip... https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css — 200 — 3.4 KiB — 13 ms — h2https://static2-v7.mundodeportivo.com/assets/screen.69da0275fe9cd0174b0d.css?1776257918static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/screen.69da0275fe9cd0174b0d.css?1776257918 — 200 — 49.2 KiB — 72 ms — h2https://static2-v7.mundodeportivo.com/assets/screenZD.496be485229c8268bfdc.css?1776257918static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/screenZD.496be485229c8268bfdc.css?1776257918 — 200 — 5.1 KiB — 57 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/09/23/614c8fa103c22.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/09/23/614c8fa103c22.png — 200 — 3.4 KiB — 8 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a57a2e95.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a57a2e95.png — 200 — 3.0 KiB — 5 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2024/07/15/66950fc9adc8a.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2024/07/15/66950fc9adc8a.png — 200 — 2.8 KiB — 6 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a8cf1dd0.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a8cf1dd0.png — 200 — 3.2 KiB — 5 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53ace156d4.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53ace156d4.png — 200 — 1.8 KiB — 3 ms — h2https://rsc2.mundodeportivo.com/css/web/xalok/md-resultsV7-v1000008.css?debug=rsc2.mundodeportivo.com/css/web/xal... https://rsc2.mundodeportivo.com/css/web/xalok/md-resultsV7-v1000008.css?debug= — 200 — 1.2 KiB — 99 ms — h2https://code.jquery.com/jquery-1.11.0.min.jscode.jquery.com/jquery-1.11.0.min.j... https://code.jquery.com/jquery-1.11.0.min.js — 200 — 32.9 KiB — 10 ms — h2https://code.jquery.com/jquery-migrate-1.2.1.min.jscode.jquery.com/jquery-migrate-1.2.... https://code.jquery.com/jquery-migrate-1.2.1.min.js — 200 — 3.1 KiB — 2 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.jscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js — 200 — 10.8 KiB — 3 ms — h2https://rsc2.mundodeportivo.com/css/web/generable/screens-v1000492.css?v=c7d0b436db2c7ddfb6f6425ff4530d49e44636b3rsc2.mundodeportivo.com/css/web/gen... https://rsc2.mundodeportivo.com/css/web/generable/screens-v1000492.css?v=c7d0b436db2c7ddfb6f6425ff4530d49e44636b3 — 200 — 3.9 KiB — 71 ms — h2https://sdk.mrf.io/statics/marfeel-sdk.js?id=846sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=846 — 200 — 60.2 KiB — 111 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 139 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 2.1 shttps://mundodeportivo.com// https://mundodeportivo.com/ — 301 — 125 B — 40 ms — h2https://www.mundodeportivo.com/www.mundodeportivo.com/ https://www.mundodeportivo.com/ — 200 — 78.4 KiB — 116 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.js?network-code=55964524securepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js?network-code=55964524 — 200 — 35.0 KiB — 180 ms — h3https://sdk.privacy-center.org/3da070b4-2745-4eb6-8fc9-1fabe5f634e6/loader.js?target=www.mundodeportivo.comsdk.privacy-center.org/3da070b4-274... https://sdk.privacy-center.org/3da070b4-2745-4eb6-8fc9-1fabe5f634e6/loader.js?target=www.mundodeportivo.com — 200 — 37.9 KiB — 82 ms — h2https://rsc2.lavanguardia.com/js/godo-didomix-v1001225.jsrsc2.lavanguardia.com/js/godo-didom... https://rsc2.lavanguardia.com/js/godo-didomix-v1001225.js — 200 — 7.8 KiB — 58 ms — h2https://dai.grupogodo.com/md/utils.jsdai.grupogodo.com/md/utils.js https://dai.grupogodo.com/md/utils.js — 200 — 5.1 KiB — 67 ms — h2https://dai.grupogodo.com/md/adloader.jsdai.grupogodo.com/md/adloader.js https://dai.grupogodo.com/md/adloader.js — 200 — 1.5 KiB — 68 ms — h2https://es-config.sensic.net/s2s-web.jses-config.sensic.net/s2s-web.js https://es-config.sensic.net/s2s-web.js — 200 — 31.0 KiB — 80 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WK8X9CSwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WK8X9CS — 200 — 161.7 KiB — 238 ms — h2https://fonts.gstatic.com/s/librefranklin/v19/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2fonts.gstatic.com/s/librefranklin/v... https://fonts.gstatic.com/s/librefranklin/v19/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2 — 200 — 28.7 KiB — 128 ms — h3https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Bold.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Bold.woff2 — 200 — 26.4 KiB — 91 ms — h2https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Regular.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Regular.woff2 — 200 — 25.7 KiB — 95 ms — h2https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Black.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/SourceSerifPro-Black.woff2 — 200 — 24.4 KiB — 96 ms — h2https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-Bold.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-Bold.woff2 — 200 — 34.0 KiB — 103 ms — h2https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-SemiBold.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-SemiBold.woff2 — 200 — 29.0 KiB — 101 ms — h2https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.csscdn.jsdelivr.net/npm/swiper@12/swip... https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css — 200 — 3.4 KiB — 13 ms — h2https://static2-v7.mundodeportivo.com/assets/screen.69da0275fe9cd0174b0d.css?1776257918static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/screen.69da0275fe9cd0174b0d.css?1776257918 — 200 — 49.2 KiB — 72 ms — h2https://static2-v7.mundodeportivo.com/assets/screenZD.496be485229c8268bfdc.css?1776257918static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/screenZD.496be485229c8268bfdc.css?1776257918 — 200 — 5.1 KiB — 57 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/09/23/614c8fa103c22.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/09/23/614c8fa103c22.png — 200 — 3.4 KiB — 8 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a57a2e95.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a57a2e95.png — 200 — 3.0 KiB — 5 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2024/07/15/66950fc9adc8a.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2024/07/15/66950fc9adc8a.png — 200 — 2.8 KiB — 6 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a8cf1dd0.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a8cf1dd0.png — 200 — 3.2 KiB — 5 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53ace156d4.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53ace156d4.png — 200 — 1.8 KiB — 3 ms — h2https://rsc2.mundodeportivo.com/css/web/xalok/md-resultsV7-v1000008.css?debug=rsc2.mundodeportivo.com/css/web/xal... https://rsc2.mundodeportivo.com/css/web/xalok/md-resultsV7-v1000008.css?debug= — 200 — 1.2 KiB — 99 ms — h2https://code.jquery.com/jquery-1.11.0.min.jscode.jquery.com/jquery-1.11.0.min.j... https://code.jquery.com/jquery-1.11.0.min.js — 200 — 32.9 KiB — 10 ms — h2https://code.jquery.com/jquery-migrate-1.2.1.min.jscode.jquery.com/jquery-migrate-1.2.... https://code.jquery.com/jquery-migrate-1.2.1.min.js — 200 — 3.1 KiB — 2 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.jscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js — 200 — 10.8 KiB — 3 ms — h2https://rsc2.mundodeportivo.com/css/web/generable/screens-v1000492.css?v=c7d0b436db2c7ddfb6f6425ff4530d49e44636b3rsc2.mundodeportivo.com/css/web/gen... https://rsc2.mundodeportivo.com/css/web/generable/screens-v1000492.css?v=c7d0b436db2c7ddfb6f6425ff4530d49e44636b3 — 200 — 3.9 KiB — 71 ms — h2https://sdk.mrf.io/statics/marfeel-sdk.js?id=846sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=846 — 200 — 60.2 KiB — 111 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 139 ms — h2https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 116 ms — h2https://static2-v7.mundodeportivo.com/assets/global.51cd2619ddb5ac51de2b.bundle.js?1776257918static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/global.51cd2619ddb5ac51de2b.bundle.js?1776257918 — 200 — 114.6 KiB — 108 ms — h2https://rsc2.mundodeportivo.com/js/godo-base1x-v1000606.jsrsc2.mundodeportivo.com/js/godo-bas... https://rsc2.mundodeportivo.com/js/godo-base1x-v1000606.js — 200 — 31.1 KiB — 82 ms — h2https://rsc2.lavanguardia.com/js/accounts-v1001257.jsrsc2.lavanguardia.com/js/accounts-v... https://rsc2.lavanguardia.com/js/accounts-v1001257.js — 200 — 134.6 KiB — 20 ms — h2https://static2-v7.mundodeportivo.com/assets/home.eca14572b5301acb1b5a.bundle.js?1776257918static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/home.eca14572b5301acb1b5a.bundle.js?1776257918 — 200 — 769 B — 60 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53b16cefbe.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53b16cefbe.png — 200 — 2.8 KiB — 63 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a06964c1.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a06964c1.png — 200 — 2.9 KiB — 65 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a73a2a57.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a73a2a57.png — 200 — 3.9 KiB — 67 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2022/06/23/62b43da85ba01.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2022/06/23/62b43da85ba01.png — 200 — 3.3 KiB — 68 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53aecd5679.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53aecd5679.png — 200 — 3.4 KiB — 70 ms — h2https://www.mundodeportivo.com/etc/static/especial/hemeroteca-md/hemeroteca-md.jpg?code=mvwww.mundodeportivo.com/etc/static/e... https://www.mundodeportivo.com/etc/static/especial/hemeroteca-md/hemeroteca-md.jpg?code=mv — 200 — 305.9 KiB — 133 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53b4502f85.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53b4502f85.png — 200 — 2.8 KiB — 97 ms — h2https://17768975165324ad262f8192bad354f67df2b7c52fcdcea43808a8c8.trk.sensic.net/tp.gif?m=MundodeportivoWeb&r=www.mundodeportivo.com&p=es1&instanceid=17768975165324AD262F8192BAD354F67DF2B7C52FCDCEA43808A8C8&ipad=false&redirect=manual17768975165324ad262f8192bad354f67df... https://17768975165324ad262f8192bad354f67df2b7c52fcdcea43808a8c8.trk.sensic.net/tp.gif?m=MundodeportivoWeb&r=www.mundodeportivo.com&p=es1&instanceid=17768975165324AD262F8192BAD354F67DF2B7C52FCDCEA43808A8C8&ipad=false&redirect=manual — 204 — 363 B — 184 ms — h2https://es1-s2s.sensic.net/es1-s2s.sensic.net/ https://es1-s2s.sensic.net/ — 204 — 295 B — 410 ms — h2https://es-config.sensic.net/3pc.htmles-config.sensic.net/3pc.html https://es-config.sensic.net/3pc.html — 200 — 29.8 KiB — 81 ms — h2https://045b8894-d300-4d6e-9660-5d16b7c213f9.edge.permutive.app/045b8894-d300-4d6e-9660-5d16b7c213f9-web.js045b8894-d300-4d6e-9660-5d16b7c213f... https://045b8894-d300-4d6e-9660-5d16b7c213f9.edge.permutive.app/045b8894-d300-4d6e-9660-5d16b7c213f9-web.js — 200 — 216.0 KiB — 150 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53abae0628.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53abae0628.png — 200 — 2.5 KiB — 37 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/12/13/61b71a3598745.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/12/13/61b71a3598745.png — 200 — 3.1 KiB — 39 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a0c191f8.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a0c191f8.png — 200 — 2.5 KiB — 40 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53b2c74e53.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53b2c74e53.png — 200 — 3.2 KiB — 41 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a4f2cd09.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a4f2cd09.png — 200 — 1.7 KiB — 41 ms — h2https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-Medium.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/LibreFranklin-Medium.woff2 — 200 — 19.3 KiB — 12 ms — h2https://service.wemass.com/dmp/cea5524788f821b6687cfc6c8027a6b8.jsservice.wemass.com/dmp/cea5524788f8... https://service.wemass.com/dmp/cea5524788f821b6687cfc6c8027a6b8.js — 200 — 40.8 KiB — 59 ms — http/1.1https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a46305f5.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a46305f5.png — 200 — 2.7 KiB — 34 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a42d8b4e.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53a42d8b4e.png — 200 — 3.6 KiB — 35 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53aeb22fc9.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53aeb22fc9.png — 200 — 2.7 KiB — 45 ms — h2https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53b0c0639a.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_36_36/uploads/2021/07/19/60f53b0c0639a.png — 200 — 3.4 KiB — 36 ms — h2https://servg1.net/o.js?uid=ef76357b71c3d1788b2e0472servg1.net/o.js?uid=ef76357b71c3d17... https://servg1.net/o.js?uid=ef76357b71c3d1788b2e0472 — 200 — 3.0 KiB — 362 ms — h2https://static2-v7.mundodeportivo.com/assets/assets/iconsfont-v5.woff2static2-v7.mundodeportivo.com/asset... https://static2-v7.mundodeportivo.com/assets/assets/iconsfont-v5.woff2 — 200 — 190.2 KiB — 16 ms — h2https://imagenes2.mundodeportivo.com/files/image_614_300/files/fp/uploads/2026/04/22/69e92f41eca0a.r_d.1512-1113-2047.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_614_300/files/fp/uploads/2026/04/22/69e92f41eca0a.r_d.1512-1113-2047.jpeg — 200 — 31.1 KiB — 9 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/22/69e92eabe69e9.r_d.870-797-1133.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/22/69e92eabe69e9.r_d.870-797-1133.jpeg — 200 — 6.2 KiB — 11 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e93bedd3f41.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e93bedd3f41.jpeg — 200 — 3.3 KiB — 13 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e9313df3b71.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e9313df3b71.jpeg — 200 — 7.4 KiB — 18 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/22/69e942614303b.r_d.40-488-1897.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/22/69e942614303b.r_d.40-488-1897.jpeg — 200 — 4.7 KiB — 19 ms — h2https://imagenes2.mundodeportivo.com/files/image_153_153/uploads/2022/02/11/62069a1035090.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_153_153/uploads/2022/02/11/62069a1035090.png — 200 — 19.7 KiB — 16 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/22/69e925cc491d5.r_d.996-979-780.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/22/69e925cc491d5.r_d.996-979-780.jpeg — 200 — 7.0 KiB — 16 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e92072b7515.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e92072b7515.jpeg — 200 — 9.3 KiB — 24 ms — h2https://www.mundodeportivo.com/solomoto/clasificados/project/solomoto/banner_buscador.phpwww.mundodeportivo.com/solomoto/cla... https://www.mundodeportivo.com/solomoto/clasificados/project/solomoto/banner_buscador.php — 200 — 9.5 KiB — 106 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e917f9d7bcb.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e917f9d7bcb.jpeg — 200 — 11.6 KiB — 6 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e925cc491d5.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e925cc491d5.jpeg — 200 — 11.3 KiB — 8 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e917e5ac174.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e917e5ac174.jpeg — 200 — 9.1 KiB — 9 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e91e2ddd7ab.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e91e2ddd7ab.jpeg — 200 — 9.5 KiB — 11 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/files/fp/uploads/2026/04/22/69e91f6ac42dd.r_d.1519-1029-1155.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/files/fp/uploads/2026/04/22/69e91f6ac42dd.r_d.1519-1029-1155.jpeg — 200 — 13.0 KiB — 15 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e923ae48e87.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e923ae48e87.jpeg — 200 — 12.2 KiB — 18 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e91f5eab280.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e91f5eab280.jpeg — 200 — 8.8 KiB — 15 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/23/69e9490b83a84.r_d.1105-684-680.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/23/69e9490b83a84.r_d.1105-684-680.jpeg — 200 — 7.0 KiB — 23 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e926059c14a.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e926059c14a.jpeg — 200 — 7.3 KiB — 20 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/files/fp/uploads/2026/04/22/69e92f7636e86.r_d.465-221-3713.pngimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/files/fp/uploads/2026/04/22/69e92f7636e86.r_d.465-221-3713.png — 200 — 83.3 KiB — 25 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e93b4599204.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e93b4599204.jpeg — 200 — 8.4 KiB — 11 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/22/69e91a1c7e5e5.r_d.1500-1000-500.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/22/69e91a1c7e5e5.r_d.1500-1000-500.jpeg — 200 — 8.1 KiB — 11 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/22/69e92976f2b3e.r_d.1626-546-587.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/04/22/69e92976f2b3e.r_d.1626-546-587.jpeg — 200 — 6.8 KiB — 13 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e92ea90f218.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e92ea90f218.jpeg — 200 — 6.3 KiB — 8 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_300/uploads/2026/04/22/69e94259076c5.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_300/uploads/2026/04/22/69e94259076c5.jpeg — 200 — 20.8 KiB — 8 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 84 ms — h3https://dai.grupogodo.com/md/godo-adsx-nt.js?extensiondai.grupogodo.com/md/godo-adsx-nt.j... https://dai.grupogodo.com/md/godo-adsx-nt.js?extension — 200 — 108.0 KiB — 45 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e911a60ef96.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e911a60ef96.jpeg — 200 — 6.2 KiB — 9 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/01/02/69578b4723d23.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/01/02/69578b4723d23.jpeg — 200 — 4.3 KiB — 10 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/03/29/69c92ba96802e.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/03/29/69c92ba96802e.jpeg — 200 — 5.2 KiB — 12 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e908eb98698.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/uploads/2026/04/22/69e908eb98698.jpeg — 200 — 5.2 KiB — 15 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/21/69e79e32eb248.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/21/69e79e32eb248.jpeg — 200 — 11.1 KiB — 16 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/02/21/69999ccbe1b8f.r_d.2109-1139-500.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/02/21/69999ccbe1b8f.r_d.2109-1139-500.jpeg — 200 — 6.0 KiB — 17 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2025/11/25/6925e86a25a19.r_d.545-688-1389.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2025/11/25/6925e86a25a19.r_d.545-688-1389.jpeg — 200 — 4.6 KiB — 4 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_300/files/fp/uploads/2026/04/22/69e88bbd1f729.r_d.419-178-8475.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_300/files/fp/uploads/2026/04/22/69e88bbd1f729.r_d.419-178-8475.jpeg — 200 — 13.1 KiB — 7 ms — h2https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/03/16/69b7cab6afc85.r_d.1720-1243-500.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_150_155/files/fp/uploads/2026/03/16/69b7cab6afc85.r_d.1720-1243-500.jpeg — 200 — 8.0 KiB — 8 ms — h2https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e93c427654b.jpegimagenes2.mundodeportivo.com/files/... https://imagenes2.mundodeportivo.com/files/image_290_143/uploads/2026/04/22/69e93c427654b.jpeg — 200 — 13.2 KiB — 5 ms — h2https://stories.mundodeportivo.com/optimize-v7/app.optimize.v7.min.js?c=v006stories.mundodeportivo.com/optimize... https://stories.mundodeportivo.com/optimize-v7/app.optimize.v7.min.js?c=v006 — 200 — 2.5 KiB — 4 ms — h2https://www.googletagmanager.com/gtag/js?id=G-KHXQ0540MR&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-KHXQ0540MR&cx=c&gtm=4e64k1 — 200 — 144.2 KiB — 49 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=840520214&t=pageview&_s=1&dl=https%3A%2F%2Fwww.mundodeportivo.com%2F&dp=%2F&ul=en-us&dt=Mundo%20Deportivo%20%7C%20Noticias%20deportivas%3A%20F%C3%BAtbol%2C%20motor%2C%20tenis%20y%20m%C3%A1s&sr=800x600&vp=1350x940&_u=aGDAgEABAAAAACAAI~&jid=1288913667&gjid=320953604&cid=820024858.1776897517&tid=UA-1457125-1&_gid=1837806607.1776897517&_slc=1&gtm=45He64k1n81WK8X9CSv834035448za200zd834035448&cd2=MD&cd3=anonimo&cd4=abierto-libre&cd6=homepage&cd8=sin-firma&cd9=web&cd14=homepage&cd26=Mundo%20Deportivo%20%7C%20Noticias%20deportivas%3A%20F%C3%BAtbol%2C%20motor%2C%20tenis%20y%20m%C3%A1s&cd64=&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tcfd=10001&tag_exp=0~115938466~115938468~117266401&npa=1&z=637183258www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=840520214&t=pageview&_s=1&dl=https%3A%2F%2Fwww.mundodeportivo.com%2F&dp=%2F&ul=en-us&dt=Mundo%20Deportivo%20%7C%20Noticias%20deportivas%3A%20F%C3%BAtbol%2C%20motor%2C%20tenis%20y%20m%C3%A1s&sr=800x600&vp=1350x940&_u=aGDAgEABAAAAACAAI~&jid=1288913667&gjid=320953604&cid=820024858.1776897517&tid=UA-1457125-1&_gid=1837806607.1776897517&_slc=1&gtm=45He64k1n81WK8X9CSv834035448za200zd834035448&cd2=MD&cd3=anonimo&cd4=abierto-libre&cd6=homepage&cd8=sin-firma&cd9=web&cd14=homepage&cd26=Mundo%20Deportivo%20%7C%20Noticias%20deportivas%3A%20F%C3%BAtbol%2C%20motor%2C%20tenis%20y%20m%C3%A1s&cd64=&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tcfd=10001&tag_exp=0~115938466~115938468~117266401&npa=1&z=637183258 — 200 — 457 B — 31 ms — h2https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-1457125-1&cid=820024858.1776897517&jid=1288913667&gjid=320953604&_gid=1837806607.1776897517&npa=1&_u=aGDAgEABAAAAAGAAI~&z=1236505350stats.g.doubleclick.net/j/collect?t... https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-1457125-1&cid=820024858.1776897517&jid=1288913667&gjid=320953604&_gid=1837806607.1776897517&npa=1&_u=aGDAgEABAAAAAGAAI~&z=1236505350 — 200 — 655 B — 87 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=840520214&t=pageview&_s=1&dl=https%3A%2F%2Fwww.mundodeportivo.com%2F&dp=%2F&ul=en-us&dt=Mundo%20Deportivo%20%7C%20Noticias%20deportivas%3A%20F%C3%BAtbol%2C%20motor%2C%20tenis%20y%20m%C3%A1s&sr=800x600&vp=1350x940&_u=aGDAgEABAAAAAGAAI~&jid=1643315562&gjid=1303316227&cid=820024858.1776897517&tid=UA-1457125-27&_gid=1837806607.1776897517&_slc=1&gtm=45He64k1n81WK8X9CSv834035448za200zd834035448&cd2=MD&cd3=anonimo&cd4=abierto-libre&cd6=homepage&cd8=sin-firma&cd9=web&cd14=homepage&cd26=Mundo%20Deportivo%20%7C%20Noticias%20deportivas%3A%20F%C3%BAtbol%2C%20motor%2C%20tenis%20y%20m%C3%A1s&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tcfd=10001&tag_exp=0~115938466~115938468~117266401&npa=1&z=422474722www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=840520214&t=pageview&_s=1&dl=https%3A%2F%2Fwww.mundodeportivo.com%2F&dp=%2F&ul=en-us&dt=Mundo%20Deportivo%20%7C%20Noticias%20deportivas%3A%20F%C3%BAtbol%2C%20motor%2C%20tenis%20y%20m%C3%A1s&sr=800x600&vp=1350x940&_u=aGDAgEABAAAAAGAAI~&jid=1643315562&gjid=1303316227&cid=820024858.1776897517&tid=UA-1457125-27&_gid=1837806607.1776897517&_slc=1&gtm=45He64k1n81WK8X9CSv834035448za200zd834035448&cd2=MD&cd3=anonimo&cd4=abierto-libre&cd6=homepage&cd8=sin-firma&cd9=web&cd14=homepage&cd26=Mundo%20Deportivo%20%7C%20Noticias%20deportivas%3A%20F%C3%BAtbol%2C%20motor%2C%20tenis%20y%20m%C3%A1s&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tcfd=10001&tag_exp=0~115938466~115938468~117266401&npa=1&z=422474722 — 200 — 71 B — 30 ms — h2https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-1457125-27&cid=820024858.1776897517&jid=1643315562&gjid=1303316227&_gid=1837806607.1776897517&npa=1&_u=aGDAgEABAAAAAGAAI~&z=6494511stats.g.doubleclick.net/j/collect?t... https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-1457125-27&cid=820024858.1776897517&jid=1643315562&gjid=1303316227&_gid=1837806607.1776897517&npa=1&_u=aGDAgEABAAAAAGAAI~&z=6494511 — 200 — 70 B — 80 ms — h2https://cdnjs.cloudflare.com/ajax/libs/lazyloadjs/3.2.2/lazyload.min.jscdnjs.cloudflare.com/ajax/libs/lazy... https://cdnjs.cloudflare.com/ajax/libs/lazyloadjs/3.2.2/lazyload.min.js — 200 — 2.1 KiB — 76 ms — h2https://cdn.jwplayer.com/libraries/7lOBAPdy.jscdn.jwplayer.com/libraries/7lOBAPdy... https://cdn.jwplayer.com/libraries/7lOBAPdy.js — 200 — 65.6 KiB — 170 ms — h2https://ssl.p.jwpcdn.com/player/v/8.26.7/jwplayer.core.controls.jsssl.p.jwpcdn.com/player/v/8.26.7/jw... https://ssl.p.jwpcdn.com/player/v/8.26.7/jwplayer.core.controls.js — 200 — 77.2 KiB — 47 ms — h2https://www.gstatic.com/firebasejs/8.6.7/firebase-app.jswww.gstatic.com/firebasejs/8.6.7/fi... https://www.gstatic.com/firebasejs/8.6.7/firebase-app.js — 200 — 7.3 KiB — 116 ms — h2https://www.gstatic.com/firebasejs/8.6.2/firebase-messaging.jswww.gstatic.com/firebasejs/8.6.2/fi... https://www.gstatic.com/firebasejs/8.6.2/firebase-messaging.js — 200 — 10.8 KiB — 122 ms — h2https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swapfonts.googleapis.com/css2?family=Li... https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap — 200 — 1.3 KiB — 103 ms — h2https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.3 KiB — 11 ms — h2https://www.mundodeportivo.com/solomoto/clasificados/assets/images/logos/logo_md_solomoto_v_500x183.pngwww.mundodeportivo.com/solomoto/cla... https://www.mundodeportivo.com/solomoto/clasificados/assets/images/logos/logo_md_solomoto_v_500x183.png — 200 — 25.1 KiB — 10 ms — h2https://widgets.outbrain.com/outbrain.jswidgets.outbrain.com/outbrain.js https://widgets.outbrain.com/outbrain.js — 200 — 109.6 KiB — 59 ms — h2https://godo.spxl.socy.es/pixel/js/GODO_816_926_112/godo.spxl.socy.es/pixel/js/GODO_816... https://godo.spxl.socy.es/pixel/js/GODO_816_926_112/ — 200 — 9.4 KiB — 87 ms — h2https://cdn.socy.cloud/GODO/amixk/GODO_816_926_112/527/13f320e7b5ead1024ac95c3b208610db/459/1/ZZ/matjson/v4.json/homepagecdn.socy.cloud/GODO/amixk/GODO_816_... https://cdn.socy.cloud/GODO/amixk/GODO_816_926_112/527/13f320e7b5ead1024ac95c3b208610db/459/1/ZZ/matjson/v4.json/homepage — 200 — 20.6 KiB — 90 ms — h3https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 101.7 KiB — 39 ms — h2https://stories.mundodeportivo.com/optimize-v7/global/app.autorefresh.min.js?v=v006stories.mundodeportivo.com/optimize... https://stories.mundodeportivo.com/optimize-v7/global/app.autorefresh.min.js?v=v006 — 200 — 922 B — 9 ms — h2https://stories.mundodeportivo.com/optimize-v7/home/app.home.min.js?v=v006stories.mundodeportivo.com/optimize... https://stories.mundodeportivo.com/optimize-v7/home/app.home.min.js?v=v006 — 200 — 819 B — 13 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/sourceserif4/v14/vEFI2_tTDB4M7-auWDN0ahZJW1gb8te1Xb7G.woff2fonts.gstatic.com/s/sourceserif4/v1... https://fonts.gstatic.com/s/sourceserif4/v14/vEFI2_tTDB4M7-auWDN0ahZJW1gb8te1Xb7G.woff2 — 200 — 119.3 KiB — 86 ms — h3https://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2fonts.gstatic.com/s/librefranklin/v... https://fonts.gstatic.com/s/librefranklin/v20/jizDREVItHgc8qDIbSTKq4XkRiUf2zcZiVbJ.woff2 — 200 — 28.7 KiB — 66 ms — h3blob:https://www.mundodeportivo.com/4c73ed85-4f67-48e7-832d-4752f0c3da02www.mundodeportivo.com/4c73ed85-4f6... blob:https://www.mundodeportivo.com/4c73ed85-4f67-48e7-832d-4752f0c3da02 — 200 — -1 B — 57 ms — blobhttps://fundingchoicesmessages.google.com/i/55964524?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/55964524?ers=3 — 200 — 69.8 KiB — 148 ms — h2https://servg1.net/px.gif?ch=1&rn=6.721137059263874servg1.net/px.gif?ch=1&rn=6.7211370... https://servg1.net/px.gif?ch=1&rn=6.721137059263874 — 200 — 1.1 KiB — 121 ms — h2https://servg1.net/px.gif?ch=2&rn=6.721137059263874servg1.net/px.gif?ch=2&rn=6.7211370... https://servg1.net/px.gif?ch=2&rn=6.721137059263874 — 200 — 1.1 KiB — 118 ms — h2https://api.permutive.com/v2.0/watson?k=eef148c2-9875-47de-a74e-1f63e078551bapi.permutive.com/v2.0/watson?k=eef... https://api.permutive.com/v2.0/watson?k=eef148c2-9875-47de-a74e-1f63e078551b — 200 — 738 B — 73 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-KHXQ0540MR&gtm=45je64k1v9171507699z8834035448za20gzb834035448zd834035448&_p=1776897516507&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&are=1&cid=820024858.1776897517&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542&sid=1776897517&sct=1&seg=0&dl=https%3A%2F%2Fwww.mundodeportivo.com%2F&dt=Mundo%20Deportivo%20%7C%20Noticias%20deportivas%3A%20F%C3%BAtbol%2C%20motor%2C%20tenis%20y%20m%C3%A1s&en=page_view&_fv=1&_ss=1&ep.ad_unitname=%2F55964524%2Fmd_w%2Fp&ep.content_id=homepage&ep.page_editorial_section_level1=homepage&ep.platform_name=web&ep.company_name=MD&ep.webtype=homepage&ep.content_author_name=sin-firma&ep.ismonetized=true&ep.content_access=abierto&ep.nav_previous_url=&ep.tech_container_version=98&ep.tech_gtm_container_id=GTM-WK8X9CS&ep.tech_cms=xalok&ep.tech_environment=pro&ep.page_url_path=%2F&up.user_ga_client_id=GA1.2.820024858.1776897517&tfd=1566region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-KHXQ0540MR&gtm=45je64k1v9171507699z8834035448za20gzb834035448zd834035448&_p=1776897516507&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&are=1&cid=820024858.1776897517&frm=0&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~117512542&sid=1776897517&sct=1&seg=0&dl=https%3A%2F%2Fwww.mundodeportivo.com%2F&dt=Mundo%20Deportivo%20%7C%20Noticias%20deportivas%3A%20F%C3%BAtbol%2C%20motor%2C%20tenis%20y%20m%C3%A1s&en=page_view&_fv=1&_ss=1&ep.ad_unitname=%2F55964524%2Fmd_w%2Fp&ep.content_id=homepage&ep.page_editorial_section_level1=homepage&ep.platform_name=web&ep.company_name=MD&ep.webtype=homepage&ep.content_author_name=sin-firma&ep.ismonetized=true&ep.content_access=abierto&ep.nav_previous_url=&ep.tech_container_version=98&ep.tech_gtm_container_id=GTM-WK8X9CS&ep.tech_cms=xalok&ep.tech_environment=pro&ep.page_url_path=%2F&up.user_ga_client_id=GA1.2.820024858.1776897517&tfd=1566 — 204 — 554 B — 235 ms — h2https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-es-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-es-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 59.4 KiB — 34 ms — h3https://widget-pixels.outbrain.com/widget/detect/px.gif?ch=1widget-pixels.outbrain.com/widget/d... https://widget-pixels.outbrain.com/widget/detect/px.gif?ch=1 — 200 — 389 B — 63 ms — h2https://godo.spxl.socy.es/pixel.json?t=GODO_816_926_112&r=&h=https%3A%2F%2Fwww.mundodeportivo.com%2F&_ga=GA1.1.820024858.1776897517&_gid=GA1.2.1837806607.1776897517&_uid=GA1.1.820024858.1776897517&_tcode=articlegodo.spxl.socy.es/pixel.json?t=GODO... https://godo.spxl.socy.es/pixel.json?t=GODO_816_926_112&r=&h=https%3A%2F%2Fwww.mundodeportivo.com%2F&_ga=GA1.1.820024858.1776897517&_gid=GA1.2.1837806607.1776897517&_uid=GA1.1.820024858.1776897517&_tcode=article — 200 — 5.9 KiB — 110 ms — h2https://sb.scorecardresearch.com/beacon.jssb.scorecardresearch.com/beacon.js https://sb.scorecardresearch.com/beacon.js — 200 — 6.7 KiB — 57 ms — h2https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_9O5Ssrp-Rb6CiJew_TBmeg&experimentType=HeadlineAB&version=esnextmarfeelexperimentsexperienceengine.... https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?id=AC_9O5Ssrp-Rb6CiJew_TBmeg&experimentType=HeadlineAB&version=esnext — 200 — 12.2 KiB — 129 ms — h2https://servg1.net/?uid=613bb0d66b6a5524b8fb18d3&oab=1servg1.net/?uid=613bb0d66b6a5524b8f... https://servg1.net/?uid=613bb0d66b6a5524b8fb18d3&oab=1 — 200 — 997 B — 117 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 42 ms — h3https://servg1.net/?uid=613bb0d66b6a5524b8fb18d3&oab=1&puburl=https%253A%252F%252Fwww.mundodeportivo.com%252F&sessId=5fa1d6ec13772460servg1.net/?uid=613bb0d66b6a5524b8f... https://servg1.net/?uid=613bb0d66b6a5524b8fb18d3&oab=1&puburl=https%253A%252F%252Fwww.mundodeportivo.com%252F&sessId=5fa1d6ec13772460 — 200 — 743 B — 120 ms — h2https://static.servg1.net/m.jsstatic.servg1.net/m.js https://static.servg1.net/m.js — 200 — 4.2 KiB — 55 ms — h2https://cdn.insurads.com/bootstrap/BLRMRVAB.jscdn.insurads.com/bootstrap/BLRMRVAB... https://cdn.insurads.com/bootstrap/BLRMRVAB.js — 200 — 3.9 KiB — 85 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxUC6067pV3ykKm06kkDjiMk2WIty0GRQzJLEBA8d9Cpzi5_maQXnklMhAfnAIDEruj1RDwsx3xRRcBakfWc05YSAs1FmGBo6xyxcbuylCVnjnezH-7LA_x64Qit-H1ihegCvVwJIg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUC6067pV3ykKm06kkDjiMk2WIty0GRQzJLEBA8d9Cpzi5_maQXnklMhAfnAIDEruj1RDwsx3xRRcBakfWc05YSAs1FmGBo6xyxcbuylCVnjnezH-7LA_x64Qit-H1ihegCvVwJIg== — 204 — 28 B — 88 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUC6067pV3ykKm06kkDjiMk2WIty0GRQzJLEBA8d9Cpzi5_maQXnklMhAfnAIDEruj1RDwsx3xRRcBakfWc05YSAs1FmGBo6xyxcbuylCVnjnezH-7LA_x64Qit-H1ihegCvVwJIg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUC6067pV3ykKm06kkDjiMk2WIty0GRQzJLEBA8d9Cpzi5_maQXnklMhAfnAIDEruj1RDwsx3xRRcBakfWc05YSAs1FmGBo6xyxcbuylCVnjnezH-7LA_x64Qit-H1ihegCvVwJIg== — 204 — 28 B — 84 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxXpw_SV0m8ERrfY1XQ1K84f06iVSTfjIMVxOlMAsqddU-Kf485fcOGPD8-nBJptVyrAaplq5k4Jp-vE45703PMh_g3vVr4zIVH8vqMsr_GmdGG6UCgcQYMykf6wY55NZtdqFiIG9g==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk3NTE4LDY5NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubXVuZG9kZXBvcnRpdm8uY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDE1MDZdXV0iXSxbMTYsIlswLDAsMF0iXSxbMzUsIjE3NzY4OTc1MTgiXSxbMTksIjIiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV0fundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxXpw_SV0m8ERrfY1XQ1K84f06iVSTfjIMVxOlMAsqddU-Kf485fcOGPD8-nBJptVyrAaplq5k4Jp-vE45703PMh_g3vVr4zIVH8vqMsr_GmdGG6UCgcQYMykf6wY55NZtdqFiIG9g==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk3NTE4LDY5NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cubXVuZG9kZXBvcnRpdm8uY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDE1MDZdXV0iXSxbMTYsIlswLDAsMF0iXSxbMzUsIjE3NzY4OTc1MTgiXSxbMTksIjIiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV0 — 200 — 1.8 KiB — 41 ms — h2https://www.mundodeportivo.com/favicon.icowww.mundodeportivo.com/favicon.ico https://www.mundodeportivo.com/favicon.ico — 200 — 678 B — 5 ms — h2https://www.mundodeportivo.com/favicon.icowww.mundodeportivo.com/favicon.ico https://www.mundodeportivo.com/favicon.ico — 200 — 0 B — 3 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 86 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1826ms · 1308KB · €10/mo
www.mundodeportivo.com
Other
Costly
Execution 484ms
Transfer 78 KB
Monthly Cost €3/mo
Unattributable
Other
Costly
Execution 293ms
Transfer 0 KB
Monthly Cost €2/mo
code.jquery.com
Other
Optional
Execution 181ms
Transfer 33 KB
Monthly Cost €1/mo
sdk.privacy-center.org
Other
Optional
Execution 128ms
Transfer 59 KB
Unused 35%
Monthly Cost €1/mo
static2-v7.mundodeportivo.com
Other
Optional
Execution 102ms
Transfer 115 KB
Unused 69%
Monthly Cost €1/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 97ms
Transfer 188 KB
Unused 72%
Monthly Cost €1/mo
Google Analytics
Analytics
Optional
Execution 97ms
Transfer 21 KB
Monthly Cost €1/mo
sdk.privacy-center.org
Other
Optional
Execution 92ms
Transfer 102 KB
Unused 44%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 65ms
Transfer 162 KB
Unused 37%
Monthly Cost €0/mo
045b8894-d300-4d6e-9660-5d16b7c213f9.edge.permutive.app
Other
Optional
Execution 65ms
Transfer 216 KB
Unused 20%
Monthly Cost €0/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 63ms
Transfer 70 KB
Unused 54%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 57ms
Transfer 144 KB
Unused 43%
Monthly Cost €0/mo
marfeelexperimentsexperienceengine.mrf.io
Other
Optional
Execution 53ms
Transfer 12 KB
Monthly Cost €0/mo
dai.grupogodo.com
Other
Optional
Execution 51ms
Transfer 108 KB
Unused 75%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • www.mundodeportivo.com adds 484ms and costs ~€3/month
  • Unattributable adds 293ms and costs ~€2/month

100% 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.mundodeportivo.com takes 484ms 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

Unattributable takes 293ms 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

69% of static2-v7.mundodeportivo.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

72% 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

54% 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

75% of dai.grupogodo.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

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback