Skip to content
https://elconfidencial.com

Performance

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

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

79
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
83
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.37 s

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

2.45 s

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

34 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.002

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

2.21 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.50 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 316 requests
FIX
3.4 MB transferred, 316 requests
Warning::
Page weighs 11.0 MB (3.4 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 491 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 491 KB
Warning::
316 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.72 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
316 requests
0.72 g CO2 per page load
JavaScript 2.0 MiB 58%
Images 564.1 KiB 16%
Fonts 491.5 KiB 14%
HTML 249.3 KiB 7%
CSS 106.0 KiB 3%
Other 26.2 KiB 1%
Other 23.6 KiB 1%
Other 4.7 KiB 0%
Other 413 B 0%
Other 0 B 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.4 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
187 scripts, 326 KB unused
FIX
187 scripts, 326 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NC2...: 81 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ecestaticos.com/static/cache/js/8dc59f...: 75 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sdk.privacy-center.org/sdk/22ecd6bfac93de6...: 44 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://script.crazyegg.com/pages/versioned/common...: 28 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sdk.mrf.io/statics/marfeel-sdk.js?id=154: 26 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 326 KB
326 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-NC2TW8173 KB81 KB (47%)3rd
https://www.ecestaticos.com/static/cache/js/8dc59f7cf8656d67459e40289fe058f0/1/105 KB75 KB (71%)3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js102 KB44 KB (43%)3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js55 KB28 KB (51%)3rd
https://sdk.mrf.io/statics/marfeel-sdk.js?id=15459 KB26 KB (45%)3rd
https://www.ecestaticos.com/static/cache/js/74eef46594d1bbad58e34208ec030bb8/1/28 KB26 KB (94%)3rd
https://www.ecestaticos.com/static/cache/js/74eef46594d1bbad58e34208ec030bb8/1/1 KB26 KB (94%)3rd
https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/swiper-B4_c2sas.js23 KB21 KB (95%)3rd
https://www.tradingview-widget.com/static/bundles/embed/82484.0774d72716e6b07fab9b.js5 KB3rd
https://www.elconfidencial.com/javascript/dist/common/global-conf.js1 KB3rd

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

D
Page Weight Inventory
Action
316 resources · 3.4 MB · 326 KB savings available
FIX
316 resources · 3.4 MB · 326 KB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~326 KB of savings available
Warning::
315 third-party resources (100% of weight)
316 resources · 3.4 MiB · 315 third-party 2.4 MiB over 1MB target
JavaScript 59% · 2.0 MiB
Image 16% · 565.5 KiB
Font 14% · 491.5 KiB
Document 7% · 249.3 KiB
CSS 3% · 106.0 KiB
Other 1% · 37.0 KiB

~326.4 KiB of savings available

Remove unused JavaScript: 326.4 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.

C
Image Optimization
Action
21 images, 0 KB saveable
REVIEW
21 images, 0 KB saveable
Warning::
https://static.ecestaticos.com/file/9bb/e80/df8/9b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static.ecestaticos.com/file/b3c/77b/6f4/b3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
21 images 564 KB
0 oversized -0 KB
21 legacy format
2 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

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
1543ms total JS execution
REVIEW
1543ms total JS execution
Warning::
https://www.elconfidencial.com/: 578ms CPU time
Warning::
Unattributable: 422ms CPU time
Info::
https://www.ecestaticos.com/static/cache/js/8dc59f...: 160ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-NC2...: 135ms CPU time
Info::
https://sdk.privacy-center.org/sdk/22ecd6bfac93de6...: 121ms CPU time
Warning::
Third-party scripts: 1543ms (100% of total)

Main Thread Breakdown

Script Evaluation 42% Other 24% Style & Layout 19% Rendering 7% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://www.elconfidencial.com/578ms23ms2ms3rd
Unattributable422ms129ms0ms3rd
https://www.ecestaticos.com/static/cache/js/8dc59f7cf8656d67459e40289fe058f0/1/160ms136ms7ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NC2TW8135ms106ms25ms3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js121ms98ms7ms3rd
https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-es-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js65ms50ms5ms3rd
https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js63ms55ms3ms3rd
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
13 fonts (491 KB)
PASS
13 fonts (491 KB)
Info::
13 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

13

491 KB total

Render-blocking

0

of 13

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 2.5 s FCP 1.4 s LCP 2.4 shttps://delorean.ecestaticos.com/fonts/roboto-bold/roboto-bold.woffroboto-bold.woff https://delorean.ecestaticos.com/fonts/roboto-bold/roboto-bold.woff — 26.9 KiB — 56 ms — font-display: swaphttps://delorean.ecestaticos.com/fonts/roboto-regular/roboto-regular.woffroboto-regular.woff https://delorean.ecestaticos.com/fonts/roboto-regular/roboto-regular.woff — 26.3 KiB — 74 ms — font-display: swaphttps://www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.woff2?3fontawesome-webfont.woff2 https://www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.woff2?3 — 71.0 KiB — 44 ms — font-display: swaphttps://www.ecestaticos.com/fonts/generic/roboto-light/roboto-light.woff2roboto-light.woff2 https://www.ecestaticos.com/fonts/generic/roboto-light/roboto-light.woff2 — 19.8 KiB — 12 ms — font-display: swaphttps://www.ecestaticos.com/fonts/generic/roboto-regular/roboto-regular.woff2roboto-regular.woff2 https://www.ecestaticos.com/fonts/generic/roboto-regular/roboto-regular.woff2 — 20.1 KiB — 32 ms — font-display: swaphttps://delorean.ecestaticos.com/fonts/playfairdisplay-regular/playfairdisplay-regular-webfont.woffplayfairdisplay-regular... https://delorean.ecestaticos.com/fonts/playfairdisplay-regular/playfairdisplay-regular-webfont.woff — 38.9 KiB — 87 ms — font-display: swaphttps://delorean.ecestaticos.com/fonts/playfairdisplay-bold-italic/playfairdisplay-bolditalic-webfont.woffplayfairdisplay-boldita... https://delorean.ecestaticos.com/fonts/playfairdisplay-bold-italic/playfairdisplay-bolditalic-webfont.woff — 43.0 KiB — 42 ms — font-display: swaphttps://delorean.ecestaticos.com/fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.woffplayfairdisplay-bold-we... https://delorean.ecestaticos.com/fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.woff — 40.9 KiB — 51 ms — font-display: swaphttps://delorean.ecestaticos.com/fonts/playfairdisplay-medium/playfairdisplay-medium-webfont.woffplayfairdisplay-medium-... https://delorean.ecestaticos.com/fonts/playfairdisplay-medium/playfairdisplay-medium-webfont.woff — 93.1 KiB — 75 ms — font-display: swaphttps://delorean.ecestaticos.com/fonts/playfairdisplay-italic/playfairdisplay-italic-webfont.woffplayfairdisplay-italic-... https://delorean.ecestaticos.com/fonts/playfairdisplay-italic/playfairdisplay-italic-webfont.woff — 41.9 KiB — 70 ms — font-display: swaphttps://www.ecestaticos.com/fonts/generic/roboto-bold/roboto-bold.woff2roboto-bold.woff2 https://www.ecestaticos.com/fonts/generic/roboto-bold/roboto-bold.woff2 — 20.5 KiB — 9 ms — font-display: swaphttps://static1.dmcdn.net/ABCFavorit-Regular.woff2ABCFavorit-Regular.woff2 https://static1.dmcdn.net/ABCFavorit-Regular.woff2 — 49.2 KiB — 8 ms — font-display: swaphttps://static1.dmcdn.net/ABCFavorit-Regular.woff2ABCFavorit-Regular.woff2 https://static1.dmcdn.net/ABCFavorit-Regular.woff2 — 0 B — 44 ms — font-display: swap
roboto-bold.woff woff swap
Size 27 KB
Load time 56 ms
Start 556 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
roboto-regular.woff woff swap
Size 26 KB
Load time 74 ms
Start 557 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fontawesome-webfont.woff2 woff2 swap
Size 71 KB
Load time 44 ms
Start 557 ms
Risk FOUT — text flashes from fallback to web font
roboto-light.woff2 woff2 swap
Size 20 KB
Load time 12 ms
Start 558 ms
Risk FOUT — text flashes from fallback to web font
roboto-regular.woff2 woff2 swap
Size 20 KB
Load time 32 ms
Start 558 ms
Risk FOUT — text flashes from fallback to web font
playfairdisplay-regular... woff swap
Size 39 KB
Load time 87 ms
Start 563 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
playfairdisplay-boldita... woff swap
Size 43 KB
Load time 42 ms
Start 649 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
playfairdisplay-bold-we... woff swap
Size 41 KB
Load time 51 ms
Start 650 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
playfairdisplay-medium-... woff swap
Size 93 KB
Load time 75 ms
Start 653 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
playfairdisplay-italic-... woff swap
Size 42 KB
Load time 70 ms
Start 653 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
roboto-bold.woff2 woff2 swap
Size 21 KB
Load time 9 ms
Start 818 ms
Risk FOUT — text flashes from fallback to web font
ABCFavorit-Regular.woff2 woff2 swap
Size 49 KB
Load time 8 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
ABCFavorit-Regular.woff2 woff2 swap
Size 0 KB
Load time 44 ms
Start 1.6 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 ~93 KB and ~186 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
316 requests over 3540ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 2.4 shttps://elconfidencial.com// https://elconfidencial.com/ — 301 — 80 B — 284 ms — h2https://www.elconfidencial.com/www.elconfidencial.com/ https://www.elconfidencial.com/ — 200 — 105.3 KiB — 17 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/statistics/statsautoscript.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/statistics/statsautoscript.js — 200 — 1.3 KiB — 122 ms — h2https://www.ecestaticos.com/static/cache/css/97febe774e870171fab689c7c3119065/1/www.ecestaticos.com/static/cache/cs... https://www.ecestaticos.com/static/cache/css/97febe774e870171fab689c7c3119065/1/ — 200 — 33.9 KiB — 29 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/base/reset.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/base/reset.css — 200 — 1.4 KiB — 112 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/base/base.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/base/base.css — 200 — 1.3 KiB — 84 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/pages/types/home.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/pages/types/home.css — 200 — 842 B — 108 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/areas/allAreas.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/areas/allAreas.css — 200 — 1.4 KiB — 115 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/blocks/allBlocks.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/blocks/allBlocks.css — 200 — 3.9 KiB — 118 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/groups/allGroups.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/groups/allGroups.css — 200 — 2.0 KiB — 86 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/templates/allTemplates.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/templates/allTemplates.css — 200 — 10.1 KiB — 103 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/extras/allExtras.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/extras/allExtras.css — 200 — 794 B — 85 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/allWidgets.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/allWidgets.css — 200 — 813 B — 115 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/header/seoHeader.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/header/seoHeader.css — 200 — 1.3 KiB — 111 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/components/header/seoMenu.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/components/header/seoMenu.css — 200 — 2.8 KiB — 111 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/header/mainHeader.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/header/mainHeader.css — 200 — 1.4 KiB — 106 ms — h2https://www.ecestaticos.com/static/cache/js/8dc59f7cf8656d67459e40289fe058f0/1/www.ecestaticos.com/static/cache/js... https://www.ecestaticos.com/static/cache/js/8dc59f7cf8656d67459e40289fe058f0/1/ — 200 — 105.5 KiB — 26 ms — h2https://www.elconfidencial.com/libraries/polyfill/fetch.jswww.elconfidencial.com/libraries/po... https://www.elconfidencial.com/libraries/polyfill/fetch.js — 200 — 4.4 KiB — 14 ms — h2https://www.elconfidencial.com/libraries/systemjs/system.jswww.elconfidencial.com/libraries/sy... https://www.elconfidencial.com/libraries/systemjs/system.js — 200 — 16.5 KiB — 14 ms — h2https://www.elconfidencial.com/javascript/dist/common/global-conf.jswww.elconfidencial.com/javascript/d... https://www.elconfidencial.com/javascript/dist/common/global-conf.js — 200 — 1.1 KiB — 15 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/urgent.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/urgent.css — 200 — 1.0 KiB — 102 ms — h2https://images.ecestaticos.com/MMwp_kvtzw1RsdTNo3KZI-D6Eag=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2F0cd%2F08d%2F9ba%2F0cd08d9ba0e3c28a1e7016cbf7d8fde7.jpgimages.ecestaticos.com/MMwp_kvtzw1R... https://images.ecestaticos.com/MMwp_kvtzw1RsdTNo3KZI-D6Eag=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2F0cd%2F08d%2F9ba%2F0cd08d9ba0e3c28a1e7016cbf7d8fde7.jpg — 200 — 92.0 KiB — 24 ms — h2https://geo.dailymotion.com/player/x1ir36.jsgeo.dailymotion.com/player/x1ir36.j... https://geo.dailymotion.com/player/x1ir36.js — 200 — 9.3 KiB — 81 ms — h3https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/index-CKSpoZK7.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/index-CKSpoZK7.js — 200 — 4.4 KiB — 91 ms — h2https://images.ecestaticos.com/Esql5i7Rtx_XDYV484Vo0HQTc7c=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2F81a%2Ff75%2Ff3c%2F81af75f3c9ee88a66b13c8e801a25902.jpgimages.ecestaticos.com/Esql5i7Rtx_X... https://images.ecestaticos.com/Esql5i7Rtx_XDYV484Vo0HQTc7c=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2F81a%2Ff75%2Ff3c%2F81af75f3c9ee88a66b13c8e801a25902.jpg — 200 — 82.9 KiB — 9 ms — h2https://images.ecestaticos.com/GW0_pKHIm1LLzk_2S132HZfk1G0=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2Fd9f%2Ff24%2Fc4a%2Fd9ff24c4a174ec1a17f8c24f802366ef.jpgimages.ecestaticos.com/GW0_pKHIm1LL... https://images.ecestaticos.com/GW0_pKHIm1LLzk_2S132HZfk1G0=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2Fd9f%2Ff24%2Fc4a%2Fd9ff24c4a174ec1a17f8c24f802366ef.jpg — 200 — 94.3 KiB — 9 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/lastNews.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/lastNews.css — 200 — 1.3 KiB — 33 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/components/consent/cookieCard.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/components/consent/cookieCard.css — 200 — 1.4 KiB — 31 ms — h2https://static.ecestaticos.com/file/9bb/e80/df8/9bbe80df86c2344edcb93837a3212fc4.pngstatic.ecestaticos.com/file/9bb/e80... https://static.ecestaticos.com/file/9bb/e80/df8/9bbe80df86c2344edcb93837a3212fc4.png — 200 — 6.3 KiB — 9 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/theBestSuscription.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/theBestSuscription.css — 200 — 1.4 KiB — 29 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.4 s LCP 2.4 shttps://elconfidencial.com// https://elconfidencial.com/ — 301 — 80 B — 284 ms — h2https://www.elconfidencial.com/www.elconfidencial.com/ https://www.elconfidencial.com/ — 200 — 105.3 KiB — 17 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/statistics/statsautoscript.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/statistics/statsautoscript.js — 200 — 1.3 KiB — 122 ms — h2https://www.ecestaticos.com/static/cache/css/97febe774e870171fab689c7c3119065/1/www.ecestaticos.com/static/cache/cs... https://www.ecestaticos.com/static/cache/css/97febe774e870171fab689c7c3119065/1/ — 200 — 33.9 KiB — 29 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/base/reset.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/base/reset.css — 200 — 1.4 KiB — 112 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/base/base.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/base/base.css — 200 — 1.3 KiB — 84 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/pages/types/home.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/pages/types/home.css — 200 — 842 B — 108 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/areas/allAreas.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/areas/allAreas.css — 200 — 1.4 KiB — 115 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/blocks/allBlocks.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/blocks/allBlocks.css — 200 — 3.9 KiB — 118 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/groups/allGroups.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/groups/allGroups.css — 200 — 2.0 KiB — 86 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/templates/allTemplates.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/templates/allTemplates.css — 200 — 10.1 KiB — 103 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/extras/allExtras.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/extras/allExtras.css — 200 — 794 B — 85 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/allWidgets.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/allWidgets.css — 200 — 813 B — 115 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/header/seoHeader.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/header/seoHeader.css — 200 — 1.3 KiB — 111 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/components/header/seoMenu.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/components/header/seoMenu.css — 200 — 2.8 KiB — 111 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/header/mainHeader.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/header/mainHeader.css — 200 — 1.4 KiB — 106 ms — h2https://www.ecestaticos.com/static/cache/js/8dc59f7cf8656d67459e40289fe058f0/1/www.ecestaticos.com/static/cache/js... https://www.ecestaticos.com/static/cache/js/8dc59f7cf8656d67459e40289fe058f0/1/ — 200 — 105.5 KiB — 26 ms — h2https://www.elconfidencial.com/libraries/polyfill/fetch.jswww.elconfidencial.com/libraries/po... https://www.elconfidencial.com/libraries/polyfill/fetch.js — 200 — 4.4 KiB — 14 ms — h2https://www.elconfidencial.com/libraries/systemjs/system.jswww.elconfidencial.com/libraries/sy... https://www.elconfidencial.com/libraries/systemjs/system.js — 200 — 16.5 KiB — 14 ms — h2https://www.elconfidencial.com/javascript/dist/common/global-conf.jswww.elconfidencial.com/javascript/d... https://www.elconfidencial.com/javascript/dist/common/global-conf.js — 200 — 1.1 KiB — 15 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/urgent.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/urgent.css — 200 — 1.0 KiB — 102 ms — h2https://images.ecestaticos.com/MMwp_kvtzw1RsdTNo3KZI-D6Eag=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2F0cd%2F08d%2F9ba%2F0cd08d9ba0e3c28a1e7016cbf7d8fde7.jpgimages.ecestaticos.com/MMwp_kvtzw1R... https://images.ecestaticos.com/MMwp_kvtzw1RsdTNo3KZI-D6Eag=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2F0cd%2F08d%2F9ba%2F0cd08d9ba0e3c28a1e7016cbf7d8fde7.jpg — 200 — 92.0 KiB — 24 ms — h2https://geo.dailymotion.com/player/x1ir36.jsgeo.dailymotion.com/player/x1ir36.j... https://geo.dailymotion.com/player/x1ir36.js — 200 — 9.3 KiB — 81 ms — h3https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/index-CKSpoZK7.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/index-CKSpoZK7.js — 200 — 4.4 KiB — 91 ms — h2https://images.ecestaticos.com/Esql5i7Rtx_XDYV484Vo0HQTc7c=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2F81a%2Ff75%2Ff3c%2F81af75f3c9ee88a66b13c8e801a25902.jpgimages.ecestaticos.com/Esql5i7Rtx_X... https://images.ecestaticos.com/Esql5i7Rtx_XDYV484Vo0HQTc7c=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2F81a%2Ff75%2Ff3c%2F81af75f3c9ee88a66b13c8e801a25902.jpg — 200 — 82.9 KiB — 9 ms — h2https://images.ecestaticos.com/GW0_pKHIm1LLzk_2S132HZfk1G0=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2Fd9f%2Ff24%2Fc4a%2Fd9ff24c4a174ec1a17f8c24f802366ef.jpgimages.ecestaticos.com/GW0_pKHIm1LL... https://images.ecestaticos.com/GW0_pKHIm1LLzk_2S132HZfk1G0=/filters:format(jpg):quality(99):fill(white)/f.elconfidencial.com%2Ffront%2Fd9f%2Ff24%2Fc4a%2Fd9ff24c4a174ec1a17f8c24f802366ef.jpg — 200 — 94.3 KiB — 9 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/lastNews.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/lastNews.css — 200 — 1.3 KiB — 33 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/components/consent/cookieCard.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/components/consent/cookieCard.css — 200 — 1.4 KiB — 31 ms — h2https://static.ecestaticos.com/file/9bb/e80/df8/9bbe80df86c2344edcb93837a3212fc4.pngstatic.ecestaticos.com/file/9bb/e80... https://static.ecestaticos.com/file/9bb/e80/df8/9bbe80df86c2344edcb93837a3212fc4.png — 200 — 6.3 KiB — 9 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/theBestSuscription.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/fronts/home/desktop/widgets/theBestSuscription.css — 200 — 1.4 KiB — 29 ms — h2https://api.elconfidencial.com/service/file/mtime/1/api.elconfidencial.com/service/file... https://api.elconfidencial.com/service/file/mtime/1/ — 200 — 13.3 KiB — 15 ms — h2https://images.ecestaticos.com/aSaRgJRlSZC6aJERDQRiDcTYfMk=/0x0:904x553/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F74a%2F315%2F0f6%2F74a3150f69f571208c6544a4c12ac327.jpgimages.ecestaticos.com/aSaRgJRlSZC6... https://images.ecestaticos.com/aSaRgJRlSZC6aJERDQRiDcTYfMk=/0x0:904x553/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F74a%2F315%2F0f6%2F74a3150f69f571208c6544a4c12ac327.jpg — 200 — 29.9 KiB — 12 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/footer/footer.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/modules/footer/footer.css — 200 — 2.3 KiB — 31 ms — h2https://www.elconfidencial.com/javascript/dist/common/init.jswww.elconfidencial.com/javascript/d... https://www.elconfidencial.com/javascript/dist/common/init.js — 200 — 1.2 KiB — 9 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/base/custom-vars.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/css/web/el-confidencial/base/custom-vars.css — 200 — 793 B — 37 ms — h2https://www.ecestaticos.com/static/cache/js/74eef46594d1bbad58e34208ec030bb8/1/www.ecestaticos.com/static/cache/js... https://www.ecestaticos.com/static/cache/js/74eef46594d1bbad58e34208ec030bb8/1/ — 200 — 28.2 KiB — 30 ms — h2https://s3.tradingview.com/external-embedding/embed-widget-ticker-tape.jss3.tradingview.com/external-embeddi... https://s3.tradingview.com/external-embedding/embed-widget-ticker-tape.js — 200 — 5.8 KiB — 39 ms — h2https://s3.tradingview.com/external-embedding/embed-widget-mini-symbol-overview.jss3.tradingview.com/external-embeddi... https://s3.tradingview.com/external-embedding/embed-widget-mini-symbol-overview.js — 200 — 5.7 KiB — 40 ms — h2https://images.ecestaticos.com/d4jYjrN9sfOgtY_BGji6iG8K220=/0x0:1318x1055/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2Fe52%2Feab%2Ff3c%2Fe52eabf3c7486a3d7878afd6f14a19ee.jpgimages.ecestaticos.com/d4jYjrN9sfOg... https://images.ecestaticos.com/d4jYjrN9sfOgtY_BGji6iG8K220=/0x0:1318x1055/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2Fe52%2Feab%2Ff3c%2Fe52eabf3c7486a3d7878afd6f14a19ee.jpg — 200 — 27.3 KiB — 24 ms — h2https://images.ecestaticos.com/6nkgkSpv0e5_URX5bNnzJ51i6bQ=/0x0:2272x1515/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F23f%2Fc95%2F0eb%2F23fc950eba5808e61fbbfa964565b64c.jpgimages.ecestaticos.com/6nkgkSpv0e5_... https://images.ecestaticos.com/6nkgkSpv0e5_URX5bNnzJ51i6bQ=/0x0:2272x1515/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F23f%2Fc95%2F0eb%2F23fc950eba5808e61fbbfa964565b64c.jpg — 200 — 29.3 KiB — 15 ms — h2https://images.ecestaticos.com/LZImqG-M8qu89aEig8jb_q3VVBQ=/0x0:2272x1515/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F170%2F571%2F05c%2F17057105ceeb58554e0b175e33eee804.jpgimages.ecestaticos.com/LZImqG-M8qu8... https://images.ecestaticos.com/LZImqG-M8qu89aEig8jb_q3VVBQ=/0x0:2272x1515/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F170%2F571%2F05c%2F17057105ceeb58554e0b175e33eee804.jpg — 200 — 35.1 KiB — 22 ms — h2https://images.ecestaticos.com/hm7QpgLRZL0LpOtu-laQ9uPH28E=/0x0:2272x1515/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F3a8%2F147%2F568%2F3a814756864f281978f18ea02463ff18.jpgimages.ecestaticos.com/hm7QpgLRZL0L... https://images.ecestaticos.com/hm7QpgLRZL0LpOtu-laQ9uPH28E=/0x0:2272x1515/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F3a8%2F147%2F568%2F3a814756864f281978f18ea02463ff18.jpg — 200 — 19.3 KiB — 23 ms — h2https://images.ecestaticos.com/40wtAmeB17D4wjp6S4OMimXfehA=/0x0:2272x1275/0x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2Fd8c%2Fa91%2F551%2Fd8ca91551ae985522e4863d5cb90fadf.jpgimages.ecestaticos.com/40wtAmeB17D4... https://images.ecestaticos.com/40wtAmeB17D4wjp6S4OMimXfehA=/0x0:2272x1275/0x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2Fd8c%2Fa91%2F551%2Fd8ca91551ae985522e4863d5cb90fadf.jpg — 200 — 21.8 KiB — 24 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 — 21 ms — h2https://sdk.privacy-center.org/51403006-7bb5-434c-ab1e-4a11fca185fe/loader.js?target=www.elconfidencial.comsdk.privacy-center.org/51403006-7bb... https://sdk.privacy-center.org/51403006-7bb5-434c-ab1e-4a11fca185fe/loader.js?target=www.elconfidencial.com — 200 — 35.7 KiB — 23 ms — h2https://images.ecestaticos.com/ffAFna-bxZJ30_0ufzizBLoBSnI=/0x24:2273x1299/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2Fefe%2Faa4%2Fc5b%2Fefeaa4c5b2d2411c43d76a68022c42d1.jpgimages.ecestaticos.com/ffAFna-bxZJ3... https://images.ecestaticos.com/ffAFna-bxZJ30_0ufzizBLoBSnI=/0x24:2273x1299/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2Fefe%2Faa4%2Fc5b%2Fefeaa4c5b2d2411c43d76a68022c42d1.jpg — 200 — 18.7 KiB — 19 ms — h2https://images.ecestaticos.com/iXQt0t6F3XVOFFclkvAo0r55kWo=/0x0:2272x1518/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F2ee%2F657%2Fc64%2F2ee657c64813d500b9815cdb6dafe589.jpgimages.ecestaticos.com/iXQt0t6F3XVO... https://images.ecestaticos.com/iXQt0t6F3XVOFFclkvAo0r55kWo=/0x0:2272x1518/483x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2F2ee%2F657%2Fc64%2F2ee657c64813d500b9815cdb6dafe589.jpg — 200 — 29.8 KiB — 9 ms — h2https://images.ecestaticos.com/sbGsgKFDODtsWfz9EBxx31pzR_s=/0x240:2272x1515/0x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2Ffb7%2F516%2F058%2Ffb7516058c49e07f83de4f6ef584f1cb.jpgimages.ecestaticos.com/sbGsgKFDODts... https://images.ecestaticos.com/sbGsgKFDODtsWfz9EBxx31pzR_s=/0x240:2272x1515/0x271/filters:fill(white):format(jpg)/f.elconfidencial.com%2Foriginal%2Ffb7%2F516%2F058%2Ffb7516058c49e07f83de4f6ef584f1cb.jpg — 200 — 35.1 KiB — 10 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NC2TW8www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NC2TW8 — 200 — 172.6 KiB — 186 ms — h2https://delorean.ecestaticos.com/fonts/roboto-bold/roboto-bold.woffdelorean.ecestaticos.com/fonts/robo... https://delorean.ecestaticos.com/fonts/roboto-bold/roboto-bold.woff — 200 — 26.9 KiB — 56 ms — h2https://delorean.ecestaticos.com/fonts/roboto-regular/roboto-regular.woffdelorean.ecestaticos.com/fonts/robo... https://delorean.ecestaticos.com/fonts/roboto-regular/roboto-regular.woff — 200 — 26.3 KiB — 74 ms — h2https://www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.woff2?3www.ecestaticos.com/fonts/generic/a... https://www.ecestaticos.com/fonts/generic/awesome/fontawesome-webfont.woff2?3 — 200 — 71.0 KiB — 44 ms — h2https://www.ecestaticos.com/fonts/generic/roboto-light/roboto-light.woff2www.ecestaticos.com/fonts/generic/r... https://www.ecestaticos.com/fonts/generic/roboto-light/roboto-light.woff2 — 200 — 19.8 KiB — 12 ms — h2https://www.ecestaticos.com/fonts/generic/roboto-regular/roboto-regular.woff2www.ecestaticos.com/fonts/generic/r... https://www.ecestaticos.com/fonts/generic/roboto-regular/roboto-regular.woff2 — 200 — 20.1 KiB — 32 ms — h2https://delorean.ecestaticos.com/fonts/playfairdisplay-regular/playfairdisplay-regular-webfont.woffdelorean.ecestaticos.com/fonts/play... https://delorean.ecestaticos.com/fonts/playfairdisplay-regular/playfairdisplay-regular-webfont.woff — 200 — 38.9 KiB — 87 ms — h2https://www.elconfidencial.com/libraries/polyfill/fetch.jswww.elconfidencial.com/libraries/po... https://www.elconfidencial.com/libraries/polyfill/fetch.js — 200 — 1.0 KiB — 46 ms — h2https://www.elconfidencial.com/libraries/systemjs/system.jswww.elconfidencial.com/libraries/sy... https://www.elconfidencial.com/libraries/systemjs/system.js — 200 — 1.0 KiB — 54 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.js — 200 — 17.0 KiB — 39 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 103 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 98 ms — http/1.1https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.js — 200 — 174.2 KiB — 46 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.1a4b4d7617fd2a691085.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.1a4b4d7617fd2a691085.js — 200 — 64.1 KiB — 44 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.c757ab3536a95a408957.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.c757ab3536a95a408957.js — 200 — 51.1 KiB — 44 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.81efa6d85228c919fd77.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.81efa6d85228c919fd77.js — 200 — 37.8 KiB — 42 ms — h3https://geo.dailymotion.com/static/latest/cdn/pes.iframe.3ef6d36d.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/pes.iframe.3ef6d36d.js — 200 — 7.6 KiB — 40 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 68 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 69 ms — http/1.1https://www.elconfidencial.com/javascript/v2/class/requireModules/main/index.index.js?m=1773846726www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/main/index.index.js?m=1773846726 — 200 — 1.6 KiB — 31 ms — h2https://delorean.ecestaticos.com/img/ui/video.svgdelorean.ecestaticos.com/img/ui/vid... https://delorean.ecestaticos.com/img/ui/video.svg — 200 — 787 B — 50 ms — h2https://delorean.ecestaticos.com/img/ui/red_dot.svgdelorean.ecestaticos.com/img/ui/red... https://delorean.ecestaticos.com/img/ui/red_dot.svg — 200 — 799 B — 48 ms — h2https://delorean.ecestaticos.com/fonts/playfairdisplay-bold-italic/playfairdisplay-bolditalic-webfont.woffdelorean.ecestaticos.com/fonts/play... https://delorean.ecestaticos.com/fonts/playfairdisplay-bold-italic/playfairdisplay-bolditalic-webfont.woff — 200 — 43.0 KiB — 42 ms — h2https://delorean.ecestaticos.com/fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.woffdelorean.ecestaticos.com/fonts/play... https://delorean.ecestaticos.com/fonts/playfairdisplay-bold/playfairdisplay-bold-webfont.woff — 200 — 40.9 KiB — 51 ms — h2https://delorean.ecestaticos.com/fonts/playfairdisplay-medium/playfairdisplay-medium-webfont.woffdelorean.ecestaticos.com/fonts/play... https://delorean.ecestaticos.com/fonts/playfairdisplay-medium/playfairdisplay-medium-webfont.woff — 200 — 93.1 KiB — 75 ms — h2https://delorean.ecestaticos.com/fonts/playfairdisplay-italic/playfairdisplay-italic-webfont.woffdelorean.ecestaticos.com/fonts/play... https://delorean.ecestaticos.com/fonts/playfairdisplay-italic/playfairdisplay-italic-webfont.woff — 200 — 41.9 KiB — 70 ms — h2https://www.elconfidencial.com/libraries/regenerator-runtime/runtime.jswww.elconfidencial.com/libraries/re... https://www.elconfidencial.com/libraries/regenerator-runtime/runtime.js — 200 — 7.5 KiB — 8 ms — h2https://www.elconfidencial.com/javascript/dist/init.jswww.elconfidencial.com/javascript/d... https://www.elconfidencial.com/javascript/dist/init.js — 200 — 1.1 KiB — 11 ms — h2https://www.elconfidencial.com/javascript/dist/common/statistics/tracking-engine-manager.jswww.elconfidencial.com/javascript/d... https://www.elconfidencial.com/javascript/dist/common/statistics/tracking-engine-manager.js — 200 — 1.8 KiB — 9 ms — h2https://www.elconfidencial.com/javascript/public-jquery.js?m=1773846725www.elconfidencial.com/javascript/p... https://www.elconfidencial.com/javascript/public-jquery.js?m=1773846725 — 200 — 1.2 KiB — 9 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/front/FrontUI.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/front/FrontUI.js?m=1773846725 — 200 — 1.3 KiB — 9 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/main/index.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/main/index.js?m=1773846725 — 200 — 1.3 KiB — 11 ms — h2https://www.ecestaticos.com/fonts/generic/roboto-bold/roboto-bold.woff2www.ecestaticos.com/fonts/generic/r... https://www.ecestaticos.com/fonts/generic/roboto-bold/roboto-bold.woff2 — 200 — 20.5 KiB — 9 ms — h2https://www.ecestaticos.com/static/cache/js/74eef46594d1bbad58e34208ec030bb8/1/www.ecestaticos.com/static/cache/js... https://www.ecestaticos.com/static/cache/js/74eef46594d1bbad58e34208ec030bb8/1/ — 200 — 820 B — 15 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/file-list-B9_kwsxB.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/file-list-B9_kwsxB.js — 200 — 4.0 KiB — 64 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/userManager-yQGvARzd.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/userManager-yQGvARzd.js — 200 — 5.6 KiB — 48 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/EventEmitter-CpdGS0v3.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/EventEmitter-CpdGS0v3.js — 200 — 2.5 KiB — 59 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/utils-DKL4nq2v.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/utils-DKL4nq2v.js — 200 — 2.5 KiB — 57 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/HtmlLoader-CGFYKIVR.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/HtmlLoader-CGFYKIVR.js — 200 — 1.3 KiB — 47 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/LazyLoader-nNjhzzrl.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/LazyLoader-nNjhzzrl.js — 200 — 1.3 KiB — 40 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/ScriptLoader-B_GgPZe4.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/ScriptLoader-B_GgPZe4.js — 200 — 1.2 KiB — 62 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/header-CLMx38kA.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/header-CLMx38kA.js — 200 — 1.5 KiB — 39 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/accordion-p3weBwNS.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/accordion-p3weBwNS.js — 200 — 1.1 KiB — 41 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/CompassGenericEvents-BhAFHoiN.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/CompassGenericEvents-BhAFHoiN.js — 200 — 2.1 KiB — 47 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/pageInfo-Dp6y1hnW.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/pageInfo-Dp6y1hnW.js — 200 — 1.4 KiB — 48 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/injectJSHelper-CEhpOR3b.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/injectJSHelper-CEhpOR3b.js — 200 — 1.1 KiB — 41 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/didomiLauncher-D-eC05HG.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/didomiLauncher-D-eC05HG.js — 200 — 4.1 KiB — 42 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/listeners-C1XWCw8E.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/listeners-C1XWCw8E.js — 200 — 1.5 KiB — 59 ms — h2https://images.ecestaticos.com/9cP1MLAA3KFEvVts3Atm84Uvhn8=/92x92/filters:format(png)/f.elconfidencial.com%2Fjournalist%2Ff2b%2F990%2F25d%2Ff2b99025d71aa4e54cefa8358c039eb7.pngimages.ecestaticos.com/9cP1MLAA3KFE... https://images.ecestaticos.com/9cP1MLAA3KFEvVts3Atm84Uvhn8=/92x92/filters:format(png)/f.elconfidencial.com%2Fjournalist%2Ff2b%2F990%2F25d%2Ff2b99025d71aa4e54cefa8358c039eb7.png — 200 — 6.5 KiB — 7 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/statistics/AnalyticsEvent.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/statistics/AnalyticsEvent.js?m=1773846725 — 200 — 1.7 KiB — 7 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/main/common.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/main/common.js?m=1773846725 — 200 — 1.8 KiB — 8 ms — h2https://www.elconfidencial.com/javascript/dist/common/statistics/element-tracking-handler.jswww.elconfidencial.com/javascript/d... https://www.elconfidencial.com/javascript/dist/common/statistics/element-tracking-handler.js — 200 — 2.0 KiB — 34 ms — h2https://www.elconfidencial.com/javascript/generic/core/underscore.js?m=1773846724www.elconfidencial.com/javascript/g... https://www.elconfidencial.com/javascript/generic/core/underscore.js?m=1773846724 — 200 — 8.2 KiB — 20 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/eventTracker/EventTracker.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/eventTracker/EventTracker.js?m=1773846725 — 200 — 1.6 KiB — 26 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/Project.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/Project.js?m=1773846725 — 200 — 1.6 KiB — 30 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/QueryString.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/QueryString.js?m=1773846725 — 200 — 1.6 KiB — 22 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/statistics/EventQueue.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/statistics/EventQueue.js?m=1773846725 — 200 — 1.6 KiB — 18 ms — h2https://1776814598683fc411f3012c573abe601cb7f931fde950f71484fa78.trk.sensic.net/tp.gif?m=ElconfidencialWeb&r=www.elconfidencial.com&p=es1&instanceid=1776814598683FC411F3012C573ABE601CB7F931FDE950F71484FA78&ipad=false&redirect=manual1776814598683fc411f3012c573abe601cb... https://1776814598683fc411f3012c573abe601cb7f931fde950f71484fa78.trk.sensic.net/tp.gif?m=ElconfidencialWeb&r=www.elconfidencial.com&p=es1&instanceid=1776814598683FC411F3012C573ABE601CB7F931FDE950F71484FA78&ipad=false&redirect=manual — 204 — 363 B — 166 ms — h2https://es1-s2s.sensic.net/es1-s2s.sensic.net/ https://es1-s2s.sensic.net/ — 204 — 297 B — 113 ms — h2https://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 — 102.2 KiB — 47 ms — h2https://es-config.sensic.net/3pc.htmles-config.sensic.net/3pc.html https://es-config.sensic.net/3pc.html — 200 — 29.9 KiB — 41 ms — h2https://sdk.mrf.io/statics/marfeel-sdk.js?id=154sdk.mrf.io/statics/marfeel-sdk.js?i... https://sdk.mrf.io/statics/marfeel-sdk.js?id=154 — 200 — 59.4 KiB — 121 ms — h3https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/swiper-DO1QwZen.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/swiper-DO1QwZen.js — 200 — 1.3 KiB — 50 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/swiper-B4_c2sas.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/swiper-B4_c2sas.js — 200 — 22.5 KiB — 89 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/swiper-Be9b3THL.cssdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/swiper-Be9b3THL.css — 200 — 3.6 KiB — 44 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/ec-authentication-BXTSxOPx.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/ec-authentication-BXTSxOPx.js — 200 — 3.4 KiB — 42 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/lit-element-DWEJhvLm.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/lit-element-DWEJhvLm.js — 200 — 6.7 KiB — 68 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/secondBrandDayLauncher-Bs4nX3EA.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/secondBrandDayLauncher-Bs4nX3EA.js — 200 — 1.2 KiB — 69 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/debounceThrottle-M4aQpApC.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/debounceThrottle-M4aQpApC.js — 200 — 1.0 KiB — 41 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/ec-dynamic-slider-DhXTx9PT.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/ec-dynamic-slider-DhXTx9PT.js — 200 — 4.0 KiB — 76 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/custom-element-BhZVzxrc.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/custom-element-BhZVzxrc.js — 200 — 1017 B — 72 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/lit-html-BbZy7s-Q.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/lit-html-BbZy7s-Q.js — 200 — 4.1 KiB — 77 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/ec-controls-BkMhq-Ww.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/ec-controls-BkMhq-Ww.js — 200 — 2.4 KiB — 70 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/directive-CF8sV3Lr.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/directive-CF8sV3Lr.js — 200 — 1.1 KiB — 70 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/helpers-BHAH-d33.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/helpers-BHAH-d33.js — 200 — 936 B — 53 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/lastNews-Dt1YeLyj.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/lastNews-Dt1YeLyj.js — 200 — 1.6 KiB — 46 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/DailymotionPlayerManager-DXU7fk0m.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/DailymotionPlayerManager-DXU7fk0m.js — 200 — 3.4 KiB — 78 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/OverflowShadows-Cd-wCyXk.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/OverflowShadows-Cd-wCyXk.js — 200 — 1.5 KiB — 76 ms — h2https://www.elconfidencial.com/javascript/generic/requireModules/AmplitudeEvent.js?m=1773846724www.elconfidencial.com/javascript/g... https://www.elconfidencial.com/javascript/generic/requireModules/AmplitudeEvent.js?m=1773846724 — 200 — 3.8 KiB — 11 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/Hosts.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/Hosts.js?m=1773846725 — 200 — 1.3 KiB — 14 ms — h2https://www.elconfidencial.com/libraries/polyfill/promise.jswww.elconfidencial.com/libraries/po... https://www.elconfidencial.com/libraries/polyfill/promise.js — 200 — 2.2 KiB — 15 ms — h2https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 61 ms — http/1.1https://geo.dailymotion.com/player/x1ir36.html?video=xa68dl8&customConfig%5Bsite%5D=el-confidencial&customConfig%5Bsection%5D=homegeo.dailymotion.com/player/x1ir36.h... https://geo.dailymotion.com/player/x1ir36.html?video=xa68dl8&customConfig%5Bsite%5D=el-confidencial&customConfig%5Bsection%5D=home — 200 — 8.4 KiB — 90 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 60 ms — http/1.1https://geo.dailymotion.com/player/x1ir36.html?video=xa677qk&customConfig%5Bsite%5D=el-confidencial&customConfig%5Bsection%5D=homegeo.dailymotion.com/player/x1ir36.h... https://geo.dailymotion.com/player/x1ir36.html?video=xa677qk&customConfig%5Bsite%5D=el-confidencial&customConfig%5Bsection%5D=home — 200 — 8.4 KiB — 85 ms — h3https://cdn.amplitude.com/libs/amplitude-4.5.2-min.gz.jscdn.amplitude.com/libs/amplitude-4.... https://cdn.amplitude.com/libs/amplitude-4.5.2-min.gz.js — 200 — 25.6 KiB — 66 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/Editorial.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/Editorial.js?m=1773846725 — 200 — 1.6 KiB — 44 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/authentication/Authentication.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/authentication/Authentication.js?m=1773846725 — 200 — 3.0 KiB — 48 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/DeviceInfo.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/DeviceInfo.js?m=1773846725 — 200 — 2.0 KiB — 48 ms — h2https://www.tradingview-widget.com/embed-widget/ticker-tape/elconfidencial/?locale=eswww.tradingview-widget.com/embed-wi... https://www.tradingview-widget.com/embed-widget/ticker-tape/elconfidencial/?locale=es — 200 — 14.7 KiB — 90 ms — h2https://www.tradingview-widget.com/embed-widget/mini-symbol-overview/elconfidencial/?locale=eswww.tradingview-widget.com/embed-wi... https://www.tradingview-widget.com/embed-widget/mini-symbol-overview/elconfidencial/?locale=es — 200 — 14.8 KiB — 19 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.js — 200 — 17.0 KiB — 25 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.js — 200 — 174.2 KiB — 248 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.1a4b4d7617fd2a691085.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.1a4b4d7617fd2a691085.js — 200 — 64.0 KiB — 47 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.c757ab3536a95a408957.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.c757ab3536a95a408957.js — 200 — 51.1 KiB — 55 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.81efa6d85228c919fd77.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.81efa6d85228c919fd77.js — 200 — 37.8 KiB — 214 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.includes.f2c09509c9946ce1a97e.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.includes.f2c09509c9946ce1a97e.js — 200 — 24.2 KiB — 142 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.infopack.4c0011682abacbe27c71.js — 200 — 0 B — 30 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_vendor.4c05a05f7c86ba88b43f.js — 200 — 0 B — 270 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.1a4b4d7617fd2a691085.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_boot.1a4b4d7617fd2a691085.js — 200 — 0 B — 51 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.c757ab3536a95a408957.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_app.c757ab3536a95a408957.js — 200 — 0 B — 73 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.81efa6d85228c919fd77.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.photon_player.81efa6d85228c919fd77.js — 200 — 0 B — 256 ms — h3https://geo.dailymotion.com/static/latest/cdn/dmp.includes.f2c09509c9946ce1a97e.jsgeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.includes.f2c09509c9946ce1a97e.js — 200 — 0 B — 225 ms — h3https://www.tradingview-widget.com/static/bundles/embed/17801.15c5c25d27a56a0df772.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/17801.15c5c25d27a56a0df772.css — 200 — 13.5 KiB — 6 ms — h2https://www.tradingview-widget.com/static/bundles/embed/60216.55cbc7a1da963b3829b3.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/60216.55cbc7a1da963b3829b3.css — 200 — 581 B — 27 ms — h2https://www.tradingview-widget.com/static/bundles/embed/37833.8457808decfdb6b99100.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/37833.8457808decfdb6b99100.css — 200 — 1.2 KiB — 29 ms — h2https://www.tradingview-widget.com/static/bundles/embed/73023.95cc40283a8c53a61854.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/73023.95cc40283a8c53a61854.css — 200 — 1.7 KiB — 30 ms — h2https://www.tradingview-widget.com/static/bundles/embed/13817.256fa5a5213b9cb70f5c.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/13817.256fa5a5213b9cb70f5c.css — 200 — 1.4 KiB — 65 ms — h2https://www.tradingview-widget.com/static/bundles/embed/40251.0c795f1dd9faf2c7610f.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/40251.0c795f1dd9faf2c7610f.css — 200 — 2.4 KiB — 30 ms — h2https://www.tradingview-widget.com/static/bundles/embed/41978.2a70d397c34f2e9de94f.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/41978.2a70d397c34f2e9de94f.css — 200 — 939 B — 29 ms — h2https://www.tradingview-widget.com/static/bundles/embed/27886.47a256c545e87860a941.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/27886.47a256c545e87860a941.css — 200 — 1.3 KiB — 28 ms — h2https://www.tradingview-widget.com/static/bundles/embed/89266.14d6a6e99d2c69a7e8bd.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/89266.14d6a6e99d2c69a7e8bd.css — 200 — 1.9 KiB — 28 ms — h2https://www.tradingview-widget.com/static/bundles/embed/56257.2ce1991c27492543b17f.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/56257.2ce1991c27492543b17f.css — 200 — 2.2 KiB — 28 ms — h2https://www.tradingview-widget.com/static/bundles/embed/runtime-embed_ticker_tape_widget.593f129ee83c7fc18af6.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/runtime-embed_ticker_tape_widget.593f129ee83c7fc18af6.js — 200 — 5.5 KiB — 78 ms — h2https://www.tradingview-widget.com/static/bundles/embed/es.58667.3f0562a794c38ee1f072.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/es.58667.3f0562a794c38ee1f072.js — 200 — 6.6 KiB — 80 ms — h2https://www.tradingview-widget.com/static/bundles/embed/es.77734.9c8fc78a6f74c503877e.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/es.77734.9c8fc78a6f74c503877e.js — 200 — 1.7 KiB — 78 ms — h2https://www.tradingview-widget.com/static/bundles/embed/91550.d905f6e60b282987b3eb.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/91550.d905f6e60b282987b3eb.js — 200 — 7.0 KiB — 154 ms — h2https://www.tradingview-widget.com/static/bundles/embed/82484.0774d72716e6b07fab9b.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/82484.0774d72716e6b07fab9b.js — 200 — 5.5 KiB — 79 ms — h2https://www.tradingview-widget.com/static/bundles/embed/97038.0e7ca60b87e2e4d291df.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/97038.0e7ca60b87e2e4d291df.js — 200 — 2.3 KiB — 161 ms — h2https://www.tradingview-widget.com/static/bundles/embed/3271.83aff4c41bb370c0f469.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/3271.83aff4c41bb370c0f469.js — 200 — 10.5 KiB — 162 ms — h2https://www.tradingview-widget.com/static/bundles/embed/52653.b6e0332c914a3e30ea56.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/52653.b6e0332c914a3e30ea56.js — 200 — 5.1 KiB — 163 ms — h2https://www.tradingview-widget.com/static/bundles/embed/29990.58d1733d1b27cc1c08e6.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/29990.58d1733d1b27cc1c08e6.js — 200 — 10.9 KiB — 164 ms — h2https://www.elconfidencial.com/javascript/generic/core/modulePat/Subject.js?m=1773846724www.elconfidencial.com/javascript/g... https://www.elconfidencial.com/javascript/generic/core/modulePat/Subject.js?m=1773846724 — 200 — 1.6 KiB — 256 ms — h2https://www.elconfidencial.com/libraries/polyfill/base64.jswww.elconfidencial.com/libraries/po... https://www.elconfidencial.com/libraries/polyfill/base64.js — 200 — 1.8 KiB — 264 ms — h2https://www.tradingview-widget.com/static/bundles/embed/47184.098612512fc26df6c5d6.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/47184.098612512fc26df6c5d6.js — 200 — 9.7 KiB — 111 ms — h2https://www.tradingview-widget.com/static/bundles/embed/63428.fb61751f460f9ebcd3dd.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/63428.fb61751f460f9ebcd3dd.js — 200 — 13.6 KiB — 153 ms — h2https://www.tradingview-widget.com/static/bundles/embed/65989.e9f04f8a731b7ad632e7.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/65989.e9f04f8a731b7ad632e7.js — 200 — 14.4 KiB — 184 ms — h2https://www.tradingview-widget.com/static/bundles/embed/27313.74625f25057413051993.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/27313.74625f25057413051993.js — 200 — 4.7 KiB — 120 ms — h2https://www.tradingview-widget.com/static/bundles/embed/9127.dabab6f9038cddf790dc.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/9127.dabab6f9038cddf790dc.js — 200 — 5.8 KiB — 125 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/YoutubePlayerManager-B96Nx3pF.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/YoutubePlayerManager-B96Nx3pF.js — 200 — 1.3 KiB — 149 ms — h2https://www.tradingview-widget.com/static/bundles/embed/42827.ba8e1a6621b1fc24d0b9.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/42827.ba8e1a6621b1fc24d0b9.js — 200 — 3.2 KiB — 151 ms — h2https://www.tradingview-widget.com/static/bundles/embed/embed_ticker_tape_widget.e64a006dffae12ff8474.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/embed_ticker_tape_widget.e64a006dffae12ff8474.js — 200 — 7.9 KiB — 152 ms — h2https://www.tradingview-widget.com/static/bundles/embed/17801.15c5c25d27a56a0df772.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/17801.15c5c25d27a56a0df772.css — 200 — 0 B — 187 ms — h2https://www.tradingview-widget.com/static/bundles/embed/60216.55cbc7a1da963b3829b3.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/60216.55cbc7a1da963b3829b3.css — 200 — 0 B — 126 ms — h2https://www.tradingview-widget.com/static/bundles/embed/37833.8457808decfdb6b99100.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/37833.8457808decfdb6b99100.css — 200 — 0 B — 127 ms — h2https://www.tradingview-widget.com/static/bundles/embed/73023.95cc40283a8c53a61854.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/73023.95cc40283a8c53a61854.css — 200 — 0 B — 128 ms — h2https://www.tradingview-widget.com/static/bundles/embed/13817.256fa5a5213b9cb70f5c.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/13817.256fa5a5213b9cb70f5c.css — 200 — 0 B — 133 ms — h2https://www.tradingview-widget.com/static/bundles/embed/40251.0c795f1dd9faf2c7610f.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/40251.0c795f1dd9faf2c7610f.css — 200 — 0 B — 130 ms — h2https://www.tradingview-widget.com/static/bundles/embed/41978.2a70d397c34f2e9de94f.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/41978.2a70d397c34f2e9de94f.css — 200 — 0 B — 133 ms — h2https://www.tradingview-widget.com/static/bundles/embed/27886.47a256c545e87860a941.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/27886.47a256c545e87860a941.css — 200 — 0 B — 138 ms — h2https://www.tradingview-widget.com/static/bundles/embed/89266.14d6a6e99d2c69a7e8bd.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/89266.14d6a6e99d2c69a7e8bd.css — 200 — 0 B — 137 ms — h2https://www.tradingview-widget.com/static/bundles/embed/81151.4dbecda7b235ad65b274.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/81151.4dbecda7b235ad65b274.css — 200 — 1008 B — 120 ms — h2https://www.tradingview-widget.com/static/bundles/embed/2062.e8996c9d544e5965ee8e.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/2062.e8996c9d544e5965ee8e.css — 200 — 673 B — 116 ms — h2https://www.tradingview-widget.com/static/bundles/embed/54246.b2c2d2d9454ebd465150.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/54246.b2c2d2d9454ebd465150.css — 200 — 1.9 KiB — 116 ms — h2https://www.tradingview-widget.com/static/bundles/embed/39412.1426c40af4a61d970bc3.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/39412.1426c40af4a61d970bc3.css — 200 — 903 B — 46 ms — h2https://www.tradingview-widget.com/static/bundles/embed/runtime-embed_mini_symbol_overview_widget.a54cd0b9e7537bbcab64.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/runtime-embed_mini_symbol_overview_widget.a54cd0b9e7537bbcab64.js — 200 — 6.3 KiB — 110 ms — h2https://www.tradingview-widget.com/static/bundles/embed/es.58667.3f0562a794c38ee1f072.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/es.58667.3f0562a794c38ee1f072.js — 200 — 0 B — 148 ms — h2https://www.tradingview-widget.com/static/bundles/embed/es.54176.6bdc5e745d68074eb002.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/es.54176.6bdc5e745d68074eb002.js — 200 — 2.6 KiB — 118 ms — h2https://www.tradingview-widget.com/static/bundles/embed/91550.d905f6e60b282987b3eb.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/91550.d905f6e60b282987b3eb.js — 200 — 0 B — 112 ms — h2https://www.tradingview-widget.com/static/bundles/embed/82484.0774d72716e6b07fab9b.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/82484.0774d72716e6b07fab9b.js — 200 — 0 B — 129 ms — h2https://www.tradingview-widget.com/static/bundles/embed/2336.769b8281bc49972387e6.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/2336.769b8281bc49972387e6.js — 200 — 4.0 KiB — 189 ms — h2https://www.tradingview-widget.com/static/bundles/embed/83808.1d4cfc973a97aa935a82.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/83808.1d4cfc973a97aa935a82.js — 200 — 63.1 KiB — 206 ms — h2https://www.tradingview-widget.com/static/bundles/embed/3271.83aff4c41bb370c0f469.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/3271.83aff4c41bb370c0f469.js — 200 — 0 B — 163 ms — h2https://www.tradingview-widget.com/static/bundles/embed/52653.b6e0332c914a3e30ea56.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/52653.b6e0332c914a3e30ea56.js — 200 — 0 B — 164 ms — h2https://www.tradingview-widget.com/static/bundles/embed/29990.58d1733d1b27cc1c08e6.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/29990.58d1733d1b27cc1c08e6.js — 200 — 0 B — 164 ms — h2https://www.tradingview-widget.com/static/bundles/embed/47184.098612512fc26df6c5d6.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/47184.098612512fc26df6c5d6.js — 200 — 0 B — 144 ms — h2https://www.tradingview-widget.com/static/bundles/embed/63428.fb61751f460f9ebcd3dd.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/63428.fb61751f460f9ebcd3dd.js — 200 — 0 B — 153 ms — h2https://www.tradingview-widget.com/static/bundles/embed/65989.e9f04f8a731b7ad632e7.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/65989.e9f04f8a731b7ad632e7.js — 200 — 0 B — 153 ms — h2https://www.tradingview-widget.com/static/bundles/embed/76133.58b868a113ae2020e319.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/76133.58b868a113ae2020e319.js — 200 — 10.5 KiB — 155 ms — h2https://www.tradingview-widget.com/static/bundles/embed/10502.1585eb3721bb152abb7c.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/10502.1585eb3721bb152abb7c.js — 200 — 9.8 KiB — 189 ms — h2https://www.tradingview-widget.com/static/bundles/embed/9127.dabab6f9038cddf790dc.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/9127.dabab6f9038cddf790dc.js — 200 — 0 B — 155 ms — h2https://www.tradingview-widget.com/static/bundles/embed/26584.cfe0cc3a62695d8a526d.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/26584.cfe0cc3a62695d8a526d.js — 200 — 23.4 KiB — 193 ms — h2https://www.tradingview-widget.com/static/bundles/embed/embed_mini_symbol_overview_widget.02963d45681fb80880f2.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/embed_mini_symbol_overview_widget.02963d45681fb80880f2.js — 200 — 11.5 KiB — 189 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.locale-en-US.6680a1e9a26e0cedc89f.jsongeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.locale-en-US.6680a1e9a26e0cedc89f.json — 200 — 2.9 KiB — 145 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 97 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 139 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 138 ms — http/1.1https://geo.dailymotion.com/video/xa68dl8.json?legacy=true&embedder=https%3A%2F%2Fwww.elconfidencial.com%2F&geo=1&player-id=x1ir36&publisher-id=x2ns7z1&enableAds=0&locale=en-US&dmV1st=7f37f92e-df68-479e-a6dd-b98cc630c2eb&dmTs=173437&is_native_app=0&dmSharingUrlLocation=https%3A%2F%2Fwww.elconfidencial.com%2F&dmViewId=1jmp6easc0869ba3835&parallelCalls=1geo.dailymotion.com/video/xa68dl8.j... https://geo.dailymotion.com/video/xa68dl8.json?legacy=true&embedder=https%3A%2F%2Fwww.elconfidencial.com%2F&geo=1&player-id=x1ir36&publisher-id=x2ns7z1&enableAds=0&locale=en-US&dmV1st=7f37f92e-df68-479e-a6dd-b98cc630c2eb&dmTs=173437&is_native_app=0&dmSharingUrlLocation=https%3A%2F%2Fwww.elconfidencial.com%2F&dmViewId=1jmp6easc0869ba3835&parallelCalls=1 — 200 — 3.2 KiB — 128 ms — h3https://conf.spxl.socy.es/pixel/js/CONF_823_736_991/conf.spxl.socy.es/pixel/js/CONF_823... https://conf.spxl.socy.es/pixel/js/CONF_823_736_991/ — 200 — 265 B — 189 ms — h2https://geo.dailymotion.com/static/latest/cdn/dmp.locale-en-US.6680a1e9a26e0cedc89f.jsongeo.dailymotion.com/static/latest/c... https://geo.dailymotion.com/static/latest/cdn/dmp.locale-en-US.6680a1e9a26e0cedc89f.json — 200 — 0 B — 78 ms — h3https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.2 KiB — 110 ms — h2https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 55 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 81 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 75 ms — http/1.1https://geo.dailymotion.com/video/xa677qk.json?legacy=true&embedder=https%3A%2F%2Fwww.elconfidencial.com%2F&geo=1&player-id=x1ir36&publisher-id=x2ns7z1&enableAds=0&locale=en-US&dmV1st=7f37f92e-df68-479e-a6dd-b98cc630c2eb&dmTs=173437&is_native_app=0&dmSharingUrlLocation=https%3A%2F%2Fwww.elconfidencial.com%2F&dmViewId=1jmp6eav700053de2bc&parallelCalls=1geo.dailymotion.com/video/xa677qk.j... https://geo.dailymotion.com/video/xa677qk.json?legacy=true&embedder=https%3A%2F%2Fwww.elconfidencial.com%2F&geo=1&player-id=x1ir36&publisher-id=x2ns7z1&enableAds=0&locale=en-US&dmV1st=7f37f92e-df68-479e-a6dd-b98cc630c2eb&dmTs=173437&is_native_app=0&dmSharingUrlLocation=https%3A%2F%2Fwww.elconfidencial.com%2F&dmViewId=1jmp6eav700053de2bc&parallelCalls=1 — 200 — 2.9 KiB — 58 ms — h3https://widget-sheriff.tradingview-widget.com/sheriff/api/v1/rules/search?origin=https%3A%2F%2Fwww.elconfidencial.comwidget-sheriff.tradingview-widget.c... https://widget-sheriff.tradingview-widget.com/sheriff/api/v1/rules/search?origin=https%3A%2F%2Fwww.elconfidencial.com — 204 — 353 B — 30 ms — h3https://www.tradingview-widget.com/static/bundles/embed/33315.af22f3ab83cdfcc3935a.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/33315.af22f3ab83cdfcc3935a.css — 200 — 829 B — 3 ms — h2https://www.tradingview-widget.com/static/bundles/embed/tradingview-copyright-data-impl.76b5b8782c68b9c0dea9.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/tradingview-copyright-data-impl.76b5b8782c68b9c0dea9.js — 200 — 2.6 KiB — 7 ms — h2https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_google_google_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_google_google_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 1.2 KiB — 8 ms — h3https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.jssdk.privacy-center.org/sdk/22ecd6bf... https://sdk.privacy-center.org/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 1.3 KiB — 7 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 22 ms — http/1.1https://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 — 54.8 KiB — 15 ms — h3https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 26 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 21 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 21 ms — http/1.1https://www.tradingview-widget.com/static/bundles/embed/70644.19b205a3cbef574e9346.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/70644.19b205a3cbef574e9346.js — 200 — 16.9 KiB — 4 ms — h2https://www.tradingview-widget.com/static/bundles/embed/91805.6955d9645b3ec62a048c.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/91805.6955d9645b3ec62a048c.js — 200 — 4.4 KiB — 8 ms — h2https://www.tradingview-widget.com/static/bundles/embed/snowplow-embed-widget-tracker.41752ead0e776ae89704.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/snowplow-embed-widget-tracker.41752ead0e776ae89704.js — 200 — 5.4 KiB — 45 ms — h2https://widget-sheriff.tradingview-widget.com/sheriff/api/v1/rules/search?origin=https%3A%2F%2Fwww.elconfidencial.comwidget-sheriff.tradingview-widget.c... https://widget-sheriff.tradingview-widget.com/sheriff/api/v1/rules/search?origin=https%3A%2F%2Fwww.elconfidencial.com — 204 — 0 B — 13 ms — h3https://www.tradingview-widget.com/static/bundles/embed/33315.af22f3ab83cdfcc3935a.csswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/33315.af22f3ab83cdfcc3935a.css — 200 — 0 B — 0 ms — h2https://www.tradingview-widget.com/static/bundles/embed/tradingview-copyright-data-impl.76b5b8782c68b9c0dea9.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/tradingview-copyright-data-impl.76b5b8782c68b9c0dea9.js — 200 — 0 B — 0 ms — h2https://static1.dmcdn.net/ABCFavorit-Regular.woff2static1.dmcdn.net/ABCFavorit-Regula... https://static1.dmcdn.net/ABCFavorit-Regular.woff2 — 200 — 49.2 KiB — 8 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/main/site/common.js?m=1773846726www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/main/site/common.js?m=1773846726 — 200 — 1.3 KiB — 11 ms — h2https://www.elconfidencial.com/javascript/v2/plugins/require/plugins/domReady.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/plugins/require/plugins/domReady.js?m=1773846725 — 200 — 1.7 KiB — 12 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/tracking.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/tracking.js?m=1773846725 — 200 — 1.6 KiB — 15 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/Triggers/Triggers.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/Triggers/Triggers.js?m=1773846725 — 200 — 1.9 KiB — 21 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/navigationRecorder/NavigationRecorder.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/navigationRecorder/NavigationRecorder.js?m=1773846725 — 200 — 1.7 KiB — 26 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/DeferLoadImage.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/DeferLoadImage.js?m=1773846725 — 200 — 1.5 KiB — 26 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/statistics/StatisticsPostMessage.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/statistics/StatisticsPostMessage.js?m=1773846725 — 200 — 1.5 KiB — 28 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/WeatherUI.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/WeatherUI.js?m=1773846725 — 200 — 2.5 KiB — 29 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/historic/historic.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/historic/historic.js?m=1773846725 — 200 — 2.0 KiB — 27 ms — h2https://static1.dmcdn.net/ABCFavorit-Regular.woff2static1.dmcdn.net/ABCFavorit-Regula... https://static1.dmcdn.net/ABCFavorit-Regular.woff2 — 200 — 0 B — 44 ms — h2https://access.elconfidencial.com/stats/elconfidencial.com/home/?referrer=&customParams=%7B%22gfk_c1%22%3A%20%22elconfidencial.com%22%2C%22gfk_c2%22%3A%20%22Home%22%7Daccess.elconfidencial.com/stats/elc... https://access.elconfidencial.com/stats/elconfidencial.com/home/?referrer=&customParams=%7B%22gfk_c1%22%3A%20%22elconfidencial.com%22%2C%22gfk_c2%22%3A%20%22Home%22%7D — 200 — 67.9 KiB — 43 ms — h2https://www.elconfidencial.com/libraries/polyfill/forEach.jswww.elconfidencial.com/libraries/po... https://www.elconfidencial.com/libraries/polyfill/forEach.js — 200 — 1.5 KiB — 29 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/String.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/String.js?m=1773846725 — 200 — 1.3 KiB — 21 ms — h2https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 50 ms — http/1.1https://pebed.dm-event.net/pebed.dm-event.net/ https://pebed.dm-event.net/ — 200 — 363 B — 50 ms — http/1.1https://www.elconfidencial.com/javascript/v2/class/requireModules/HeaderUI.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/HeaderUI.js?m=1773846725 — 200 — 1.5 KiB — 38 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/FooterUI.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/FooterUI.js?m=1773846725 — 200 — 1.3 KiB — 31 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/storage/CrossDomainStorage.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/storage/CrossDomainStorage.js?m=1773846725 — 200 — 1.3 KiB — 24 ms — h2https://s2.dmcdn.net/v/agYJC1fvypD0qZOvy/x180s2.dmcdn.net/v/agYJC1fvypD0qZOvy/x1... https://s2.dmcdn.net/v/agYJC1fvypD0qZOvy/x180 — 200 — 13.7 KiB — 43 ms — h2https://www.elconfidencial.com/libraries/polyfill/padStart.jswww.elconfidencial.com/libraries/po... https://www.elconfidencial.com/libraries/polyfill/padStart.js — 200 — 1.5 KiB — 20 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/weather/Weather.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/weather/Weather.js?m=1773846725 — 200 — 2.3 KiB — 17 ms — h2https://s2.dmcdn.net/v/agL3i1fvxfjKOuPfF/x240s2.dmcdn.net/v/agL3i1fvxfjKOuPfF/x2... https://s2.dmcdn.net/v/agL3i1fvxfjKOuPfF/x240 — 200 — 13.0 KiB — 16 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.jswww.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js — 200 — 2.5 KiB — 93 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.jswww.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js — 200 — 0 B — 98 ms — h2https://snowplow-pixel.tradingview.com/com.tradingview/tracksnowplow-pixel.tradingview.com/com.... https://snowplow-pixel.tradingview.com/com.tradingview/track — 200 — 0 B — 557 ms — h2https://sr-client-cfg.amplitude.com/config/2755896694abde68a6ca7ef70387628e?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/2755896694abde68a6ca7ef70387628e?config_group=browser — 200 — 692 B — 8 ms — h2https://www.elconfidencial.com/javascript/v2/plugins/require/plugins/promise.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/plugins/require/plugins/promise.js?m=1773846725 — 200 — 1.5 KiB — 5 ms — h2https://www.elconfidencial.com/javascript/v2/plugins/require/plugins/json.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/plugins/require/plugins/json.js?m=1773846725 — 200 — 1.8 KiB — 10 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/storageManager/lib/Cookie.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/storageManager/lib/Cookie.js?m=1773846725 — 200 — 2.1 KiB — 11 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/fixedHeader/confiTopLogo.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/fixedHeader/confiTopLogo.js?m=1773846725 — 200 — 1.7 KiB — 16 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/fixedHeader/CloseAllElements.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/fixedHeader/CloseAllElements.js?m=1773846725 — 200 — 1.4 KiB — 8 ms — h2https://www.elconfidencial.com/javascript/v2/plugins/require/plugins/text.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/plugins/require/plugins/text.js?m=1773846725 — 200 — 3.6 KiB — 8 ms — h2https://www.gstatic.com/eureka/clank/147/cast_sender.jswww.gstatic.com/eureka/clank/147/ca... https://www.gstatic.com/eureka/clank/147/cast_sender.js — 200 — 13.4 KiB — 33 ms — h2https://www.elconfidencial.com/img/generic/weather/top/intervalos-nubosos.pngwww.elconfidencial.com/img/generic/... https://www.elconfidencial.com/img/generic/weather/top/intervalos-nubosos.png — 200 — 1.7 KiB — 5 ms — h2https://www.gstatic.com/eureka/clank/147/cast_sender.jswww.gstatic.com/eureka/clank/147/ca... https://www.gstatic.com/eureka/clank/147/cast_sender.js — 200 — 0 B — 29 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/storage/CrossDomainStoragePromise.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/storage/CrossDomainStoragePromise.js?m=1773846725 — 200 — 1.4 KiB — 5 ms — h2https://api.elconfidencial.com/item/trigger/front/api.elconfidencial.com/item/trigger... https://api.elconfidencial.com/item/trigger/front/ — 200 — 1.6 KiB — 5 ms — h2https://sr-client-cfg.amplitude.com/config/2755896694abde68a6ca7ef70387628e?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/2755896694abde68a6ca7ef70387628e?config_group=browser — 200 — 0 B — 4 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 29 ms — h2https://static.ecestaticos.com/file/b3c/77b/6f4/b3c77b6f4672b46a3b9127c4c31c5ba7.svgstatic.ecestaticos.com/file/b3c/77b... https://static.ecestaticos.com/file/b3c/77b/6f4/b3c77b6f4672b46a3b9127c4c31c5ba7.svg — 200 — 4.6 KiB — 8 ms — h2https://sb.scorecardresearch.com/cs/7215267/beacon.jssb.scorecardresearch.com/cs/7215267... https://sb.scorecardresearch.com/cs/7215267/beacon.js — 302 — 263 B — 37 ms — h2https://sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2260sdk.mrf.io/statics/compass-multimed... https://sdk.mrf.io/statics/compass-multimedia-sdk.js?version=2260 — 200 — 4.3 KiB — 23 ms — h3https://sb.scorecardresearch.com/internal-cs/7215267/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/7215267/beacon.js — 200 — 6.7 KiB — 6 ms — h2https://sdk.mrf.io/statics/47bd3e88b6bda15c34ce.jssdk.mrf.io/statics/47bd3e88b6bda15c... https://sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js — 200 — 24.4 KiB — 23 ms — h3https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/listeners-Ba2ok4GB.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/listeners-Ba2ok4GB.js — 200 — 1.5 KiB — 35 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/agreeToAllCTA-DG7UUS0h.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/agreeToAllCTA-DG7UUS0h.js — 200 — 1.3 KiB — 35 ms — h2https://cdn.insurads.com/bootstrap/NIFG6TLZ.jscdn.insurads.com/bootstrap/NIFG6TLZ... https://cdn.insurads.com/bootstrap/NIFG6TLZ.js — 200 — 3.8 KiB — 48 ms — h2https://script.crazyegg.com/pages/scripts/0027/6820.js?493559script.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0027/6820.js?493559 — 200 — 2.7 KiB — 83 ms — h3https://www.elconfidencial.com/javascript/v2/class/requireModules/ads/adsbygoogle.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/ads/adsbygoogle.js?m=1773846725 — 200 — 1.3 KiB — 10 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/Cookie.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/utils/Cookie.js?m=1773846725 — 200 — 1.3 KiB — 7 ms — h2https://www.elconfidencial.com/favicon.icowww.elconfidencial.com/favicon.ico https://www.elconfidencial.com/favicon.ico — 200 — 1.5 KiB — 10 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/EventManager-CIe8CBjO.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/EventManager-CIe8CBjO.js — 200 — 1.3 KiB — 34 ms — h2https://www.elconfidencial.com/javascript/v2/class/requireModules/plugins/cookie.js?m=1773846725www.elconfidencial.com/javascript/v... https://www.elconfidencial.com/javascript/v2/class/requireModules/plugins/cookie.js?m=1773846725 — 200 — 2.2 KiB — 9 ms — h2https://www.tradingview-widget.com/static/bundles/embed/40260.2ae715334e6e29ae2cec.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/40260.2ae715334e6e29ae2cec.js — 200 — 17.5 KiB — 49 ms — h2https://www.tradingview-widget.com/static/bundles/embed/91184.81c735b84cfaaa786c88.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/91184.81c735b84cfaaa786c88.js — 200 — 8.0 KiB — 4 ms — h2https://www.tradingview-widget.com/static/bundles/embed/19954.89078f064dd715a1f1c4.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/19954.89078f064dd715a1f1c4.js — 200 — 6.3 KiB — 5 ms — h2https://www.tradingview-widget.com/static/bundles/embed/lightweight-mini-chart-bar-builder.0c91a26d33b979a0984f.jswww.tradingview-widget.com/static/b... https://www.tradingview-widget.com/static/bundles/embed/lightweight-mini-chart-bar-builder.0c91a26d33b979a0984f.js — 200 — 3.0 KiB — 7 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/loginDialogLauncher-R2NnOWQG.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/loginDialogLauncher-R2NnOWQG.js — 200 — 1.8 KiB — 35 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/CookieMessage-C5ETqxZP.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/CookieMessage-C5ETqxZP.js — 200 — 1.3 KiB — 34 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/CookieTool-CJZ0KAy3.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/CookieTool-CJZ0KAy3.js — 200 — 2.1 KiB — 33 ms — h2https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/FBEventAdapter-BCfxadsH.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/FBEventAdapter-BCfxadsH.js — 200 — 1.6 KiB — 32 ms — h2https://script.crazyegg.com/pages/data-scripts/0027/6820/site/www.elconfidencial.com.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0027/6820/site/www.elconfidencial.com.json?t=1 — 200 — 2.7 KiB — 45 ms — h3https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/tpStickyEvents-BOYX91FP.jsdelorean.ecestaticos.com/c77e2162-8... https://delorean.ecestaticos.com/c77e2162-8d89-4481-9def-dc2ab80b9604/js/module/router/static/tpStickyEvents-BOYX91FP.js — 200 — 1.3 KiB — 33 ms — h2https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/common-scripts/4ce8c7df8d425cc50464576824ed91eb.js — 200 — 55.3 KiB — 56 ms — h3https://s3-symbol-logo.tradingview.com/indices/ibex-35.svgs3-symbol-logo.tradingview.com/indi... https://s3-symbol-logo.tradingview.com/indices/ibex-35.svg — 200 — 1.2 KiB — 3 ms — h2https://script.crazyegg.com/pages/data-scripts/0027/6820/sampling/www.elconfidencial.com.json?t=1script.crazyegg.com/pages/data-scri... https://script.crazyegg.com/pages/data-scripts/0027/6820/sampling/www.elconfidencial.com.json?t=1 — 200 — 387 B — 24 ms — h3https://snowplow-pixel.tradingview.com/com.tradingview/tracksnowplow-pixel.tradingview.com/com.... https://snowplow-pixel.tradingview.com/com.tradingview/track — 200 — 413 B — 528 ms — h2https://tracking.crazyegg.com/clock?u=276820&st=159195&t=1776814600052&tk=5646fd868e63802621049e4575923f08tracking.crazyegg.com/clock?u=27682... https://tracking.crazyegg.com/clock?u=276820&st=159195&t=1776814600052&tk=5646fd868e63802621049e4575923f08 — 204 — 0 B — 163 ms — h2https://pagestates-tracking.crazyegg.com/healthcheckpagestates-tracking.crazyegg.com/he... https://pagestates-tracking.crazyegg.com/healthcheck — 200 — 461 B — 47 ms — h2https://assets-tracking.crazyegg.com/healthcheckassets-tracking.crazyegg.com/health... https://assets-tracking.crazyegg.com/healthcheck — 200 — 461 B — 37 ms — h2blob:https://www.elconfidencial.com/d3587e1c-2ce2-42c3-9464-30485a2959cdwww.elconfidencial.com/d3587e1c-2ce... blob:https://www.elconfidencial.com/d3587e1c-2ce2-42c3-9464-30485a2959cd — 200 — -1 B — 8 ms — blobhttps://tracking.crazyegg.com/clock?u=276820&st=159195&t=1776814600052&tk=5646fd868e63802621049e4575923f08tracking.crazyegg.com/clock?u=27682... https://tracking.crazyegg.com/clock?u=276820&st=159195&t=1776814600052&tk=5646fd868e63802621049e4575923f08 — 200 — 147 B — 85 ms — h2blob:https://www.elconfidencial.com/398b6e3a-2a5f-41e7-a8fc-af11378c6e10www.elconfidencial.com/398b6e3a-2a5... blob:https://www.elconfidencial.com/398b6e3a-2a5f-41e7-a8fc-af11378c6e10 — -1 — 0 B — 0 ms — https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.jsscript.crazyegg.com/pages/versioned... https://script.crazyegg.com/pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9025e38d6b.js — 200 — 22.6 KiB — 24 ms — h3https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 0 B — 545 ms — h2https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 217 B — 194 ms — h2
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 1543ms · 596KB · €25/mo
www.elconfidencial.com
Other
Costly
Execution 578ms
Transfer 105 KB
Monthly Cost €9/mo
Unattributable
Other
Costly
Execution 422ms
Transfer 0 KB
Monthly Cost €7/mo
www.ecestaticos.com
Other
Optional
Execution 160ms
Transfer 105 KB
Unused 71%
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Optional
Execution 135ms
Transfer 173 KB
Unused 47%
Monthly Cost €2/mo
sdk.privacy-center.org
Other
Optional
Execution 121ms
Transfer 102 KB
Unused 43%
Monthly Cost €2/mo
sdk.privacy-center.org
Other
Optional
Execution 65ms
Transfer 55 KB
Monthly Cost €1/mo
script.crazyegg.com
Other
Optional
Execution 63ms
Transfer 55 KB
Unused 51%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.elconfidencial.com adds 578ms and costs ~€9/month
  • Unattributable adds 422ms and costs ~€7/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.elconfidencial.com takes 578ms 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 422ms 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

71% of www.ecestaticos.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

51% of script.crazyegg.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