Skip to content
https://fcbarcelona.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
6
REVIEW
2
PASS
7
INFO
2

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

28
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
72
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

16.15 s

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

30.67 s

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

1.60 s

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

0.058

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

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

31.57 s

Page Load Progression

740 ms
1.5 s
2.2 s
3.0 s
3.7 s
4.4 s
5.2 s
5.9 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
6.0 MB transferred, 172 requests
FIX
6.0 MB transferred, 172 requests
Critical::
Page weighs 16.0 MB (6.0 MB transferred)
Warning::
JavaScript is 3.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.4 MB
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Info::
Fonts are 271 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 271 KB
Warning::
172 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.3 g CO2 per page load
6.0 MB / 2.4 MB budget
6.0 MB transferred
172 requests
1.3 g CO2 per page load
JavaScript 3.4 MiB 56%
Images 1.7 MiB 28%
Other 428.6 KiB 7%
Fonts 271.3 KiB 4%
CSS 154.5 KiB 3%
HTML 68.0 KiB 1%
Other 28.2 KiB 0%
Other 22.4 KiB 0%
Other 953 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

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

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 (6.0 MiB of 6.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
9671ms total JS execution
FIX
9671ms total JS execution
Warning::
https://www.fcbarcelona.com/resources/v3.5.4-8282/...: 2731ms CPU time
Warning::
Unattributable: 1057ms CPU time
Warning::
https://content.usestoryteller.com/javascript-sdk/...: 630ms CPU time
Warning::
https://www.fcbarcelona.com/en/: 605ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TR7...: 421ms CPU time
Warning::
Third-party scripts: 9671ms (100% of total)

Main Thread Breakdown

Script Evaluation 43% Other 33% Style & Layout 10% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://www.fcbarcelona.com/resources/v3.5.4-8282/scripts/vendors.min.js2731ms166ms72ms3rd
Unattributable1057ms103ms0ms3rd
https://content.usestoryteller.com/javascript-sdk/10.3.5/dist/storyteller.min.js630ms422ms46ms3rd
https://www.fcbarcelona.com/en/605ms122ms22ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TR7BQW421ms357ms59ms3rd
https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/common.min.js396ms75ms15ms3rd
https://assets.adobedtm.com/launch-EN34cf030df5534d6395af8319e4d4561c.min.js377ms282ms75ms3rd
https://open.http.mp.streamamg.com/p/3000707/sp/300070700/embedIframeJs/uiconf_id/30027660/partner_id/3000707318ms254ms7ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-925711413&cx=c&gtm=4e64m0h2264ms214ms42ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-724253322&cx=c&gtm=4e64m0h2264ms198ms59ms3rd

Showing top 10 of 28 scripts

F
JS Bundles
Action
44 scripts, 1.1 MB unused
FIX
44 scripts, 1.1 MB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-145...: 109 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://content.usestoryteller.com/javascript-sdk/...: 96 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.adobedtm.com/launch-EN34cf030df5534...: 86 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sdk.fek.pulselive.com/fek-sdk-client-web/l...: 71 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TR7...: 68 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1112 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=DC-14513962&cx=c&gtm=4e64m0h2148 KB109 KB (73%)3rd
https://content.usestoryteller.com/javascript-sdk/10.3.5/dist/storyteller.min.js155 KB96 KB (62%)3rd
https://assets.adobedtm.com/launch-EN34cf030df5534d6395af8319e4d4561c.min.js183 KB86 KB (47%)3rd
https://sdk.fek.pulselive.com/fek-sdk-client-web/latest/client.min.js215 KB71 KB (34%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TR7BQW191 KB68 KB (36%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-1055951110&cx=c&gtm=4e64m0h2143 KB64 KB (45%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16454699415&cx=c&gtm=4e64m0h2136 KB64 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-940928634&cx=c&gtm=4e64m0h2136 KB64 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-724253322&cx=c&gtm=4e64m0h2144 KB64 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16551201008&cx=c&gtm=4e64m0h2143 KB64 KB (44%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
172 resources · 6.0 MB · 1.1 MB savings available
FIX
172 resources · 6.0 MB · 1.1 MB savings available
Warning::
Page weight 5.0 MB over 1MB target
Got: 6.0 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
171 third-party resources (100% of weight)
Info::
4 resources over 200KB
172 resources · 6.0 MiB · 171 third-party 5.0 MiB over 1MB target
JavaScript 56% · 3.4 MiB
Image 35% · 2.1 MiB
Font 4% · 271.3 KiB
CSS 3% · 154.5 KiB
Document 1% · 70.3 KiB
Other 1% · 52.1 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
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
60 images, 0 KB saveable
REVIEW
60 images, 0 KB saveable
Warning::
https://www.fcbarcelona.com/resources/v3.5.4-8282/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.fcbarcelona.com/photo-resources/2025/0... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.fcbarcelona.com/resources/v3.5.4-8282/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
60 images 1.7 MB
0 oversized -0 KB
52 legacy format
4 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

Performance issues directly impact user engagement and conversion rates.

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

Web fonts

11

271 KB total

Render-blocking

0

of 11

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s FCP 16.1 s LCP 30.7 shttps://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Regular.woff2FC_BARCELONA-Regular.woff2 https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Regular.woff2 — 39.5 KiB — 25 ms — font-display: swaphttps://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Bold.woff2FC_BARCELONA-Bold.woff2 https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Bold.woff2 — 40.0 KiB — 51 ms — font-display: swaphttps://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Semibold.woff2FC_BARCELONA-Semibold.w... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Semibold.woff2 — 40.5 KiB — 38 ms — font-display: swaphttps://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Light.woff2FC_BARCELONA-Light.woff2 https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Light.woff2 — 39.4 KiB — 44 ms — font-display: swaphttps://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Extrabold.woff2FC_BARCELONA-Extrabold.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Extrabold.woff2 — 41.3 KiB — 71 ms — font-display: swaphttps://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Regular.woff2FC_BARCELONACONDENSEDPR... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Regular.woff2 — 34.1 KiB — 54 ms — font-display: swaphttps://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Bold.woff2FC_BARCELONACONDENSEDPR... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Bold.woff2 — 35.0 KiB — 68 ms — font-display: swaphttps://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Semibold.woff2FC_BARCELONACONDENSEDPR... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Semibold.woff2 — 222 B — 151 ms — font-display: swaphttps://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Light.woff2FC_BARCELONACONDENSEDPR... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Light.woff2 — 223 B — 148 ms — font-display: swaphttps://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-condensed-Extrabold.woff2FC_BARCELONACONDENSEDPR... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-condensed-Extrabold.woff2 — 220 B — 152 ms — font-display: swaphttps://sync.ecal.com/assets/fonts/gotham-rounded/GothamRounded-Bold.woff2GothamRounded-Bold.woff2 https://sync.ecal.com/assets/fonts/gotham-rounded/GothamRounded-Bold.woff2 — 902 B — 268 ms — font-display: swap
FC_BARCELONA-Regular.woff2 woff2 swap
Size 39 KB
Load time 25 ms
Start 402 ms
Risk FOUT — text flashes from fallback to web font
FC_BARCELONA-Bold.woff2 woff2 swap
Size 40 KB
Load time 51 ms
Start 403 ms
Risk FOUT — text flashes from fallback to web font
FC_BARCELONA-Semibold.w... woff2 swap
Size 40 KB
Load time 38 ms
Start 403 ms
Risk FOUT — text flashes from fallback to web font
FC_BARCELONA-Light.woff2 woff2 swap
Size 39 KB
Load time 44 ms
Start 404 ms
Risk FOUT — text flashes from fallback to web font
FC_BARCELONA-Extrabold.... woff2 swap
Size 41 KB
Load time 71 ms
Start 404 ms
Risk FOUT — text flashes from fallback to web font
FC_BARCELONACONDENSEDPR... woff2 swap
Size 34 KB
Load time 54 ms
Start 404 ms
Risk FOUT — text flashes from fallback to web font
FC_BARCELONACONDENSEDPR... woff2 swap
Size 35 KB
Load time 68 ms
Start 405 ms
Risk FOUT — text flashes from fallback to web font
FC_BARCELONACONDENSEDPR... woff2 swap
Size 0 KB
Load time 151 ms
Start 406 ms
Risk FOUT — text flashes from fallback to web font
FC_BARCELONACONDENSEDPR... woff2 swap
Size 0 KB
Load time 148 ms
Start 407 ms
Risk FOUT — text flashes from fallback to web font
FC_BARCELONACONDENSEDPR... woff2 swap
Size 0 KB
Load time 152 ms
Start 407 ms
Risk FOUT — text flashes from fallback to web font
GothamRounded-Bold.woff2 woff2 swap
Size 1 KB
Load time 268 ms
Start 2.4 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)
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
12 hints, 0 missing preconnects
PASS
12 hints, 0 missing preconnects
Info::
Page uses 12 resource hint(s)

Current Resource Hints

preconnect
1
preload
10
dns-prefetch
1
prefetch

12 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
172 requests over 4189ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s FCP 16.1 s LCP 30.7 shttps://fcbarcelona.com// https://fcbarcelona.com/ — 301 — 229 B — 91 ms — http/1.1https://www.fcbarcelona.com/www.fcbarcelona.com/ https://www.fcbarcelona.com/ — 302 — 276 B — 155 ms — h2https://www.fcbarcelona.com/en/www.fcbarcelona.com/en/ https://www.fcbarcelona.com/en/ — 200 — 54.4 KiB — 159 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Regular.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Regular.woff2 — 200 — 39.5 KiB — 25 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Bold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Bold.woff2 — 200 — 40.0 KiB — 51 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Semibold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Semibold.woff2 — 200 — 40.5 KiB — 38 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Light.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Light.woff2 — 200 — 39.4 KiB — 44 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Extrabold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Extrabold.woff2 — 200 — 41.3 KiB — 71 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Regular.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Regular.woff2 — 200 — 34.1 KiB — 54 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Bold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Bold.woff2 — 200 — 35.0 KiB — 68 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Semibold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Semibold.woff2 — 403 — 222 B — 151 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Light.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Light.woff2 — 403 — 223 B — 148 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-condensed-Extrabold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-condensed-Extrabold.woff2 — 403 — 220 B — 152 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/styles/screen.min.csswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/styles/screen.min.css — 200 — 151.8 KiB — 66 ms — h2https://translations.platform.pulselive.com/fcbarcelona/en.jstranslations.platform.pulselive.com... https://translations.platform.pulselive.com/fcbarcelona/en.js — 200 — 48.9 KiB — 130 ms — h2https://content.usestoryteller.com/javascript-sdk/10.3.5/dist/storyteller.min.jscontent.usestoryteller.com/javascri... https://content.usestoryteller.com/javascript-sdk/10.3.5/dist/storyteller.min.js — 200 — 154.6 KiB — 208 ms — h2https://www.fcbarcelona.com/photo-resources/fcbarcelona/photo/2018/10/18/2bc43670-d59c-40c9-a9b3-f2f8f1cc8167/icon_cub.png?width=112&height=112www.fcbarcelona.com/photo-resources... https://www.fcbarcelona.com/photo-resources/fcbarcelona/photo/2018/10/18/2bc43670-d59c-40c9-a9b3-f2f8f1cc8167/icon_cub.png?width=112&height=112 — 200 — 648 B — 75 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/badge-app-store.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/badge-app-store.svg — 200 — 2.3 KiB — 66 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/badge-google-play.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/badge-google-play.svg — 200 — 2.8 KiB — 67 ms — h2https://www.fcbarcelona.com/photo-resources/2026/04/22/921e6f4f-e1c5-45c4-9ec6-aa06497ab98d/2026-04-22_FCBvsCELTA_110.JPG?width=960&height=960www.fcbarcelona.com/photo-resources... https://www.fcbarcelona.com/photo-resources/2026/04/22/921e6f4f-e1c5-45c4-9ec6-aa06497ab98d/2026-04-22_FCBvsCELTA_110.JPG?width=960&height=960 — 200 — 154.3 KiB — 70 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/88/GET@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/88/GET@x2.png — 200 — 13.2 KiB — 143 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/40/GET@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/40/GET@x2.png — 200 — 5.0 KiB — 219 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/88/BCN@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/88/BCN@x2.png — 200 — 18.5 KiB — 133 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/40/BCN@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/40/BCN@x2.png — 200 — 7.5 KiB — 133 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/50/OSA@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/50/OSA@x2.png — 200 — 23.8 KiB — 220 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/40/OSA@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/40/OSA@x2.png — 200 — 21.1 KiB — 148 ms — h2https://www.fcbarcelona.com/photo-resources/2025/07/16/2f518d18-a8fb-4128-aa71-0b1c4c80638a/202507_1st_Kit_Sorteig_Leads_Banner_1800x900_01_ENG.jpg?width=960&height=960www.fcbarcelona.com/photo-resources... https://www.fcbarcelona.com/photo-resources/2025/07/16/2f518d18-a8fb-4128-aa71-0b1c4c80638a/202507_1st_Kit_Sorteig_Leads_Banner_1800x900_01_ENG.jpg?width=960&height=960 — 200 — 93.2 KiB — 71 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/facebook-sm.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/facebook-sm.png — 200 — 2.9 KiB — 70 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/x-sm.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/x-sm.png — 200 — 3.5 KiB — 69 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/youtube-sm.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/youtube-sm.png — 200 — 2.1 KiB — 71 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s FCP 16.1 s LCP 30.7 shttps://fcbarcelona.com// https://fcbarcelona.com/ — 301 — 229 B — 91 ms — http/1.1https://www.fcbarcelona.com/www.fcbarcelona.com/ https://www.fcbarcelona.com/ — 302 — 276 B — 155 ms — h2https://www.fcbarcelona.com/en/www.fcbarcelona.com/en/ https://www.fcbarcelona.com/en/ — 200 — 54.4 KiB — 159 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Regular.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Regular.woff2 — 200 — 39.5 KiB — 25 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Bold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Bold.woff2 — 200 — 40.0 KiB — 51 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Semibold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Semibold.woff2 — 200 — 40.5 KiB — 38 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Light.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Light.woff2 — 200 — 39.4 KiB — 44 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Extrabold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONA-Extrabold.woff2 — 200 — 41.3 KiB — 71 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Regular.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Regular.woff2 — 200 — 34.1 KiB — 54 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Bold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Bold.woff2 — 200 — 35.0 KiB — 68 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Semibold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Semibold.woff2 — 403 — 222 B — 151 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Light.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-Light.woff2 — 403 — 223 B — 148 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-condensed-Extrabold.woff2www.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/fonts/FC_BARCELONACONDENSEDPRO-condensed-Extrabold.woff2 — 403 — 220 B — 152 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/styles/screen.min.csswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/styles/screen.min.css — 200 — 151.8 KiB — 66 ms — h2https://translations.platform.pulselive.com/fcbarcelona/en.jstranslations.platform.pulselive.com... https://translations.platform.pulselive.com/fcbarcelona/en.js — 200 — 48.9 KiB — 130 ms — h2https://content.usestoryteller.com/javascript-sdk/10.3.5/dist/storyteller.min.jscontent.usestoryteller.com/javascri... https://content.usestoryteller.com/javascript-sdk/10.3.5/dist/storyteller.min.js — 200 — 154.6 KiB — 208 ms — h2https://www.fcbarcelona.com/photo-resources/fcbarcelona/photo/2018/10/18/2bc43670-d59c-40c9-a9b3-f2f8f1cc8167/icon_cub.png?width=112&height=112www.fcbarcelona.com/photo-resources... https://www.fcbarcelona.com/photo-resources/fcbarcelona/photo/2018/10/18/2bc43670-d59c-40c9-a9b3-f2f8f1cc8167/icon_cub.png?width=112&height=112 — 200 — 648 B — 75 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/badge-app-store.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/badge-app-store.svg — 200 — 2.3 KiB — 66 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/badge-google-play.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/badge-google-play.svg — 200 — 2.8 KiB — 67 ms — h2https://www.fcbarcelona.com/photo-resources/2026/04/22/921e6f4f-e1c5-45c4-9ec6-aa06497ab98d/2026-04-22_FCBvsCELTA_110.JPG?width=960&height=960www.fcbarcelona.com/photo-resources... https://www.fcbarcelona.com/photo-resources/2026/04/22/921e6f4f-e1c5-45c4-9ec6-aa06497ab98d/2026-04-22_FCBvsCELTA_110.JPG?width=960&height=960 — 200 — 154.3 KiB — 70 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/88/GET@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/88/GET@x2.png — 200 — 13.2 KiB — 143 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/40/GET@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/40/GET@x2.png — 200 — 5.0 KiB — 219 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/88/BCN@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/88/BCN@x2.png — 200 — 18.5 KiB — 133 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/40/BCN@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/40/BCN@x2.png — 200 — 7.5 KiB — 133 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/50/OSA@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/50/OSA@x2.png — 200 — 23.8 KiB — 220 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/40/OSA@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/40/OSA@x2.png — 200 — 21.1 KiB — 148 ms — h2https://www.fcbarcelona.com/photo-resources/2025/07/16/2f518d18-a8fb-4128-aa71-0b1c4c80638a/202507_1st_Kit_Sorteig_Leads_Banner_1800x900_01_ENG.jpg?width=960&height=960www.fcbarcelona.com/photo-resources... https://www.fcbarcelona.com/photo-resources/2025/07/16/2f518d18-a8fb-4128-aa71-0b1c4c80638a/202507_1st_Kit_Sorteig_Leads_Banner_1800x900_01_ENG.jpg?width=960&height=960 — 200 — 93.2 KiB — 71 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/facebook-sm.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/facebook-sm.png — 200 — 2.9 KiB — 70 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/x-sm.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/x-sm.png — 200 — 3.5 KiB — 69 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/youtube-sm.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/youtube-sm.png — 200 — 2.1 KiB — 71 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/instagram-sm.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/instagram-sm.png — 200 — 3.2 KiB — 73 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/spotify-sm.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/spotify-sm.png — 200 — 3.4 KiB — 74 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/discord-sm.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/discord-sm.png — 200 — 3.5 KiB — 71 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/tiktok-sm.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/tiktok-sm.png — 200 — 2.2 KiB — 81 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/scripts/vendors.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/scripts/vendors.min.js — 200 — 86.1 KiB — 78 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/scripts/main.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/scripts/main.min.js — 200 — 50.2 KiB — 81 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/common.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/common.min.js — 200 — 42.3 KiB — 81 ms — h2https://sdk.fek.pulselive.com/fek-sdk-client-web/latest/client.min.jssdk.fek.pulselive.com/fek-sdk-clien... https://sdk.fek.pulselive.com/fek-sdk-client-web/latest/client.min.js — 200 — 215.4 KiB — 1.2 s — h2https://code.jquery.com/jquery-3.4.1.min.jscode.jquery.com/jquery-3.4.1.min.js https://code.jquery.com/jquery-3.4.1.min.js — 200 — 30.3 KiB — 48 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/manifest.jsonwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/manifest.json — 200 — 953 B — 54 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/50/BCN@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/50/BCN@x2.png — 200 — 9.6 KiB — 25 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/50/RMD@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/50/RMD@x2.png — 200 — 13.3 KiB — 110 ms — h2https://resources.fcbarcelona.pulselive.com/badges/club/40/RMD@x2.pngresources.fcbarcelona.pulselive.com... https://resources.fcbarcelona.pulselive.com/badges/club/40/RMD@x2.png — 200 — 9.8 KiB — 27 ms — h2https://assets.adobedtm.com/launch-EN34cf030df5534d6395af8319e4d4561c.min.jsassets.adobedtm.com/launch-EN34cf03... https://assets.adobedtm.com/launch-EN34cf030df5534d6395af8319e4d4561c.min.js — 200 — 183.1 KiB — 58 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=7BEDF655569E15537F000101%40AdobeOrg&d_nsid=0&ts=1776898969104dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=7BEDF655569E15537F000101%40AdobeOrg&d_nsid=0&ts=1776898969104 — 200 — 914 B — 158 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js — 200 — 13.0 KiB — 4 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.js — 200 — 1.8 KiB — 6 ms — h2https://privacy.fcbcookies.cat/947ffed0-e35a-4517-8845-29a7d587a805/loader.js?target_type=notice&target=n9mbRad9privacy.fcbcookies.cat/947ffed0-e35... https://privacy.fcbcookies.cat/947ffed0-e35a-4517-8845-29a7d587a805/loader.js?target_type=notice&target=n9mbRad9 — 200 — 31.3 KiB — 161 ms — h2https://sync.ecal.com/button/v1/main.js?t=1776898969184sync.ecal.com/button/v1/main.js?t=1... https://sync.ecal.com/button/v1/main.js?t=1776898969184 — 200 — 1.1 KiB — 254 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TR7BQWwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TR7BQW — 200 — 191.0 KiB — 207 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/icn.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/icn.svg — 200 — 87.3 KiB — 21 ms — h2https://www.fcbarcelona.com/resources/v2.77.3-5388/i/svg-output/club-badges.svgwww.fcbarcelona.com/resources/v2.77... https://www.fcbarcelona.com/resources/v2.77.3-5388/i/svg-output/club-badges.svg — 200 — 4.5 KiB — 20 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/club-badges.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/club-badges.svg — 200 — 4.5 KiB — 21 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/partners.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/partners.svg — 200 — 285.0 KiB — 26 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/competition-logos.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/competition-logos.svg — 200 — 9.0 KiB — 22 ms — h2https://smetrics.fcbarcelona.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=7BEDF655569E15537F000101%40AdobeOrg&mid=41844822711881007032608134834442005968&ts=1776898969281smetrics.fcbarcelona.com/id?d_visid... https://smetrics.fcbarcelona.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=7BEDF655569E15537F000101%40AdobeOrg&mid=41844822711881007032608134834442005968&ts=1776898969281 — 200 — 461 B — 160 ms — h2https://cm.everesttech.net/cm/dd?d_uuid=42229012777799691502646272640397119473cm.everesttech.net/cm/dd?d_uuid=422... https://cm.everesttech.net/cm/dd?d_uuid=42229012777799691502646272640397119473 — 302 — 517 B — 266 ms — http/1.1https://fcb.demdex.net/dest5.html?d_nsid=0fcb.demdex.net/dest5.html?d_nsid=0 https://fcb.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 167 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/icn.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/icn.svg — 200 — 0 B — 3 ms — h2https://www.fcbarcelona.com/resources/v2.77.3-5388/i/svg-output/club-badges.svgwww.fcbarcelona.com/resources/v2.77... https://www.fcbarcelona.com/resources/v2.77.3-5388/i/svg-output/club-badges.svg — 200 — 0 B — 3 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/club-badges.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/club-badges.svg — 200 — 0 B — 6 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/partners.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/partners.svg — 200 — 0 B — 6 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/competition-logos.svgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/svg-output/competition-logos.svg — 200 — 0 B — 6 ms — h2https://fcbarcelona-static-files.s3.us-east-1.amazonaws.com/mobile-slider/uniform.svgfcbarcelona-static-files.s3.us-east... https://fcbarcelona-static-files.s3.us-east-1.amazonaws.com/mobile-slider/uniform.svg — 200 — 1.0 KiB — 402 ms — http/1.1https://fcbarcelona-static-files.s3.us-east-1.amazonaws.com/mobile-slider/ticket-full.svgfcbarcelona-static-files.s3.us-east... https://fcbarcelona-static-files.s3.us-east-1.amazonaws.com/mobile-slider/ticket-full.svg — 200 — 1.2 KiB — 394 ms — http/1.1https://fcbarcelona-static-files.s3.us-east-1.amazonaws.com/mobile-slider/ticket-vip.svgfcbarcelona-static-files.s3.us-east... https://fcbarcelona-static-files.s3.us-east-1.amazonaws.com/mobile-slider/ticket-vip.svg — 200 — 3.2 KiB — 398 ms — http/1.1https://fcbarcelona-static-files.s3.us-east-1.amazonaws.com/mobile-slider/culers-ball.svgfcbarcelona-static-files.s3.us-east... https://fcbarcelona-static-files.s3.us-east-1.amazonaws.com/mobile-slider/culers-ball.svg — 200 — 8.0 KiB — 409 ms — http/1.1https://fcbarcelona-static-files.s3.amazonaws.com/sponsors/nike--white.svgfcbarcelona-static-files.s3.amazona... https://fcbarcelona-static-files.s3.amazonaws.com/sponsors/nike--white.svg — 200 — 853 B — 401 ms — http/1.1https://fcbarcelona-static-files.s3.amazonaws.com/sponsors/spotify--white.svgfcbarcelona-static-files.s3.amazona... https://fcbarcelona-static-files.s3.amazonaws.com/sponsors/spotify--white.svg — 200 — 1.5 KiB — 387 ms — http/1.1https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/double-chevron.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/double-chevron.png — 200 — 807 B — 23 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/mc-ball.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/mc-ball.png — 200 — 24.6 KiB — 24 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/triangles-small.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/triangles-small.png — 200 — 3.4 KiB — 22 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/default-player-large.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/elements/default-player-large.png — 200 — 2.7 KiB — 23 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/registration-hero-mobile.jpgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/registration-hero-mobile.jpg — 200 — 1.9 KiB — 25 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/horizontal-flash-mobile.jpgwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/horizontal-flash-mobile.jpg — 200 — 3.8 KiB — 23 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/plus-bg-pattern.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/plus-bg-pattern.png — 200 — 556 B — 24 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/triangles-black.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/triangles-black.png — 200 — 13.1 KiB — 25 ms — h2https://fcbarcelona-static-files.s3.amazonaws.com/sponsors/ambilight--white.svgfcbarcelona-static-files.s3.amazona... https://fcbarcelona-static-files.s3.amazonaws.com/sponsors/ambilight--white.svg — 200 — 3.0 KiB — 357 ms — http/1.1https://privacy.fcbcookies.cat/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.jsprivacy.fcbcookies.cat/sdk/22ecd6bf... https://privacy.fcbcookies.cat/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 102.5 KiB — 60 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-724253322&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-724253322&cx=c&gtm=4e64m0h2 — 200 — 144.0 KiB — 47 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-925711413&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-925711413&cx=c&gtm=4e64m0h2 — 200 — 147.8 KiB — 74 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16551201008&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16551201008&cx=c&gtm=4e64m0h2 — 200 — 143.3 KiB — 79 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-940928634&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-940928634&cx=c&gtm=4e64m0h2 — 200 — 135.8 KiB — 89 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-945738955&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-945738955&cx=c&gtm=4e64m0h2 — 200 — 139.7 KiB — 113 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-1055951110&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-1055951110&cx=c&gtm=4e64m0h2 — 200 — 143.3 KiB — 117 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16454699415&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16454699415&cx=c&gtm=4e64m0h2 — 200 — 135.8 KiB — 103 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-11476956876&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11476956876&cx=c&gtm=4e64m0h2 — 200 — 135.9 KiB — 116 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-14513962&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-14513962&cx=c&gtm=4e64m0h2 — 200 — 147.8 KiB — 116 ms — h2https://www.googletagmanager.com/gtag/js?id=G-GTMMFBT82RL&cx=c&gtm=4e64m0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-GTMMFBT82RL&cx=c&gtm=4e64m0h2 — 200 — 136.2 KiB — 116 ms — h2https://dpm.demdex.net/ibs:dpid=411&dpuuid=aelTmQAAAG6aoAOVdpm.demdex.net/ibs:dpid=411&dpuuid=... https://dpm.demdex.net/ibs:dpid=411&dpuuid=aelTmQAAAG6aoAOV — 302 — 531 B — 52 ms — h2https://privacy.fcbcookies.cat/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.jsprivacy.fcbcookies.cat/sdk/22ecd6bf... https://privacy.fcbcookies.cat/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_sdk_core_modules_integrations_sdk-integrations_providers_gcm_gcm_js.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 1.4 KiB — 50 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aelTmQAAAG6aoAOVdpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aelTmQAAAG6aoAOV — 200 — 470 B — 43 ms — h2https://privacy.fcbcookies.cat/global-cookies/22ecd6bfac93de604efec0b75b2c796ee1675f92/global-cookies.22ecd6bfac93de604efec0b75b2c796ee1675f92.htmlprivacy.fcbcookies.cat/global-cooki... https://privacy.fcbcookies.cat/global-cookies/22ecd6bfac93de604efec0b75b2c796ee1675f92/global-cookies.22ecd6bfac93de604efec0b75b2c796ee1675f92.html — 200 — 6.0 KiB — 90 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9117922555z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115616986~115938466~115938468~117266401~118128923&apve=1&apvf=f&apvc=1&tids=AW-724253322&tid=AW-724253322&tft=1776898969684&tfd=1237pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9117922555z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3pPp2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115616986~115938466~115938468~117266401~118128923&apve=1&apvf=f&apvc=1&tids=AW-724253322&tid=AW-724253322&tft=1776898969684&tfd=1237 — 200 — 21 B — 166 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9182968714z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115938466~115938468~117266401~117384405~118167059~118463262&apve=1&apvf=f&apvc=0&tids=DC-14513962~AW-925711413&tid=DC-14513962&tft=1776898969757&tfd=1310pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=14&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9182968714z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115938466~115938468~117266401~117384405~118167059~118463262&apve=1&apvf=f&apvc=0&tids=DC-14513962~AW-925711413&tid=DC-14513962&tft=1776898969757&tfd=1310 — 200 — 21 B — 93 ms — h3https://ade.googlesyndication.com/ddm/activity/src=14513962;type=conte0;cat=pagev0;rcb=14;ord=9926684338834;gdpr_consent=tcunavailable;npa=1;u1=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F;u2=en;u3=undefined;u4=undefined;u5=undefined;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45be64m0h2v9182968714z86590467za20gzb6590467zd6590467xea;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10005;tag_exp=0~115938466~115938468~117266401~117384405~118167059~118463262;epver=2;~oref=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=14513962;type=conte0;cat=pagev0;rcb=14;ord=9926684338834;gdpr_consent=tcunavailable;npa=1;u1=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F;u2=en;u3=undefined;u4=undefined;u5=undefined;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45be64m0h2v9182968714z86590467za20gzb6590467zd6590467xea;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10005;tag_exp=0~115938466~115938468~117266401~117384405~118167059~118463262;epver=2;~oref=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F? — 302 — 828 B — 170 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9204557349z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115616985~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-16551201008&tid=AW-16551201008&tft=1776898969818&tfd=1370pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9204557349z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115616985~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-16551201008&tid=AW-16551201008&tft=1776898969818&tfd=1370 — 200 — 21 B — 33 ms — h3https://privacy.fcbcookies.cat/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-en-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.jsprivacy.fcbcookies.cat/sdk/22ecd6bf... https://privacy.fcbcookies.cat/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-web-en-web.22ecd6bfac93de604efec0b75b2c796ee1675f92.js — 200 — 52.8 KiB — 44 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9113941950z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115938466~115938469~117266401~118463262~118690341&apve=1&apvf=f&apvc=0&tids=AW-945738955&tid=AW-945738955&tft=1776898969890&tfd=1443pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=18&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9113941950z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115938466~115938469~117266401~118463262~118690341&apve=1&apvf=f&apvc=0&tids=AW-945738955&tid=AW-945738955&tft=1776898969890&tfd=1443 — 200 — 21 B — 39 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115938466~115938469~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-940928634&tid=AW-940928634&tft=1776898969928&tfd=1481pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=13&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115938466~115938469~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-940928634&tid=AW-940928634&tft=1776898969928&tfd=1481 — 200 — 21 B — 36 ms — h3https://adservice.google.com/ddm/fls/z/src=14513962;type=conte0;cat=pagev0;rcb=14;ord=9926684338834;gdpr_consent=tcunavailable;npa=1;u1=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F;u2=en;u3=undefined;u4=undefined;u5=undefined;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45be64m0h2v9182968714z86590467za20gzb6590467zd6590467xea;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10005;tag_exp=0~115938466~115938468~117266401~117384405~118167059~118463262;epver=2;~oref=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=14513962;type=conte0;cat=pagev0;rcb=14;ord=9926684338834;gdpr_consent=tcunavailable;npa=1;u1=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F;u2=en;u3=undefined;u4=undefined;u5=undefined;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45be64m0h2v9182968714z86590467za20gzb6590467zd6590467xea;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tcfd=10005;tag_exp=0~115938466~115938468~117266401~117384405~118167059~118463262;epver=2;~oref=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F — 200 — 63 B — 118 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115616986~115938466~115938469~117266401~117384406&apve=1&apvf=f&apvc=0&tids=AW-16454699415&tid=AW-16454699415&tft=1776898969964&tfd=1516pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=1&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115616986~115938466~115938469~117266401~117384406&apve=1&apvf=f&apvc=0&tids=AW-16454699415&tid=AW-16454699415&tft=1776898969964&tfd=1516 — 200 — 21 B — 74 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9192552272z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115616986~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-1055951110&tid=AW-1055951110&tft=1776898970009&tfd=1561pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9192552272z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115616986~115938466~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-1055951110&tid=AW-1055951110&tft=1776898970009&tfd=1561 — 200 — 21 B — 72 ms — h3https://www.fcbarcelona.com/photo-resources/2026/04/22/2ea45580-ff3a-4874-a114-23f3dd7ebdd8/2026-04-22_FCBvsCELTA_077.JPG?width=600&height=620www.fcbarcelona.com/photo-resources... https://www.fcbarcelona.com/photo-resources/2026/04/22/2ea45580-ff3a-4874-a114-23f3dd7ebdd8/2026-04-22_FCBvsCELTA_077.JPG?width=600&height=620 — 200 — 59.3 KiB — 110 ms — h2https://www.fcbarcelona.com/photo-resources/2026/04/22/696325b3-d8e8-4b22-8460-ed391d3e1d3c/_MGA8596.jpg?width=600&height=600www.fcbarcelona.com/photo-resources... https://www.fcbarcelona.com/photo-resources/2026/04/22/696325b3-d8e8-4b22-8460-ed391d3e1d3c/_MGA8596.jpg?width=600&height=600 — 200 — 56.0 KiB — 24 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9179157333z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115616985~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-11476956876&tid=AW-11476956876&tft=1776898970078&tfd=1631pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&en=page_view&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&scrsrc=www.googletagmanager.com&rnd=185593725.1776898970&navt=n&npa=1&gdpr_consent=tcunavailable&gtm=45be64m0h2v9179157333z86590467za20gzb6590467zd6590467xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tcfd=10005&tag_exp=0~115616985~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-11476956876&tid=AW-11476956876&tft=1776898970078&tfd=1631 — 200 — 21 B — 44 ms — h3https://mts.adsmurai.com/g/collect?v=2&tid=G-GTMMFBT82RL&gtm=45je64m0h2z86590467za20gzb6590467zd6590467&_p=1776898969184&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&tcfd=10005&ecid=182602542&_fplc=0&are=1&cid=485634329.1776898970&frm=0&pscdl=denied&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=185593725.1776898970&sst.ngst=1&sst.etld=google.es&sst.gcsub=region1&sst.gdpr_consent=tcunavailable&sst.tft=1776898969184&sst.lpc=199343161&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117384406~117512542~118128923~118463261&sid=1776898970&sct=1&seg=0&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&dt=Official%20FC%20Barcelona%20Website&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1726&richsstssemts.adsmurai.com/g/collect?v=2&tid=... https://mts.adsmurai.com/g/collect?v=2&tid=G-GTMMFBT82RL&gtm=45je64m0h2z86590467za20gzb6590467zd6590467&_p=1776898969184&gcs=G100&gcd=13p3p3p2p5l1&npa=1&dma_cps=-&dma=1&tcfd=10005&ecid=182602542&_fplc=0&are=1&cid=485634329.1776898970&frm=0&pscdl=denied&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=185593725.1776898970&sst.ngst=1&sst.etld=google.es&sst.gcsub=region1&sst.gdpr_consent=tcunavailable&sst.tft=1776898969184&sst.lpc=199343161&sst.navt=n&sst.ude=0&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117384406~117512542~118128923~118463261&sid=1776898970&sct=1&seg=0&dl=https%3A%2F%2Fwww.fcbarcelona.com%2Fen%2F&dt=Official%20FC%20Barcelona%20Website&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1726&richsstsse — 200 — 243 B — 154 ms — h2https://sync.ecal.com/v2/ecal.widget.min.js?t=1776898970261sync.ecal.com/v2/ecal.widget.min.js... https://sync.ecal.com/v2/ecal.widget.min.js?t=1776898970261 — 200 — 1.3 KiB — 68 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_sso.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_sso.min.js — 200 — 1.9 KiB — 27 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_navigation.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_navigation.min.js — 200 — 7.0 KiB — 23 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_promo-carousel.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_promo-carousel.min.js — 200 — 1.4 KiB — 24 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_calendar-widget.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_calendar-widget.min.js — 200 — 1.1 KiB — 31 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_storyteller.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_storyteller.min.js — 200 — 2.3 KiB — 27 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_video-player.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_video-player.min.js — 200 — 19.4 KiB — 52 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_players.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_players.min.js — 200 — 3.7 KiB — 28 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_article.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_article.min.js — 200 — 2.2 KiB — 33 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_content.min.jswww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/widgets/fcb_content.min.js — 200 — 4.5 KiB — 31 ms — h2https://assets.adobedtm.com/669441f19d4b/53bcbdfbb0b4/1d71a9878ba2/RC886fefff19a34556bea4b8a45514ce1f-source.min.jsassets.adobedtm.com/669441f19d4b/53... https://assets.adobedtm.com/669441f19d4b/53bcbdfbb0b4/1d71a9878ba2/RC886fefff19a34556bea4b8a45514ce1f-source.min.js — 200 — 655 B — 3 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/favicon/favicon.icowww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/favicon/favicon.ico — 200 — 1.4 KiB — 20 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/android-icon-192x192.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/icons/android-icon-192x192.png — 200 — 29.7 KiB — 22 ms — h2https://api.usestoryteller.com/api/app/settings/settings/default?ClientPlatform=Web&ClientVersion=10.3.5&x-storyteller-api-key=a52113eb-b999-4835-b1d5-547f19fb1eedapi.usestoryteller.com/api/app/sett... https://api.usestoryteller.com/api/app/settings/settings/default?ClientPlatform=Web&ClientVersion=10.3.5&x-storyteller-api-key=a52113eb-b999-4835-b1d5-547f19fb1eed — 200 — 1.8 KiB — 103 ms — h3https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A16291api-fcb.pulselive.com/content/fcbar... https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A16291 — 200 — 2.4 KiB — 214 ms — h2https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A15552api-fcb.pulselive.com/content/fcbar... https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A15552 — 200 — 2.5 KiB — 218 ms — h2https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A129404api-fcb.pulselive.com/content/fcbar... https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A129404 — 200 — 2.5 KiB — 214 ms — h2https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A110491api-fcb.pulselive.com/content/fcbar... https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A110491 — 200 — 2.1 KiB — 215 ms — h2https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A24156api-fcb.pulselive.com/content/fcbar... https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A24156 — 200 — 2.8 KiB — 215 ms — h2https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A118929api-fcb.pulselive.com/content/fcbar... https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A118929 — 200 — 2.4 KiB — 208 ms — h2https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A5109api-fcb.pulselive.com/content/fcbar... https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A5109 — 200 — 2.8 KiB — 208 ms — h2https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A43098api-fcb.pulselive.com/content/fcbar... https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A43098 — 200 — 2.7 KiB — 209 ms — h2https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A13565api-fcb.pulselive.com/content/fcbar... https://api-fcb.pulselive.com/content/fcbarcelona/bio/en/?references=FOOTBALL_PERSON%3A13565 — 200 — 2.1 KiB — 205 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/favicon/favicon-32x32.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/favicon/favicon-32x32.png — 200 — 3.9 KiB — 21 ms — h2https://open.http.mp.streamamg.com/p/3000707/sp/300070700/embedIframeJs/uiconf_id/30027660/partner_id/3000707open.http.mp.streamamg.com/p/300070... https://open.http.mp.streamamg.com/p/3000707/sp/300070700/embedIframeJs/uiconf_id/30027660/partner_id/3000707 — 301 — 506 B — 128 ms — h2https://open.http.mp.streamamg.com/p/3000707/sp/300070700/embedIframeJs/uiconf_id/30025311/partner_id/3000707open.http.mp.streamamg.com/p/300070... https://open.http.mp.streamamg.com/p/3000707/sp/300070700/embedIframeJs/uiconf_id/30025311/partner_id/3000707 — 301 — 505 B — 165 ms — h2https://sync.ecal.com/v2/widget.min.csssync.ecal.com/v2/widget.min.css https://sync.ecal.com/v2/widget.min.css — 200 — 775 B — 67 ms — h2https://api.usestoryteller.com/api/app/story/stories/default?categories=stories-en&ClientPlatform=Web&ClientVersion=10.3.5&x-storyteller-api-key=a52113eb-b999-4835-b1d5-547f19fb1eedapi.usestoryteller.com/api/app/stor... https://api.usestoryteller.com/api/app/story/stories/default?categories=stories-en&ClientPlatform=Web&ClientVersion=10.3.5&x-storyteller-api-key=a52113eb-b999-4835-b1d5-547f19fb1eed — 200 — 20.2 KiB — 62 ms — h3https://sync.ecal.com/v2/widget.min.js?v=2.011sync.ecal.com/v2/widget.min.js?v=2.... https://sync.ecal.com/v2/widget.min.js?v=2.011 — 200 — 3.0 KiB — 79 ms — h2https://open.http.mp.streamamg.com/html5/html5lib/v2.55/mwEmbedLoader.php/p/3000707/uiconf_id/30027660open.http.mp.streamamg.com/html5/ht... https://open.http.mp.streamamg.com/html5/html5lib/v2.55/mwEmbedLoader.php/p/3000707/uiconf_id/30027660 — 200 — 76.0 KiB — 94 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/b89f9dd2-7b96-ff8b-1dc4-3a20c9792984/8aa33521-6354-4fd2-9894-ad4e1c0cee51/3b718de0-5520-e042-4499-3a20c97b26fe/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/b89f9dd2-7b96-ff8b-1dc4-3a20c9792984/8aa33521-6354-4fd2-9894-ad4e1c0cee51/3b718de0-5520-e042-4499-3a20c97b26fe/thumbnail_small.jpeg — 200 — 43.5 KiB — 167 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/715cb7af-8a2c-23f1-4d25-3a20c975e46b/e52cb214-395e-463a-8ae6-35b0447ee853/f19702fe-6db8-be59-f005-3a20c9815860/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/715cb7af-8a2c-23f1-4d25-3a20c975e46b/e52cb214-395e-463a-8ae6-35b0447ee853/f19702fe-6db8-be59-f005-3a20c9815860/thumbnail_small.jpeg — 200 — 42.0 KiB — 170 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/de4c3aad-54f9-59dc-2716-3a209a5f7cb9/6da1b87c-3335-41c7-bd5f-287dfe33db75/c550e8b4-bc4a-1c40-e0cd-3a20a0200cd1/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/de4c3aad-54f9-59dc-2716-3a209a5f7cb9/6da1b87c-3335-41c7-bd5f-287dfe33db75/c550e8b4-bc4a-1c40-e0cd-3a20a0200cd1/thumbnail_small.jpeg — 200 — 41.9 KiB — 175 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/cb284e34-7a2e-ff5e-b9a8-3a1fda9e5116/45413ab3-fe24-33cd-52d1-3a1fda9e5117/f88c4ce8-39ee-19a6-1b96-3a1fdc9258a7/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/cb284e34-7a2e-ff5e-b9a8-3a1fda9e5116/45413ab3-fe24-33cd-52d1-3a1fda9e5117/f88c4ce8-39ee-19a6-1b96-3a1fdc9258a7/thumbnail_small.jpeg — 200 — 37.3 KiB — 142 ms — h2https://open.http.mp.streamamg.com/html5/html5lib/v2.55/mwEmbedLoader.php/p/3000707/uiconf_id/30025311open.http.mp.streamamg.com/html5/ht... https://open.http.mp.streamamg.com/html5/html5lib/v2.55/mwEmbedLoader.php/p/3000707/uiconf_id/30025311 — 200 — 76.0 KiB — 70 ms — h2https://sync.ecal.com/sync.ecal.com/ https://sync.ecal.com/ — 200 — 904 B — 235 ms — h2https://token.fcb.pulselive.com/videotoken/1877011?memberUuid=null&salesforce=true&lang=en&client=web&forceProfileReload=falsetoken.fcb.pulselive.com/videotoken/... https://token.fcb.pulselive.com/videotoken/1877011?memberUuid=null&salesforce=true&lang=en&client=web&forceProfileReload=false — 200 — 0 B — 375 ms — h2https://sync.ecal.com/assets/fonts/gotham-rounded/GothamRounded-Bold.woff2sync.ecal.com/assets/fonts/gotham-r... https://sync.ecal.com/assets/fonts/gotham-rounded/GothamRounded-Bold.woff2 — 200 — 902 B — 268 ms — h2https://sync.ecal.com/assets/fonts/fonts.csssync.ecal.com/assets/fonts/fonts.cs... https://sync.ecal.com/assets/fonts/fonts.css — 200 — 1.1 KiB — 66 ms — h2https://sync.ecal.com/assets/index-B19SeHiJ.jssync.ecal.com/assets/index-B19SeHiJ... https://sync.ecal.com/assets/index-B19SeHiJ.js — 200 — 327.1 KiB — 267 ms — h2https://sync.ecal.com/assets/vendor-Djvtic0X.jssync.ecal.com/assets/vendor-Djvtic0... https://sync.ecal.com/assets/vendor-Djvtic0X.js — 200 — 181.2 KiB — 305 ms — h2https://sync.ecal.com/assets/index-WpcMMwxp.csssync.ecal.com/assets/index-WpcMMwxp... https://sync.ecal.com/assets/index-WpcMMwxp.css — 200 — 854 B — 66 ms — h2https://token.fcb.pulselive.com/videotoken/1877011?memberUuid=null&salesforce=true&lang=en&client=web&forceProfileReload=falsetoken.fcb.pulselive.com/videotoken/... https://token.fcb.pulselive.com/videotoken/1877011?memberUuid=null&salesforce=true&lang=en&client=web&forceProfileReload=false — 403 — 595 B — 126 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/da4eb28e-3f06-3996-80be-3a20c8df4e3e/1d2f8472-04fe-4734-b2ce-39b76c827445/032af1d1-a31e-bea7-0d97-3a20c8f82da7/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/da4eb28e-3f06-3996-80be-3a20c8df4e3e/1d2f8472-04fe-4734-b2ce-39b76c827445/032af1d1-a31e-bea7-0d97-3a20c8f82da7/thumbnail_small.jpeg — 200 — 37.9 KiB — 24 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/ffbfaae5-b84e-fad2-f2a4-3a20c8d06d9c/bb675959-0f9a-4200-8fb3-c380652f8d96/8a930cb8-39f1-bdd4-859f-3a20c93775aa/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/ffbfaae5-b84e-fad2-f2a4-3a20c8d06d9c/bb675959-0f9a-4200-8fb3-c380652f8d96/8a930cb8-39f1-bdd4-859f-3a20c93775aa/thumbnail_small.jpeg — 200 — 39.7 KiB — 26 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/4ad99dd5-4459-4dea-b2d7-3a20bd09793b/f459dd2f-e2ac-456b-b902-8888292671b7/b573b3ba-f621-9adf-f48a-3a20bd4a5a49/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/4ad99dd5-4459-4dea-b2d7-3a20bd09793b/f459dd2f-e2ac-456b-b902-8888292671b7/b573b3ba-f621-9adf-f48a-3a20bd4a5a49/thumbnail_small.jpeg — 200 — 43.5 KiB — 30 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/ef414048-7354-4b9c-2329-3a20accc606c/3e2432dc-3d61-c076-2144-3a20accc606c/c521e152-d172-d1e1-4fb1-3a20ad1cbb0c/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/ef414048-7354-4b9c-2329-3a20accc606c/3e2432dc-3d61-c076-2144-3a20accc606c/c521e152-d172-d1e1-4fb1-3a20ad1cbb0c/thumbnail_small.jpeg — 200 — 41.1 KiB — 41 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/7ff0567a-ed58-bc5f-6cc0-3a20c1d1e6d2/e57f83ac-ee25-f078-841d-3a20c1d1e6d2/08d7dc53-eb7f-e3e8-277d-3a20c1d23ddf/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/7ff0567a-ed58-bc5f-6cc0-3a20c1d1e6d2/e57f83ac-ee25-f078-841d-3a20c1d1e6d2/08d7dc53-eb7f-e3e8-277d-3a20c1d23ddf/thumbnail_small.jpeg — 200 — 55.3 KiB — 42 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/b249c03c-a037-44fa-d0b3-3a20bdbc428a/ab10b9cb-5cda-9909-c4cb-3a20bdbc428a/f8a520de-29d1-1201-9832-3a20c27d01f7/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/b249c03c-a037-44fa-d0b3-3a20bdbc428a/ab10b9cb-5cda-9909-c4cb-3a20bdbc428a/f8a520de-29d1-1201-9832-3a20c27d01f7/thumbnail_small.jpeg — 200 — 34.9 KiB — 42 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/83150021-f027-df04-9e29-3a1f11a0961b/90fc6ae4-027e-4981-aa86-2442906e4cf0/3ccaa030-4d48-1bdf-d118-3a1f11c0568a/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/83150021-f027-df04-9e29-3a1f11a0961b/90fc6ae4-027e-4981-aa86-2442906e4cf0/3ccaa030-4d48-1bdf-d118-3a1f11c0568a/thumbnail_small.jpeg — 200 — 58.9 KiB — 47 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/f64c9066-5edf-eb89-f450-3a20b713489c/971067fe-d612-444a-a2a0-3a0a40f14d91/d053fa90-9f44-734e-e8ea-3a20b720f70d/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/f64c9066-5edf-eb89-f450-3a20b713489c/971067fe-d612-444a-a2a0-3a0a40f14d91/d053fa90-9f44-734e-e8ea-3a20b720f70d/thumbnail_small.jpeg — 200 — 38.0 KiB — 48 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/5970d152-09ca-8c3f-1356-3a20ad9eb181/4b3f0b1a-ecc1-a3b6-4c83-3a20ad9eb181/d8ae3f0a-e805-443e-f523-3a20ad9f2129/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/5970d152-09ca-8c3f-1356-3a20ad9eb181/4b3f0b1a-ecc1-a3b6-4c83-3a20ad9eb181/d8ae3f0a-e805-443e-f523-3a20ad9f2129/thumbnail_small.jpeg — 200 — 42.5 KiB — 51 ms — h2https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/79c29751-267c-949f-0cbe-3a2084fbb3be/cbafa993-cb9b-5340-f7f7-3a2084fbb3be/26dd2533-d4c6-bcbd-8aae-3a208a0563c3/thumbnail_small.jpegfcbarcelona.cdn.usestoryteller.com/... https://fcbarcelona.cdn.usestoryteller.com/assets/studio-templates/79c29751-267c-949f-0cbe-3a2084fbb3be/cbafa993-cb9b-5340-f7f7-3a2084fbb3be/26dd2533-d4c6-bcbd-8aae-3a208a0563c3/thumbnail_small.jpeg — 200 — 66.1 KiB — 54 ms — h2https://api-fcb.pulselive.com/content/fcbarcelona/photo/en/?tagNames=entitlement-modal-bg-imgapi-fcb.pulselive.com/content/fcbar... https://api-fcb.pulselive.com/content/fcbarcelona/photo/en/?tagNames=entitlement-modal-bg-img — 200 — 1.2 KiB — 108 ms — h2https://www.fcbarcelona.com/photo-resources/2021/06/07/bc730d08-c5fb-4211-92a7-78e7671f90ce/VO181025A42555.jpg?width=1200&height=750www.fcbarcelona.com/photo-resources... https://www.fcbarcelona.com/photo-resources/2021/06/07/bc730d08-c5fb-4211-92a7-78e7671f90ce/VO181025A42555.jpg?width=1200&height=750 — 200 — 120.6 KiB — 36 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/entitlement-bg-triangles-mobile.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/entitlement-bg-triangles-mobile.png — 200 — 5.8 KiB — 26 ms — h2https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/entitlement-header.pngwww.fcbarcelona.com/resources/v3.5.... https://www.fcbarcelona.com/resources/v3.5.4-8282/i/bg-elements/entitlement-header.png — 200 — 79.1 KiB — 30 ms — h2https://www.fcbarcelona.com/fcbarcelona/photo/2025/11/28/ef208f9c-4b5d-4843-bf2f-b793aaffe799/video-obres-Spotify-Camp-Nou-.webpwww.fcbarcelona.com/fcbarcelona/pho... https://www.fcbarcelona.com/fcbarcelona/photo/2025/11/28/ef208f9c-4b5d-4843-bf2f-b793aaffe799/video-obres-Spotify-Camp-Nou-.webp — 200 — 268.5 KiB — 35 ms — h2data:image/svg+xml,%3c?xml%20version=%271.0%27%20encoding=%27utf-8%27%20?%3e%3csvg%20width=%27100%2…data:image/svg+xml,%3c?xml%20versio... data:image/svg+xml,%3c?xml%20version=%271.0%27%20encoding=%27utf-8%27%20?%3e%3csvg%20width=%27100%2… — 200 — 3.5 KiB — 1 ms — datahttps://www.googletagmanager.com/gtag/js?id=G-TKH9C53KLFwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-TKH9C53KLF — 200 — 148.5 KiB — 159 ms — h2https://api-cdn.ecal.com/apiv3/widget/button/null?apiKey=a55bb25ee16722225c5d3382cc170efa5d7848168b4bbapi-cdn.ecal.com/apiv3/widget/butto... https://api-cdn.ecal.com/apiv3/widget/button/null?apiKey=a55bb25ee16722225c5d3382cc170efa5d7848168b4bb — 200 — 0 B — 363 ms — h2https://api-cdn.ecal.com/apiv3/widget/button/5d790053e34405c0368b4567?apiKey=a55bb25ee16722225c5d3382cc170efa5d7848168b4bbapi-cdn.ecal.com/apiv3/widget/butto... https://api-cdn.ecal.com/apiv3/widget/button/5d790053e34405c0368b4567?apiKey=a55bb25ee16722225c5d3382cc170efa5d7848168b4bb — 200 — 0 B — 362 ms — h2https://api-cdn.ecal.com/apiv3/widget/button/5d790053e34405c0368b4567?apiKey=a55bb25ee16722225c5d3382cc170efa5d7848168b4bbapi-cdn.ecal.com/apiv3/widget/butto... https://api-cdn.ecal.com/apiv3/widget/button/5d790053e34405c0368b4567?apiKey=a55bb25ee16722225c5d3382cc170efa5d7848168b4bb — 200 — 1.8 KiB — 134 ms — h2https://api-cdn.ecal.com/apiv3/widget/button/null?apiKey=a55bb25ee16722225c5d3382cc170efa5d7848168b4bbapi-cdn.ecal.com/apiv3/widget/butto... https://api-cdn.ecal.com/apiv3/widget/button/null?apiKey=a55bb25ee16722225c5d3382cc170efa5d7848168b4bb — 400 — 842 B — 122 ms — h2https://ecal-publisher-assets.s3.amazonaws.com/6696_14784/6696_14784_1746574430820332765.pngecal-publisher-assets.s3.amazonaws.... https://ecal-publisher-assets.s3.amazonaws.com/6696_14784/6696_14784_1746574430820332765.png — 200 — 36.3 KiB — 459 ms — http/1.1
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 9671ms · 2750KB · €51/mo
www.fcbarcelona.com
Other
Costly
Execution 2731ms
Transfer 86 KB
Monthly Cost €14/mo
Unattributable
Other
Costly
Execution 1057ms
Transfer 0 KB
Monthly Cost €6/mo
content.usestoryteller.com
Other
Costly
Execution 630ms
Transfer 155 KB
Unused 62%
Monthly Cost €3/mo
www.fcbarcelona.com
Other
Costly
Execution 605ms
Transfer 54 KB
Monthly Cost €3/mo
Google Tag Manager
Tag Manager
Costly
Execution 421ms
Transfer 191 KB
Unused 36%
Monthly Cost €2/mo
www.fcbarcelona.com
Other
Costly
Execution 396ms
Transfer 42 KB
Unused 49%
Monthly Cost €2/mo
assets.adobedtm.com
Other
Costly
Execution 377ms
Transfer 183 KB
Unused 47%
Monthly Cost €2/mo
open.http.mp.streamamg.com
Other
Costly
Execution 318ms
Transfer 0 KB
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Costly
Execution 264ms
Transfer 148 KB
Unused 43%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Costly
Execution 264ms
Transfer 144 KB
Unused 44%
Monthly Cost €1/mo
privacy.fcbcookies.cat
Other
Costly
Execution 212ms
Transfer 103 KB
Unused 45%
Monthly Cost €1/mo
privacy.fcbcookies.cat
Other
Optional
Execution 195ms
Transfer 53 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 186ms
Transfer 143 KB
Unused 44%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 180ms
Transfer 143 KB
Unused 45%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 170ms
Transfer 136 KB
Unused 46%
Monthly Cost €1/mo
www.fcbarcelona.com
Other
Optional
Execution 169ms
Transfer 4 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 162ms
Transfer 136 KB
Unused 47%
Monthly Cost €1/mo
www.fcbarcelona.com
Other
Optional
Execution 159ms
Transfer 50 KB
Unused 45%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 159ms
Transfer 140 KB
Unused 46%
Monthly Cost €1/mo
privacy.fcbcookies.cat
Other
Optional
Execution 156ms
Transfer 1 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 150ms
Transfer 136 KB
Unused 47%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 138ms
Transfer 136 KB
Unused 47%
Monthly Cost €1/mo
sdk.fek.pulselive.com
Other
Optional
Execution 131ms
Transfer 215 KB
Unused 34%
Monthly Cost €1/mo
open.http.mp.streamamg.com
Other
Optional
Execution 128ms
Transfer 0 KB
Monthly Cost €1/mo
code.jquery.com
Other
Optional
Execution 95ms
Transfer 30 KB
Unused 67%
Monthly Cost €0/mo
www.fcbarcelona.com
Other
Optional
Execution 83ms
Transfer 19 KB
Monthly Cost €0/mo
www.fcbarcelona.com
Other
Optional
Execution 79ms
Transfer 152 KB
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 148 KB
Unused 73%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • www.fcbarcelona.com adds 2731ms and costs ~€14/month
  • Unattributable adds 1057ms and costs ~€6/month
  • content.usestoryteller.com adds 630ms and costs ~€3/month
  • www.fcbarcelona.com adds 605ms and costs ~€3/month
  • Google Tag Manager adds 421ms and costs ~€2/month
  • www.fcbarcelona.com adds 396ms and costs ~€2/month
  • assets.adobedtm.com adds 377ms and costs ~€2/month
  • open.http.mp.streamamg.com adds 318ms and costs ~€2/month
  • Google Tag Manager adds 264ms and costs ~€1/month
  • Google Tag Manager adds 264ms and costs ~€1/month
  • privacy.fcbcookies.cat adds 212ms and costs ~€1/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.fcbarcelona.com takes 2731ms 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 1057ms 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

content.usestoryteller.com takes 630ms 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

62% of content.usestoryteller.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

www.fcbarcelona.com takes 605ms 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

Google Tag Manager takes 421ms 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

www.fcbarcelona.com takes 396ms 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

assets.adobedtm.com takes 377ms 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

open.http.mp.streamamg.com takes 318ms 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

Google Tag Manager takes 264ms 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

Google Tag Manager takes 264ms 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

privacy.fcbcookies.cat takes 212ms 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

67% of code.jquery.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

73% of Google Tag Manager'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